@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVc.ttf) format('truetype');
}
/*@fontFamily: 'Montserrat', sans-serif;*/
/****************************
Variables Blue Red
*****************************/
/*===================================================================================*/
/* ------------ Typography ------------ */
/*===================================================================================*/
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.bold {
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}
.italic {
  font-style: italic;
}
.red {
  color: red;
}
.darkred {
  color: #BA0519;
}
.green {
  color: green;
}
.silver {
  color: #666666;
}
.text-red {
  color: red !important;
}
.text-green {
  color: green !important;
}
.text-grey {
  color: grey !important;
}
/*** Margin ***/
.m-auto {
  margin: auto;
}
.m-0 {
  margin: 0 !important;
}
.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-20 {
  margin: 20px !important;
}
/*** Margin Top ***/
.m-t-0 {
  margin-top: 0px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-t-60 {
  margin-top: 60px !important;
}
/*** Margin Bottom ***/
.m-b-0 {
  margin-bottom: 0px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-6 {
  margin-bottom: 6px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.m-b-60 {
  margin-bottom: 60px !important;
}
.m-b-80 {
  margin-bottom: 80px !important;
}
.m-b-245 {
  margin-bottom: 245px !important;
}
.m-b-m30 {
  margin-bottom: -30px !important;
}
.m-b-m50 {
  margin-bottom: -50px !important;
}
/*** Margin Left ***/
.m-l-5 {
  margin-left: 5px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.m-l-60 {
  margin-left: 60px !important;
}
/*** Margin Right ***/
.m-r-5 {
  margin-right: 5px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-r-30 {
  margin-right: 30px !important;
}
.m-r-60 {
  margin-right: 60px !important;
}
/*** Padding ***/
.p-0 {
  padding: 0 !important;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-40 {
  padding: 40px !important;
}
/*** Padding  Top ***/
.p-t-0 {
  padding-top: 0 !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.p-t-50 {
  padding-top: 50px !important;
}
/*** Padding  Bottom ***/
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-b-20 {
  padding-bottom: 10px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.p-b-40 {
  padding-bottom: 30px !important;
}
/*** Padding  Left ***/
.p-l-5 {
  padding-left: 5px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
/* Padding  Right ***/
.p-r-5 {
  padding-right: 5px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
/*===================================================================================*/
/*  GENERAL
/*===================================================================================*/
.inline {
  display: inline-block;
  vertical-align: top;
}
ul {
  list-style: none;
}
a {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
body {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background-color: #f3f3f3;
}
ul {
  margin: 0;
  padding: 0;
}
a {
  outline: none !important;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
img[src="assets/images/blank.gif"] {
  background: url("../images/ajax.gif") no-repeat scroll center center #ffffff;
}
.btn-upper {
  text-transform: uppercase;
}
h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 2rem;
  text-transform: uppercase;
}
h3 {
  font-size: 1.75rem;
  text-transform: uppercase;
}
h4 {
  font-size: 1.5rem;
  text-transform: uppercase;
}
h5 {
  font-size: 1.25rem;
  text-transform: uppercase;
}
h6 {
  font-size: 1rem;
  text-transform: uppercase;
}
/*===================================================================================*/
/*  Buttons
/*===================================================================================*/
.btn-uppercase {
  text-transform: uppercase;
}
.btn-default {
  background: #cbc9c9;
  color: #fff;
  font-weight: 700;
  /*line-height:30px;*/
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn-primary {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background: #0d56a5;
  color: #fff;
  border: none;
  font-size: 13px;
  line-height: 22px;
  border-radius: 0;
  padding: 6px 14px;
  border-radius: 2px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background: #0d56a5;
  color: #fff;
}
.dropdown-menu > .active > a span,
.dropdown-menu > .active > a:focus span,
.dropdown-menu > .active > a:hover span {
  color: #fff;
}
.btn-black {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background: #3a3a3a;
  color: #fff;
  border: none;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  padding: 3px 22px;
}
.btn-primary:hover,
.btn-black:hover,
.btn-black:focus,
.btn-primary:focus {
  color: #fff;
}
/*===================================================================================*/
/*  Layout
/*===================================================================================*/
.center-block {
  float: none;
}
.inner:not(.open) {
  padding-top: 120px;
  padding-bottom: 120px;
}
.inner-md {
  padding-top: 100px;
  padding-bottom: 100px;
}
.inner-sm {
  padding-top: 80px;
  padding-bottom: 80px;
}
.inner-xs {
  padding-top: 40px;
  padding-bottom: 40px;
}
.inner-vs {
  padding-top: 30px;
  padding-bottom: 30px;
}
.inner-top {
  padding-top: 120px;
}
.inner-top-md {
  padding-top: 100px;
}
.inner-top-sm {
  padding-top: 80px;
}
.inner-top-xs {
  padding-top: 40px;
}
.inner-top-vs {
  padding-top: 30px;
}
.inner-bottom {
  padding-bottom: 120px;
}
.inner-bottom-md {
  padding-bottom: 100px;
}
.inner-bottom-sm {
  padding-bottom: 80px;
}
.inner-bottom-xs {
  padding-bottom: 40px;
}
.inner-bottom-vs {
  padding-bottom: 60px;
}
.inner-left {
  padding-left: 75px;
}
.inner-left-md {
  padding-left: 60px;
}
.inner-left-sm {
  padding-left: 45px;
}
.inner-left-xs {
  padding-left: 30px;
}
.inner-right {
  padding-right: 75px;
}
.inner-right-md {
  padding-right: 60px;
}
.inner-right-sm {
  padding-right: 45px;
}
.inner-right-xs {
  padding-right: 30px;
}
.inner-right-vs {
  padding-right: 10px;
}
.outer {
  margin-top: 120px;
  margin-bottom: 120px;
}
.outer-md {
  margin-top: 100px;
  margin-bottom: 100px;
}
.outer-sm {
  margin-top: 80px;
  margin-bottom: 80px;
}
.outer-xs {
  margin-top: 40px;
  margin-bottom: 40px;
}
.outer-top {
  margin-top: 120px;
}
.outer-top-md {
  margin-top: 100px;
}
.outer-top-sm {
  margin-top: 80px;
}
.outer-top-xs {
  margin-top: 20px;
}
.outer-top-ss {
  margin-top: 20px;
}
.outer-top-n {
  margin-top: 0px !important;
}
.outer-top-vs {
  margin-top: 30px;
}
.outer-top-small {
  margin-top: 50px;
}
.outer-bottom {
  margin-bottom: 120px;
}
.outer-bottom-md {
  margin-bottom: 100px;
}
.outer-bottom-sm {
  margin-bottom: 80px;
}
.outer-bottom-vs {
  margin-bottom: 60px;
}
.outer-bottom-xs {
  margin-bottom: 30px;
}
.outer-bottom-small {
  margin-bottom: 30px;
}
.outer-top-bd {
  margin-top: 50px;
}
.inner-bottom-30 {
  padding-bottom: 30px;
}
.inner-bottom-20 {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .inner-md {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .inner-sm {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .inner-xs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inner-top {
    padding-top: 80px;
  }
  .inner-top-md {
    padding-top: 65px;
  }
  .inner-top-sm {
    padding-top: 50px;
  }
  .inner-top-xs {
    padding-top: 40px;
  }
  .inner-bottom {
    padding-bottom: 80px;
  }
  .inner-bottom-md {
    padding-bottom: 65px;
  }
  .inner-bottom-sm {
    padding-bottom: 50px;
  }
  .inner-bottom-xs {
    padding-bottom: 40px;
  }
}
.section-title {
  font-size: 14px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0px;
}
.featured-product .section-title {
  margin-bottom: 0px;
  margin-top: 5px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  padding: 18px 20px;
}
.home-owl-carousel .owl-controls,
.blog-slider .owl-controls,
.brand-slider .owl-controls {
  margin-top: 0px;
}
/*carousel control button*/
.sidebar-widget .custom-carousel .owl-controls {
  right: 0px;
}
.logo-slider .owl-controls .owl-prev,
.logo-slider .owl-controls .owl-next {
  top: -57px;
  display: none;
}
.featured-product {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.featured-product .cart-btn {
  display: none;
}
.featured-product .products {
  margin-left: 0px;
  margin-right: 18px;
  padding-bottom: 15px;
}
.featured-product .home-owl-carousel {
  padding-left: 20px;
}
.latest-blog {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.latest-blog .btn-primary {
  margin: 3px;
}
.latest-blog .section-title {
  margin-bottom: 0px;
  margin-top: 5px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  padding: 18px 20px;
}
.latest-blog .blog-slider {
  padding-left: 20px;
  padding-bottom: 25px;
}
.latest-blog .blog-post {
  margin-right: 25px;
}
.latest-blog .blog-post img {
  width: 100%;
}
.logo-slider-inner {
  margin-top: 10px;
  margin-bottom: 20px;
}
.special-product .product:first-child {
  margin-bottom: 20px;
}
.special-product .product .image img {
  width: 100%;
}
.special-product .product .col {
  padding-right: 0px;
}
.special-product .product .btn-primary {
  background: none;
  padding: 0px;
  color: #0d56a5;
  text-decoration: underline;
  margin-top: 5px;
}
.special-product .product:last-child {
  margin-top: 20px;
}
.best-product .product:first-child {
  margin-bottom: 20px;
}
#owl-main .owl-controls .owl-buttons .icon {
  position: relative;
  top: 8px;
  color: #333 !important;
}
.config-options ul > li > a {
  display: block;
}
.read-more-bottom {
  margin-bottom: 10px;
}
.unicase-form-control {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #eee;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  padding: 10px 12px;
}
.unicase-form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #d8d8d8;
}
.animate-dropdown .open > .dropdown-menu,
.animate-dropdown .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration: 200ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: 200ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 200ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
.seller-product .products {
  margin-bottom: 35px;
}
.product-slider .products {
  margin-left: 0px;
  margin-right: 18px;
  padding-bottom: 15px;
}
.product-slider .products .cart-btn {
  display: none;
}
.category-product .products .cart-btn {
  display: none;
}
.seller-product .products .product .product-info .name {
  font-size: 18px;
  margin-top: 5px !important;
}
/*===================================================================================*/
/* Header
/*===================================================================================*/
header {
  background: #454545;
}
.header-nav .navbar-default {
  border: medium none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  margin: 0;
  min-height: auto;
}
.header-nav .navbar-default .navbar-collapse {
  padding: 0;
}
.header-nav .navbar-default .navbar-collapse .navbar-nav > li.active > a {
  color: #fff;
}
.header-nav .navbar-default .navbar-collapse .navbar-nav > li.active > a:hover {
  color: #093d76;
}
.navbar-nav {
  float: none;
}
.special-menu {
  float: right;
}
.special-menu a {
  color: #f12b22 !important;
  border: none !important;
  padding-right: 0px !important;
}
.special-menu a:hover {
  background: none !important;
  color: #fff !important;
}
.header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  padding: 11px 15px;
  text-transform: uppercase;
  -webkit-transitio: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  font-weight: normal;
  letter-spacing: 0.5px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label {
  position: absolute;
  text-transform: uppercase;
  top: -10px;
  display: inline;
  padding: 1px 7px;
  color: #fff;
  font-size: 9px;
  right: 23px;
  line-height: normal;
  letter-spacing: 1px;
}
.header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label:after {
  border-width: 6px 7px 0 6px;
  right: 18px;
  top: 90%;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transitio: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0;
  z-index: 100;
}
.header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label:before {
  right: 18px;
  top: 90%;
}
.header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.new-menu {
  background: #a3110a;
}
.header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.new-menu:after {
  border-color: #a3110a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.new-menu:before {
  border-color: #a3110a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.hot-menu {
  background: #ff7878;
}
.header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.hot-menu:after {
  border-color: #ff7878 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.hot-menu:before {
  border-color: #ff7878 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .dropdown-menu {
  left: auto;
  top: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  padding: 0px;
}
.yamm .dropdown-menu .custom-banner a {
  padding: 0px;
}
.yamm .dropdown-menu .banner-image {
  margin-bottom: -20px;
}
.navbar-nav .open a {
  float: none;
  background: #fff !important;
  color: #888 !important;
}
.yamm .dropdown-menu .yamm-content {
  padding: 20px 20px;
}
.yamm .dropdown-menu .yamm-content .col-menu {
  min-width: 150px;
}
.yamm .dropdown-menu .yamm-content .links li a {
  padding: 4px 0px;
  letter-spacing: 0.2px;
  font-size: 13px;
  color: #565656;
}
.yamm .dropdown-menu h2 {
  font-size: 14px;
  color: #555;
  margin-top: 0px;
  font-weight: bold;
}
.yamm .dropdown-menu li {
  line-height: normal;
  padding: 0px 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.yamm .dropdown-menu li a {
  color: #3D3D3D;
  line-height: normal;
  text-transform: none;
  display: block;
  padding: 8px 16px;
}
.yamm .dropdown-menu li a:hover,
.yamm .dropdown-menu li a:focus {
  background: rgba(0, 0, 0, 0);
  margin-left: 0px;
}
.yamm .dropdown-menu .text {
  font-size: 13px;
  line-height: 20px;
  position: relative;
  bottom: 0px;
  top: 73px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li {
  border-bottom: 1px solid #E0E0E0;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li:last-child {
  border-bottom: none;
}
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li > a {
  line-height: 26px;
  padding: 0px;
}
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li > a:hover,
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li > a:focus {
  margin-left: 0px;
}
/*===================================================================================*/
/*  Side menu
/*===================================================================================*/
.sidebar .side-menu {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.sidebar .custom-carousel .owl-controls .owl-prev {
  top: -20px;
}
.sidebar .custom-carousel .owl-controls .owl-next {
  top: -20px;
}
.sidebar .side-menu .head {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #333;
  font-size: 14px;
  padding: 12px 17px;
  text-transform: uppercase;
  background-color: #f12b22;
  border: 1px solid #a3110a;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-bottom: 1px #a3110a solid;
}
.sidebar .side-menu .head .icon {
  margin-right: 5px;
}
.sidebar .side-menu nav .nav > li {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
}
.sidebar .side-menu nav .nav > li:last-child {
  border-bottom: none;
}
.sidebar .side-menu nav .nav > li > a {
  padding: 13px 15px;
  color: #666666;
  letter-spacing: 0.2px;
}
.sidebar .side-menu nav .nav > li > a:after {
  color: #bababa;
  content: "\f105";
  float: right;
  font-size: 12px;
  height: 20px;
  line-height: 18px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 10px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.sidebar .side-menu nav .nav > li > a .icon {
  font-size: 16px;
  margin-right: 12px;
}
.sidebar .side-menu nav .nav > li > a:hover,
.sidebar .side-menu nav .nav > li > a:focus {
  background: #fff;
}
.sidebar .side-menu nav .nav > li > a:hover .icon,
.sidebar .side-menu nav .nav > li > a:focus .icon {
  color: #666666;
}
.sidebar .side-menu nav .nav > li > .mega-menu {
  padding: 3px 0;
  top: 0 !important;
  left: 100%;
  margin: 0;
  min-width: 330%;
  /*338%;*/
  position: absolute;
  top: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  overflow: hidden;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content {
  padding: 10px 20px;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content ul > li {
  padding: 3px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content ul > li:last-child {
  border-bottom: none;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content ul > li > a {
  line-height: 26px;
  padding: 0px;
  font-size: 13px;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content .dropdown-banner-holder {
  position: absolute;
  right: -16px;
  top: -8px;
}
.sidebar .side-menu2 nav .nav li a {
  padding: 14.3px 15px;
}
.related-product .tag {
  font-size: 15px;
  font-weight: 700;
  height: 50px;
  line-height: 45px;
  left: 15px;
  text-align: center;
  top: 3.5%;
  width: 50px;
  position: absolute;
}
/*===================================================================================*/
/*  Slider
/*===================================================================================*/
#owl-main {
  text-align: center;
  cursor: default;
  height: 368px;
}
#owl-main .owl-controls {
  display: inline-block;
  position: relative;
  margin-top: 40px;
}
/*.panel-group .panel .owl-controls {
  margin-top: 25px;
}
.panel-group.blank .panel .owl-controls {
  margin-top: 40px;
}*/
#owl-main .owl-pagination {
  position: relative;
  line-height: 30px;
}
#owl-main .owl-buttons {
  display: block;
}
#owl-main .owl-prev,
#owl-main .owl-next {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 50px;
  font-size: 21px;
  background-color: #f2f2f2;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: auto;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
}
#owl-main .owl-prev {
  left: 20px;
  /* -35px;*/
}
#owl-main .owl-next {
  right: 20px;
}
#owl-main:hover .owl-prev {
  left: 0px;
  opacity: 0.5;
}
#owl-main:hover .owl-next {
  right: 0px;
  opacity: 0.5;
}
#owl-main:hover .owl-prev:hover,
#owl-main:hover .owl-next:hover {
  opacity: 1;
}
#owl-main .owl-outer-nav:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15%;
  width: 130%;
  height: 100%;
  z-index: 0;
}
#owl-main .owl-outer-nav .owl-wrapper-outer,
#owl-main .owl-outer-nav .owl-pagination,
#owl-main .owl-outer-nav .owl-prev,
#owl-main .owl-outer-nav .owl-next {
  z-index: 1;
}
#owl-main .owl-outer-nav .owl-controls {
  position: static;
}
#owl-main .owl-outer-nav .owl-prev {
  left: -65px;
}
#owl-main .owl-outer-nav .owl-next {
  right: -65px;
}
#owl-main .owl-outer-nav:hover .owl-prev {
  left: -80px;
}
#owl-main .owl-outer-nav:hover .owl-next {
  right: -80px;
}
#owl-main .owl-ui-md .owl-pagination {
  line-height: 45px;
}
#owl-main .owl-ui-md .owl-prev,
#owl-main .owl-ui-md .owl-next {
  width: 45px;
  height: 45px;
  font-size: 45px;
}
#owl-main .owl-ui-md .owl-prev {
  left: -55px;
}
#owl-main .owl-ui-md .owl-next {
  right: -55px;
}
#owl-main .owl-ui-md:hover .owl-prev {
  left: -60px;
}
#owl-main .owl-ui-md:hover .owl-next {
  right: -60px;
}
#owl-main .owl-outer-nav.owl-ui-md:after {
  left: -18%;
  width: 136%;
}
#owl-main .owl-outer-nav.owl-ui-md .owl-prev {
  left: -85px;
}
#owl-main .owl-outer-nav.owl-ui-md .owl-next {
  right: -85px;
}
#owl-main .owl-outer-nav.owl-ui-md:hover .owl-prev {
  left: -100px;
}
#owl-main .owl-outer-nav.owl-ui-md:hover .owl-next {
  right: -100px;
}
#owl-main .owl-ui-lg .owl-pagination {
  line-height: 60px;
}
#owl-main .owl-ui-lg .owl-prev,
#owl-main .owl-ui-lg .owl-next {
  width: 60px;
  height: 60px;
  font-size: 42px;
}
#owl-main .owl-ui-lg .owl-prev {
  left: -75px;
}
#owl-main .owl-ui-lg .owl-next {
  right: -75px;
}
#owl-main .owl-ui-lg:hover .owl-prev {
  left: -80px;
}
#owl-main .owl-ui-lg:hover .owl-next {
  right: -80px;
}
#owl-main .owl-outer-nav.owl-ui-lg:after {
  left: -22%;
  width: 144%;
}
#owl-main .owl-outer-nav.owl-ui-lg .owl-prev {
  left: -105px;
}
.owl-outer-nav.owl-ui-lg .owl-next {
  right: -105px;
}
#owl-main .owl-outer-nav.owl-ui-lg:hover .owl-prev {
  left: -120px;
}
#owl-main .owl-outer-nav.owl-ui-lg:hover .owl-next {
  right: -120px;
}
#owl-main .owl-inner-nav .owl-controls {
  position: static;
}
#owl-main .owl-inner-nav .owl-prev {
  left: 45px;
}
#owl-main .owl-inner-nav .owl-next {
  right: 45px;
}
#owl-main .owl-inner-nav:hover .owl-prev {
  left: 30px;
}
#owl-main .owl-inner-nav:hover .owl-next {
  right: 30px;
}
#owl-main .owl-outer-nav .owl-prev,
#owl-main .owl-outer-nav .owl-next,
#owl-main .owl-inner-nav .owl-prev,
#owl-main .owl-inner-nav .owl-next {
  bottom: 70px;
}
#owl-main .owl-outer-nav.owl-ui-md .owl-prev,
#owl-main .owl-outer-nav.owl-ui-md .owl-next,
#owl-main .owl-inner-nav.owl-ui-md .owl-prev,
#owl-main .owl-inner-nav.owl-ui-md .owl-next {
  bottom: 85px;
}
#owl-main .owl-outer-nav.owl-ui-lg .owl-prev,
#owl-main .owl-outer-nav.owl-ui-lg .owl-next,
#owl-main .owl-inner-nav.owl-ui-lg .owl-prev,
#owl-main .owl-inner-nav.owl-ui-lg .owl-next {
  bottom: 100px;
}
#owl-main .owl-inner-pagination .owl-pagination,
#owl-main .owl-inner-pagination .owl-prev,
#owl-main .owl-inner-pagination .owl-next {
  margin-top: -40px;
  top: -60px;
}
#owl-main .owl-inner-pagination.owl-ui-md .owl-pagination,
#owl-main .owl-inner-pagination.owl-ui-md .owl-prev,
#owl-main .owl-inner-pagination.owl-ui-md .owl-next {
  margin-top: -50px;
  top: -65px;
}
#owl-main .owl-inner-pagination.owl-ui-lg .owl-pagination,
#owl-main .owl-inner-pagination.owl-ui-lg .owl-prev,
#owl-main .owl-inner-pagination.owl-ui-lg .owl-next {
  margin-top: -60px;
  top: -75px;
}
#owl-main .owl-inner-pagination.owl-outer-nav .owl-prev,
#owl-main .owl-inner-pagination.owl-outer-nav .owl-next,
#owl-main .owl-inner-pagination.owl-inner-nav .owl-prev,
#owl-main .owl-inner-pagination.owl-inner-nav .owl-next {
  margin: auto;
  top: 0;
  bottom: 43px;
}
#owl-main .owl-inner-pagination .owl-pagination {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
}
#owl-main .owl-inner-pagination:hover .owl-pagination {
  opacity: 1;
}
#owl-main .owl-inner-pagination.owl-inner-nav .owl-pagination,
.owl-inner-pagination.owl-outer-nav .owl-pagination {
  top: -45px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-md .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md .owl-pagination {
  top: -50px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-lg .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg .owl-pagination {
  top: -60px;
}
.owl-inner-pagination.owl-inner-nav:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav:hover .owl-pagination {
  top: -60px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-md:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md:hover .owl-pagination {
  top: -65px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-lg:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg:hover .owl-pagination {
  top: -75px;
}
#owl-main.height-md .item {
  height: 457px;
}
#owl-main.height-lg .item {
  height: 675px;
}
#owl-main .container {
  display: table;
  height: inherit;
}
#owl-main .caption {
  display: table-cell;
}
#owl-main .caption.vertical-center {
  vertical-align: middle;
  padding-bottom: 3vh;
}
#owl-main .caption.vertical-top {
  vertical-align: top;
  padding-top: 8vh;
}
#owl-main .caption.vertical-bottom {
  vertical-align: bottom;
  padding-bottom: 14vh;
}
#owl-main .caption.text-center {
  padding-left: 10%;
  padding-right: 10%;
}
#owl-main .caption.text-left {
  padding-right: 20%;
}
#owl-main .caption.text-right {
  padding-left: 20%;
}
#owl-main .owl-controls {
  display: block;
  position: static;
  margin-top: -47px;
}
#owl-main .owl-pagination {
  background: #FFF;
  line-height: inherit;
  position: relative;
  bottom: -40px;
  padding: 10px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
#owl-main:hover .owl-pagination {
  bottom: -15px;
  opacity: 1;
  display: none;
}
#owl-main .owl-prev,
#owl-main .owl-next {
  bottom: 0;
}
#owl-main .owl-controls .owl-page {
  display: inline-block;
}
#owl-main .owl-pagination .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  background: #d3d3d3;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 5px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
#owl-main .owl-item-gap .item {
  margin: 0 15px;
}
#owl-main .owl-item-gap-sm .item {
  margin: 0 10px;
}
#owl-main .owl-item.loading {
  min-height: inherit;
  background: none;
}
#owl-main .item {
  background-color: #fff;
  background-position: center 55%;
  background-size: cover;
  height: 370px;
}
#owl-main .item .caption {
  color: #636363;
  left: 50px;
  position: absolute;
  top: 24%;
  z-index: 100;
  padding-right: 8%;
}
#owl-main .item .caption .slider-header {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
#owl-main .item .caption .big-text {
  font-size: 42px;
  line-height: 50px;
  text-transform: uppercase;
  padding: 0px 25px;
  background: #bbbbbb;
  color: #fff;
  font-weight: 700;
  letter-spacing: -1px;
}
#owl-main .item .caption .big-text .highlight {
  color: #a3110a;
}
#owl-main .item .caption .excerpt,
#owl-main .item .caption .small {
  font-size: 14px;
  /*line-height: 50px;*/
  margin-top: 10px;
  font-weight: 500;
  padding-left: 23px;
  background: rgba(0, 0, 0, 0);
  color: #fff;
}
#owl-main .item .caption .excerpt span,
#owl-main .item .caption .small span {
  background: none repeat scroll 0 0 #bbbbbb;
  -moz-box-shadow: -1.4em 0 0 #bbbbbb, 1.4em 0 0 #bbbbbb;
  -webkit-box-shadow: -1.4em 0 0 #bbbbbb, 1.4em 0 0 #bbbbbb;
  box-shadow: -1.4em 0 0 #bbbbbb, 1.4em 0 0 #bbbbbb;
  line-height: 336%;
  padding: 5px 0;
  display: inline;
}
#owl-main .item .caption .button-holder {
  margin: 20px 0 0;
}
#owl-main .item .caption.bg-color {
  padding-right: 3%;
}
#owl-main .item .caption.bg-color .big-text {
  background: rgba(0, 0, 0, 0);
  padding: 0px;
  color: #000;
}
#owl-main .item .caption.bg-color .excerpt,
#owl-main .item .caption.bg-color .small {
  background: rgba(0, 0, 0, 0);
  padding: 0px;
  color: #000;
  margin-top: 0px;
}
#owl-main .item .caption.bg-color .excerpt span,
#owl-main .item .caption.bg-color .small span {
  background: rgba(0, 0, 0, 0);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  line-height: 24px;
}
#owl-main .full-width-slider {
  margin-bottom: 30px;
}
#owl-main .full-width-slider .item {
  background-color: #fff;
  background-position: center 55%;
  background-size: cover;
  height: 449px;
}
#owl-main .full-width-slider .item .caption {
  position: absolute;
  top: 11%;
  z-index: 100;
}
#owl-main .full-width-slider .item .caption .big-text {
  font-size: 119px;
  line-height: 80px;
  font-family: 'PacificoRegular';
  color: #fff;
  background: rgba(0, 0, 0, 0);
  padding: 0px;
  text-transform: none;
}
#owl-main .full-width-slider .item .caption .excerpt {
  font-size: 60px;
  line-height: 80px;
  margin-top: 15px;
  font-family: 'LatoBold';
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  padding: 0px;
}
#owl-main .full-width-slider .item .caption .button-holder {
  margin: 31px 0 0;
}
.homepage-slider3 {
  height: 368px;
}
.homepage-slider3 #owl-main .item {
  height: 368px;
}
.homepage-slider3 #owl-main .item .caption {
  padding-left: 10%;
  padding-right: 44%;
}
.homepage-slider3 #owl-main .item .caption .small {
  font-size: 15px;
  line-height: 50px;
  text-transform: uppercase;
  text-shadow: 2px 2px #c3c3c3;
  color: #fff;
  padding-left: 0px;
}
.homepage-slider3 #owl-main .item .caption .big-text {
  font-size: 45px;
  line-height: 50px;
  text-transform: uppercase;
  text-shadow: 2px 2px #c3c3c3;
  color: #000;
}
.homepage-slider3 #owl-main .item .caption .excerpt {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  text-transform: none;
}
.homepage-slider3 #owl-main .owl-controls {
  margin-top: -79px;
}
.home-page-slider4 {
  position: relative;
}
.home-page-slider4 .customNavigation {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15px;
}
.home-page-slider4 .customNavigation .controls {
  position: relative;
}
.home-page-slider4 .owl-controls {
  bottom: 20px;
  position: absolute;
  text-align: center;
  top: auto;
  width: 100%;
}
.home-page-slider4 .owl-controls .owl-buttons {
  display: none !important;
}
.home-page-slider4 .owl-controls .owl-pagination .owl-page {
  display: inline-block;
}
.home-page-slider4 .owl-controls .owl-pagination .owl-page span {
  background: none repeat scroll 0 0 #e6e6e6;
  border: medium none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 12px;
  margin: 0 5px;
  -webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
  width: 12px;
  -moz-box-shadow: 1px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 1px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 1px 3px rgba(0, 0, 0, 0.1) inset;
}
.home-page-slider4 .owl-prev,
.home-page-slider4 .owl-next {
  position: absolute;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
}
.home-page-slider4 .owl-prev {
  left: 20px;
}
.home-page-slider4 .owl-next {
  right: 20px;
}
.home-page-slider4:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.home-page-slider4:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.home-page-slider4:hover .owl-prev:hover,
.home-page-slider4:hover .owl-next:hover {
  opacity: 1;
}
.home-page-slider4 #owl-main .owl-pagination {
  background: rgba(0, 0, 0, 0);
  -webkit-border-radius: 3px;
  -moz-border-radiu: 3px;
  border-radius: 3px;
  display: inline-block;
  line-height: inherit;
  margin: auto;
  opacity: 1;
  padding: 10px;
  position: relative;
  -webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
  bottom: 0px;
}
.info-boxes-inner {
  background-color: #0d56a5;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.info-boxes .info-box {
  padding: 24px 25px;
  text-align: center;
}
.info-boxes .info-box .icon {
  font-size: 35px;
}
.info-boxes .info-box .info-box-heading {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  margin-top: 0px;
  font-weight: bold;
  margin-bottom: 0px;
  letter-spacing: 1px;
}
.info-boxes .info-box .info-box-heading.orange {
  color: #ffb847;
}
.info-boxes .info-box .info-box-heading.red {
  color: #ff7878;
}
.info-boxes .info-box .text {
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
  font-size: 13px;
  margin: 0px;
  letter-spacing: 0.5px;
}
/*===================================================================================*/
/*  Home Tabs
/*===================================================================================*/
.tab-content {
  padding-left: 20px;
}
.copyright-bar {
  background: #121212;
  padding: 20px 0px;
}
.copyright-bar .copyright {
  color: #555;
  line-height: 28px;
}
.copyright-bar .payment-methods {
  text-align: right;
}
.copyright-bar .payment-methods ul li {
  display: inline-block;
  margin-right: 15px;
}
.copyright-bar .payment-methods ul li:last-child {
  margin-right: 0px;
}
.copyright-bar .no-padding {
  padding: 0px;
}
.wide-banner {
  overflow: hidden;
}
.wide-banner .image img {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cnt-strip {
  position: relative;
}
.cnt-strip .strip {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 8px 30px 5px 30px;
  right: 10px;
}
.cnt-strip .strip h1 {
  font-size: 36px;
  color: #ff4c4c;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.cnt-strip .strip h2 {
  font-size: 36px;
  color: #f12b22;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.cnt-strip .strip h2 .shopping-needs {
  color: #fff;
  font-weight: normal;
  font-size: 22px;
}
.cnt-strip .strip h3 {
  font-size: 30px;
  color: #434343;
  margin: 0;
  text-transform: uppercase;
}
.cnt-strip .strip h4 {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}
.cnt-strip .strip.strip-text {
  width: 60%;
}
.cnt-strip .strip .red {
  color: #ff7878;
}
.cnt-strip .strip .black {
  color: #434343;
}
.cnt-strip .strip .green {
  color: #83c038;
}
.cnt-strip .strip .white {
  color: #fff;
}
.cnt-strip .strip .normal-shopping-needs {
  font-size: 35px;
}
.cnt-strip .new-label {
  background: url("../images/label.png") no-repeat scroll right top;
  height: 72px;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 72px;
  z-index: 999;
}
.cnt-strip .new-label .text {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  left: -13px;
  position: absolute;
  text-align: center;
  top: 14px;
  -ms-transform: rotate(-43deg);
  letter-spacing: 1px;
  /* IE 9 */
  -webkit-transform: rotate(-43deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-43deg);
  width: 100%;
}
.wide-banners {
  overflow: hidden;
}
.wide-banners.homepage-banner {
  margin-top: 30px;
}
.wide-banners.homepage-banner h4 {
  font-size: 30px;
}
.wide-banners.homepage-banner h3 {
  font-size: 35px;
}
.new-banner {
  margin-top: 30px;
}
.new-banner .cnt-strip .strip {
  width: auto;
  padding: 0px;
  right: 23px;
}
.new-banner .cnt-strip .strip h3 {
  background: #707070;
  padding: 13px 23px 13px 16px;
  line-height: 24px;
  font-size: 30px;
}
.new-banner .cnt-strip .strip h5 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  padding-right: 21px;
  text-transform: uppercase;
}
.new-banner .cnt-strip .strip h5 span {
  background: none repeat scroll 0 0 #707070;
  -moz-box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
  -webkit-box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
  box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
  padding: 0.6em 0;
}
.new-banner.no-margin {
  margin-top: -10px;
}
.megamenu-banner {
  margin-top: 30px !important;
}
.megamenu-banner h3 {
  font-size: 30px;
  font-family: 'BebasNeueRegular';
}
.megamenu-banner h2 {
  font-size: 40px;
  font-family: 'BebasNeueBold';
}
.wide-banner-4 .cnt-strip .strip h1 {
  font-size: 50px;
}
.wide-banner-4 .cnt-strip .strip h2 {
  font-size: 40px;
}
.wide-banner-4 .cnt-strip .strip h3 {
  font-size: 30px;
}
.wide-banner-4 .cnt-strip .strip h4 {
  font-size: 20px;
}
.wide-banner-4 .cnt-strip .strip p {
  font-size: 23px;
  margin-bottom: 0px;
}
.blog-slider-container .blog-slider .blog-post-info .name {
  font-size: 14px;
  font-weight: bold;
}
.blog-slider-container .blog-slider .blog-post-info .name a {
  color: #555;
}
.blog-slider-container .blog-slider .blog-post-info .info {
  color: #9c9c9c;
  font-size: 13px;
  margin-bottom: 8px;
  overflow: hidden;
  display: block;
}
.blog-slider-container .blog-slider .blog-post-info .text {
  color: #434343;
  font-size: 13px;
}
.footer .links-social {
  border-top: 1px solid #e5e5e5;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  margin-bottom: 70px;
}
.social {
  overflow: hidden;
}
.social a {
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
}
.social a:hover {
  color: #fff;
}
.social .fb a:before {
  content: "\f09a";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.social .fb a {
  font-size: 16px;
  display: inline-block !important;
  text-align: center;
  padding: 0;
  background: #3C5B9B !important;
}
.social .tw a:before {
  content: "\f099";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.social .tw a {
  font-size: 16px;
  display: inline-block !important;
  text-align: center;
  padding: 0;
  background: #359BED !important;
}
.social .googleplus a:before {
  content: "\f0d5";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.social .googleplus a {
  font-size: 16px;
  display: inline-block !important;
  text-align: center;
  padding: 0;
  background: #E33729 !important;
}
.social .rss a:before {
  content: "\f09e";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.social .rss a {
  content: "\f09e";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 16px;
  display: inline-block !important;
  text-align: center;
  padding: 0;
  background: #FD9F13 !important;
}
.social .pintrest a:before {
  content: "\f0d3";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.social .pintrest a {
  content: "\f0d3";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 16px;
  display: inline-block !important;
  text-align: center;
  padding: 0;
  background: #cb2027 !important;
}
.social .linkedin a:before {
  content: "\f0e1";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.social .linkedin a {
  content: "\f0e1";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 16px;
  display: inline-block !important;
  text-align: center;
  padding: 0;
  background: #027ba5 !important;
}
.social .youtube a:before {
  content: "\f167";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.social .youtube a {
  font-size: 16px;
  display: inline-block !important;
  text-align: center;
  padding: 0;
  background: #F03434 !important;
}
.social h4 {
  margin: 25px 0 0px 0px;
}
.social ul {
  margin: 0;
  list-style: none;
}
.social ul li {
  margin-right: 7px;
}
.social ul li {
  border-bottom: none;
}
.social a {
  transition: background 400ms ease-in-out;
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
}
.footer .links-social .contact-info .footer-logo {
  margin-top: 10px;
}
.footer .links-social .contact-info .about-us {
  margin-bottom: 20px;
}
.footer .links-social .contact-info .social-icons a {
  color: #888888;
  font-size: 16px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 2em;
  height: 2em;
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
}
.footer .links-social .contact-info .social-icons a:hover,
.footer .links-social .contact-info .social-icons a:focus,
.footer .links-social .contact-info .social-icons a.active {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
}
.footer .links-social .contact-info .social-icons a .icon {
  line-height: 2em;
}
.footer .module-heading {
  font-size: 16px;
  text-transform: uppercase;
  color: #555;
}
.footer .contact-timing .table tbody tr {
  border-bottom: 1px solid #e1e1e1;
}
.footer .contact-timing .table tbody tr td {
  border-top: none;
  font-size: 12px;
  line-height: 36px;
  padding: 0px !important;
}
.footer .contact-information .media .media-body a {
  color: #666666;
}
.footer .footer-bottom {
  background: #202020;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .module-title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
.footer .footer-bottom .module-heading {
  font-size: 16px;
  text-transform: uppercase;
  color: #898989;
}
.toggle-footer {
  color: #666;
}
.toggle-footer a {
  margin-left: 0px !important;
}
.toggle-footer a:before {
  display: none;
}
.toggle-footer i {
  background: #333;
  border-radius: 2px;
}
.footer .footer-bottom .module-body ul li:last-child {
  border: none;
}
.footer .footer-bottom .module-body ul li a {
  font-size: 13px;
  line-height: 30px;
  color: #666666;
  position: relative;
  margin-left: 23px;
  display: block;
}
.footer .footer-bottom .module-body ul li a:before {
  content: "\f111";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  margin-left: -22px;
  font-size: 6px;
}
.product-tag .item {
  background-color: #f5f5f5;
  color: #666666;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2px;
  padding: 6px 12px;
}
.product-tag .item.active,
.product-tag .item:hover,
.product-tag .item:focus {
  color: #fff;
}
.newsletter .sidebar-widget-body input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #eaeaea;
  background: #fafafa;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
}
.hot-deals .custom-carousel .owl-controls .owl-next {
  top: -20px;
}
.hot-deals .custom-carousel .owl-controls .owl-prev {
  top: -20px;
}
.hot-deals .hot-deal-wrapper {
  position: relative;
}
.hot-deals .hot-deal-wrapper .image img {
  width: 100%;
}
.hot-deals .hot-deal-wrapper .sale-offer-tag {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  height: 50px;
  text-transform: uppercase;
  top: 4%;
  right: 10px;
  width: 50px;
  z-index: 100;
  background: #ff7878;
  position: absolute;
  text-align: center;
}
.hot-deals .hot-deal-wrapper .sale-offer-tag span {
  position: relative;
  z-index: 100;
  top: 10px;
}
.hot-deals .hot-deal-wrapper .timing-wrapper {
  bottom: 20px;
  position: absolute;
  left: 15px;
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper {
  display: table;
  text-align: center;
  margin-right: 4px;
  float: left;
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box {
  background-color: #fff;
  color: #333;
  display: table-cell;
  height: 44px;
  vertical-align: middle;
  width: 45px;
  line-height: 15px;
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box .key {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box .value {
  display: block;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper:last-child {
  margin-right: 0px;
}
.hot-deals .product-info .name {
  font-size: 14px;
}
.hot-deals .product-info .name a {
  color: #555;
}
.hot-deals .product-info .product-price .price {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  margin-right: 8px;
}
.hot-deals .product-info .product-price .price-before-discount {
  text-decoration: line-through;
  color: #d3d3d3;
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
}
.hot-deals .cart {
  margin-top: 5px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  z-index: 666;
  left: 0px;
}
.hot-deals .cart .action {
  float: left;
}
.hot-deals .cart .action .add-cart-button a {
  background: none repeat scroll 0 0 #a8a8a8;
  border: medium none;
  color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  padding: 0px;
}
.hot-deals .cart .action .add-cart-button a .icon {
  background: none repeat scroll 0 0 #575757;
  color: #fff;
  height: 100%;
  left: 0;
  font-size: 13px;
  padding: 11px 0 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 35px;
}
.hot-deals .cart .action .add-cart-button a span {
  display: block;
  margin-left: 35px;
  overflow: hidden;
  padding: 8px 13px;
}
.hot-deals .cart .action .add-cart-button a:hover,
.hot-deals .cart .action .add-cart-button a:focus {
  background: #c6c6c6;
}
.breadcrumb {
  background: rgba(0, 0, 0, 0);
  padding: 0;
}
.breadcrumb ul {
  margin: auto;
  padding: 8px 0 0px;
  text-align: left;
}
.breadcrumb ul li:after {
  color: #666666;
  content: "/";
  font-size: 12px;
  line-height: 24px;
  margin-left: 9px;
  margin-right: -4px;
  padding: 0px;
}
.breadcrumb ul li:last-child:after {
  content: "";
}
.breadcrumb ul li a {
  color: #666666;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
}
.category-carousel {
  text-align: center;
  cursor: default;
}
.category-carousel .item {
  position: relative;
  margin-bottom: 30px;
}
.category-carousel .item .caption {
  color: #636363;
  left: 12%;
  letter-spacing: -3px;
  position: absolute;
  top: 10%;
  z-index: 100;
  display: table-cell;
}
.category-carousel .item .caption .big-text {
  font-size: 100px;
  line-height: 145px;
  text-transform: uppercase;
  color: #f12b22;
}
.category-carousel .item .caption .excerpt {
  font-size: 36px;
  letter-spacing: normal;
  color: #fff;
}
.category-carousel .item .caption .excerpt-normal {
  font-size: 14px;
  letter-spacing: normal;
  color: #fff;
  letter-spacing: 0.5px;
}
.category-carousel .item .owl-controls {
  display: inline-block;
  position: relative;
  margin-top: 40px;
}
.category-carousel .item .owl-controls .owl-prev,
.category-carousel .item .owl-controls .owl-next {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  font-size: 21px;
  color: #fff;
  background-color: #d3d3d3;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: auto;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
}
.category-carousel .item .owl-controls .owl-prev {
  left: -35px;
}
.category-carousel .item .owl-controls .owl-next {
  right: -35px;
}
.category-carousel .item:hover .owl-prev {
  left: -40px;
  opacity: 0.25;
}
.category-carousel .item:hover .owl-next {
  right: -40px;
  opacity: 0.25;
}
.category-carousel .item:hover .owl-prev:hover,
.category-carousel .item:hover .owl-next:hover {
  opacity: 1;
}
/*===================================================================================*/
/*  Product Detail
/*===================================================================================*/
.detail-block {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 20px;
  overflow: hidden;
}
.single-product .product-info-block .name {
  margin-top: 0px;
  font-weight: bold;
  letter-spacing: -1px;
}
.single-product .single-product-gallery {
  padding-bottom: 30px;
}
.single-product .favorite-button .btn-primary {
  background: #ddd;
}
.single-product .gallery-holder #owl-single-product .single-product-gallery-item {
  border: 1px solid #e5e5e5;
}
.single-product .gallery-holder .gallery-thumbs {
  margin: 15px 0 0;
  position: relative;
  text-align: left;
}
.single-product .gallery-holder .gallery-thumbs .owl-item .item {
  margin-right: 10px;
  border: 1px solid #e5e5e5;
}
.single-product .product-info .rating-reviews .reviews .lnk {
  color: #aaaaaa;
}
.single-product .product-info .stock-container .stock-box .label {
  font-size: 13px;
  line-height: 18px;
  color: #666666;
  padding: 0px;
  font-weight: normal;
}
.single-product .product-info .stock-container .stock-box .value {
  font-size: 13px;
  color: #ff7878;
}
.single-product .product-info .description-container {
  line-height: 20px;
  color: #666666;
}
.single-product .product-info .price-container {
  border-bottom: 1px solid #F2F2F2;
  border-top: 1px solid #F2F2F2;
  margin-bottom: 0;
  padding: 20px 0;
}
.single-product .product-info .price-container .price-box .price {
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
}
.single-product .product-info .price-container .price-box .price-strike {
  color: #aaa;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  text-decoration: line-through;
}
.single-product .product-info .quantity-container {
  margin-bottom: 0;
  padding: 20px 0;
}
.single-product .product-info .quantity-container .label {
  font-size: 14px;
  line-height: 35px;
  text-transform: uppercase;
  color: #666666;
  padding: 0px;
  font-weight: normal;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input {
  display: inline-block;
  height: 35px;
  position: relative;
  width: 70px;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 100%;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow {
  box-sizing: border-box;
  display: block;
  text-align: center;
  width: 20px;
  line-height: 17px;
  font-size: 17px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon {
  position: relative;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
  top: 5px;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
  top: -7px;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input input {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  font-size: 15px;
  height: 35px;
  left: 0;
  padding: 0 20px 0 18px;
  position: absolute;
  top: 0;
  width: 70px;
  z-index: 1;
}
.single-product .product-info .product-social-link .social-label {
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}
.single-product .product-info .product-social-link .social-icons {
  display: inline-block;
}
.single-product .product-info .product-social-link .social-icons ul li a {
  color: #888888;
  font-size: 16px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  padding: 5px 6px;
}
.single-product .product-info .product-social-link .social-icons ul li a:hover,
.single-product .product-info .product-social-link .social-icons ul li a:focus {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
}
.single-product .product-tabs {
  margin-top: 30px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 0px;
  overflow: hidden;
  margin-bottom: 30px;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li {
  float: none !important;
}
.single-product .nav-tabs {
  border: none;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a {
  border: none;
  color: #555;
  display: block;
  padding: 12px 28px;
  font-size: 13px;
  line-height: 28px;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  letter-spacing: 1px;
  background: #f8f8f8;
  border: 1px #fff solid;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:hover,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:focus {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:hover:before,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:focus:before {
  border-color: rgba(0, 0, 0, 0) #e0e0e0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  right: -10px;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:hover:after,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:focus:after {
  border-style: solid;
  border-width: 7.5px 1px 7.5px 10px;
  content: "";
  height: 0;
  position: absolute;
  top: 20px;
  width: 0;
  right: -8px;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li.active > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li.active > a:before {
  border-color: rgba(0, 0, 0, 0) #e0e0e0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  right: -10px;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li.active > a:after {
  border-style: solid;
  border-width: 7.5px 1px 7.5px 10px;
  content: "";
  height: 0;
  position: absolute;
  top: 20px;
  width: 0;
  right: -8px;
}
.single-product .product-tabs .tab-content {
  padding-left: 0px;
}
.single-product .product-tabs .tab-content .tab-pane {
  padding: 24px;
}
.single-product .product-tabs .tab-content .tab-pane .text {
  line-height: 20px;
}
.single-product #owl-single-product-thumbnails .owl-controls {
  position: absolute;
  text-align: center;
  top: auto;
  width: 100%;
  margin-top: 20px;
}
.single-product #owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page {
  display: inline-block;
}
.single-product #owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page span {
  background: none repeat scroll 0 0 #ddd;
  border: medium none;
  border-radius: 3px;
  display: block;
  height: 10px;
  margin: 0 2px;
  -webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
  width: 10px;
  cursor: pointer;
}
.single-product .sidebar .sidebar-module-container .sidebar-widget .section-title {
  margin-top: 0px;
}
.single-product .second-gallery-thumb.gallery-thumbs {
  padding: 0 40px;
}
.single-product .second-gallery-thumb.gallery-thumbs #owl-single-product2-thumbnails .owl-wrapper-outer {
  margin-left: 5px;
}
.product-tabs .tab-content .tab-pane .product-reviews .title {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 10px;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review {
  margin-bottom: 20px;
  text-transform: none;
  background: #f8f8f8;
  padding: 20px;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title {
  margin-bottom: 5px;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .summary {
  color: #666666;
  font-size: 14px;
  font-weight: normal;
  margin-right: 10px;
  font-style: italic;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date {
  font-size: 12px;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date span {
  margin-left: 5px;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .text {
  line-height: 18px;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .author span {
  margin-left: 5px;
}
.product-tabs .tab-content .tab-pane .product-add-review .title {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 10px;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-table .table thead th {
  font-weight: normal;
  border-bottom-width: 1px;
  text-align: center;
  vertical-align: middle;
  background: #f8f8f8;
  border: none;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-table .table tbody tr td {
  text-align: center;
  vertical-align: middle;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-table .table tbody tr td input {
  float: none;
  margin: auto;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-form label {
  font-weight: normal;
  font-size: 13px;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-form label .astk {
  color: #FF0000;
  font-size: 12px;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-form .txt {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-tabs .tab-content .tab-pane .product-tag .title {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 20px;
}
.product-tabs .tab-content .tab-pane .product-tag .form-group label {
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  margin-right: 10px;
}
.product-tabs .tab-content .tab-pane .product-tag .form-group .txt {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-tabs .tab-content .tab-pane .product-tag .form-group .text {
  margin-left: 90px;
}
.furniture-container .product {
  position: relative;
}
.furniture-container .product .btn-primary {
  font-size: 15px;
  line-height: 30px;
  background: #cbc9c9;
  text-transform: uppercase;
  border: none;
  color: #fff;
}
.furniture-container .product .btn-primary:hover,
.furniture-container .product .btn-primary:focus {
  border: none;
}
.furniture-container .best-seller .product .product-info .name,
.furniture-container .special-offer .product .product-info .name {
  margin-top: 4px;
}
.furniture-container .cart {
  margin-top: 5px;
  opacity: 1;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 100%;
  z-index: 666;
  left: 0px;
}
.furniture-container .cart .action {
  float: left;
}
.furniture-container .cart .action .add-cart-button .btn.btn-primary.icon {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #575757;
}
.furniture-container .cart .action.lnk {
  margin: 10px 0px;
}
.furniture-container .cart .action.lnk a {
  padding: 0 10px;
  color: #dadada;
}
.furniture-container .cart .action.lnk.wishlist {
  border-right: 1px solid #dadada;
}
.wrapper .box {
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
.wrapper .box .wrapper-inner {
  background: none repeat scroll 0 0 #FFFFFF;
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag {
  font-size: 15px;
  font-weight: 700;
  line-height: 55px;
  width: 55px;
  height: 55px;
  text-transform: uppercase;
  top: 2.5%;
  z-index: 100;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  right: 25px;
  /*11px;*/
  text-align: center;
}
/*===================================================================================*/
/* Checkout
/*===================================================================================*/
.checkout-box .checkout-steps .panel-default {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 20px;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group .info-title {
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 13px;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login .forgot-password {
  padding-top: 14px;
  display: inline-block;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a {
  font-size: 13px;
  color: #666666;
  text-decoration: underline;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login button {
  margin-top: 15px;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title {
  margin: 0px !important;
  font-size: 13px;
  font-weight: bold;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a {
  color: #555;
  text-transform: uppercase;
  display: block;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a span {
  background-color: #aaaaaa;
  color: #fff !important;
  display: inline-block;
  margin-right: 10px;
  padding: 15px 20px;
}
.checkout-box .checkout-steps .checkout-subtitle {
  font-size: 14px;
  color: #434343;
  margin-right: 12px;
}
.checkout-box .checkout-steps .panel-body {
  padding: 20px;
  border: none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.checkout-box .checkout-steps .guest-login form .radio-checkout-unicase .guest-check {
  margin-bottom: 6px;
}
.checkout-box .checkout-steps .guest-login ul .save-time-reg {
  padding-bottom: 4px;
}
.checkout-box .panel-group .panel {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 20px;
  border: none;
}
.checkout-box .checkout-progress-sidebar .panel-body ul li a {
  color: #666666;
}
.checkout-box .checkout-progress-sidebar .panel .panel-heading {
  padding: 27px 30px;
  border-bottom: 1px solid #ddd;
}
.checkout-box .checkout-progress-sidebar .panel .panel-heading h4 {
  margin: 0px;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  border-bottom: 1px #e5e5e5 solid;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.checkout-box .checkout-steps .checkout-step-01 .guest-login form .radio input[type="radio"],
.checkout-box .checkout-steps form .radio-inline input[type="radio"],
.checkout-box .checkout-steps form .checkbox input[type="checkbox"],
.checkout-box .checkout-steps form .checkbox-inline input[type="checkbox"] {
  margin-left: 0px;
}
.checkout-box .checkout-steps .panel .panel-heading,
.checkout-box .checkout-progress-sidebar .panel .panel-heading {
  font-size: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 0px;
  border: none;
}
.checkout-box .checkout-steps .guest-login .title-tag-line,
.checkout-box .checkout-steps .already-registered-login .title-tag-line {
  margin-bottom: 15px;
  font-size: 13px;
}
.checkout-box .checkout-steps .guest-login form .radio-checkout-unicase,
.checkout-box .checkout-steps .guest-login ul {
  padding-left: 10px;
  font-size: 13px;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:hover,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:focus,
.checkout-box .checkout-progress-sidebar .panel-body ul li a:hover {
  background-color: rgba(0, 0, 0, 0);
}
.checkout-progress-sidebar .nav > li > a {
  padding: 10px 0px;
}
.checkout-progress-sidebar .nav > li > a:hover,
.nav > li > a:focus {
  background: none;
}
/*===================================================================================*/
/*  Contact Us
/*===================================================================================*/
.contact-page {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 20px;
  overflow: hidden;
}
.contact-page .contact-map iframe {
  height: 400px;
  width: 100%;
}
.contact-page .contact-info {
  font-size: 13px;
  color: #666;
}
.contact-page .contact-info .contact-i {
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  margin-right: 16px;
  float: left;
}
.contact-page .contact-info .contact-i i {
  padding-top: 8px;
  font-size: 14px;
}
.contact-page .contact-info .contact-span {
  display: block;
}
.contact-page .contact-title h4 {
  margin-bottom: 30px;
}
.contact-page .contact-info .address,
.contact-page .contact-info .phone-no {
  margin-bottom: 10px;
}
/*===================================================================================*/
/*  Shopping Cart
/*===================================================================================*/
.shopping-cart {
  background-color: #fff;
  padding: 20px;
  overflow: hidden;
}
.shopping-cart .shopping-cart-table {
  margin-bottom: 50px;
}
.shopping-cart .shopping-cart-table table {
  margin-bottom: 0px !important;
}
.shopping-cart .shopping-cart-table table tbody tr td {
  vertical-align: middle;
}
.shopping-cart .cart-image img {
  width: 150px;
}
.cart-shopping-total {
  background: #f8f8f8;
}
.shopping-cart .shopping-cart-table table tbody tr .romove-item a {
  font-size: 18px;
  color: #666666;
}
.shopping-cart .shopping-cart-table table tbody tr .romove-item a:hover,
.shopping-cart .shopping-cart-table table tbody tr .romove-item a:focus {
  color: #ff0000 !important;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-image .entry-thumbnail {
  display: block;
  text-align: center;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info {
  vertical-align: middle !important;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 {
  margin-top: 0px;
  font-size: 16px;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
  color: #555;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .reviews {
  font-size: 11px;
  color: #aaa;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info {
  margin-top: 10px;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span {
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
  font-size: 12px;
  text-transform: lowercase;
  margin-left: 14px;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a {
  color: #666666;
  text-decoration: underline;
}
.shopping-cart .shopping-cart-table .table > thead > tr > th {
  text-align: center;
  padding: 16px;
  font-size: 15px;
}
.shopping-cart .shopping-cart-table .shopping-cart-btn span {
  padding: 20px 0px;
  display: block;
}
.shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
  font-size: 14px;
  color: #555;
  margin-bottom: 2px;
  margin-top: 0px;
  display: block;
}
.shopping-cart .estimate-ship-tax table thead tr th p {
  font-size: 13px;
  color: #666666;
  font-weight: normal;
  margin-bottom: 0px;
}
.shopping-cart .estimate-ship-tax table thead tr > th {
  padding: 24px 10px 20px 10px;
}
.shopping-cart .estimate-ship-tax table tbody tr > td {
  padding: 24px 10px !important;
}
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .selectpicker {
  background: #fff;
  color: #999;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eee;
}
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover,
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
  background: rgba(0, 0, 0, 0);
}
.shopping-cart .cart-shopping-total table thead tr th {
  background-color: #fafafa;
  text-align: right;
  padding: 24px 50px;
}
.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
  color: #555;
  margin-bottom: 7px;
}
.shopping-cart .cart-shopping-total table tbody tr td {
  padding: 24px 50px;
}
.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn button {
  float: right !important;
  margin-bottom: 8px;
}
.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn span {
  display: block;
  font-weight: normal;
  color: #666666;
}
.shopping-cart .shopping-cart-table table tbody tr .romove-item,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-quantity {
  text-align: center;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total span,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total span {
  display: block;
  font-size: 16px;
  color: #555;
  text-transform: uppercase;
}
.shopping-cart .estimate-ship-tax table tbody tr td .form-group label,
.shopping-cart .estimate-ship-tax table tbody tr td .form-group input,
.contact-page .contact-form form label,
.contact-page .contact-form form input {
  font-size: 13px;
  font-weight: normal;
  color: #999;
}
.shopping-cart .estimate-ship-tax table tbody tr td .form-group label span,
.contact-page .contact-form form label span,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group label span {
  color: red;
}
.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total,
.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
  font-size: 14px;
}
.shopping-cart-table table tbody tr td .quant-input {
  display: inline-block;
  height: 35px;
  position: relative;
  width: 70px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  text-align: center;
  width: 20px;
  line-height: 17px;
  font-size: 17px;
  height: 10px;
  padding: 5px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
  top: 5px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
  top: -7px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon {
  position: relative;
}
.shopping-cart-table table tbody tr td .quant-input input {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  font-size: 15px;
  height: 35px;
  left: 0;
  padding: 0 20px 0 18px;
  position: absolute;
  top: 0;
  width: 70px;
  z-index: 1;
}
.checkout-btn {
  background: #f12b22;
  color: #333;
  padding: 10px 18px;
}
.btn-primary.more-padd {
  padding: 10px 18px;
}
.body-content .x-page .x-text h1 {
  font-size: 200px;
  font-weight: bold;
}
.body-content .x-page .x-text p {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
}
.body-content .x-page .x-text .le-button {
  border-radius: 0 3px 3px 0;
  margin: 0 0 0 -5px;
  padding: 19px 23px 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 10px;
  border: medium none;
  color: #333;
  background: #f12b22;
}
.body-content .x-page .x-text form input {
  border: 1px solid #e0e0e0;
  border-radius: 3px 0 0 3px;
  color: #3d3d3d;
  padding: 13px;
  font-size: 15px;
  width: 40%;
}
.body-content .x-page .x-text a {
  font-size: 15px;
}
.body-content .x-page .x-text a i {
  padding-right: 2px;
}
/*===================================================================================
/*  Terms and Condition/track orders/
/*===================================================================================*/
.terms-conditions-page {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 20px;
  overflow: hidden;
}
.body-content .terms-conditions-page .terms-conditions h2,
.body-content .faq-page h2,
.body-content .track-order-page h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #555;
  text-align: center;
}
.body-content .terms-conditions-page .terms-conditions h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 30px;
  font-weight: bold;
}
.body-content .terms-conditions-page .terms-conditions ol {
  padding-left: 22px;
}
.body-content .terms-conditions-page .terms-conditions ol li {
  font-style: normal;
  font-size: 13px;
  color: #666;
  padding-bottom: 20px;
}
.body-content .terms-conditions-page .terms-conditions p {
  font-size: 15px;
}
.body-content .terms-conditions-page .terms-conditions h2,
.body-content .terms-conditions-page .terms-conditions span,
.body-content .track-order-page span {
  text-align: left;
}
.track-order-page {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 20px;
  overflow: hidden;
}
.faq-page {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 20px;
  overflow: hidden;
}
.faq-page .panel-group .panel {
  padding: 0px;
  box-shadow: none;
}
.body-content .terms-conditions-page .terms-conditions span,
.body-content .faq-page .title-tag,
.body-content .track-order-page span {
  display: block;
  font-style: normal;
  font-size: 14px;
  color: #666;
}
.body-content .faq-page .title-tag {
  text-align: left;
  padding-bottom: 30px;
}
.body-content .track-order-page .register-form label {
  font-weight: 400;
  font-size: 14px;
}
.body-content .track-order-page .register-form .form-group {
  margin-bottom: 25px;
}
/*===================================================================================*/
/*  Wishlist
/*===================================================================================*/
.my-wishlist-page {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 20px;
  overflow: hidden;
}
.heading-title {
  text-align: left !important;
  text-transform: none !important;
  padding: 0px 0px 15px 0px !important;
  font-weight: bold !important;
  font-size: 22px !important;
  border-bottom: 1px #e5e5e5 solid !important;
}
.body-content .my-wishlist-page .my-wishlist table > thead > tr > th {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  border: none;
  font-weight: 400;
}
.body-content .my-wishlist-page img {
  width: 100%;
}
.body-content .my-wishlist-page .my-wishlist table tbody tr:nth-child(even) {
  border-top: 1px solid #ddd;
}
.body-content .my-wishlist-page .my-wishlist table tbody .product-name {
  font-size: 16px;
  padding-bottom: 6px;
}
.body-content .my-wishlist-page .my-wishlist table tbody .product-name a {
  color: #434343;
}
.body-content .my-wishlist-page .my-wishlist table tbody .rating span {
  font-size: 11px;
  color: #aaa;
  padding-left: 10px;
}
.body-content .my-wishlist-page .my-wishlist table tbody .rating .rate {
  color: #ffb400;
}
.body-content .my-wishlist-page .my-wishlist table tbody .rating .non-rate {
  color: #dcdcdc;
}
.body-content .my-wishlist-page .my-wishlist table tbody .price {
  font-size: 16px;
  padding-top: 4px;
  font-weight: bold;
}
.body-content .my-wishlist-page .my-wishlist table tbody .price span {
  font-size: 15px;
  color: #ddd;
  text-decoration: line-through;
  padding-left: 10px;
}
.body-content .my-wishlist-page .my-wishlist table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
  border: none;
  padding: 30px;
}
.body-content .my-wishlist-page .my-wishlist table tbody .close-btn a,
.body-content .my-wishlist-page .my-wishlist table tbody .close-btn a:hover {
  color: #ff7878;
  font-size: 15px;
}
/*===================================================================================*/
/*  Signup and login
/*===================================================================================*/
.sign-in-page {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 20px;
  /*overflow: hidden;*/
}
.body-content .sign-in-page .sign-in h4,
.body-content .sign-in-page .create-new-account h4 {
  font-size: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ddd;
}
.body-content .sign-in-page .sign-in p,
.body-content .sign-in-page .create-new-account p {
  font-size: 15px;
  color: #666;
}
.body-content .sign-in-page .sign-in .social-sign-in a,
.body-content .sign-in-page .sign-in .social-sign-in a:hover,
.body-content .sign-in-page .sign-in .social-sign-in a:focus {
  border-radius: 3px;
  padding: 14px 30px;
  font-size: 15px;
  display: inline-block;
  color: #fff;
  text-align: center;
}
.body-content .sign-in-page .sign-in .social-sign-in a i {
  padding-right: 6px;
}
.body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in {
  background-color: #3d5c98;
  margin-right: 10px;
}
.body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in:hover,
.body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in:focus {
  background-color: #153470;
}
.body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in {
  background-color: #22aadf;
}
.body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in:hover,
.body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in:focus {
  background-color: #0084B9;
}
.body-content .sign-in-page .create-new-account > span {
  font-size: 20px;
  padding-bottom: 14px;
  text-transform: uppercase;
  display: inline-block;
}
.body-content .sign-in-page .create-new-account .checkbox label {
  margin-bottom: 10px;
  font-size: 16px;
}
.body-content .sign-in-page .register-form label {
  font-size: 14px;
  font-weight: 400;
}
.body-content .sign-in-page .register-form .form-group {
  margin-bottom: 25px;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -5px;
}
.tooltip-inner {
  border-radius: 2px;
  min-width: 70px;
  z-index: 10000;
}
/*===================================================================================*/
/*  LHS banners
/*===================================================================================*/
.home-banner {
  margin-top: 30px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
a {
  color: #0d56a5;
}
.btn-primary:hover,
.btn-black:hover,
.btn-primary:focus,
.btn-black:focus {
  background: #0d56a5;
}
.header-nav {
  background: #0d56a5;
}
.header-nav .navbar .navbar-nav > li.active {
  background: #093d76;
}
.header-nav .navbar .navbar-nav > li > a:hover,
.header-nav .navbar .navbar-nav > li > a:focus {
  background: #fff;
  color: #333;
}
.sidebar .side-menu nav .nav > li a:hover,
.sidebar .side-menu nav .nav > li a:focus {
  color: #0d56a5;
}
.sidebar .side-menu nav .nav > li a:hover:after,
.sidebar .side-menu nav .nav > li a:focus:after {
  color: #0d56a5;
}
.info-box .info-box-heading.green {
  color: #fff;
}
.product .product-info .name a:hover,
.product .product-info .name a:focus {
  color: #0d56a5;
}
.product .product-info .product-price .price {
  color: #333;
}
.product .cart .action ul li.lnk a:hover,
.product .cart .action ul li.lnk a:focus {
  color: #0d56a5;
}
.product .cart .action ul li.add-cart-button .btn-primary:hover,
.product .cart .action ul li.add-cart-button .btn-primary:focus {
  background: #0d56a5;
}
.product .cart .action ul li.add-cart-button .btn-primary.icon:hover,
.product .cart .action ul li.add-cart-button .btn-primary.icon:focus {
  background: #0d56a5;
}
.copyright-bar .copyright a {
  color: #0d56a5;
}
.blog-slider-container .blog-slider .blog-post-info .name a:hover,
.blog-slider-container .blog-slider .blog-post-info .name a:focus {
  color: #0d56a5;
}
.footer .links-social .social-icons a:hover,
.footer .links-social .social-icons a:focus,
.footer .links-social .social-icons a.active {
  background: #0d56a5;
}
.latest-tweet .re-twitter .comment a {
  color: #0d56a5;
}
.latest-tweet .re-twitter .comment .icon .fa-stack-2x {
  color: #0d56a5;
}
.footer .contact-information .media .icon .fa-stack-2x {
  color: #0d56a5;
}
.footer .contact-information .media .media-body a:hover,
.footer .contact-information .media .media-body a:focus {
  color: #0d56a5;
}
.footer .footer-bottom .module-body ul li a:hover,
.footer .footer-bottom .module-body ul li a:focus {
  color: #0d56a5;
}
.product-tag .item.active,
.product-tag .item:hover,
.product-tag .item:focus {
  background: #0d56a5;
}
.hot-deals .product-info .product-price .price {
  color: #0d56a5;
}
.hot-deals .product-info .name a:hover,
.hot-deals .product-info .name a:focus {
  color: #0d56a5;
}
.yamm .dropdown-menu .title:hover,
.yamm .dropdown-menu .title:focus {
  color: #0d56a5;
}
.yamm .dropdown-menu li a:hover,
.yamm .dropdown-menu li a:focus {
  color: #0d56a5;
}
.breadcrumb ul li.active {
  color: #0d56a5;
}
.breadcrumb ul a:hover,
.breadcrumb ul a:focus {
  color: #0d56a5;
}
.accordion .accordion-group .accordion-heading .accordion-toggle,
.accordion .accordion-group .accordion-heading .accordion-toggle:hover,
.accordion .accordion-group .accordion-heading .accordion-toggle:focus,
.accordion .accordion-group .accordion-heading .accordion-toggle:after {
  color: #0d56a5;
}
.price-range-holder .slider .slider-track .slider-handle {
  border: 5px solid #0d56a5;
}
.list li a:hover,
.list li a:focus {
  color: #0d56a5;
}
.compare-report span {
  color: #0d56a5;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page.active span {
  background: #0d56a5;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page:hover span {
  background: #0d56a5;
}
.single-product .gallery-holder .gallery-thumbs .owl-item .item:hover {
  border: 1px solid #0d56a5;
}
.single-product .product-info .rating-reviews .reviews .lnk:hover,
.single-product .product-info .rating-reviews .reviews .lnk:focus {
  color: #0d56a5;
}
.single-product .product-info .price-container .price-box .price {
  color: #ff7878;
}
.single-product .product-info .quantity-container .cart-quantity .arrows .arrow:hover,
.single-product .product-info .quantity-container .cart-quantity .arrows .arrow:focus {
  color: #0d56a5;
}
.single-product .product-info .product-social-link .social-icons ul li a:hover,
.single-product .product-info .product-social-link .social-icons ul li a:focus {
  background: #0d56a5;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:hover,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:focus {
  background: #0d56a5;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:hover:after,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:focus:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0d56a5;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li.active a {
  background: #0d56a5;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li.active a:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0d56a5;
}
.cart .action .add-cart-button .btn.btn-primary.icon:hover,
.cart .action .add-cart-button .btn.btn-primary.icon:focus {
  background: #0d56a5;
  color: #fff;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date span {
  color: #0d56a5;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .author span {
  color: #0d56a5;
}
#owl-main:hover .owl-prev:hover,
#owl-main:hover .owl-next:hover {
  background: #0d56a5;
  color: #fff !important;
}
#owl-main:hover .owl-prev:hover .icon,
#owl-main:hover .owl-next:hover .icon {
  color: #fff !important;
}
#owl-main .owl-controls .owl-pagination .owl-page:active span,
#owl-main .owl-controls .owl-pagination .owl-page:hover span {
  background: #0d56a5;
}
.cart .action ul .lnk .add-to-cart:hover,
.cart .action ul .lnk .add-to-cart:focus {
  color: #fff !important;
}
.cart .action .add-to-cart:hover,
.cart .action .add-to-cart:focus {
  color: #0d56a5 !important;
}
.homepage-container .product .product-info .name a:hover,
.homepage-container .product .product-info .name a:focus {
  color: #0d56a5;
}
.homepage-container .btn-primary:hover,
.homepage-container .btn-primary:focus {
  background: #0d56a5;
  border: 2px solid #0d56a5;
}
.category-product .cart .action ul li .add-to-cart:hover,
.category-product .cart .action ul li .add-to-cart:focus {
  background: #0d56a5;
}
.furniture-container .product .btn-primary:hover,
.furniture-container .product .btn-primary:focus {
  background: #0d56a5;
}
#owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page.active span {
  background: #0d56a5 !important;
}
#owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page span:hover,
#owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page span:focus {
  background: #0d56a5 !important;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title > a:not(.collapsed) span {
  background-color: #0d56a5;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:hover,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:focus {
  color: #0d56a5;
}
.checkout-box .checkout-progress-sidebar .panel-body ul li a:hover,
.checkout-box .checkout-progress-sidebar .panel-body ul li a:focus {
  color: #0d56a5;
}
.contact-page .contact-info .contact-i {
  background-color: #0d56a5;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:hover,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:focus {
  color: #0d56a5;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
  color: #0d56a5;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:hover,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:focus {
  color: #0d56a5;
}
.shopping-cart .cart-shopping-total .cart-grand-total {
  color: #f12b22;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow:hover,
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow:focus {
  color: #0d56a5;
}
.logo-color {
  fill: #0d56a5;
}
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover,
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
  color: #0d56a5;
}
.mega-menu .dropdown-menu {
  width: 100%;
  left: 0px;
}
.navbar-nav > li > .dropdown-menu {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.4);
}
.body-content .my-wishlist-page .my-wishlist table tbody .product-name a:hover,
.body-content .my-wishlist-page .my-wishlist table tbody .product-name a:focus {
  color: #0d56a5;
}
.body-content .x-page .x-text h1 {
  color: #0d56a5;
}
.body-content .x-page .x-text a {
  color: #0d56a5;
}
.sign-in-page .register-form .forgot-password,
.sign-in-page .register-form .forgot-password:hover,
.sign-in-page .register-form .forgot-password:focus {
  color: #0d56a5;
}
.body-content .my-wishlist-page .my-wishlist table tbody .price {
  color: #0d56a5;
}
.terms-conditions-page .contact-form {
  color: #0d56a5;
}
.table-responsive td {
  padding: 0 10px;
}
.title-img {
  font-size: 26px;
}
.btn {
  border-radius: 2px;
}
.selectpicker.dropdown-toggle {
  border: 1px solid #eee;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.order-view .col-xs-6.col-md-4 {
  padding: 8px;
}
.navbar-toggle {
  margin-left: 10px;
  width: 96%;
  background-color: transparent !important;
}
.mobile-toggle {
  color: #fff;
  padding-left: 10px;
  text-transform: uppercase;
}
.fl {
  float: left;
}
.logo a {
  color: #fff;
}
.home-boxes {
  font-size: 26px !important;
  color: #fff;
}
.breadcrumb-inner ul li {
  display: inline !important;
  width: auto !important;
}
.home-banner img {
  max-width: 100%;
}
.product-description img {
  max-width: 100%;
}
.irs-line {
  border: 1px solid #f12b22;
  background: #f12b22;
}
.mega-menu .dropdown-menu h2 {
  cursor: pointer !important;
}
.selectpicker.dropdown-toggle {
  outline: none !important;
}
.home-both-banners .banner-left,
.home-both-banners .banner-right {
  max-height: 250px;
}
.home-both-banners .banner-left {
  width: 480px;
  max-width: 100%;
}
.home-both-banners .banner-right {
  width: 380px;
  max-width: 100%;
}
.strong {
  font-weight: bold !important;
}
.prod-i-info .fa.fa-heart {
  color: #FF4518;
}
.prod-i-info .far.fa-heart {
  color: #FF4518;
}
.shopping-cart-table table tbody tr td .quant-input {
  display: block;
  float: left;
}
div.cart.clearfix.animate-effect {
  width: 100%;
  margin: 0 auto;
  left: 0;
  text-align: center;
}
div.cart.clearfix.animate-effect .action {
  display: inline;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  left: 0;
}
div.cart.clearfix.animate-effect .action ul {
  width: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
  display: inline-block;
}
.panel-group .panel,
.panel-heading {
  margin-bottom: 0;
  border-radius: 0px;
  box-shadow: 0px 0px 0px;
  margin-bottom: 0px;
  position: relative;
}
.panel-default > .panel-heading {
  color: #333;
  padding: 0px;
  background: transparent;
}
/*.panel-default {
    border-color: #42c8ea;
}*/
.sidebar-widget .panel-title a {
  width: 100%;
  display: block;
  font-size: 14px;
}
.sidebar-widget .panel-title a {
  padding: 0px;
}
#accordion-filters .panel-default > .panel-heading a {
  padding: 10px 30px 10px 15px;
}
#accordion-filters .panel-heading.active {
  background-color: transparent;
}
#accordion-filters .accordion-toggle {
  position: relative;
}
#accordion-filters .accordion-toggle::before,
#accordion-filters .accordion-toggle::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 2px;
  background-color: #333;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#accordion-filters .accordion-toggle::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
}
#accordion-filters .accordion-toggle.collapsed::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
#accordion-filters .accordion-toggle.collapsed::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkbox-container input:checked ~ .checkmark {
  background-color: #f12b22;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.scroll-content {
  max-height: 200px;
  overflow: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 991px) {
  .shopping-cart-checkout-btns a {
    float: none !important;
    display: block;
    width: 100%;
    margin: 10px;
  }
}
.cart-shopping-total {
  padding: 15px 10px;
}
.cart-shopping-total:after {
  clear: both;
  content: '';
  display: block;
}
.cart-shopping-total .cart-sub-total,
.cart-shopping-total .cart-grand-total {
  font-weight: bold;
  text-align: right;
  padding: 10px;
}
.dropdown-more-menu {
  right: 0;
}
.css-preferred-order-by .bootstrap-select {
  margin-right: 10px;
  margin-top: -3px;
}
.css-preferred-order-by .bootstrap-select .dropdown-toggle {
  padding: 5px 20px 5px 10px;
  font-size: 12px;
}
.bootstrap-select .btn,
.bootstrap-select .btn:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.right-content-holder,
.additional-page {
  background: #fff;
  padding: 10px 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.category-list {
  background: #fff;
}
.category-list .category-product,
.category-list .tab-content {
  padding: 10px 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.shopping-cart {
  box-shadow: unset;
}
.category-product .product {
  height: 350px;
  display: flex;
  flex-direction: column;
}
.category-product .product .product-image {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.category-product .product .product-image .image {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .footer-bottom .module-heading {
  margin-bottom: 30px;
}
/* NEW */
.card {
  margin: 0;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.card:after {
  clear: both;
  display: block;
  content: '';
}
.card .heading {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  padding: 15px 20px;
}
.card .heading h1,
.card .heading h2,
.card .heading h3,
.card .heading h4,
.card .heading h5,
.card .heading h6 {
  font-weight: bold !important;
  color: #333 !important;
}
.card .heading h1.page-title,
.card .heading h2.page-title,
.card .heading h3.page-title,
.card .heading h4.page-title,
.card .heading h5.page-title,
.card .heading h6.page-title {
  margin: 0 !important;
  padding: 0 !important;
  font-weight: bold !important;
}
.card .heading h1 {
  font-size: 2.25rem !important;
}
.card .heading h2 {
  font-size: 2rem !important;
  text-transform: uppercase;
}
.card .heading h3 {
  font-size: 1.75rem !important;
  text-transform: uppercase;
}
.card .heading h4 {
  font-size: 1.5rem !important;
  text-transform: uppercase;
}
.card .heading h5 {
  font-size: 1.25rem !important;
  text-transform: uppercase;
}
.card .heading h6 {
  font-size: 1rem !important;
  text-transform: uppercase;
}
.card .heading .nav-tabs {
  border: medium none;
  margin-top: 3px;
}
.card .heading .nav-tabs li {
  margin-right: 5px;
  padding: 0;
}
.card .heading .nav-tabs li a {
  background: none repeat scroll 0 0 #FFFFFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #666666;
  line-height: 18px;
  border: none !important;
  padding: 0px;
}
.card .heading .nav-tabs li a .icon {
  margin-right: 5px;
  color: #aaa;
}
.card .heading .nav-tabs li.active a .icon {
  margin-right: 5px;
  color: #0d56a5;
}
.card .heading .nav-tabs.nav-tab-box li.active a .icon {
  color: #0d56a5;
}
.card .body {
  padding: 15px 20px 5px 20px;
}
.card .body .lbl-cnt {
  color: #666666;
  font-size: 12px;
  line-height: 24px;
}
.card .body .lbl-cnt .lbl {
  color: #666666;
  display: inline-block;
  font-size: 12px;
  line-height: 28px;
  margin-right: 10px;
}
.card .body .lbl-cnt .dropdown.dropdown-med .btn {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 4px 12px;
  background: #fff;
  font-size: 13px;
}
.card .body .lbl-cnt .dropdown.dropdown-med .btn .caret {
  margin-left: 13px;
  margin-top: -2px;
}
.card .body .lbl-cnt .dropdown.dropdown-med .dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e1e1e1;
}
.card .body .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:hover,
.card .body .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:focus {
  color: #0d56a5;
}
.card .body .pagination-container {
  margin-top: 4px;
  margin-bottom: 20px;
}
.card .body .pagination-container ul {
  margin: 0px;
}
.card .body .pagination-container ul li.active a,
.card .body .pagination-container ul li.prev:hover,
.card .body .pagination-container ul li.next:hover,
.card .body .pagination-container ul li.prev:focus,
.card .body .pagination-container ul li.next:focus {
  color: #0d56a5;
}
.card .body .pagination-container ul li a:hover,
.card .body .pagination-container ul li a:focus {
  color: #0d56a5;
}
.card .body .pagination-container ul li.prev,
.card .body .pagination-container ul li.next {
  background: none repeat scroll 0 0 #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.card .body .pagination-container ul li.prev a,
.card .body .pagination-container ul li.next a,
.card .body .pagination-container ul li.prev a:hover,
.card .body .pagination-container ul li.next a:hover,
.card .body .pagination-container ul li.prev a:focus,
.card .body .pagination-container ul li.next a:focus {
  color: #fff;
}
.card .body .pagination-container ul li a {
  color: #666666;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  padding: 0 3px;
}
.custom-carousel .owl-controls {
  position: absolute;
  right: 7px;
  top: -19px;
  width: 100%;
  display: block;
}
.custom-carousel .owl-controls .owl-prev {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -25px;
  right: 27px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #dddddd;
}
.custom-carousel .owl-controls .owl-prev:before {
  color: #fff;
  content: "\f104";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 13px;
  left: 7px;
  position: absolute;
  top: 2px;
}
.custom-carousel .owl-controls .owl-next {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -25px;
  right: 0px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #dddddd;
}
.custom-carousel .owl-controls .owl-next:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
  font-size: 13px;
  left: 7px;
  position: absolute;
  top: 2px;
}
.custom-carousel .owl-controls .owl-prev:hover,
.custom-carousel .owl-controls .owl-next:hover,
.custom-carousel .owl-controls .owl-prev:focus,
.custom-carousel .owl-controls .owl-next:focus {
  background: #0d56a5;
}
.bootstrap-select button {
  background: #fff;
  color: #0d56a5;
  border: 1px solid #ccc;
  font-weight: 400;
}
.bootstrap-select .inner {
  padding: 0;
}
.sidebar-widget .accordion .accordion-group .accordion-heading .accordion-toggle {
  clear: both;
  display: block;
  font-size: 13px;
  line-height: 28px;
}
.sidebar-widget .accordion .accordion-group .accordion-heading .accordion-toggle:after {
  content: "\f068";
  float: right;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.sidebar-widget .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed {
  color: #666666;
}
.sidebar-widget .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed:after {
  color: #636363;
  content: "\f067";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-weight: normal;
}
.sidebar-widget .accordion .accordion-group .accordion-body .accordion-inner {
  margin: 0px 0 20px;
}
.sidebar-widget .accordion .accordion-group .accordion-body .accordion-inner ul {
  padding-left: 15px;
}
.sidebar-widget .accordion .accordion-group .accordion-body .accordion-inner ul li {
  line-height: 27px;
}
.sidebar-widget .accordion .accordion-group .accordion-body .accordion-inner ul li a {
  color: #666666;
}
.sidebar-widget .accordion .accordion-group .accordion-body .accordion-inner ul li a:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  line-height: 15px;
  margin: 0 5px 0 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sidebar-widget .accordion .accordion-group .accordion-body .accordion-inner ul li a:hover:before {
  margin: 0 8px 0 0;
}
.sidebar-widget .price-range-holder {
  padding: 0 0 20px;
  position: relative;
}
.sidebar-widget .price-range-holder .slider {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-top: 0px;
}
.sidebar-widget .price-range-holder .slider.slider-horizontal {
  height: 20px;
  width: 100% !important;
}
.sidebar-widget .price-range-holder .slider .slider-track {
  background-color: #f1f1f1;
  background-repeat: repeat-x;
  cursor: pointer;
  position: absolute;
  width: 94% !important;
  height: 6px;
  left: 0;
  margin-top: -5px;
  top: 50%;
  width: 100%;
}
.sidebar-widget .price-range-holder .slider .slider-track .slider-selection {
  bottom: 0;
  height: 100%;
  top: 0;
  background-repeat: repeat-x;
  box-sizing: border-box;
  position: absolute;
  background: #c3c3c3;
}
.sidebar-widget .price-range-holder .slider .slider-track .slider-handle {
  background-color: #fff;
  background-repeat: repeat-x;
  -webkit-border-radius: 400px;
  -moz-border-radius: 400px;
  border-radius: 400px;
  height: 20px;
  margin-left: -3px !important;
  opacity: 1;
  position: absolute;
  top: -3px;
  width: 20px;
  margin-top: -5px;
}
.sidebar-widget .price-range-holder .slider .tooltip {
  margin-top: -36px;
}
.sidebar-widget .price-range-holder .slider .min-max {
  font-size: 15px;
  font-weight: 700;
  color: #fe5252;
  margin-top: 15px;
}
.sidebar-widget .list li {
  clear: both;
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 28px;
}
.sidebar-widget .list li a {
  color: #666666;
  display: block;
}
.sidebar-widget .advertisement .item {
  background-position: center 55%;
  background-size: cover;
  padding-bottom: 60px;
}
.sidebar-widget .advertisement .item .caption {
  color: #636363;
  left: 12%;
  letter-spacing: -3px;
  position: absolute;
  top: 11%;
  z-index: 100;
  display: table-cell;
}
.sidebar-widget .advertisement .item .caption .big-text {
  font-size: 60px;
  line-height: 125px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 3px #cfcfcf;
}
.sidebar-widget .advertisement .item .caption .big-text .big {
  font-size: 120px;
  color: #ff7878;
  display: block;
  text-shadow: 1px 1px 3px #cfcfcf;
}
.sidebar-widget .advertisement .item .caption .excerpt {
  font-size: 24px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #e6e6e6;
  text-shadow: 1px 1px 3px #cfcfcf;
}
.sidebar-widget .advertisement .owl-controls {
  bottom: 10px;
  position: absolute;
  text-align: center;
  top: auto;
  width: 100%;
}
.sidebar-widget .advertisement .owl-controls .owl-pagination {
  display: inline-block;
}
.sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page {
  display: inline-block;
}
.sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  background: #ddd;
  border: none;
  border-radius: 2px;
  margin: 0 2px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.sidebar-widget .btn-filters {
  display: none;
  width: 100%;
  margin-bottom: 20px;
  outline: 0;
}
.sidebar-widget .btn-filters .fa-plus,
.sidebar-widget .btn-filters .fa-minus {
  float: right;
  margin-top: 5px;
}
.sidebar-widget .btn-filters .hide-filters {
  display: none;
}
.sidebar-widget .btn-filters:hover,
.sidebar-widget .btn-filters:focus {
  outline: 0;
}
@media screen and (max-width: 991px) {
  .sidebar-widget .filters-holder {
    display: none;
  }
  .sidebar-widget .btn-filters {
    display: block;
  }
}
.products {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products .product {
  position: relative;
  margin-bottom: 30px;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.products .product .product-info .name {
  font-size: 14px;
  height: 33px;
}
.products .product .product-info .name a {
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 32px;
}
.products .product .product-image {
  height: 250px;
}
.products .product .product-image a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.products .product .product-image img {
  max-width: 100%;
}
.products .product .product-image .image {
  width: 100%;
  text-align: center;
}
.products .product .product-image .image a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
}
.products .product a,
.products .product img,
.products .product .image {
  max-height: 250px;
}
.products .product .product-price .price {
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  margin-right: 8px;
}
.products .product .product-price .price-before-discount {
  text-decoration: line-through;
  color: #d3d3d3;
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
}
.products .product .cart {
  margin-top: 5px;
  opacity: 0;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  width: 100%;
  z-index: 666;
  left: 50%;
  position: absolute;
  top: 0;
  margin-left: -55px;
}
.products .product .cart .action {
  float: left;
}
.products .product .cart .action .cart-btn {
  display: none;
}
.products .product .cart .action .add-cart-button .btn.btn-primary.icon {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #f12b22;
  color: #fff;
}
.products .product .cart .action.lnk {
  margin: 10px 0px;
}
.products .product .cart .action.lnk a {
  padding: 0 10px;
  color: #dadada;
}
.products .product .cart .action ul li {
  float: left;
}
.products .product .cart .action ul li.add-cart-button .btn.btn-primary.icon {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #f12b22;
}
.products .product .cart .action ul li.lnk {
  margin: 10px 0px;
  background: #0d56a5;
  margin: 0px;
  padding: 8px 2px;
  border-left: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 0px 3px 3px 0px;
}
.products .product .cart .action ul li.lnk a {
  padding: 0 10px;
  color: #fff;
  padding: 8px 10px;
}
.products .product .cart .action ul li.lnk.wishlist {
  background: #0d56a5;
  margin: 0px;
  border-radius: 0px;
}
.products .product .cart .action.lnk.wishlist {
  border-right: 1px solid #dadada;
}
.products .product .tag {
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  line-height: 25px;
  width: 120px;
  height: 25px;
  text-transform: uppercase;
  top: 2.5%;
  z-index: 100;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  right: 10px;
  text-align: center;
}
.products .product .tag span {
  position: relative;
  z-index: 100;
}
.products .product:hover .cart {
  opacity: 1;
  top: 45%;
}
.products .product-list.product {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}
.products .product-list.product .product-list-row {
  margin: 0;
  padding-top: 15px;
  width: 100%;
}
.products .product-list.product .product-tag-right .tag {
  top: 0;
}
.products .product-list.product .product-info {
  padding: 0px;
}
.products .product-list.product .product-info .cart {
  margin-top: 20px;
  top: auto;
  bottom: 0px;
  opacity: 1;
  left: 0;
  position: relative;
  margin-left: 0px;
}
.products .product-list.product .product-info .cart-btn {
  display: block;
  margin-right: 5px;
}
.products .product-list.product .product-info .name {
  font-size: 18px;
}
.products .product-list.product .product-info .name a {
  height: 40px;
}
.products .product-list.product .product-info .description {
  line-height: 20px;
}
.products .product-list.product .product-info .action {
  padding: 0 15px;
  text-align: right;
}
.products .product-list.product .product-info .tag {
  top: -17px;
}
.product-micro .product-image {
  height: auto !important;
}
.product-micro .product-image .image a .zoom-overlay:before {
  color: #fff;
  content: "\f00e";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  left: 45%;
  position: relative;
  right: 40%;
}
.product-micro .product-image .image a .zoom-overlay {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 100%;
  z-index: 99;
}
.product-micro .product-image a .zoom-overlay:hover,
.product-micro .product-image a .zoom-overlay:focus {
  opacity: 1;
}
.item-craousel .products .product .product-image {
  height: auto !important;
}
.owl-item .item-carousel .products .product .product-image {
  /*height: auto !important;*/
  height: 200px;
  /*vertical-align: middle;*/
  /*display: table-cell;*/
}
.owl-item .item-carousel .products .product .product-image .image {
  max-height: 200px;
}
.owl-item .item-carousel .products .product .product-image .image img {
  max-height: 200px;
  width: 100%;
  margin: 0 auto;
}
.top-navigation-holder {
  margin-bottom: 10px;
}
.top-navigation {
  padding: 6px 0px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
.top-navigation .dropdown-menu > li > a {
  padding: 3px 10px;
  font-size: 13px;
}
.top-navigation .left-side {
  display: flex;
}
@media screen and (max-width: 767px) {
  .top-navigation .left-side {
    margin-bottom: 10px;
  }
}
.top-navigation .left-side > span {
  font-weight: bold;
}
.top-navigation .left-side ul {
  margin-left: 8px;
}
.top-navigation .left-side ul > li.dropdown a.dropdown-toggle {
  color: #fff;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-navigation .left-side ul > li.dropdown a.dropdown-toggle .caret {
  color: #fff;
  margin-left: 7px;
}
.top-navigation .left-side ul > li.dropdown ul.dropdown-menu {
  width: auto;
  min-width: 50px;
}
.top-navigation .left-side ul > li.dropdown ul.dropdown-menu > li > a {
  padding: 3px 0px;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  color: #333;
  display: inline-block;
}
.top-navigation .left-side ul > li.dropdown ul.dropdown-menu > li > a:hover,
.top-navigation .left-side ul > li.dropdown ul.dropdown-menu > li > a:focus {
  background-color: #f3f3f3;
  text-decoration: none;
  color: #0d56a5;
}
.top-navigation .left-side ul > li.dropdown ul.dropdown-menu > li > a .value {
  color: rgba(255, 255, 255, 0.8);
  margin: 2px 4px 2px 7px;
}
.top-navigation .left-side ul > li.dropdown ul.dropdown-menu > li .dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e1e1e1;
  top: 105%;
  left: 5px;
  min-width: 50px;
}
.top-navigation .left-side ul > li.dropdown ul.dropdown-menu > li .dropdown-menu li a:hover,
.top-navigation .left-side ul > li.dropdown ul.dropdown-menu > li .dropdown-menu li a:focus {
  color: #888888;
}
.top-navigation .right-side ul {
  margin: 0px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-navigation .right-side ul {
    text-align: center;
  }
}
.top-navigation .right-side ul > li {
  display: inline-block;
  line-height: 12px;
  padding: 3px 12px 3px 7px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}
.top-navigation .right-side ul > li:last-child {
  border: none;
  padding-right: 0px;
}
.top-navigation .right-side ul > li a {
  color: rgba(255, 255, 255, 0.8);
  padding: 0px;
  font-weight: 400;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.top-navigation .right-side ul > li a:hover,
.top-navigation .right-side ul > li a:focus {
  text-decoration: none;
  color: #fff;
}
.top-navigation .right-side ul > li a .icon {
  display: block;
  float: left;
  padding-right: 6px;
  font-size: 11px;
}
.user-is-logged .top-navigation {
  padding: 6px 0px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .user-is-logged .top-navigation {
    flex-flow: column;
    align-items: center;
  }
}
.header .content {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .header .content {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.header .content .logo a {
  font-size: 26px;
}
@media screen and (max-width: 991px) {
  .header .content .logo {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.header .content .logo img {
  max-width: 100%;
}
.header .content .search {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-radius: 2px;
  text-align: right;
  position: relative;
}
.header .content .search form {
  position: relative;
}
.header .content .search .search-field-holder {
  width: 100%;
  max-width: 420px;
  display: inline-flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header .content .search .search-field-holder {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.header .content .search .search-field-holder:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f002";
  font-size: 16px;
  position: absolute;
  top: 16px;
  left: 10px;
  color: #333;
}
.header .content .search .search-field-holder .search-field {
  padding: 12px 12px 12px 32px;
  outline: none !important;
  width: 100%;
}
.header .content .search .search-field-holder .search-button {
  display: inline-block;
  float: right;
  margin: 0px;
  padding: 13px 18px 13px;
  text-align: center;
  background-color: #f12b22;
  border: 1px solid #a3110a;
  margin-left: 10px;
  outline: 0;
}
.header .content .search .search-field-holder .search-button:after {
  color: #333333;
  content: "\f002";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 16px;
  line-height: 9px;
  vertical-align: middle;
}
.header .content .cart .dropdown-cart {
  display: flex;
  justify-content: flex-end;
}
.header .content .cart .dropdown-cart img {
  width: 100%;
}
.header .content .cart .dropdown-cart .lnk-cart {
  padding: 0px;
  background: #0d56a5;
  border: 1px solid #093d76;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
}
.header .content .cart .dropdown-cart .lnk-cart .items-cart-inner {
  position: relative;
}
.header .content .cart .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket {
  padding: 12px 12px 13px 15px;
  text-transform: uppercase;
  float: left;
  letter-spacing: 0.5px;
}
.header .content .cart .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket .total-price {
  color: #fff;
}
.header .content .cart .dropdown-cart .lnk-cart .items-cart-inner .basket {
  float: left;
  padding: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 18px 13px 12px;
}
.header .content .cart .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  height: 18px;
  position: absolute;
  left: 34px;
  top: 13px;
  width: 18px;
  background: #f12b22;
  color: #0d56a5;
  font-size: 11px;
  text-align: center;
  line-height: 19px;
}
.header .content .cart .dropdown-cart .dropdown-menu {
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: right;
  left: auto;
  min-width: 0;
  padding: 24px 22px;
  right: 0;
  width: 230px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header .content .cart .dropdown-cart .dropdown-menu .cart-item.product-summary .name {
  font-size: 13px;
  margin-top: 0px;
}
.header .content .cart .dropdown-cart .dropdown-menu .cart-item.product-summary .name a {
  color: #666666;
}
.header .content .cart .dropdown-cart .dropdown-menu .cart-item.product-summary .name a:hover,
.header .content .cart .dropdown-cart .dropdown-menu .cart-item.product-summary .name a:focus {
  color: #0d56a5;
}
.header .content .cart .dropdown-cart .dropdown-menu .cart-item.product-summary .price {
  font-weight: 700;
  color: #0d56a5;
}
.header .content .cart .dropdown-cart .dropdown-menu .cart-item.product-summary .action {
  padding: 0;
  position: relative;
  font-size: 15px;
  right: 8px;
  top: 8px;
}
.header .content .cart .dropdown-cart .dropdown-menu .cart-item.product-summary .action a {
  color: #898989;
}
.header .content .cart .dropdown-cart .dropdown-menu .cart-item.product-summary .action a:hover,
.header .content .cart .dropdown-cart .dropdown-menu .cart-item.product-summary .action a:focus {
  color: #0d56a5;
}
.header .content .cart .dropdown-cart .dropdown-menu .cart-total .text {
  font-size: 13px;
  color: #666666;
  margin-right: 10px;
}
.header .content .cart .dropdown-cart .dropdown-menu .cart-total .price {
  font-weight: 700;
  color: #0d56a5;
}
/*===================================================================================*/
/*  Responsive Layout
/*===================================================================================*/
@media (min-width: 320px) and (max-width: 480px) {
  .top-cart-row .dropdown-cart .lnk-cart {
    display: block;
    overflow: hidden;
  }
  .top-cart-row {
    padding-left: 15px;
  }
  .top-cart-row .dropdown-cart {
    float: none;
  }
  #owl-main .item .caption .big-text {
    font-size: 18px;
    line-height: normal;
  }
  #owl-main .item .caption {
    left: 0px;
  }
  #owl-main {
    height: 100%;
  }
  #owl-main .item {
    height: 150px;
  }
  #owl-main .item .caption .button-holder {
    margin: 0px;
  }
  #hero .btn-primary {
    padding: 5px 10px;
    font-size: 12px;
    line-height: normal;
    margin-top: 8px;
  }
  .products .product .product-info.text-left {
    text-align: center !important;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .navbar-toggle {
    float: left;
    border: none;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-collapse {
    box-shadow: none;
    border: none;
    padding-right: 15px;
    padding-left: 15px;
  }
  .header-nav .navbar-default .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
    border: none;
  }
  .mega-menu img {
    width: 100%;
  }
  .yamm .dropdown-menu .yamm-content .col-menu {
    margin-bottom: 15px;
  }
  .main-header .logo-holder {
    text-align: center;
    margin-bottom: 20px;
  }
  .main-header .top-search-holder .contact-row {
    margin-bottom: 20px;
    text-align: center;
  }
  .main-header .top-search-holder .contact-row .phone,
  .main-header .top-search-holder .contact-row .contact {
    margin: 0 0 5px;
    padding-right: 0px;
    border-right: none;
    display: block;
  }
  .main-header .top-search-holder .search-area .search-button {
    padding: 14px 19px;
  }
  .sidebar .side-menu nav .nav > li > .mega-menu {
    left: 0px;
    min-width: 100%;
    top: 100% !important;
  }
  .logo-slider-inner .item {
    text-align: center;
  }
  .filters-container .filter-tabs,
  .filters-container .lbl-cnt,
  .filters-container .pagination-container {
    margin-bottom: 10px;
  }
  .homepage-container .wide-banners .wide-banner {
    margin-bottom: 10px;
  }
  #owl-main .item .caption {
    padding: 0 22px;
  }
  .wide-banners .wide-banner:first-child {
    margin-bottom: 10px;
  }
  .product .product-image .image img {
    height: auto;
    display: block;
  }
  .header-nav .yamm .dropdown-menu {
    background: #fff;
  }
  .body-content .sidebar {
    margin-bottom: 30px;
  }
  .filters-container .no-padding {
    padding: 0px;
  }
  .search-result-container .category-product-inner .product-list.product .product-info {
    padding: 0px;
    text-align: center;
  }
  .search-result-container .category-product-inner .product-list.product .product-info .cart {
    margin-bottom: 20px;
  }
  .single-product .gallery-holder {
    margin-bottom: 30px;
  }
  .single-product .product-info-block {
    clear: both;
  }
  .yamm .dropdown-menu.pages {
    padding: 10px 37px;
  }
  .hot-deal-wrapper .image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .seller-product .products .product .product-info .name {
    font-size: 15px;
    margin-top: 0px !important;
  }
  .hot-deals .products {
    margin-right: 15px;
  }
  .copyright-bar .payment-methods {
    text-align: left;
    margin-top: 10px;
  }
  .single-product .home-banner {
    display: none;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar .side-menu nav .nav > li > .mega-menu {
    min-width: 100%;
    left: 0px;
    top: 100% !important;
  }
  .logo-slider-inner .item {
    text-align: center;
  }
  .filters-container .filter-tabs,
  .filters-container .lbl-cnt,
  .filters-container .pagination-container {
    margin-bottom: 10px;
  }
  .filters-container .pagination-container {
    float: left;
  }
  .homepage-container .wide-banners .wide-banner {
    margin-bottom: 10px;
  }
  .body-content .sidebar {
    margin-bottom: 30px;
  }
  .product .product-image .image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .blog-slider .image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .owl-item {
    padding: 10px;
  }
  #owl-main .owl-item {
    padding: 0px;
  }
  .wide-banners .wide-banner:first-child {
    margin-bottom: 10px;
  }
  .filters-container .no-padding {
    padding: 0px;
  }
  .search-result-container .category-product-inner .product-list.product .product-info {
    padding: 0px;
  }
  .hot-deal-wrapper .image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .main-header .logo-holder {
    text-align: center;
    margin-bottom: 20px;
  }
  .main-header .contact-row {
    text-align: center;
  }
  .special-menu {
    display: none !important;
  }
  .single-product .home-banner {
    display: none;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .main-header .top-search-holder .search-area .control-group {
    position: relative;
  }
  .main-header .top-search-holder .search-area .control-group .search-button {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .category-carousel .item {
    height: auto;
  }
  .filters-container .nav-tabs.nav-tab-box li {
    margin-right: 3px;
  }
  .filters-container .lbl-cnt .lbl {
    margin-right: -1px;
  }
  .shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
    font-size: 16px !important;
  }
  .shopping-cart .cart-shopping-total table thead tr th .cart-sub-total,
  .shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
    font-size: 16px !important;
  }
  .wrapper .box .wrapper-inner .container {
    width: auto !important;
  }
  .special-menu {
    display: none !important;
  }
  .home-banner img {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .top-search-holder {
    text-align: center;
  }
  .top-search-holder .search-area {
    margin: 0 auto !important;
    display: inline-block;
    width: 480px;
    max-width: 100%;
  }
}
.tag.new {
  background: #46aad7;
  color: #fff !important;
}
.tag.hot {
  background: #f12929;
  color: #fff !important;
}
.tag.out-of-stock {
  background: #919095;
  color: #fff !important;
}
.tag.pre-order {
  background: #abd07e !important;
  color: #fff !important;
}
.tag.promo {
  background: #dc0707 !important;
  color: #fff !important;
}
.tag.free-shipping {
  background: #D0205E;
  color: #fff !important;
}
.tag.hot {
  background: #ffd500 !important;
  color: #333 !important;
}
.tag.sale {
  background: #f12929 !important;
  color: #fff !important;
}
.tag.special-price {
  background: #abd07e;
  color: #fff !important;
}
.header-nav .navbar-nav:not(.collapseNav-initialized) li {
  opacity: 0 !important;
  visibility: hidden !important;
  position: absolute !important;
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
}
.header-nav .navbar-nav:not(.collapseNav-initialized) li:nth-child(1),
.header-nav .navbar-nav:not(.collapseNav-initialized) li:nth-child(2),
.header-nav .navbar-nav:not(.collapseNav-initialized) li:nth-child(3),
.header-nav .navbar-nav:not(.collapseNav-initialized) li:nth-child(4),
.header-nav .navbar-nav:not(.collapseNav-initialized) li:nth-child(5) {
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
}
.irs-line {
  border: 1px solid #f12b22 !important;
  background: #f12b22 !important;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a3110a !important;
}
.irs-slider:hover:after {
  background-color: #f12b22 !important;
}
.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to,
.irs--flat .irs-bar {
  background-color: #0d56a5;
}
.irs--flat .irs-from:before,
.irs--flat .irs-single:before,
.irs--flat .irs-to:before {
  border-top-color: #0d56a5;
}
.irs--flat .irs-handle > i:first-child {
  background-color: #0d56a5;
}
.irs--flat .irs-bar,
.irs--flat .irs-line {
  height: 5px;
}
.irs--flat .irs-handle {
  height: 12px;
}
#cookies-holder {
  width: 100%;
  /*height: 50px;*/
  background: white;
  border: 2px solid #666;
  bottom: 0;
  position: fixed;
  padding: 10px 25px;
  display: none;
  z-index: 9;
}
#cookies-holder p {
  margin: 0;
}
.additional-page {
  margin-bottom: 30px;
  min-height: 300px;
}
.additional-page,
.additional-page p {
  line-height: 24px;
}
.additional-page p {
  margin-bottom: 10px;
}
.additional-page img {
  max-width: 100% !important;
  border: 0;
}
.additional-page ul,
.additional-page ol {
  padding: 10px 35px;
  list-style-position: inside;
  font-size: 15px;
}
.additional-page ul li {
  list-style-type: disc !important;
  list-style-position: outside;
}
.additional-page ol li {
  list-style-type: decimal !important;
  list-style-position: outside;
}
.additional-page a,
.additional-page a:focus {
  color: #0d56a5;
}
#map {
  height: 400px;
  width: 100%;
}
#map img {
  width: inherit;
}
#map .infobox {
  padding-bottom: 20px;
}
#map .infobox .title,
#map .infobox .title a {
  font-size: 20px;
  color: #555;
}
/*.preferred-order-btn .btn.dropdown-toggle{
    color:#000;
    padding: 5px 20px 5px 12px;
    height: auto;
}

.preferred-order-btn .btn.dropdown-toggle:hover{
    color:#000;
}

@media screen and (max-width: 550px){
    .css-preferred-order-by{
        float: none;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
}*/
.css-preferred-order-by {
  max-width: 200px;
}
.css-preferred-order-by .bootstrap-select {
  margin-right: 10px;
}
.css-preferred-order-by .bootstrap-select .dropdown-toggle {
  padding: 5px 20px 5px 10px;
  font-size: 12px;
}
/* Defer Loading Images */
.js-data-src-loader {
  pointer-events: none;
  -webkit-transition: opacity 3s ease-in-out;
  -moz-transition: opacity 3s ease-in-out;
  -ms-transition: opacity 3s ease-in-out;
  -o-transition: opacity 3s ease-in-out;
}
.js-data-src-loader.visible {
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
}
.js-data-src-loader:not(.visible) {
  content: '';
  height: 100%;
  width: 100% !important;
  top: 0;
  position: absolute;
  padding-top: 56.25%;
  display: block;
  background-color: #f5f5f5;
  background-image: url('../images/loading.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: inherit;
  opacity: 1;
}
/* Preloader */
.js-preloader {
  transition: 0.2s;
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: #f3f3f3;
  z-index: 999;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
}
.js-preloader span {
  color: #555;
  display: block;
  margin: 0 auto;
  -webkit-animation: pulse 1s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: pulse 1s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
.js-preloader img {
  display: block;
  margin: 0 auto;
  -webkit-animation: pulse 1s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: pulse 1s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
.js-preloader .logo {
  margin: 0 auto;
  /*font-size: @bodyFontSize;*/
  font-size: 2rem;
}
body.plumtex-store-loaded .js-preloader {
  opacity: 0;
  visibility: hidden;
}
.pt-live-search {
  background: #fff;
  margin-left: auto;
  padding: 13px;
  width: 100%;
  max-width: 419px;
  position: absolute;
  right: 1px;
  z-index: 99;
  border: 1px solid #eaeaea;
  display: none;
  margin-top: 10px;
}
.pt-live-search .pt-results {
  max-height: 330px;
  overflow: auto;
}
.pt-live-search .pt-results .pt-item {
  display: flex;
  margin-bottom: 5px;
}
.pt-live-search .pt-results .pt-item .pt-image {
  width: 100%;
  max-width: 60px;
  text-align: center;
}
.pt-live-search .pt-results .pt-item .pt-image img {
  width: 100%;
  max-height: 50px;
  max-width: 50px;
}
.pt-live-search .pt-results .pt-item .pt-title {
  width: 100%;
  text-align: left;
  padding-left: 10px;
}
.pt-live-search .pt-buttons {
  display: flex;
  column-gap: 10px;
}
.pt-live-search .pt-buttons .pt-button-more {
  display: none;
}
.pt-live-search .pt-buttons .btn {
  width: 100%;
  margin-top: 10px;
}
/*.keyframes(@name,@rules) {
@-webkit-keyframes @name {
@rules();
}

@-moz-keyframes @name {
@rules();
}

@-ms-keyframes @name {
@rules();
}

@-o-keyframes @name {
@rules();
}

@keyframes @name {
@rules();
}
}*/
/*.keyframes(pulse, {
0%, 100% {
-webkit-transform: scale(.8);
transform: scale(.8);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
});*/
header {
  background: #fff;
}
.top-navigation .left-side ul > li.dropdown a.dropdown-toggle {
  color: #f12b22;
  font-weight: bold;
}
.top-navigation .left-side ul > li.dropdown a.dropdown-toggle .caret {
  color: #f12b22;
}
.top-navigation .right-side ul > li a {
  color: #0d56a5;
}
.top-navigation .right-side ul > li a:hover,
.top-navigation .right-side ul > li a:focus {
  color: #093d76;
}
.header .content .search .search-field-holder .search-field {
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-color: #e6e6e6;
}
.header .content .search .search-field-holder .search-button {
  background-color: #f12b22;
  border: 1px solid #a3110a;
}
.header .content .search .search-field-holder .search-button:after {
  color: #fff;
}
.header .content .logo a {
  color: #0d56a5;
}
.header .content .cart .dropdown-cart .lnk-cart {
  background: #0d56a5;
}
.header .content .cart .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
  color: #fff;
}
.sidebar .side-menu .head {
  color: #fff;
}
.footer .footer-bottom {
  background: #0d56a5;
  color: #fff;
}
.copyright-bar {
  background: #093d76;
  color: #fff;
}
footer .copyright-bar a {
  color: #fff;
}
footer .newsletter {
  color: #555;
}
footer .copyright-bar {
  color: #ccc;
}
footer a,
footer .module-title,
footer .media-body {
  color: #fff;
}
.footer .footer-bottom .module-body ul li a {
  color: #fff;
}
.footer .footer-bottom .module-body ul li a:hover {
  color: #f12b22;
}
.toggle-footer i {
  color: #f12b22;
  background: #fff;
}
.product .cart .action ul li.add-cart-button .btn.btn-primary.icon {
  color: #fff;
}
.checkout-btn {
  color: #fff;
}
.btn-danger {
  background-color: #f12b22;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #a3110a;
}
.btn-primary {
  background-color: #0d56a5;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #093d76;
}
