/* --------------------------
:: Template Name: SmartShop Electronic Shop
:: Template Author: lonelyruddy
:: Template Author URI: https://themeforest.net/user/lonelyruddy
-------------------------- */


/* --------------------------
:: Fonts
-------------------------- */

@font-face {
  font-family: Gotham;
  src: url(../fonts/gotham/Gotham-ExtraLight.eot?#iefix) format("embedded-opentype"), url(../fonts/gotham/Gotham-ExtraLight.otf) format("opentype"), url(../fonts/gotham/Gotham-ExtraLight.woff) format("woff"), url(../fonts/gotham/Gotham-ExtraLight.ttf) format("truetype"), url(../fonts/gotham/Gotham-ExtraLight.svg#Gotham-ExtraLight) format("svg");
  font-weight: 100;
  font-style: normal
}

@font-face {
  font-family: Gotham;
  src: url(../fonts/gotham/Gotham-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/gotham/Gotham-Light.otf) format("opentype"), url(../fonts/gotham/Gotham-Light.woff) format("woff"), url(../fonts/gotham/Gotham-Light.ttf) format("truetype"), url(../fonts/gotham/Gotham-Light.svg#Gotham-Light) format("svg");
  font-weight: 200;
  font-style: normal
}

@font-face {
  font-family: Gotham;
  src: url(../fonts/gotham/Gotham-Book.eot?#iefix) format("embedded-opentype"), url(../fonts/gotham/Gotham-Book.otf) format("opentype"), url(../fonts/gotham/Gotham-Book.woff) format("woff"), url(../fonts/gotham/Gotham-Book.ttf) format("truetype"), url(../fonts/gotham/Gotham-Book.svg#Gotham-Book) format("svg");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: Gotham;
  src: url(../fonts/gotham/Gotham-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/gotham/Gotham-Medium.otf) format("opentype"), url(../fonts/gotham/Gotham-Medium.woff) format("woff"), url(../fonts/gotham/Gotham-Medium.ttf) format("truetype"), url(../fonts/gotham/Gotham-Medium.svg#Gotham-Medium) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Gotham;
  src: url(../fonts/gotham/GothamBold.eot?#iefix) format("embedded-opentype"), url(../fonts/gotham/GothamBold.woff) format("woff"), url(../fonts/gotham/GothamBold.ttf) format("truetype"), url(../fonts/gotham/GothamBold.svg#GothamBold) format("svg");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: Gotham;
  src: url(../fonts/gotham/GothamBlack.eot?#iefix) format("embedded-opentype"), url(../fonts/gotham/GothamBlack.woff) format("woff"), url(../fonts/gotham/GothamBlack.ttf) format("truetype"), url(../fonts/gotham/GothamBlack.svg#GothamBlack) format("svg");
  font-weight: 900;
  font-style: normal
}


/* --------------------------
:: Base CSS Start
-------------------------- */



 body {
            overflow-x: visible; /* Masque le débordement horizontal */
            margin: 0; /* Supprime les marges par défaut */
        }

img {
  max-width: 100%;
}

:focus {
  outline: none;
}

.tooltip {
  text-transform: capitalize;
}

.input-group .form-control {
  z-index: inherit;
}

ul {
  margin-bottom: 0;
  padding: 0;
}

.list-inline>li {
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 3px 0 0;
}

input[type="checkbox"] {
  transform: scale(1.1);
}

input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: none;
}

.select-input::after {
  font-family: 'fontawesome';
  content: '\f107';
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 6px;
  pointer-events: none;
}

#product-search .col-sm-3.select-input::after {
  right: 25px;
}

.catesort select.form-control,
#product-search select.form-control {
  appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 4px !important;
}

.form-control {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}

.select-input {
  position: relative;
}

body {
  font-family: Gotham, sans-serif;
  font-weight: 300;
  color: #313131;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.8px;
  width: 100%;
  background-color: rgba(240, 240, 240, 0.17);
}

.dropdown-menu {
  box-shadow: 0 0px 5px rgba(0, 0, 0, .175);
}

.form-control {
  border: 1px solid #e5e5e5;
  box-shadow: none;
  border-radius: 4px;
}

.form-control:focus {
  border-color: #2B9ED7;
  box-shadow: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
a:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #2B9ED7;
}

.btn.active,
.btn:active {
  box-shadow: none;
}

svg {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
}

.img-thumbnail {
  border: none;
}


/* default font size */

.fa {
  font-size: 14px;
}


/* --------------------------
:: Override the bootstrap defaults
-------------------------- */

h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

a {
  color: #000;
  transition: 0.3s all ease;
}

a:hover {
  text-decoration: none;
}

legend {
  font-size: 18px;
  color: #2B9ED7;
  padding: 7px 0px
}

label {
  font-size: 12px;
  font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 12px;
}

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
  line-height: normal;
}

div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}


/* --------------------------
:: Gradent
-------------------------- */

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-color: transparent;
  text-decoration: none;
  color: #2B9ED7 !important;
}


/* top */

#top {
  background-color: #f6f6f6;
  padding: 15px 0;
}

#top . {
  padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
  line-height: 30px;
  padding: 0 10px;
  text-transform: capitalize;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  color: #2B9ED7;
}

#top .btn-link,
#top a,
#top svg {
  color: #313131;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
  padding: 0;
  letter-spacing: 0.8px;
}

#top .btn-link:hover,
#top a:hover,
#top a:hover svg,
#top .btn-link:focus {
  color: #2B9ED7;
  fill: #2B9ED7;
  background-color: transparent;
}

.top-menu-links .dropdown-menu a {
  text-shadow: none;
}

.top-menu-links .dropdown-menu a:hover {
  color: #FFF;
}

#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}

.top-menu-links {
  margin-top: 10px;
}

.top-menu-links a+a {
  margin-left: 15px;
}


/* --------------------------
:: Search
-------------------------- */

#search {
  margin-bottom: 10px;
}

#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 10px;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 35px;
  text-shadow: 0 1px 0 #FFF;
}


/* --------------------------
:: Cart
-------------------------- */

.cart-menu .btn-danger {
  background-color: #fff;
  color: #000;
  padding: 0;
  border-color: #fff;
  transition: all 0.4s ease-in-out 0s;
}

.cart-menu .btn-danger:hover {
  background-color: #fff !important;
  color: #7a7a7a !important;
  border-color: #fff;
}

.cart-menu>.btn {
  font-size: 12px;
  line-height: 18px;
  fill: #000;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.cart-menu.open>.btn {
  background-image: none;
  background-color: #FFFFFF;
  border: none;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}

.cart-menu.open>.btn:hover {
  color: #444;
}

.cart-menu .dropdown-menu {
  background: #fff;
  z-index: 1001;
}

.cart-menu .dropdown-menu {
  min-width: 200px;
  width: 300px;
}

@media(min-width: 768px) {
  .cart-menu .dropdown-menu {
    margin: 0 14px;
  }
}

.cartbt .btn {
  padding: 9px 10px 7px 10px;
}

@media (max-width: 478px) {
  .cart-menu .dropdown-menu {
    min-width: 300px;
  }
}

.cart-menu .dropdown-menu table {
  margin-bottom: 10px;
}

.cart-menu .table-striped>tbody>tr:nth-of-type(2n+1) {
  background: none;
}

.cart-menu li tbody tr td {
  border-bottom: 1px solid #f6f6f6 !important;
  border: none;
}

.cart-menu li tbody tr td {
  border-bottom: 1px solid #f6f6f6 !important;
  border: none;
}

.cartqt {
  width: 12%;
}

.cartdrop {
  padding: 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.cartname {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 10px;
  width: 130px;
  font-size: 14px;
}

.cartprice {
  clear: both;
  position: relative;
  top: -30px;
  left: 66px;
  width: 50%;
  color: #000;
  font-size: 13px;
  direction: ltr;
  margin-bottom: -10px;
}

.cart-menu .dropdown-menu li>div {
  padding: 0 10px;
}

.cart-menu .dropdown-menu li>div table td {
  border: 1px solid #ececec;
}

@media (max-width: 478px) {
  .cart-menu .dropdown-menu li>div {
    min-width: 100%;
  }
}

.cart-menu .dropdown-menu li p {
  margin: 20px 0;
}

.dropdown-submenu .submenu-title {
  font-size: 14px !important;
  line-height: 22px;
  position: relative;
  text-transform: capitalize;
  margin: 0 0 5px;
  padding: 4px 0;
  font-weight: 600;
  color: #000;
}


/* --------------------------
:: Header Menu
-------------------------- */

.ui-main-menu {
  background-color: #fff;
  margin-bottom: 30px;
}

.ui-main-menu .nav>li>a {
  color: #222222;
  padding: 14.1px 0px;
  font-size: 14px;
  background-color: transparent;
  border-bottom: 1px solid #f1f1f1;
}

.ui-main-menu .nav>li:last-child a {
  border-bottom: none;
}

.ui-main-menu .nav>li>a:hover,
.ui-main-menu .nav>li.open>a {
  color: #2B9ED7;
}

.ui-main-menu .dropdown-menu {
  padding-bottom: 0;
}

.ui-main-menu .dropdown-inner {
  display: table;
}

.ui-main-menu .dropdown-inner ul {
  display: table-cell;
}

.ui-main-menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
  text-transform: capitalize;
  direction: ltr;
}

.ui-main-menu .dropdown-inner li a:hover {
  color: #2B9ED7;
}

.ui-main-menu .see-all {
  display: block;
  margin-top: 0.5em;
  padding: 3px 20px;
}

.ui-main-menu .see-all:hover,
.ui-main-menu .see-all:focus {
  text-decoration: none;
  color: #2B9ED7;
}

.ui-main-menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.ui-main-menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #000;
  float: right;
  padding: 0;
  box-shadow: none;
}

.ui-main-menu .btn-navbar:hover,
.ui-main-menu .btn-navbar:focus,
.ui-main-menu .btn-navbar:active,
.ui-main-menu .btn-navbar.disabled,
.ui-main-menu .btn-navbar[disabled] {
  color: #2B9ED7;
}

@media (min-width: 768px) {
  .ui-main-menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  .ui-main-menu {
    border-radius: 4px;
  }
  .ui-main-menu div.dropdown-inner>ul.list-unstyled {
    display: block;
  }
  .ui-main-menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
  }
  .ui-main-menu .dropdown-inner {
    display: block;
  }
  .ui-main-menu .dropdown-inner a {
    width: 100%;
    color: #000;
  }
  #column-left {
    padding: 0
  }
}


/* --------------------------
:: Content Area
-------------------------- */

#content {
  min-height: 600px;
}


/* --------------------------
:: Footer
-------------------------- */

footer {
  margin-top: 30px;
  padding-top: 30px;
  background-color: #fff;
  color: #e2e2e2;
}

.footer-alter {
  padding: 0;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer a {
  color: #ccc;
}

footer a:hover,
footer a.active,
.foot-payment li a i:hover {
  color: #2B9ED7;
}

footer h5 {
  font-size: 15px;
  text-transform: uppercase;
  color: #333333;
}


/* --------------------------
:: Alert Box
-------------------------- */

.webi-single-blog .alert,
.news-popup .alert {
  position: unset;
}

.alert {
  padding: 8px 14px 8px 14px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 4px;
  z-index: 9;
}

.alert .close {
  opacity: 1;
  right: 0;
  top: 0;
}


/* --------------------------
:: breadcrumb
-------------------------- */

.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  background-color: transparent;
  border-radius: 4px;
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb>li {
  padding: 0 20px;
  position: relative;
}

.breadcrumb>li:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  right: -4px;
  width: 9px;
  height: 9px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
}

.breadcrumb>li:last-child::after {
  border-bottom: 0;
  border-right: 0;
}

.breadcrumb>li+li::before {
  content: '';
  padding: 0;
}

.pagination {
  margin: 0;
}

@media(min-width: 600px) {
  .pagination {
    display: inline;
  }
}


/* --------------------------
:: Buttons
-------------------------- */

.buttons {
  margin: 1em 0;
}

.btn {
  padding: 7.5px 12px;
  font-size: 14px;
  border: none;
  text-transform: capitalize;
  border-radius: 4px;
  box-shadow: none;
}

.btn-xs {
  font-size: 9px;
}

.btn-sm {
  font-size: 10.2px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
  font-size: 12px;
}

.btn-group>.btn-xs {
  font-size: 9px;
}

.btn-group>.btn-sm {
  font-size: 10.2px;
}

.btn-group>.btn-lg {
  font-size: 15px;
}

.btn-default {
  color: #ffffff;
  background-color: #2B9ED7;
  border: none;
  transition: all 0.3s linear;
}

.btn-primary {
  color: #ffffff;
  background-color: #2B9ED7;
  border: none;
  transition: all 0.3s linear;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled:hover,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-default:hover,
.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default,
.btn-default:active:hover,
.btn-default.focus,
.btn-default:focus,
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #000;
  color: #fff;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #ffffff;
  background-color: #000;
  transition: all 0.3s linear;
  border: none;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #2B9ED7;
  border: none;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
.btn-link:focus,
.btn-link.focus,
.btn-link:hover {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}


/* --------------------------
:: List Group
-------------------------- */

.list-group a {
  border: 1px solid #DDDDDD;
  color: #888888;
  padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF;
}


/* --------------------------
:: Carousel
-------------------------- */

.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome;
}

.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome;
}


/* --------------------------
:: Product List
-------------------------- */

.product-thumb {
  position: relative;
}

.product-thumb .image {
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 4px;
}

.product-thumb .image img {
  border-radius: 4px;
}

.product-grid .product-thumb .image {
  float: none;
}

@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 0px;
  }
}

.product-thumb .rating {
  padding-bottom: 10px;
}

.rating .fa-stack {
  font-size: 6px;
}

.rating .fa-star-o {
  color: #2B9ED7;
  font-size: 13px;
}

.rating .fa-star {
  color: #2B9ED7;
  font-size: 13px;
}

.rating .fa-star+.fa-star-o {
  color: #2B9ED7;
}

h2.price {
  margin: 0;
}

.product-thumb .price,
.product-thumb1 .price {
  color: #181818;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.product-thumb .price-old,
.product-thumb1 .price-old {
  color: #929292;
  text-decoration: line-through;
  font-size: 12px;
}

.product-thumb .price-tax {
  color: #929292;
  font-size: 12px;
  display: block;
}

.thumbnails {
  list-style: none;
  padding: 0;
  margin: 0;
}

.thumbnails>img {
  width: 100%;
}

.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}

.image-additional {
  max-width: 78px;
}

.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n+1),
  #content .col-lg-3:nth-child(4n+1),
  #content .col-lg-4:nth-child(3n+1),
  #content .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n+1),
  #content .col-md-3:nth-child(4n+1),
  #content .col-md-4:nth-child(3n+1),
  #content .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n+1),
  #content .col-sm-3:nth-child(4n+1),
  #content .col-sm-4:nth-child(3n+1),
  #content .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}


/* fixed colum left + content + right*/

@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }
  #column-left+#content .product-layout .col-md-3 {
    width: 50%;
  }
  #column-left+#content+#column-right .product-layout .col-md-3 {
    width: 100%;
  }
  #content+#column-right .product-layout .col-md-3 {
    width: 100%;
  }
}


/* fixed product layouts used in left and right columns */

#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}


/* fixed mobile cart quantity input */

.input-group .form-control[name^=quantity] {
  min-width: 50px;
}


/* Missing focus and border color to overwrite bootstrap */

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}


/* --------------------------
:: Other Css
-------------------------- */

@media (min-width:1410px) {
  label,
  .form-control {
    font-size: 14px !important;
  }
  .container {
    width: 1380px;
  }

  .headlogo,
  #column-left,
  .stmenu {
    width: 22%;
  }
  .acpage #content {
    width: 56%;
  }
  .acpage #column-right {
    width: 22%;
  }
  #content,
  .stme2 {
    width: 78%;
  }
  .hsearch {
    width: 61.33%;
  }
}

@media(min-width: 768px) {
  #content {
    padding-left: 5px;
  }
  .acpage #content {
    padding-left: 5px;
    padding-right: 5px;
  }
  .top-menu-links .open .dropdown-menu,
  #top .open .dropdown-menu,
  .inuser.open .dropdown-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 15px !important;
  }
  .top-menu-links .dropdown-menu,
  #top .dropdown-menu,
  .inuser .dropdown-menu {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    visibility: hidden;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.35s ease-out 0s;
    margin-top: 50px;
    right: 0;
    left: auto;
    margin: 10px 0 0;
    border: 1px solid #eee;
    box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    visibility: hidden;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.35s ease-out 0s;
    margin-top: 50px;
  }
}

@media(max-width: 1199px) {
  .container {
    width: 100%;
  }
}

.lang,
.cur,
.hcontact {
  display: inline-block;
}


/* --------------------------
:: Header
-------------------------- */

.user_account i {
  margin: 0 5px;
}

.user_account>li>a {
  padding: 3px 10px;
  line-height: 25px;
}

.head-left {
  font-size: 13px;
}

.head-left span {
  margin: 0 10px;
  text-transform: capitalize;
}

.cur .btn.test::before {
  content: '';
  border-left: 2px solid #d6d6d6;
  margin: 0 20px;
  height: 10px;
  display: inline-block;
}

.cur .btn.test::after {
  content: '';
  border-left: 2px solid #d6d6d6;
  height: 10px;
  display: inline-block;
  margin: 0 20px;
}

.hcontact svg {
  margin: 0 5px;
}

header .cart-menu-total {
  position: absolute;
  top: -5px;
  background-color: #2B9ED7;
  width: 15px;
  text-align: center;
  border-radius: 50%;
  right: 12px;
  color: #fff;
  cursor: pointer;
  height: 16px;
  font-size: 10px;
  display: inline-block;
}

.user_menu {
  padding-right: 20px !important;
  margin-right: 20px !important;
}

.user_menu::after {
  content: '';
  border-left: 1px solid #f2f2f2;
  position: absolute;
  font-size: 20px;
  right: 0;
  top: 3px;
  height: 100%;
}

.headerMenu {
  background-color: #000000;
}

.hsearch {
  margin-top: 2px;
}

header {
  padding: 27.5px 0;
  background-color: #fff;
}

.top-menu-links svg:hover,
.cart-menu>.btn:hover svg {
  fill: #2B9ED7;
}

.top-menu-links.nav .open>a,
.top-menu-links.nav .open>a:focus,
.top-menu-links.nav .open>a:hover {
  background-color: transparent;
}

.view_more.my-menu {
  cursor: pointer;
}


/* --------------------------
:: Category Search
-------------------------- */

.sblock {
  display: block;
}

.ajax-result-msg {
  padding: 10px 15px;
}

.ajax-load-img {
  max-width: 80px;
}

.search-by-category .list-des {
  font-size: 12px;
  color: #777;
}

.search-by-category .search-container .categories-container {
  float: left;
  width: 160px;
  position: relative
}

.search-by-category .search-container .categories-container .hover-cate p {
  position: relative;
  margin-bottom: 0;
  border: 1px solid #eee;
  height: 40px;
  cursor: pointer;
  padding: 9px 10px;
  border-radius: 4px 0 0 4px;
}

.search-by-category .search-container .categories-container .hover-cate p:after {
  content: "\f107";
  font-family: 'fontawesome';
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 18px;
}

.search-by-category .search-container .categories-container .hover-cate .cate-items {
  z-index: 9999;
  position: absolute;
  display: none;
  background: none repeat scroll 0% 0% #FFF;
  max-height: 300px;
  overflow: auto;
  padding: 15px;
  width: 100%;
  cursor: pointer;
  border: 1px solid #eee;
  line-height: 25px;
  text-transform: capitalize;
}

.search-by-category .item-inner:before {
  display: none;
}

.btn-search-category {
  background: #2B9ED7;
  color: #fff;
  border: 1px solid #2B9ED7;
  height: 40px;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 13px;
  padding: 3px 8px 0 8px;
  min-width: 100px;
  transition: 0.3s ease;
  letter-spacing: 0.8px;
}

.btn-search-category:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.text-search {
  width: 100%;
  border: 1px solid #eee;
  height: 40px;
  padding: 0 15px;
}

.item-search {
  list-style: none;
}

.item-search.l1 {
  margin-left: 10px;
}


/* Search-category over */


/* --------------------------
:: Menu
-------------------------- */

@media(min-width: 768px) {
  #ui-mega-menu h3.wr-menu {
    margin-bottom: 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    color: #fff;
    background-color: #2B9ED7;
    padding: 12px 15px;
    height: 53px;
    cursor: pointer;
    margin-top: -83px;
  }
  #ui-mega-menu .btn-navbar.navbar-toggle {
    padding: 0;
    border: none;
    cursor: pointer;
    background-color: #337ab7;
    border-radius: 50%;
    min-width: 30px;
    min-height: 30px;
    text-align: center;
    margin: 0px;
    padding-top: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
  }
  #ui-mega-menu .cate {
    margin: 9px 15px;
    display: inline-block;
  }
  #ui-mega-menu:hover .ico-menu .bar::after {
    left: 0;
  }
  .ico-menu {
    position: relative;
    width: 15px;
    top: -8px;
    margin: 0 auto;
    left: -8px;
    display: block;
  }
  .btn-navbar.navbar-toggle {
    cursor: pointer;
    text-align: center;
    cursor: pointer;
  }
  .ico-menu .bar:nth-child(1) {
    top: 0;
    width: 18px;
  }
  .ico-menu .bar {
    position: absolute;
    height: 1px;
    background-color: #fff;
    overflow: hidden;
  }
  .bar {
    height: 12px;
    width: 20px;
    display: inline-block;
  }
  .ico-menu .bar:nth-child(2) {
    top: 5px;
    width: 16px;
  }
  .ico-menu .bar:nth-child(3) {
    top: 10px;
    width: 12px;
  }
  .ico-menu .bar:nth-child(3)::after {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .ico-menu .bar::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    background: #2B9ED7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transition-delay: 0s;
  }
  .ico-menu .bar:nth-child(2)::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .ico-menu .bar:nth-child(1)::after {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  #_desktop_top_menu:hover .btn-navbar.navbar-toggle {
    background-color: #4de8d9;
  }
  #menu1 li a::after {
    content: '';
    border: 1px solid #313131;
    height: 12px;
    font-size: 7px;
    position: relative;
    top: -1px;
    margin: 0 30px;
  }
  #menu1 li a {
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
  }
  #menu1 li a:hover,
  #menu1 li a.active {
    color: #2B9ED7;
  }
  #menu1 li:last-child a::after {
    border: none;
  }
}

.list-inline {
  margin: 0;
}

.headerMenu {
  background-color: #000000;
  padding: 15px 0;
  margin-bottom: 30px;
}

.headerMenu-m-0 {
  margin-bottom: 0;
}

.cate-menu {
  margin-top: 29px;
}


/* --------------------------
:: Sliders
-------------------------- */

#slideshow0 img {
  border-radius: 4px;
}

.owl-wrapper-outer {
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
}

#slideshow0.owl-theme .owl-controls .owl-page span {
  opacity: 1;
  background: #fff;
  box-shadow: none;
  margin: 0 2px;
}

#slideshow0.owl-theme .owl-controls .owl-page.active span,
#slideshow0.owl-theme .owl-controls .owl-page:hover span {
  opacity: 1;
  background: #2B9ED7;
}

#slideshow0 .owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  top: auto;
}


/* --------------------------
:: Service
-------------------------- */

.deliveryinfo li {
  vertical-align: middle;
}

.deliveryinfo li svg {
  fill: #9f9f9f;
  margin: 0 5px;
  transform-style: preserve-3d;
  transition: all 1.0s linear;
}

.deliveryinfo ul li h4 {
  font-size: 16px;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 0;
}

.deliveryinfo ul li p {
  font-size: 11px;
  text-transform: capitalize;
  color: #6d6d6d;
  margin-bottom: 0;
}

.deliveryinfo {
  background-color: #fff;
  padding: 25px 0;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 4px;
}

.deliveryinfo ul:hover svg {
  cursor: pointer;
  fill: #2B9ED7;
}

@media (min-width: 1200px) {
  .sborder {
    position: relative;
  }
  .sborder::before {
    content: '';
    border-left: 1px solid #dadada;
    height: 35px;
    left: -15px;
    position: absolute;
    top: 10px;
  }
}


/* --------------------------
:: Product
-------------------------- */

.owl-theme .owl-controls .owl-buttons div {
  color: #000 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  opacity: 1 !important;
  position: absolute;
  top: -55px;
  left: auto;
}

.owl-theme .owl-controls .owl-buttons .owl-prev::after {
  content: '|';
  color: #919191;
  font-size: 12px;
  padding: 0 20px;
  vertical-align: top;
  position: relative;
  top: 3px;
}

.owl-carousel .owl-buttons div i {
  font-size: 22px !important;
  margin: 0 !important;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  right: 20px;
}

.owl-carousel .owl-buttons .owl-next {
  right: 10px !important;
}

.owl-theme .owl-controls .owl-buttons div i:hover {
  color: #2B9ED7;
}

.nav-tabs>li {
  float: none;
  display: inline-block;
}

.tab-head h1 {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  margin: 0
}

.tab-head {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.tab-head h1 span i {
  border-top: 3px solid #2B9ED7;
  margin: 8px 0 0 0;
}

.tab-head h1 span {
  display: inline-grid;
}

.tab-head .nav-tabs>li.active>a,
.tab-head .nav-tabs>li.active>a:focus,
.tab-head .nav-tabs>li.active>a:hover,
.tab-head .nav-tabs>li>a:hover {
  color: #2B9ED7;
  cursor: default;
  background-color: #fff;
  border: none;
  cursor: pointer;
}

.tab-head ul {
  margin-right: 100px;
}

.tab-head .nav-tabs {
  border-bottom: none
}

.tab-head .nav-tabs>li>a:hover {
  background-color: transparent;
  border: none
}

.tab-head .nav-tabs>li>a {
  margin: 0;
  border: none;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #181818
}

.tab-head .nav>li>a {
  padding: 0;
  text-transform: uppercase;
}

.product-thumb:hover .second-img,
.leftpro:hover .second-img,
.toppro:hover .second-img {
  opacity: 1;
}

.product-thumb .second-img,
.leftpro .second-img,
.toppro .second-img {
  top: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

.tabpro {
  background-color: #fff;
  border-radius: 4px;
  padding: 30px 5px 0 5px;
}

.pro-nepr .product-layout {
  padding: 0 10px;
  margin-bottom: 25px;
}

.latestb a::before {
  content: '';
  border-right: 2px solid #e7e7e7;
  font-size: 8px;
  position: relative;
  top: -4px;
  margin: 0 25px;
}

.salep {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #303030;
  font-size: 13px;
  background-color: #fed951;
  border-radius: 2px;
  min-width: 63px;
  text-transform: uppercase;
  text-align: center;
  padding: 4px 0 2px 0;
}

.caption h4 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 180px;
  padding-bottom: 1px;
}

.caption h4 a {
  color: #000;
  font-size: 13px;
  transition: all 0.3s ease-out 0s;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.caption h4 a:hover,
.caption h4:hover {
  color: #2B9ED7;
}

.topbutton button {
  display: block;
  border: none;
  background-color: transparent;
  padding: 0;
}

.topbutton {
  position: absolute;
  top: 15px;
  right: 15px;
}

.wishcom {
  margin: 15px 0;
}

.topbutton svg {
  fill: #000;
  transition: all 0.3s ease-out 0s;
}

.topbutton svg:hover,
.topbutton button:hover svg {
  fill: #2B9ED7;
}

.acart {
  background-color: #2B9ED7;
  padding: 9px 30px 7px 30px;
  border-radius: 5px;
  font-size: 12px;
  border: none;
  text-transform: uppercase;
  transition: 0.3s all ease;
  border-radius: 4px;
  color: #fff;
  letter-spacing: 0.8px;
}

.acart:hover {
  background-color: #000;
}

.product-thumb .price-old {
  display: block;
  font-size: 12px;
}

@media(min-width: 992px) {
  .product-thumb:hover .acart {
    opacity: 1;
    bottom: 3px;
  }
  .product-thumb .acart {
    position: absolute;
    bottom: -10px;
    opacity: 0;
    cursor: pointer;
    text-align: center;
    transition: 0.3s all ease;
    left: 0;
    vertical-align: sub;
  }
  .product-thumb:hover .caption h4,
  .product-thumb:hover .caption .rating {
    opacity: 0;
  }
  .product-thumb .caption h4,
  .product-thumb .caption .rating {
    transition: 0.3s all ease;
  }
  .product-thumb:hover .topbutton,
  .product-thumb1:hover .topbutton {
    opacity: 1;
  }
  .product-thumb .topbutton,
  .product-thumb1 .topbutton {
    transition: 0.3s all ease;
    opacity: 0;
  }
  .product-thumb .price {
    position: relative;
    bottom: 0px;
    transition: 0.3s all ease;
  }
  .product-thumb:hover .pricedis {
    bottom: 4px !important;
    margin-top: -12px;
  }
  .product-thumb .pricedis {
    margin-top: -12px;
  }
  .product-thumb:hover .price {
    bottom: 12px;
  }
}

.pricedis {
  margin-top: -10px;
}

@media(min-width: 992px) {
  .cbanner {
    padding: 0;
  }
}

.cbanner .beffect:first-child {
  margin-bottom: 15px;
}

.topbanner {
  background-color: #fff;
  padding: 15px;
  margin: 30px 0;
  border-radius: 4px;
}

.topbanner img {
  border-radius: 4px;
}


/* --------------------------
:: Top Rated
-------------------------- */

.toppro .image {
  padding: 0;
}

.toppro .rating {
  margin-top: 5px;
}

.topprom {
  margin-bottom: 30px;
}

.toppro .caption h4 a {
  font-size: 14px;
}

.toppro .acart {
  border: 1px solid #e7e7e7;
  background-color: #fff;
  color: #000000;
  margin-top: 18px;
  padding-top: 10px;
}

.toppro .acart:hover {
  border: 1px solid #2B9ED7;
  background-color: #2B9ED7;
  color: #fff;
}

.toppro .caption {
  margin-top: 10px;
}


/* --------------------------
:: Tabs Category
-------------------------- */

.nav-tabs li a {
  text-transform: capitalize;
}

#cat_tab .nav-tabs {
  border: 1px solid #eee;
  border-radius: 4px;
}

.category-tab .nav-tabs li a,
.category-tab .nav-tabs li.active a,
.category-tab .nav-tabs li.active a:focus {
  margin: 0 15px;
  border-radius: 0;
  border-bottom: 1px solid #eee !important;
  padding: 15px 0;
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer
}

#cat_tab .nav-tabs>li.active>a,
#cat_tab .nav-tabs>li.active>a:focus,
#cat_tab .nav-tabs>li.active>a:hover,
#cat_tab a:hover {
  color: #2B9ED7;
}

#cat_tab a:hover::before,
#cat_tab li.active a::before {
  content: '';
  border-right: 2px solid #2B9ED7;
}

#cat_tab a::before {
  content: '';
  border-right: 2px solid #fff;
  font-size: 8px;
  position: relative;
  top: -3px;
  margin: 5px;
}

#cat_tab a:hover {
  padding-left: 10px;
  margin-left: 10px;
}

#cat_tab a::before,
#cat_tab a::after {
  transition: 0.3s all ease;
}

#cat_tab a {
  transition: 0.3s all ease;
  font-size: 14px;
  text-transform: capitalize;
}

.category-tab .nav-tabs li {
  display: block;
}

@media (min-width: 600px) {
  .catb {
    display: none;
  }
  .home-cat.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    padding-right: 0;
  }
}

.category-tab {
  margin-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.cat-tab {
  padding: 0 10px;
}


/* --------------------------
:: breadcrumb
-------------------------- */

.left-heading span {
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  display: inline-grid;
  margin: 0
}

.left-heading {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0;
}

.left-heading span i {
  border-top: 2px solid #2B9ED7;
  margin: 8px 0 0 0;
}

.left-widgets {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px 5px 0 5px;
  margin-top: 30px;
  position: relative;
}

.leftpro .image {
  padding: 0;
}

.product-layout.leftpro {
  float: left;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.leftpro .price {
  margin-bottom: 5px;
}

.left-widgets .leftpro:last-child {
  border-bottom: none;
  padding-bottom: 0;
}


/* --------------------------
:: Testmonials
-------------------------- */

#owl-testi img.center-block {
  border: 3px solid #d0d0d0;
  border-radius: 100%;
}

#owl-testi h4 {
  color: #2e2e2e;
  text-transform: capitalize;
  font-size: 15px;
  margin-top: 10px;
}

#owl-testi h5 {
  color: #838383;
  text-transform: capitalize;
  font-size: 12px;
}

#owl-testi {
  padding: 10px 15px 20px 15px;
}

#owl-testi p {
  color: #838383;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1px;
}

#owl-testi p img {
  float: left;
  margin: 0px 5px;
}

#owl-testi.owl-theme .owl-controls .owl-page span {
  opacity: 1;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: none;
  margin: 0;
}

#owl-testi.owl-theme .owl-controls .owl-page.active span,
#owl-testi.owl-theme .owl-controls .owl-page:hover span {
  opacity: 1;
  background: #2B9ED7;
  border: 1px solid #2B9ED7;
}

#owl-testi .owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  top: auto;
}


/* --------------------------
:: Newsletter
-------------------------- */

.ui-newsletter h3 {
  text-align: center;
  font-size: 22px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: normal;
  margin-bottom: 30px;
  margin-top: 25px;
  color: #282828;
}

.ui-newsletter hr {
  border-top: 2px solid #e5e5e5;
  width: 60px;
}

.description-top p {
  font-size: 12px;
  opacity: 0.5;
  padding: 0 10px;
  margin-bottom: 25px;
}

.ui-newsletter .btn {
  background-color: #2B9ED7;
  border-radius: 4px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 30px;
  transition: all 0.45s ease 0s;
  border: 1px solid #2B9ED7;
  box-shadow: none;
  margin-top: 5px;
}

.emailbtn:hover,
.ui-newsletter .btn:hover {
  color: #fff !important;
  background-color: #000;
  border: 1px solid #000;
}

#formNewLestter {
  padding: 10px 15px;
}

.offerbanner {
  margin-top: 30px;
}


/* --------------------------
:: Footer
-------------------------- */

.footer-hr {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 50px;
}

@media(min-width: 768px) {
  .middle-footer h5 button {
    display: none;
  }
  .footer-collapse.collapse,
  #filtercol.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}

.footer-alter {
  margin-top: 0;
}

footer a,
footer #contact li {
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #808080;
  padding: 0;
  word-break: break-all;
}

footer #contact li {
  margin-bottom: 15px;
  line-height: 21px;
}

.social li {
  min-width: 35px;
  min-height: 35px;
  text-align: center;
  transition: 0.3s ease;
  display: inline-block;
  border-radius: 100%;
  background: #dfdfdf;
  color: #4f4f4f;
}

.social li a {
  display: block;
  color: #4f4f4f;
  position: relative;
  top: 3px;
}

.social li:hover {
  background: #2B9ED7;
  color: #fff;
}

.social li:hover a {
  color: #fff;
}

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  z-index: 8;
  height: 36px;
  width: 36px;
  line-height: 38px;
  display: none;
  outline: none;
  text-align: center;
  border-radius: 1px;
  transition: all .5s ease-in-out;
}

.f-left span {
  margin-left: 35px;
  display: block;
  position: relative;
}

.f-left img {
  float: left;
}

.ui-footer {
  background-color: #000;
  padding: 10px 0;
  color: #fff;
  margin-top: 50px;
}

.footer-alter {
  margin-top: 0;
}

.footabout p {
  color: #a7a3a3;
  line-height: 25px;
  font-size: 13px;
  margin: 30px 0;
}

.f-left li {
  margin-bottom: 10px;
}

@media(min-width: 992px) {
  .fborder::before {
    content: '';
    border-left: 1px solid #f5f5f5;
    position: absolute;
    height: 250px;
    top: 10px;
    left: 0;
  }
}

.foot-payment li a i {
  color: #616161;
  margin-right: 20px;
  font-size: 22px;
}

@media (min-width: 768px) {
  .ui-main-menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  .ui-main-menu .dropdown:hover .dropdown-menu {
    display: block;
    padding: 12px 0;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 0;
  }
  .ui-main-menu .dropdown-menu {
    background: #FFF;
    visibility: hidden;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s ease-out 0s;
    -o-transition: all 0.35s ease-out 0s;
    transition: all 0.35s ease-out 0s;
    left: 100%;
    margin: 0 15px !important;
    border: none;
  }
  .ui-main-menu .nav>li>a::before {
    background-color: transparent;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.4s ease-out 0s;
    width: 3px;
  }
  .ui-main-menu .dropdown-inner a {
    min-width: 210px;
    padding: 3px 9px;
  }
  .ui-main-menu .dropdown-menu {
    padding: 12px 0;
    top: 0;
  }
  .enangle {
    float: right;
    transition: all 0.3s ease 0s;
    margin-top: 2px;
  }
  .ui-main-menu li a:hover .enangle {
    transform: rotate(-90deg);
  }
}

.thumb_img {
  margin-right: 15px;
}

.view_more.my-menu {
  color: #222222;
  padding: 15px 0px;
  font-size: 14px;
  background-color: transparent;
  border-top: 1px solid #f1f1f1;
}


/* --------------------------
:: Product Page
-------------------------- */

.qtlabel {
  position: relative;
  margin-right: 10px;
  top: -14px;
}

.product-bg {
  background-color: #fff;
  padding: 15px 0;
  border-radius: 4px;
  margin: 0;
}

.thumbnails img {
  border-radius: 4px;
}

.pro-price {
  font-size: 18px !important;
}

.palert,
#tab-review,
#accordion .alert {
  position: unset;
}

#tab-review i {
  color: #2B9ED7;
}

#tab-review .fa.fa-stack {
  font-size: 10px;
}

#tab-specification .table-bordered>thead>tr>td,
#tab-specification .table-bordered>tbody>tr>td {
  border: 1px solid #f6f6f6;
}

#tab-specification strong {
  color: #000;
}

.thumbnail {
  border-radius: 0;
  padding: 0;
  position: relative;
  border: none;
}

.pro-content h1 {
  font-size: 18px;
  text-transform: uppercase;
  color: #161616;
  letter-spacing: 1px;
  margin-top: 0;
}

.pro-content .qty-plus-minus .form-control {
  width: 45px;
  text-align: center;
  color: #232d2a;
}

.btnplus {
  border-left: 0;
  line-height: 22px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btnminus {
  border-right: 0;
  line-height: 22px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.hr-line {
  border-top: 1px solid #ddd;
}

.text-decor,
.text-de {
  text-transform: capitalize;
  color: #161616;
  font-size: 14px;
  letter-spacing: 1px;
  min-width: 150px;
  display: inline-block;
}

.pwishcom svg {
  fill: #fff;
}

.textdeb {
  color: #2B9ED7;
  margin: 0 4px;
}

.textdeb:hover {
  color: #000;
}

.text-decor-bold,
.text-decor-bold h2 {
  text-transform: capitalize;
  color: #161616;
  font-size: 16px;
  letter-spacing: 1px;
}

.text-decor-bold.proprice h2 {
  font-size: 22px;
  margin-top: 0;
}

.custom-radio .img-thumbnail {
  display: block;
  padding: 0;
  border-radius: 4px;
  border: none;
  height: 30px;
  width: 30px;
}

.text-decorop {
  text-transform: capitalize;
  color: #161616;
  font-size: 14px;
  letter-spacing: 1px;
}

.datebtn {
  background-color: #2B9ED7;
  color: #fff;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  transition: all 0.5s linear;
  padding: 8.4px 12px;
  font-size: 12px;
}

.datebtn:hover,
.btnup:hover,
.add-to-cart:hover {
  background-color: #000;
  color: #fff;
}

.btnup {
  color: #fff;
  background-color: #2B9ED7;
  border: none;
  transition: all 0.5s linear;
  font-size: 16px;
  box-shadow: none;
}

.btn i {
  vertical-align: middle;
}

.prowrite {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 30px;
}

.proreview {
  text-align: center;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 4px;
  text-transform: capitalize;
  margin: 0 5px;
  padding: 0 5px !important;
}

.prorate {
  font-size: 16px;
  letter-spacing: 1px;
  margin: 5px 0;
}

.zoomWindow {
  top: 0 !important;
}

.productwish button {
  background-color: transparent;
  color: #000;
  box-shadow: none;
  border: none;
  font-size: 37px;
  margin-right: 10px;
  padding: 0;
}

.pro-content .qty-plus-minus .form-control:focus {
  border-color: #ebebeb;
}

.pro-content #input-quantity {
  border-radius: 0;
}

.product-tab {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 15px;
  background-color: #fff;
  border-radius: 4px;
}

.product-tab li a {
  border: none !important;
  background-color: transparent !important;
}

.product-tab .nav-tabs>li.active>a,
.product-tab .nav-tabs>li.active>a:focus,
.product-tab .nav-tabs>li.active>a:hover {
  color: #2B9ED7;
}

.product-tab .nav-tabs li.active::after {
  height: 2px;
  width: 100%;
}

.product-tab .nav-tabs li::after {
  content: '';
  position: absolute;
  bottom: -1px;
  transition: all .3s ease-in-out;
  width: 0;
  border-bottom: 2px solid #2B9ED7;
  left: 0;
}

.product-tab .tab-pane {
  padding: 15px 0;
}

@media(min-width: 992px) {
  .sticky {
    position: sticky;
    top: 15px;
  }
}


/* --------------------------
:: Category Page
-------------------------- */

.cate-top img {
  padding: 0 10px;
}

@media(min-width: 768px) {
  .product-list .product-thumb .caption h4 {
    margin-top: 0;
    max-width: inherit;
  }
  .product-list .caption {
    float: left;
    padding-left: 15px;
  }
}

.productspm .product-list:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .product-list .product-thumb .caption h4 {
    font-size: 16px;
  }
  .product-list .image {
    width: 25%;
    position: relative;
  }
  .product-list .caption {
    width: 75%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .price-new {
    margin-top: 3px;
    display: inline-block;
  }
  #account-wishlist .btn-danger,
  #product-compare .btn-danger {
    margin-top: 5px;
  }
  .product-list .image {
    width: 30%;
    position: relative;
  }
  .product-list .caption {
    width: 70%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .dropdown-inner a {
    min-width: 145px !important;
    padding: 3px 5px !important;
  }
  #product-compare .btn-danger {
    margin-top: 5px;
  }
  .pagi .tot {
    font-size: 12px;
  }
  .product-thumb .price {
    min-height: 30px;
  }
  .product-list .image {
    width: 40%;
    position: relative;
  }
  .product-list .caption {
    width: 60%;
  }
  .product-list .product-thumb .price {
    margin-top: -1px !important;
    margin-bottom: 10px;
  }
  .catesort {
    clear: none !important;
  }
}

.productspm {
  background-color: #fff;
  margin: 0;
  padding: 15px 5px;
  border-radius: 4px;
}

.product-grid {
  padding: 0 10px;
}

.filter-panel .panel-footer {
  background-color: #fff;
}

.filter-panel .list-group a {
  color: #000;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
  font-weight: normal;
}

.filter-panel .list-group a:hover {
  background-color: transparent;
  border-bottom: 1px dotted #ddd;
}

.filter-panel .list-group-item {
  background-color: transparent;
}

.cate-top {
  background-color: #fff;
  padding: 15px;
  border-radius: 4px;
}

.cate-top h2 {
  font-size: 18px;
  color: #000;
  letter-spacing: 0.5px;
  margin-top: 0;
  text-transform: capitalize;
}

.cate-top p {
  font-size: 12px;
  color: #aaa;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.cate-border {
  background-color: #fff;
  border-radius: 4px;
  margin: 25px 0;
  padding: 10px 0px;
}

#compare-total {
  padding: 0;
  color: #000;
  position: relative;
  top: 5px;
}

#compare-total:hover {
  background-color: #fff;
  color: #fec22b;
}

#compare-total:hover {
  color: #000;
}

.catesort label {
  background-color: #fff;
  border: none;
  font-size: 16px;
  color: #161616 !important;
}

.catesort .input-group .form-control {
  z-index: 0;
  font-size: 12px !important;
  -webkit-padding-before: 7px;
}

.catesort select option {
  background-color: #fff;
  color: #161616;
}

.listgridbtn {
  background-color: #fff;
  color: #161616 !important;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px !important;
  border: 1px solid transparent;
  border-radius: 0px !important;
}

.listgridbtn.active,
.listgridbtn.active:hover,
.listgridbtn:hover {
  border: 1px solid #7a7a7a;
  background-color: transparent;
  padding: 5px;
  box-shadow: none;
}

.listgridbtn i {
  font-size: 22px;
}

.btn-link:focus,
.btn-link:hover {
  text-decoration: none;
}

.product-grid .product-thumb {
  background-color: #fff;
  margin-bottom: 20px;
}

.product-thumb .clearfix {
  height: 0;
}

@media(min-width: 768px) {
  .product-list .product-thumb:hover .acart {
    opacity: 1;
  }
  .product-list .product-thumb .acart {
    position: unset;
    opacity: 1;
    padding: 7px 11px;
  }
  .product-list .product-thumb:hover .caption h4,
  .product-list .product-thumb:hover .caption .rating {
    opacity: 1;
  }
  .product-list .product-thumb .caption h4,
  .product-list .product-thumb .caption .rating {
    transition: none;
    float: none !important
  }
  .product-list .product-thumb .price-old {
    display: inline-block;
  }
  .product-list .product-thumb .topbutton {
    transition: none;
    opacity: 1;
  }
  .product-list .product-thumb .price {
    position: unset;
    bottom: 0px;
    transition: none;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .product-list .product-thumb:hover .pricedis {
    bottom: 0px !important;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .product-list .product-thumb:hover .price {
    bottom: 0px;
  }
}

.product-list {
  margin-bottom: 20px;
  padding: 0 5px;
}

.product-grid .list-des {
  display: none;
}

.list-des {
  text-transform: capitalize;
  color: #282828;
  max-height: 40px;
  overflow: hidden;
}

.product-list .caption h4 a {
  font-size: 18px;
  color: #000;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover,
.list-group-item.active,
.list-group-item.active:focus {
  color: #2B9ED7;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: none;
  border-right: none;
}

.filterp .list-group a {
  background-color: transparent;
  border-bottom: 1px solid #eee;
  border-left: none;
  border-right: none;
  margin-bottom: 0;
  color: #2B9ED7;
}

.filterp .list-group-item {
  border: 1px solid #fff;
}

.filterp {
  margin-bottom: 30px;
}

.list-group a {
  color: #000;
  padding: 10px 12px;
  background-color: #fff;
  font-size: 14px;
  border: none;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-transform: capitalize;
  direction: ltr;
}

.list-group-item:first-child {
  border-top: 1px solid #fff;
}

.list-group-item:last-child {
  border-bottom: 1px solid #fff;
}

.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 4px;
}

.panel-heading {
  background: #ededed;
  color: #222;
  padding: 15px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  border: none;
  border-radius: 0;
}

.panel-footer {
  background-color: transparent;
}


/* --------------------------
:: Pagination
-------------------------- */

.pagi {
  border-radius: 4px;
  margin: 30px 0 0 0;
  padding: 10px 0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: #000;
  border-color: #000;
}

.pagination>li>a,
.pagination>li>span {
  color: #000;
  padding: 7px 12px 5px 12px;
  border: 1px solid #ececec;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.pagi .tot {
  line-height: 34px;
}

@media(min-width: 1200px) {
  .search-by-category .search-container .categories-container {
    width: 180px;
  }
}

@media(min-width: 1200px) and (max-width: 1409px) {
  #product-compare .btn-danger {
    margin-top: 5px;
  }
  #account-wishlist .btn-danger {
    margin-top: 5px;
  }
  .caption h4 {
    max-width: 130px;
  }
  .product-grid .acart {
    padding: 8px 10px;
  }
  .deliveryinfo ul li h4 {
    font-size: 13px;
  }
  #cat_tab {
    width: 32%;
  }
  .cat-tab .tab-content {
    width: 68%;
  }
  .toppro .acart {
    margin-top: 10px;
  }
  .cbanner .beffect:first-child {
    margin-bottom: 3px;
  }
}

@media(min-width: 992px) and (max-width: 1199px) {
  #menu1 li a::after {
    margin: 0 25px;
  }
  .ui-main-menu .nav>li>a {
    font-size: 12px;
  }
  .deliveryinfo {
    text-align: center;
  }
  .deliveryinfo ul li h4 {
    font-size: 14px;
  }
  .leftpro .caption h4 {
    margin-top: 0;
  }
  .left-widgets .price {
    font-size: 11px;
    letter-spacing: 0;
  }
  #formNewLestter {
    padding: 30px 5px;
  }
  .cbanner {
    padding: 0 12px;
  }
}

@media(max-width: 991px) {
  .pro-content {
    margin-top: 20px;
  }
}

@media(min-width: 768px) and (max-width: 991px) {
  #menu1 li a::after {
    margin: 0 7px;
  }
  .cur .btn.test::after,
  .cur .btn.test::before {
    margin: 0 6px;
  }
  .head-left span {
    margin: 0 5px;
  }
  .left-widgets .price {
    font-size: 12px;
    letter-spacing: 0;
  }
  .foot-payment li a i {
    margin-right: 8px;
  }
  .leftpro .caption h4 {
    margin-top: 0;
  }
}

@media(max-width: 767px) {
  .category-tab {
    padding-bottom: 0;
  }
  .salep {
    top: 10px;
    left: 10px;
    font-size: 12px;
    min-width: 45px;
    padding: 2px 0 0px 0;
  }
  .newsletter-bg .description-top p {
    padding: 0;
  }
  .newsletter-bg .description-top h2 {
    font-size: 16px;
  }
  .newsletter-bg .inner .form-group input {
    width: 100% !important;
  }
  #product-search #input-search,
  #product-search .select-input {
    margin-bottom: 10px;
  }
  .mfp-iframe-holder .mfp-content {
    height: 100%;
  }
  .filterp {
    padding-bottom: 1px;
    padding-top: 10px;
    position: relative;
  }
  .filterp .filtercolb,
  .filterp .filtercolb:focus {
    color: #000;
    text-shadow: none;
    background: none;
    background-image: none;
    border: 0;
    box-shadow: none;
    font-size: 12px;
    position: absolute;
    top: 3px;
    right: 0px;
    width: auto;
  }
  .product-thumb .price,
  .product-thumb1 .price {
    text-align: left;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .caption h4 {
    margin-bottom: 0;
  }
  #onsale .caption h4 {
    margin-bottom: 10px;
  }
  .product-list .caption h4 a {
    font-size: 14px;
    padding-bottom: 3px;
  }
  .product-thumb .rating {
    float: none !important;
    padding-bottom: 3px;
  }
  .product-thumb .price-old {
    display: inline-block;
  }
  .search-by-category .search-container .categories-container {
    display: none;
  }
  .ui-logo {
    margin-left: 30px;
  }
  .user_menu a::after {
    display: none;
  }
  .top-menu-links {
    margin-top: 4px;
    padding: 0;
  }
  .headerMenu {
    display: none;
  }
  .horizontal-menu {
    padding: 15px;
  }
  .ui-main-menu {
    background-color: transparent;
    margin-bottom: 0;
  }
  header{
	display: none;  
  }
  .navbar-header{
    position: relative;
  } 
  .text-search {
    height: 35px;
    border-radius: 4px 0 0 4px;
  }
  .btn-search-category {
    height: 35px;
    min-width: auto;
    padding-top: 2px;
  }
  .hsearch {
    margin-top: 10px;
  }
  header {
    padding: 15px 0;
    margin-bottom: 20px;
  }
  .user_menu {
    margin: 0 8px;
  }
  .iconxs svg {
    width: 20px;
    height: 22px;
  }
  .cart-menu>.btn svg {
    width: 23px;
    height: 23px;
  }
  header .cart-menu-total {
    right: -7px;
  }
  .ui-logo img {
    max-width: 115px;
  }
  #top {
    background-color: #fff;
    padding: 0;
  }
  .cur .btn.test::before,
  .cur .btn.test::after {
    display: none;
  }
  .ui-main-menu .nav>li>a {
    padding: 10px;
  }
  .ui-main-menu .fa.pull-right {
    margin-top: 3px;
  }
  .user_account {
    min-width: 215px;
  }
  .search-by-category{
	margin-top: 10px;  
  }
  #top .col-sm-6.text-right {
    padding: 0 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
  }
  .middle-footer .btn-primary {
    color: #000;
    text-shadow: none;
    background: none;
    background-image: none;
    border: 0;
    box-shadow: none;
    font-size: 12px;
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
  }
  .middle-footer .btn-primary:active:hover,
  .middle-footer .btn-primary:focus {
    background-color: transparent;
    color: #000;
  }
  .middle-footer h5 .toggle.collapsed::after,
  .filterp .toggle.collapsed::after {
    font-family: 'FontAwesome';
    content: '\f067';
    font-size: 14px;
    font-weight: normal;
    float: right;
    cursor: pointer;
  }
  .middle-footer h5 .toggle::after,
  .filterp .toggle::after {
    font-family: 'FontAwesome';
    content: '\f068';
    font-size: 14px;
    font-weight: normal;
    float: right;
    cursor: pointer;
  }
  .ui-footer {
    margin-top: 30px;
  }
  .footer-hr {
    margin-bottom: 30px;
  }
  .acart {
    padding: 5px 10px 5px 10px;
    -webkit-padding-before: 7px;
  }
  #top{
	display: none;
  }
}

@media(max-width: 374px) {
  .product-list {
    padding: 0 15px;
  }
}

@media(min-width: 375px) and (max-width: 599px) {
  .product-grid,
  .product-list,
  .ses {
    width: 50%;
  }
}

@media(max-width: 599px) {
  .deliveryinfo .col-xs-12:nth-child(1),
  .deliveryinfo .col-xs-12:nth-child(2),
  .deliveryinfo .col-xs-12:nth-child(3) {
    margin-bottom: 10px;
  }
  .cxsb.btn {
    font-size: 12px;
  }
  .blog_comment::before,
  .blog_comment::after {
    padding: 0 5px;
  }
  .blog_links {
    letter-spacing: 0;
    font-size: 10px;
  }
  .product-quickview-detail .sticky,
  .product-quickview-detail .pro-content,
  .product-quickview-detail .prorate {
    width: 100%;
  }
  .pagi .col-xs-6 {
    width: 100%;
    text-align: center;
  }
  .catesort {
    width: 100%;
    margin-top: 15px;
  }
  .ct {
    display: none;
  }
  .product-tab li a {
    padding: 10px 4px;
    font-size: 12px;
    letter-spacing: 0;
  }
  .proreview,
  .prowrite {
    font-size: 12px;
    letter-spacing: 0;
  }
  .toppro .image,
  .toppro .caption {
    width: 50%;
  }
  .toppro .acart {
    display: none;
  }
  .imgbanner {
    display: none;
  }
  .xs-tab h1 {
    display: none;
  }
  .tab-head ul {
    margin-right: 0;
    text-align: left;
    margin-bottom: 10px;
  }
  .latestb a::before {
    margin: 0 20px;
  }
  .catb {
    position: absolute;
    right: 15px;
    top: 28px;
    background: #fff;
    color: #111;
    padding: 0;
    border: none;
  }
  .catb.toggle.collapsed::after {
    font-family: 'FontAwesome';
    content: '\f067';
    font-size: 14px;
    font-weight: normal;
    float: right;
    cursor: pointer;
  }
  .catb.toggle::after {
    font-family: 'FontAwesome';
    content: '\f068';
    font-size: 14px;
    font-weight: normal;
    float: right;
    cursor: pointer;
  }
  .category-tab {
    position: relative;
  }
  #cattab.owl-theme .owl-controls .owl-buttons div {
    display: none
  }
}

@media(min-width: 600px) and (max-width: 767px) {
  .deliveryinfo .col-xs-12 {
    width: 50%;
  }
  .deliveryinfo .col-xs-12:nth-child(2) {
    margin-bottom: 10px;
  }
  .imgbanner {
    width: 33%;
  }
  .cbanner {
    width: 67%;
  }
  .home-cat,
  .category-tab .tab-content {
    width: 50%;
  }
  .product-grid,
  .product-list,
  .ses {
    width: 33.33%;
  }
  .ct {
    display: none;
  }
}
@media(min-width: 768px) and (max-width: 991px) {
  .user_menu {
    padding-right: 10px !important;
    margin-right: 10px !important;
  }
}

/* --------------------------
:: SideNav
-------------------------- */

body.active {
  overflow: hidden;
}

body.active::before {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all .2s ease 0s;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -ms-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
}

body.active .sidenav {
  overflow-x: unset;
  overflow-y: scroll;
}

.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: -350px;
  background-color: #111;
  transition: 0.5s;
  padding-top: 60px;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, .06);
  clear: both;
  height: 100%;
  background-color: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.sidenav.active {
  left: 0;
}

.sidenav .close-nav {
  background-color: #161616;
  padding: 12px 15px;
  width: 100%;
  display: inline-block;
  color: #fff;
  letter-spacing: 1px;
}

#mobile_top_menu_wrapper {
  margin: 0;
  line-height: 20px;
  display: block !important;
}

.closebtn {
  float: right;
}

.close-nav i {
  color: #fff;
  font-size: 16px;
}

.navbar-header button {
  border: none;
  margin-top: 2px;
  background: transparent;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  vertical-align: bottom;
}
@media screen and (max-width: 767px){
  .navbar-header button{
    position: absolute;
	color: #000;
	padding: 0;
  }
  .user_menu{
	margin: 0 4px; 
	padding-right: 10px !important;
    margin-right: 10px !important;
  }
}
.ui-main-menu .navbar-collapse {
  display: block;
}

.beffect a::before {
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, .6) none repeat scroll 0 0;
  height: 0;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
}

.beffect a:hover::before {
  opacity: 0;
  height: 100%;
}

.beffect a {
  display: block;
  position: relative;
  overflow: hidden;
}


/* --------------------------
:: Loader
-------------------------- */

#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
  opacity: 0;
  transition: all 1.3s ease 0.3s;
  overflow: hidden;
}

#page-preloader.visible {
  opacity: 1;
  z-index: 100500;
  overflow: hidden;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0.0)
  }
  50% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }
  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
*/

.thumb_img img {
  max-width: 30px;
}


/* --------------------------
:: breadcrumb
-------------------------- */

.swiper-viewport {
  margin: 0 0 60px;
  background: #fff;
  z-index: 1;
  border: 4px solid #fff;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  width: 100%;
  position: relative;
  overflow: visible;
}

.swiper-container {
  direction: ltr !important;
}

.swiper-pager {
  width: 100%;
  position: absolute;
  top: 50%;
  line-height: 45px;
}

.swiper-button-prev,
.swiper-button-next {
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all .3s ease;
  z-index: 2;
  background-image: none;
}

.swiper-viewport .swiper-button-prev {
  opacity: 0.7;
  left: 10px;
}

.swiper-viewport .swiper-button-next {
  opacity: 0.7;
  right: 10px;
}


/* --------------------------
:: Swiper
-------------------------- */

@media (min-width: 768px) {
  .swiper-viewport .swiper-button-prev {
    opacity: 0;
    left: -20px;
  }
  .swiper-viewport .swiper-button-next {
    opacity: 0;
    right: -20px;
  }
  .swiper-viewport:hover .swiper-button-prev {
    opacity: 0.7;
    left: 10px;
  }
  .swiper-viewport:hover .swiper-button-next {
    opacity: 0.7;
    right: 10px;
  }
}

.swiper-button-prev:before {
  width: 40px;
  height: 40px;
  font-family: FontAwesome;
  content: "\f053";
  color: rgba(0, 0, 0, 0.8);
  font-size: 40px;
}

.swiper-button-next:before {
  width: 40px;
  height: 40px;
  font-family: FontAwesome;
  content: "\f054";
  color: rgba(0, 0, 0, 0.8);
  font-size: 40px;
}

.swiper-pagination {
  bottom: -40px;
  left: 0;
  text-align: center;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  margin: 0 5px;
  opacity: 1;
}

.swiper-pagination-bullet:hover {
  background: rgba(0, 0, 0, 0.7);
}

.swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.9);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: pointer;
  pointer-events: auto;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
}

.newsletter-bg {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.slide-bottom {
  position: absolute;
  padding: 30px;
  background: #FFF;
  bottom: 0;
  right: 10%;
  border: solid 1px #000;
}

.slide-bottom .inner {
  position: relative;
}

.button-slide {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #000;
  color: #FFF;
  text-align: center;
  line-height: 30px;
}

#slidetop {
  background: #2B9ED7 none repeat scroll 0 0;
  box-shadow: 0 0 10px 4px rgba(255, 255, 255, .1);
  color: transparent;
  border-radius: 50%;
  bottom: 20px;
  cursor: pointer;
  height: 40px;
  overflow: hidden;
  padding: 6px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  z-index: 99;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#slidetop::after {
  display: inline-block;
  color: #fff;
  font-family: 'fontawesome';
  content: '\f106';
  font-size: 26px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.d-block {
  display: block;
}


/* --------------------------
:: Blog Page
-------------------------- */

.single-blog_page {
  padding: 40px 0;
}

.blog_thump {
  min-height: 235px;
  background-size: cover;
  background-color: #333;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.blog_outer:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
}

.blog_outer {
  margin-bottom: 30px;
}

.blog-head h1 {
  padding-top: 15px;
  text-align: center;
  padding-bottom: 15px;
  margin: 0;
}

.blog-head h4 {
  padding-bottom: 50px;
}

.blog_content {
  padding: 15px;
  margin-bottom: 15px;
  background: #fff;
}

.blog_date {
  font-size: 12px;
  color: #a1a3a5;
}

.blog_topic_head {
  line-height: 18px;
  margin-top: 5px;
}

.position-relative {
  position: relative;
}

.blog_thump:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

.blog_outer:hover .blog_thump:before {
  opacity: .5;
}

.blog_thumb_read_more {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: .5s;
  transition: .5s;
}

.blog_outer:hover .blog_thumb_read_more {
  bottom: 50px;
}

.blog_outer {
  background-color: #fff;
}

.blog_author {
  position: relative;
  padding-left: 40px;
}

.blog_author .author_thumb {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 6px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%!important;
}


/* --------------------------
:: Brand Page
-------------------------- */

.brand_header {
  padding-bottom: 30px;
}

.single_brand {
  margin-bottom: 40px;
}

.single_brand:last-child {
  margin-bottom: 0;
}

.border-dark {
  border-bottom: 3px solid #d3d3d3;
}

.brands {
  padding: 30px 0;
}

.border-dark {
  border-bottom: 3px solid #d3d3d3!important
}

.brands_filter_list a {
  color: #000;
  border: 1px solid #b2b2b2;
  display: inline-block;
  margin: 2px 4px;
  padding: 2px 5px
}

.brands_filter_list a.active {
  background: #2B9ED7;
  border-color: #2B9ED7;
  color: #fff
}

@media screen and (max-width:767px) {
  .single_brand h2 {
    color: #000!important;
    background: #eee;
    padding: 2px 15px;
    font-size: 24px
  }
  .single_brand:first-child h2 {
    margin-right: -30px
  }
  .single_brand_inner a {
    color: #2B9ED7;
    border-bottom: 1px solid #eee;
    padding: 5px 0
  }
  .single_brand .row {
    margin: 0
  }
  .single_brand_inner:last-child a {
    border: none
  }
  .brand_table {
    display: table;
    width: 100%
  }
  .brand_table>div {
    display: table-cell;
    vertical-align: top
  }
  .brands_filter_list {
    display: none;
  }
}


/* --------------------------
:: Account Pages & Other Pages
-------------------------- */

.login input[type="text"],
.login input[type="email"],
.login input[type="password"] {
  margin-bottom: 10px;
  height: 40px;
}

.login select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
}

.ex-center {
  margin: 0 auto;
  float: none;
}

.forgot-password {
  padding: 20px 0;
  text-align: right;
}

.login-head .register {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.login-head .social li {
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #808080;
  padding: 0;
  word-break: break-all;
}

.login-head {
  background-color: #fff;
  padding: 30px 0;
  margin-bottom: 20px;
}

.position-relative {
  position: relative;
}

.shipping p {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

.shipping {
  background-color: #000000;
  padding: 15px 0;
}

.bg-white {
  background-color: #fff;
}

.login-google button.btn-fb {
  background: #3b5998;
}

.login-google button.btn-goggle {
  background: rgb(213, 32, 30);
  border: 1px solid rgb(213, 32, 30);
}

.login-google button i {
  padding-right: 10px;
  font-size: 16px;
}

.login-google button.btn {
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px){
  .login-google button.btn{
    font-size: 13px;
  }
  .owl-theme .owl-controls .owl-buttons .owl-prev::after{
    padding: 0 10px;
  }
}
.seperator span {
  font-size: 16px;
  font-weight: 600;
}

.seperator {
  margin-bottom: 30px;
  margin-top: 20px;
}

.seperator:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40%;
  content: "";
  height: 1px;
  background: #e5e5e5;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.seperator:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40%;
  content: "";
  height: 1px;
  background: #e5e5e5;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.register-menu {
  margin-bottom: 10px;
}

.register-menu,
.button-submit {
  margin-bottom: 10px;
}

.background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 150px 0;
}

.background:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: -webkit-linear-gradient(-90deg, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.7), rgb(0, 0, 0));
  background: -moz-linear-gradient(-90deg, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.7), rgb(0, 0, 0));
  background: -ms-linear-gradient(-90deg, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.7), rgb(0, 0, 0));
  background: -o-linear-gradient(-90deg, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.7), rgb(0, 0, 0));
  background: linear-gradient(-90deg, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.7), rgb(0, 0, 0));
}

.text-white {
  color: #fff;
}

.menu-about li.active a:before,
.menu-about li:hover a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  content: "";
  z-index: 9;
  background-color: #000;
}

.menu-about li a {
  position: relative;
}

.menu-about li {
  list-style: none;
}

.menu-about li.active a {
  background: #eee;
}

.menu-about li a {
  background: #f7f7f9;
  display: block;
  border-bottom: 1px solid #ffffff;
  padding: 20px 20px;
  color: #434343;
  position: relative;
  text-transform: uppercase;
}

.menu-about {
  padding-bottom: 30px;
}

.about {
  padding: 50px 0;
}

.about-cnt {
  padding: 0 20px;
  padding-right: 200px;
}

.about-cnt p a,
.about-list li a,
.about-cnt td a {
  color: #3a99d9;
}

.about-cnt table {
  margin-bottom: 20px;
}

.about-cnt td {
  color: #6E6E6E;
  font-weight: 200;
  font-size: 13px;
}

.about-cnt p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 25px;
  color: #6E6E6E;
  font-weight: 200;
}

.about-list li:before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  background-color: #000;
  width: 5px;
  height: 5px;
  border-radius: 100%;
}

.about-list {
  margin-bottom: 20px;
  padding-left: 25px;
}

.about-list li {
  position: relative;
  list-style: none;
  padding-left: 15px;
  line-height: 27px;
}

.about-cnt h2 {
  margin: 0;
  padding-bottom: 0px;
  color: #434343;
}

@media screen and (max-width:567px) {
  .login-head .register {
    position: static;
    webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .register {
    padding-top: 25px;
    text-align: center;
  }
  .register-menu {
    text-align: center;
  }
  .about-cnt td {
    display: block;
    padding-bottom: 5px;
  }
}

@media screen and (max-width:767px) {
  .headlogo.ex-center .ui-logo {
    margin-left: 0;
  }
  .menu-about li a {
    padding: 10px 20px;
  }
  .about-cnt {
    padding: 0;
  }
  .about-cnt h2 {
    font-size: 18px;
  }
}


/* --------------------------
:: My Account & Cart & Order
-------------------------- */

.my-account.login .button-submit button:hover,
.my-account.login .button-submit button:focus,
.my-account.login .button-submit input[type="submit"]:hover,
.my-account.login .button-submit input[type="submit"]:focus {
  background: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.my-account.login .button-submit button,
.my-account.login .button-submit input[type="submit"] {
  height: 40px;
  background: #2B9ED7;
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: auto;
  padding: 7px 35px;
}

.my-account.login form {
  padding-bottom: 40px;
}

.order-details td:first-child {
  width: 150px;
}

.order-details {
  width: 100%;
}

.ordered-items li span {
  font-weight: bold;
}

.ordered-items li {
  list-style: none;
}

.ordered-items p a {
  color: #6E6E6E;
}

.my-account.login .ordered-items select {
  border: 1px solid #e5e5e5;
  font-weight: 200;
  margin-bottom: 10px;
  min-width: 50px;
  width: auto;
  padding: 3px 5px;
  height: 25px;
  font-size: 13px;
  display: inline-block;
}

.ordered-items {
  padding: 20px;
}

.price-whlist {
  padding-bottom: 15px;
}

.about-cnt td a.remove-btn {
  color: #6E6E6E;
}

@media screen and (max-width:567px) {
  .order-details td:first-child {
    width: 100px;
  }
  .ordered-items {
    padding: 20px 0;
    padding-bottom: 10px;
  }
  .ordered-items p {
    margin-bottom: 10px;
  }
}

@media screen and (min-width:568px) and (max-width:767px) {
  .order-details td:first-child {
    width: 120px;
  }
  .ordered-items p {
    margin-bottom: 10px;
  }
}

.ordered-items-spacing {
  padding: 0;
}

.order-details tbody tr td {
  padding-top: 10px;
}

.order-details tbody {
  border-top: 1px solid #eee;
}

@media screen and (max-width:767px) {
  .order-details thead {
    display: none;
  }
  .order-details tbody {
    border-top: none;
  }
}

@media screen and (max-width: 991px) {
  .about-cnt {
    padding-right: 0;
  }
}

/* Single Blog */
.single-blog_page_header h1 {
  padding-bottom: 20px;
}

.blog_inside_img {
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.pt-20 {
  padding-top: 20px;
}

.blog_cnt blockquote {
  font-size: 32px;
  border-bottom: 2px solid #ccc;
  border-top: 2px solid #ccc;
  padding: 30px;
  margin-bottom: 45px;
  font-weight: bold;
  line-height: 36px;
  border-left: none;
}

.blog_cnt p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 45px;
}

.blog_cnt h4 {
  line-height: 28px;
}

.social-share-alter .facebook {
  background: #225b99;
  border-color: #225b99;
  color: #fff;
  border-radius: 30px;
  padding: 7px 25px;
  margin-bottom: 10px;
}

.social-share-alter .twitter {
  background: #00adf2;
  border-color: #00adf2;
  color: #fff;
  border-radius: 30px;
  padding: 7px 25px;
  margin-bottom: 10px;
}

.social-share-alter i {
  padding-right: 20px;
}

@media screen and (max-width:767px) {
  .single-blog_page_header h1 {
    font-size: 23px;
  }
  .blog_cnt blockquote {
    font-size: 24px;
    padding: 15px;
    margin-bottom: 25px;
    line-height: 36px;
  }
  .blog_inside_img {
    min-height: 200px;
  }
  .navbar-nav .open .dropdown-menu{
	padding-left: 15px;  
  }
}