/*===================================================================================*/
/*  GENERAL
/*===================================================================================*/
html {
  scroll-behavior: smooth;
}
.green-text {
  color: #abd07e !important;
}
.heartcolor{
  color:#ec3642 !important;
}
.green-text:hover {
  background-color: #abd07e !important;
  color: #fff !important;
}
.blue-text {
  color: #3498db !important;
}
.blue-text:hover {
  background-color: #3498db !important;
  color: #fff !important;
}
.red-text {
  color: #ff6c6c !important;
}
.red-text:hover {
  background-color: #ff6c6c !important;
  color: #fff !important;
}
.orange-text {
  color: #f39c12 !important;
}
.orange-text:hover {
  background-color: #f39c12 !important;
  color: #fff !important;
}
.dark-green-text {
  color: #12cca7 !important;
}
.dark-green-text:hover {
  background-color: #12cca7 !important;
  color: #fff !important;
}
.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; */
   color: #202020; 
  background-color: #fff;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: 'Bai Jamjuree', sans-serif;
}
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;
}
@font-face {
  font-family: 'FjallaOneRegular';
  src: url('../fonts/fjalla/fjallaone-regular.eot');
  src: url('../fonts/fjalla/fjallaone-regular.eot') format('embedded-opentype'), url('../fonts/fjalla/fjallaone-regular.woff2') format('woff2'), url('../fonts/fjalla/fjallaone-regular.woff') format('woff'), url('../fonts/fjalla/fjallaone-regular.ttf') format('truetype'), url('../fonts/fjalla/fjallaone-regular.svg#FjallaOneRegular') format('svg');
}
@font-face {
  font-family: 'BebasNeueBold';
  src: url('../fonts/bebas/bebasneuebold.eot');
  src: url('../fonts/bebas/bebasneuebold.eot') format('embedded-opentype'), url('../fonts/bebas/bebasneuebold.woff2') format('woff2'), url('../fonts/bebas/bebasneuebold.woff') format('woff'), url('../fonts/bebas/bebasneuebold.ttf') format('truetype'), url('../fonts/bebas/bebasneuebold.svg#BebasNeueBold') format('svg');
}
@font-face {
  font-family: 'BebasNeueRegular';
  src: url('../fonts/bebas/bebasneueregular.eot');
  src: url('../fonts/bebas/bebasneueregular.eot') format('embedded-opentype'), url('../fonts/bebas/bebasneueregular.woff2') format('woff2'), url('../fonts/bebas/bebasneueregular.woff') format('woff'), url('../fonts/bebas/bebasneueregular.ttf') format('truetype'), url('../fonts/bebas/bebasneueregular.svg#BebasNeueRegular') format('svg');
}
@font-face {
  font-family: 'PacificoRegular';
  src: url('../fonts/pacifico/pacifico.eot');
  src: url('../fonts/pacifico/pacifico.eot') format('embedded-opentype'), url('../fonts/pacifico/pacifico.woff2') format('woff2'), url('../fonts/pacifico/pacifico.woff') format('woff'), url('../fonts/pacifico/pacifico.ttf') format('truetype'), url('../fonts/pacifico/pacifico.svg#PacificoRegular') format('svg');
}
@font-face {
  font-family: 'LatoBold';
  src: url('../fonts/lato/lato-bold.eot');
  src: url('../fonts/lato/lato-bold.eot') format('embedded-opentype'), url('../fonts/lato/lato-bold.woff2') format('woff2'), url('../fonts/lato/lato-bold.woff') format('woff'), url('../fonts/lato/lato-bold.ttf') format('truetype'), url('../fonts/lato/lato-bold.svg#LatoBold') format('svg');
}
.btn-upper {
  text-transform: uppercase;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-10 {
  margin-top: 10px;
}
.btn {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 11px 20px;
  border-radius: 3px;
  text-transform: uppercase;
}
a.btn {
  /*line-height: 25px;*/
}
.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-color: #ec3642;
  border-color: #ec3642;
}
.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;
}
.center-block {
  float: none;
}
.inner {
  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: 60px;
  padding-bottom: 60px;
}
.inner-vs {
  padding-top: 30px;
  padding-bottom: 30px;
}
.inner-top {
  padding-top: 120px;
}
.inner-top-md {
  padding-top: 100px;
}
.inner-top-sm {
  padding-top: 60px;
}
.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: 60px;
}
.inner-bottom-xs {
  padding-bottom: 40px;
}
.inner-bottom-vs {
  padding-bottom: 50px;
}
.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: 30px;
}
.outer-top-vs {
  margin-top: 40px;
}
.outer-top-small {
  margin-top: 50px;
}
.outer-bottom {
  margin-bottom: 120px;
}
.outer-bottom-md {
  margin-bottom: 100px;
}
.outer-bottom-sm {
  margin-bottom: 60px;
}
.outer-bottom-vs {
  margin-bottom: 60px;
}
.outer-bottom-xs {
  margin-bottom: 40px;
}
.outer-bottom-small {
  margin-bottom: 50px;
}
.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: 20px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  text-transform: uppercase;*/
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  margin-bottom: 0px;
  margin-top: 5px;
  font-size: 22px;
  font-weight: 600;
  color: #333;
}
.home-owl-carousel .owl-controls,
.blog-slider .owl-controls,
.brand-slider .owl-controls {
  margin-top: 0px;
}
/*carousel control button*/
.custom-carousel .owl-controls {
  position: absolute;
  right: 15px;
  top: -25px;
  width: 100%;
  display: block;
}
.custom-carousel .owl-controls .owl-prev {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -9px;
  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: #ec3642;
}
.custom-carousel .owl-controls .owl-prev:before {
  color: #fff;
  content: "\f104";
  font-family: fontawesome;
  font-size: 13px;
  left: 8px;
  position: absolute;
  top: 1px;
}
.custom-carousel .owl-controls .owl-next {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -9px;
  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: #ec3642;
}
.custom-carousel .owl-controls .owl-next:before {
  content: "\f105";
  font-family: fontawesome;
  color: #fff;
  font-size: 13px;
  left: 8px;
  position: absolute;
  top: 1px;
}
.logo-slider .owl-controls .owl-prev,
.logo-slider .owl-controls .owl-next {
  top: -57px;
}
.featured-product {
  margin-bottom: 0px;
}
.logo-slider-inner {
  margin-top: 50px;
  margin-bottom: 60px;
}
.special-product .product:first-child {
  margin-bottom: 30px;
}
.special-product .product:last-child {
  margin-top: 30px;
}
.best-product .product:first-child {
  margin-bottom: 30px;
}
#owl-main .owl-controls .owl-buttons .icon {
  position: relative;
  top: 8px;
  color: #fff !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;
}
.seller-product .products .product .product-info .name {
  font-size: 18px;
  margin-top: 5px !important;
}
a {
  color: #12cca7;
}
.show-theme-options:hover,
.show-theme-options:focus {
  background: #12cca7;
}
.btn-primary:hover,
.btn-black:hover,
.btn-primary:focus,
.btn-black:focus {
  background: #12cca7;
}
.top-bar .cnt-account ul > li a:hover,
.top-bar .cnt-account ul > li a:focus {
  color: #12cca7;
}
.top-bar .cnt-block ul li a .caret {
  color: #12cca7;
}
.top-bar .cnt-block ul li .dropdown-menu li a:hover,
.top-bar .cnt-block ul li .dropdown-menu li a:focus {
  color: #12cca7;
}
.main-header .top-search-holder .contact-row .icon {
  color: #12cca7;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket .total-price {
  color: #12cca7;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a:hover,
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a:focus {
  color: #12cca7;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .price {
  color: #12cca7;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a:hover,
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a:focus {
  color: #12cca7;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-total .price {
  color: #12cca7;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:hover,
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:focus {
  color: #12cca7;
}
/*.header-style-1 .header-nav {
  background: #07a989;;
}*/
.cnt-home .header-style-1 .header-nav .navbar .navbar-nav > li.active {
  background: #de2935;
}
.cnt-home .header-style-1 .header-nav .navbar .navbar-nav > li > a:hover,
.cnt-home .header-style-1 .header-nav .navbar .navbar-nav > li > a:focus {
  background: #de2935;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active,
.cnt-homepage .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active {
  background: #de2935;
}
.cnt-home .header-style-1.header-style-3 .header-nav .navbar .navbar-nav > li.active {
  background: #de2935;
}
.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover,
.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:focus {
  background: #de2935 !important;
}
.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.open {
  background: #de2935;
}
.sidebar .side-menu nav .nav > li a:hover,
.sidebar .side-menu nav .nav > li a:focus {
  color: #12cca7;
}
.sidebar .side-menu nav .nav > li a:hover:after,
.sidebar .side-menu nav .nav > li a:focus:after {
  color: #12cca7;
}
.info-box .info-box-heading.green {
  color: #12cca7;
}
.scroll-tabs .nav-tab-line li a:hover,
.scroll-tabs .nav-tab-line li a:focus {
  color: #12cca7;
}
.product .product-info .name a:hover,
.product .product-info .name a:focus {
  color: #12cca7;
}
.product .product-info .product-price .price {
  color: #12cca7;
}
.product .cart .action ul li.lnk a:hover,
.product .cart .action ul li.lnk a:focus {
  color: #12cca7;
}
.product .cart .action ul li.add-cart-button .btn-primary:hover,
.product .cart .action ul li.add-cart-button .btn-primary:focus {
  background: #12cca7;
}
.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: #0b816a;
}
.tag.sale {
  background: #abd07e;
}
.copyright-bar .copyright a {
  color: #12cca7;
}
.blog-slider-container .blog-slider .blog-post-info .name a:hover,
.blog-slider-container .blog-slider .blog-post-info .name a:focus {
  color: #12cca7;
}
.footer .links-social .social-icons a:hover,
.footer .links-social .social-icons a:focus,
.footer .links-social .social-icons a.active {
  background: #12cca7;
}
.latest-tweet .re-twitter .comment a {
  color: #12cca7;
}
.latest-tweet .re-twitter .comment .icon .fa-stack-2x {
  color: #12cca7;
}
.footer .contact-information .media .icon .fa-stack-2x {
  color: #12cca7;
}
.footer .contact-information .media .media-body a:hover,
.footer .contact-information .media .media-body a:focus {
  color: #12cca7;
}
.footer .footer-bottom .module-body ul li a:hover,
.footer .footer-bottom .module-body ul li a:focus {
  color: #12cca7;
}
.product-tag .item.active,
.product-tag .item:hover,
.product-tag .item:focus {
  background: #12cca7;
}
.hot-deals .product-info .product-price .price {
  color: #12cca7;
}
.hot-deals .product-info .name a:hover,
.hot-deals .product-info .name a:focus {
  color: #12cca7;
}
.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: #0b816a;
}
.yamm .dropdown-menu .title:hover,
.yamm .dropdown-menu .title:focus {
  color: #12cca7;
}
.yamm .dropdown-menu li a:hover,
.yamm .dropdown-menu li a:focus {
  color: #12cca7;
}
.breadcrumb ul li.active {
  color: #0b816a;
}
.breadcrumb ul a:hover,
.breadcrumb ul a:focus {
  color: #0b816a;
}
.filters-container .nav-tabs.nav-tab-box li.active a .icon {
  color: #12cca7;
}
.filters-container .pagination-container ul li.active a {
  color: #12cca7;
}
.filters-container .pagination-container ul li.prev:hover,
.filters-container .pagination-container ul li.next:hover,
.filters-container .pagination-container ul li.prev:focus,
.filters-container .pagination-container ul li.next:focus {
  background: #12cca7;
}
.filters-container .pagination-container ul li a:hover,
.filters-container .pagination-container ul li a:focus {
  color: #12cca7;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:hover,
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:focus {
  color: #12cca7;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:hover,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:focus,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:after {
  color: #12cca7;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
  border: 5px solid #12cca7;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a:hover,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a:focus {
  color: #12cca7;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .compare-report span {
  color: #12cca7;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page.active span {
  background: #12cca7;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page:hover span {
  background: #12cca7;
}
.single-product .gallery-holder .gallery-thumbs .owl-item .item:hover {
  border: 1px solid #12cca7;
}
.single-product .product-info .rating-reviews .reviews .lnk:hover,
.single-product .product-info .rating-reviews .reviews .lnk:focus {
  color: #12cca7;
}
.single-product .product-info .price-container .price-box .price {
  /* color: #12cca7; */
}
.single-product .product-info .quantity-container .cart-quantity .arrows .arrow:hover,
.single-product .product-info .quantity-container .cart-quantity .arrows .arrow:focus {
  color: #12cca7;
}
.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: #12cca7;
}
.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: #12cca7;
}
.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) #12cca7;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li.active a {
  background: #12cca7;
}
.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) #12cca7;
}
.cart .action .add-cart-button .btn.btn-primary.icon:hover,
.cart .action .add-cart-button .btn.btn-primary.icon:focus {
  background: #12cca7;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date span {
  color: #12cca7;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .author span {
  color: #12cca7;
}
#owl-main:hover .owl-prev:hover,
#owl-main:hover .owl-next:hover {
  background: #0b816a;
}
#owl-main .owl-controls .owl-pagination .owl-page:active span,
#owl-main .owl-controls .owl-pagination .owl-page:hover span {
  background: #12cca7;
}
.cart .action ul .lnk .add-to-cart:hover,
.cart .action ul .lnk .add-to-cart:focus {
  color: #12cca7 !important;
}
.cart .action .add-to-cart:hover,
.cart .action .add-to-cart:focus {
  color: #12cca7 !important;
}
.homepage-container .product .tag.hot {
  background: #12cca7;
}
.homepage-container .product .product-info .name a:hover,
.homepage-container .product .product-info .name a:focus {
  color: #12cca7;
}
.homepage-container .btn-primary:hover,
.homepage-container .btn-primary:focus {
  background: #12cca7;
  border: 2px solid #12cca7;
}
.category-product .cart .action ul li .add-to-cart:hover,
.category-product .cart .action ul li .add-to-cart:focus {
  background: #12cca7;
}
.furniture-container .product .btn-primary:hover,
.furniture-container .product .btn-primary:focus {
  background: #12cca7;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover,
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:focus {
  background: #12cca7;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.open {
  background: #12cca7;
}
#owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page.active span {
  background: #12cca7 !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: #12cca7 !important;
}
.cnt-homepage .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle.max-slider-handle {
  background: #12cca7;
}
.blog-page .blog-post h1 a:hover,
.blog-page .blog-post h1 a:focus {
  color: #12cca7;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:focus {
  color: #0b816a;
}
.blog-page .blog-post .social-media a:hover,
.blog-page .blog-post .social-media a:focus {
  background-color: #12cca7;
}
.blog-page .sidebar .sidebar-module-container .search-area .search-button:after {
  color: #0b816a;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a:focus {
  color: #12cca7;
}
.blog-page .blog-post-author-details .author-social-network button .twitter-icon {
  background-color: #12cca7;
}
.blog-page .blog-review .review-action a,
.blog-page .blog-review .review-action a:hover,
.blog-page .blog-review .review-action a:focus {
  color: #12cca7;
}
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:hover,
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:focus {
  color: #12cca7;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title > a:not(.collapsed) span {
  background-color: #12cca7;
}
.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: #12cca7;
}
.checkout-box .checkout-progress-sidebar .panel-body ul li a:hover,
.checkout-box .checkout-progress-sidebar .panel-body ul li a:focus {
  color: #12cca7;
}
.contact-page .contact-info .contact-i {
  background-color: #12cca7;
}
.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: #12cca7;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
  color: #0b816a;
}
.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: #12cca7;
}
.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
  color: #0b816a;
}
.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: #12cca7;
}
.logo-color {
  fill: #12cca7;
}
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:hover,
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:focus {
  color: #12cca7;
}
.cnt-homepage .single-product .product-info-block .txt.txt-qty {
  color: #12cca7;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail {
  border-bottom: none;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li {
  margin-right: 10px;
  padding: 0;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:hover,
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:focus {
  background: #12cca7;
  border: 2px solid #12cca7;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li.active a {
  background: #12cca7;
  border: 2px solid #12cca7;
}
.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: #12cca7;
}
.yamm .dropdown-menu {
  border-top-color: #12cca7;
}
.product-comparison .compare-table tr td .product-price .price {
  color: #12cca7;
}
.product-comparison .compare-table tr td .in-stock {
  color: #12cca7;
}
.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: #12cca7;
}
.product-comparison .compare-table tr td .product-price .price {
  color: #12cca7;
}
.product-comparison .compare-table tr td .in-stock {
  color: #12cca7;
}
.body-content .x-page .x-text h1 {
  color: #12cca7;
}
.body-content .x-page .x-text a {
  color: #12cca7;
}
.sign-in-page .register-form .forgot-password,
.sign-in-page .register-form .forgot-password:hover,
.sign-in-page .register-form .forgot-password:focus {
  color: #12cca7;
}
.body-content .my-wishlist-page .my-wishlist table tbody .price {
  color: #12cca7;
}
.terms-conditions-page .contact-form {
  color: #12cca7;
}
/*===================================================================================*/
/*  GREEN Color
/*===================================================================================*/
/*===================================================================================*/
/*  RED Color
/*===================================================================================*/
/*===================================================================================*/
/*  BLUE Color
/*===================================================================================*/
/*===================================================================================*/
/*  ORANGE Color
/*===================================================================================*/
/*===================================================================================*/
/*  DARK GREEN Color
/*===================================================================================*/
.container {
    width: 1200px;
}
header{
  background: #080a08;
}
.top-bar {
    padding: 5px 0 5px;
    font-size: 14px;
    font-weight: 300;
    background: #111411;
}
.top-bar p{
    color: #fff;
}
.top-bar .cnt-account {
  float: right;
  padding: 6px 0px;
}
.top-bar .cnt-account ul {
  margin: 0px;
}
.top-bar .cnt-account ul > li {
  display: inline-block;
  line-height: 12px;
  padding: 3px 0;
  margin-left: 10px;
}
.top-bar .cnt-account ul > li a {
  color: #fff;
  padding: 0px;
  -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-bar .cnt-account ul > li a i {
    font-size: 13px;
    position: relative;
    top: 0px;
    margin-right: 5px;
}
.top-bar .cnt-account ul > li a i.bi-person {
    font-size: 15px;
}
.top-bar .cnt-account ul > li a i.bi-box-arrow-in-right {
    font-size: 14px;
}
.top-bar .cnt-account ul > li a i.bi-person-fill, 
.top-bar .cnt-account ul > li a i.bi-basket2-fill {
    font-size: 16px;
}
.top-bar .cnt-account ul > li a .icon {
  display: block;
  float: left;
  padding-right: 6px;
  font-size: 11px;
}
.top-bar .cnt-account ul > li a:hover,
.top-bar .cnt-account ul > li a:focus {
  text-decoration: none;
}
.top-bar .cnt-block {
  float: left;
  padding: 4px 0;
}
.top-bar .cnt-block p {
  margin: 0;
}
.top-bar .cnt-block span {
  display: inline-block;
  background: #ec3642;
  color: #fff;
  padding: 3px 6px;
  border-radius: 3px;
  margin-right: 5px;
  position: relative;
}
.top-bar .cnt-block span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #ec3642;
  border-bottom: 5px solid transparent;
  right: -5px;
  top: 8px;
}
.top-bar .cnt-block .list-inline {
  margin: 0px;
}
.top-bar .cnt-block .list-inline > li {
  display: inline-block;
}
.top-bar .cnt-block .list-inline > li > a {
    padding: 6px 15px;
    border: 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;
    color: #fff;
    display: inline-block;
    background: #0e1c54;
    font-weight: 500;
    border-radius: 5px;
}
.top-bar .cnt-block .list-inline > li > a .value {
  color: #666;
  margin: 0px 7px;
}
.top-bar .cnt-block .list-inline > li > a:hover,
.top-bar .cnt-block .list-inline > li > a:focus {
  text-decoration: none;
  color: #fff;
}
.top-bar .cnt-block .list-inline > 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: 125%;
  left: 5px;
}
.top-bar .cnt-block .list-inline > li .dropdown-menu li a:hover,
.top-bar .cnt-block .list-inline > li .dropdown-menu li a:focus {
  background: rgba(0, 0, 0, 0);
}
.main-header  .logo {
  padding: 15px 0;
}
.main-header .top-search-holder .contact-row {
  line-height: 20px;
  color: #9b9b9b;
}
.main-header .top-search-holder .contact-row .phone {
  margin: 0 23px 0 0;
  border-right: 1px solid #E2E2E2;
  padding-right: 35px;
}
.main-header .top-search-holder .contact-row .icon {
  font-size: 18px;
  line-height: 23px;
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.main-header .top-search-holder {
    margin-left: 5.33333333%;
}
.main-header .top-search-holder .search-area {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 10px 0 0 0;
    background: #fff;
    border: 0;
    position: relative;
    left: -5%;
}
.main-header .top-search-holder .control-group{
  position: relative;
}

.main-header .top-search-holder .search-area form {
    margin: 0;
}
.main-header .top-search-holder .search-area .search-field {
    border: medium none;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    padding: 13px 15px;
    width: 90%;
    background: #fff;
    height: 45px;
}
.main-header .top-search-holder .search-area .categories-filter {
  border-right: 1px solid #E0E0E0;
  text-transform: capitalize;
  display: inline-block;
  line-height: 44px;
  background: #f6f6f6;
}
.main-header .top-search-holder .search-area .categories-filter a {
  padding: 0 10px;
  color: #666;
  font-size: 13px;
}
.main-header .top-search-holder .search-area .categories-filter a .caret {
  margin-left: 15px;
  color: #a0a0a0;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e1e1e1;
  padding: 12px 17px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li {
  margin-bottom: 10px;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a {
  padding: 0px;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:hover,
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:focus {
  background: rgba(0, 0, 0, 0);
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li.menu-header {
  line-height: 30px;
}
.main-header .top-search-holder .search-area .search-button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  float: right;
  margin: 0px;
  padding: 12px 19px 13px;
  text-align: center;
  background: #ec3642;
  border: 0;
  height: 45px;
  color: #fff;
  position: absolute;
  top: 0;
}
.main-header .top-search-holder .search-area .search-button:after {
  color: #fff;
  content: "\f002";
  font-family: fontawesome;
  font-size: 14px;
  line-height: 9px;
  vertical-align: middle;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default {
  background: #404040;
}

.top-cart-row .dropdown-cart {
  float: right;
  margin-top: 15px;
}
.top-cart-row .dropdown-cart .lnk-cart {
  padding: 0px;
  border: 0;
  display: inline-block;
  color: #fff;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner {
  position: relative;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket {
  padding: 10px 0 10px 20px;
  text-transform: capitalize;
  float: left;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket {
    float: left;
    padding: 0;
    position: relative;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket i {
    font-size: 26px;
    position: relative;
    top: 0;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
  border-radius: 100px;
  height: 21px;
  position: absolute;
  right: -15px;
  top: 7px;
  width: 21px;
  background: #ec3642;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count span {
  position: relative;
  top: 2px;
}
.top-cart-row .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: 15px 15px;
  right: 0;
  width: 280px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.top-cart-row .dropdown-cart .dropdown-menu li {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.top-cart-row .dropdown-cart .dropdown-menu li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.top-cart-row .dropdown-cart .dropdown-menu li .cart-total {
  margin-top: 15px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.top-cart-row .dropdown-cart .dropdown-menu li .cart-total .price {
  text-align: right;
  display: block;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name {
    font-size: 14px;
    margin-top: 0px;
    font-weight: 400;
    margin-bottom: 5px;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .img-responsive2 {
    max-width: 100%;
    height: 50px;
    display: block;
    margin: 0 auto;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .crtinfo{
    margin-left: -15px;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a {
  color: #ec3642;
    font-weight: 600;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .price {
  font-weight: 700;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action {
  padding: 0;
  position: relative;
  font-size: 15px;
  right: 8px;
  top: 8px;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a {
  color: #898989;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-total .text {
  font-size: 14px;
  color: #555555;
  margin-right: 10px;
}
.top-cart-row .dropdown-cart .btn-primary {
  background: #ec3642;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-total .price {
  font-weight: 700;
}
.header-style-1 .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;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse {
  padding: 0;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.active > a {
  color: #034e40;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.active > a:before {
  background: #034e40;
  width: 100%;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
  color: #fff;
  font-size: 16px;
  padding: 15px 10px;
  transition: all 0.2s linear 0s;
  font-weight: 500;
  letter-spacing: .01rem;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  height: 2px;
  width: 0;
  margin: 0 auto;
  background: transparent;
  left: 0;
  right: auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover:before {
 
  width: 100%;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label {
  position: absolute;
  text-transform: uppercase;
  top: -14px;
  display: inline;
  padding: 1px 7px;
  color: #fff;
  font-size: 11px;
  right: 23px;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label:after {
  border-width: 7.5px 8.5px 0 7.5px;
  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-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label:before {
  right: 18px;
  top: 90%;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.new-menu {
  background: #f1c40f;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.new-menu:after {
  border-color: #f1c40f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.new-menu:before {
  border-color: #f1c40f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.hot-menu {
  background: #ff7878;
}
.header-style-1 .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-style-1 .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);
}
.header-style-1 .navbar-nav {
    float: none;
}
.header-style-1 .navbar-nav>li {
    float: none;
    display: inline-block;
}
.header-style-1 .yamm .navbar-nav>li:last-child .dropdown-menu {
    left: auto;
    right: 0;
}
.header-style-2 {
  /*margin-bottom:10px;*/
}
.header-style-2 .header-nav {
  background: rgba(0, 0, 0, 0) !important;
}
.header-style-2 .header-nav .navbar-default .nav-bg-class {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a {
  color: #555;
}
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a:hover,
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a:focus {
  color: #fff;
}
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li.open > a {
  color: #fff;
}
.header-style-3 .header-nav {
  background: #202020 !important;
  border: medium none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
  color: #fff;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover,
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:focus {
  color: #fff;
}
.header-style-3 .header-nav .yamm .dropdown-menu {
  top: 62px;
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .dropdown-menu {
  left: auto;
  top: 100% ;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 0 0 3px 1px rgb(0 0 0 / 20%);
  padding: 0;
}
.yamm .dropdown-menu .yamm-content {
  padding: 20px 15px;
}
.yamm .dropdown-menu .yamm-content .links li a {
  padding: 8px 0px;
}
.yamm .dropdown-menu h2 {
  font-size: 15px;
  line-height: 27px;
  color: #555;
  text-transform: uppercase;
  margin-top: 0px;
}
.yamm .dropdown-menu li {
  line-height: 26px;
  padding: 0 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:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}
.yamm .dropdown-menu li a {
  color: #000;
    line-height: 26px;
    text-transform: none;
    display: block;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 14px;
}
.yamm .dropdown-menu li a:hover,
.yamm .dropdown-menu li a:focus {
  background: #fff;
  /* margin-left: 5px; */
}
.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;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active > a,
.cnt-homepage .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active > a {
  color: #fff;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default {
  background: #404040;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default .nav-bg-class {
  border: none;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a {
  color: #fff;
}
.cnt-homepage .header-style-2 .header-nav .navbar-default {
  background: #fff;
}
.cnt-homepage .header-style-2 .header-nav .navbar-default .nav-bg-class {
  -moz-box-shadow: 0 0 0 3px #F6F6F6 inset;
  -webkit-box-shadow: 0 0 0 3px #F6F6F6 inset;
  box-shadow: 0 0 0 3px #F6F6F6 inset;
}
.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;
}
.sidebar .side-menu .head {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 18px;
  padding: 15px 17px;
  text-transform: uppercase;
  background: #333333;
}
.sidebar .side-menu .head .icon {
  margin-right: 20px;
}
.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;
  border-color: -moz-use-text-color #ebebeb;
  border-image: none;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-style: none solid;
  border-width: 0 1px;
  -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 #e8e8e8;
  background: #f7f7f7;
}
.sidebar .side-menu nav .nav > li > a {
  padding: 13px 15px;
  color: #555555;
  text-transform: uppercase;
}
.sidebar .side-menu nav .nav > li > a:after {
  color: #bababa;
  content: "\f0a9";
  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: 20px;
  font-family: FontAwesome;
}
.sidebar .side-menu nav .nav > li > a .icon {
  font-size: 20px;
  margin-right: 25px;
}
.sidebar .side-menu nav .nav > li > a:hover,
.sidebar .side-menu nav .nav > li > a:focus {
  background: #fff;
  border-left: 5px solid #abd07e;
}
.sidebar .side-menu nav .nav > li > a:hover .icon,
.sidebar .side-menu nav .nav > li > a:focus .icon {
  color: #555555;
}
.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;
}
.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 {
  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;
}
.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;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content .dropdown-banner-holder {
  position: absolute;
  right: -36px;
  top: -8px;
}
.sidebar .side-menu2 nav .nav li a {
  padding: 14.3px 15px;
}
.sidebar .sidebar-module-container .sidebar-widget .widget-header {
  background: #eeeeee;
  padding: 10px 15px;
}
.sidebar .sidebar-module-container .sidebar-widget .widget-header .widget-title {
  font-size: 14px;
  margin: 0px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle {
  clear: both;
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 36px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:after {
  content: "\f147";
  float: right;
  font-family: fontawesome;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed {
  color: #555555;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed:after {
  color: #636363;
  content: "\f196";
  font-family: fontawesome;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner {
  margin: 14px 0 20px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul {
  padding-left: 15px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li {
  line-height: 27px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li a {
  color: #555555;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li a:before {
  content: "\f105";
  font-family: fontawesome;
  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 .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li a:hover:before {
  margin: 0 8px 0 0;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder {
  padding: 0 0 20px;
  position: relative;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-top: 15px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider.slider-horizontal {
  height: 20px;
  width: 100% !important;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .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 .sidebar-module-container .sidebar-widget .sidebar-widget-body .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 .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
  background-color: #FFFFFF;
  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 .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .tooltip {
  margin-top: -36px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .min-max {
  font-size: 15px;
  font-weight: 700;
  color: #fe5252;
  margin-top: 15px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li {
  clear: both;
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 36px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a {
  color: #555555;
  display: block;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .compare-report {
  margin-top: 20px;
  margin-bottom: 30px;
}
.sidebar .sidebar-widget .advertisement .item {
  background-color: #e7e7e7;
  background-position: center 55%;
  background-size: cover;
  height: 430px;
}
.sidebar .sidebar-widget .advertisement .item .caption {
  color: #636363;
  left: 12%;
  letter-spacing: -3px;
  position: absolute;
  top: 11%;
  z-index: 100;
  display: table-cell;
}
.sidebar .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 .sidebar-widget .advertisement .item .caption .big-text .big {
  font-size: 120px;
  color: #ff7878;
  display: block;
  text-shadow: 1px 1px 3px #cfcfcf;
}
.sidebar .sidebar-widget .advertisement .item .caption .excerpt {
  font-size: 24px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #e6e6e6;
  text-shadow: 1px 1px 3px #cfcfcf;
}
.sidebar .sidebar-widget .advertisement .owl-controls {
  bottom: 20px;
  position: absolute;
  text-align: center;
  top: auto;
  width: 100%;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination {
  display: inline-block;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page {
  display: inline-block;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  background: #fff;
  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;
}
.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;
}
/*===================================================================================*/
/*  OWL CAROUSEL
/*===================================================================================*/
#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: none;
}
#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;
}
#owl-main:hover .owl-next {
  right: 0px;
  opacity: 0;
}
#owl-main:hover .owl-prev:hover,
#owl-main:hover .owl-next:hover {
  opacity: 0;
}
#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: 0px;
  padding: 10px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: auto;
  opacity: 1;
  -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: 0;
  opacity: 1;
}
#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: #ec3642;
  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-pagination .owl-page.active span {
  background: #202020;
}
#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: #FFFFFF;
  background-position: center 55%;
  background-size: cover;
  height: 368px;
}
#owl-main .item .caption {
  color: #636363;
  right: 0;
  position: absolute;
  top: 24%;
  z-index: 100;
  padding-right: 8%;
}
#owl-main .item .caption .big-text {
  font-size: 35px;
  line-height: 50px;
  text-transform: uppercase;
  padding: 5px 25px;
  background: #bbbbbb;
  color: #fff;
}
#owl-main .item .caption .big-text .highlight {
  color: #f1c40f;
}
#owl-main .item .caption .excerpt,
#owl-main .item .caption .small {
  font-size: 16px;
  /*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: 0.6em 0;
  display: inline;
}
#owl-main .item .caption .button-holder {
  margin: 10px 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: #FFFFFF;
  background-position: center 55%;
  background-size: cover;
  height: 500px;
}
#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;
  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;
  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;
}
.cnt-homepage .homepage-slider2 {
  height: 449px;
}
.cnt-homepage .homepage-slider2 #owl-main .item .caption {
  top: 24%;
  padding-right: 10%;
  right: 0px;
  left: 0px;
}
.cnt-homepage .homepage-slider2 #owl-main .owl-controls {
  margin-top: -89px;
  text-align: center !important;
}
.cnt-homepage .breadcrumb ul {
  text-align: left;
}
.cnt-homepage .cart .action .left {
  margin-left: 10px;
  padding: 2px 10px;
}
.cnt-homepage .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
  height: 15px;
  width: 15px;
  top: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #e4e4e4;
}
.homepage-slider3 {
  
}
.homepage-slider3 .owl-carousel .owl-item {
  padding: 0;
}
.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: -65px;
}
.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: none;
  bottom: 0px;
}
.cnt-homepage .homepage-container .btn-primary {
  padding: 2px 17px;
  -webkit-border-radius: 0px;
  -moz-border-radiu: 0px;
  border-radius: 0px;
}
.cnt-homepage .homepage-container #owl-main .owl-prev,
.cnt-homepage .homepage-container #owl-main .owl-next {
  top: 25%;
}
.info-boxes {
  margin-bottom: 60px;
}
.info-boxes .info-box {
  border: 1px solid #eee;
  padding: 15px;
}
.info-boxes .info-box .icon {
  display: inline-block;
  vertical-align: middle;
  width: 58px;
}
.info-boxes .info-box .icon-text {
  display: inline-block;
  vertical-align: middle;
  width: -webkit-calc(100% - 63px);
  width: -moz-calc(100% - 63px);
  width: calc(100% - 63px);
  padding-left: 10px;
}
.info-boxes .info-box .icon {
  font-size: 35px;
}
.info-boxes .info-box .info-box-heading {
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    margin-top: 0;
    color: #202020;
    font-weight: 600;
    margin-bottom: 5px;
}
.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: #7e7e7e;
  font-weight: 400;
  font-size: 14px;
  margin: 0px;
  line-height: 24px;
}
.scroll-tabs {
  margin-bottom: 0;
}
.scroll-tabs .more-info-tab {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
}
.scroll-tabs .more-info-tab .new-product-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 22px;
    font-weight: 600;
    color: #333;
}
.scroll-tabs .nav-tab-line {
  border-bottom: none;
  margin-top: 10px;
  margin-right: 55px;
}
.scroll-tabs .nav-tab-line li.active a {
  border: none;
}
.scroll-tabs .nav-tab-line li a {
  text-transform: uppercase;
  font-weight: 500;
  color: #444;
  font-size: 14px;
  border: medium none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 15px !important;
  position: relative;
  letter-spacing: 1px;
}
.scroll-tabs .nav-tab-line li a:hover,
.scroll-tabs .nav-tab-line li a:focus {
  background: rgba(0, 0, 0, 0);
}
.scroll-tabs .nav-tab-line li a:hover:after {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  right: 50%;
  top: 100%;
  height: 100%;
  margin-right: -4px;
  margin-top: -4px;
  width: 10px;
  -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;
  display: none;
}
.product {
  position: relative;
}
.product-slider {
  margin: 0 -15px;
}
.owl-carousel .owl-item {
  padding: 0 15px;
}
.owl-carousel .owl-item .item {
  border: 0;
}
.product .product-image .tag {
  position: absolute;
}
.product .product-info .name {
  font-size: 16px;
}
.product .product-info .name a {
  color: #555;
}
.product .product-info .star-rating .color {
  color: #ffb400;
}
.product .product-info .product-price .price {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  margin-right: 8px;
}
.product .product-info .product-price .price-before-discount {
  text-decoration: line-through;
  color: #d3d3d3;
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
}
.product .cart {
  margin-top: 5px;
  opacity: 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: 666;
  left: 0px;
}
.product .cart .action ul li {
  float: left;
}
.product .cart .action ul li.add-cart-button .btn.btn-primary.icon {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #575757 ;
}
.product .cart .action ul li.lnk {
  margin: 10px 0px;
}
.product .cart .action ul li.lnk a {
  padding: 0 10px;
  color: #dadada;
}
.product .cart .action ul li.lnk.wishlist {
  border-right: 1px solid #dadada;
}
.tag {
  font-size: 13px;
  font-weight: 700;
  line-height: 38px;
  width: 40px;
  height: 40px;
  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;
}
.tag span {
  position: relative;
  z-index: 100;
}
.tag.new {
  background: #46aad7;
}
.tag.hot {
  background: #ff7878;
}
.product:hover .cart {
  opacity: 1;
}
.best-seller .product .product-info .name,
.special-offer .product .product-info .name {
  margin-top: 4px;
}
.cart {
  margin-top: 5px;
  opacity: 1;
  -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: 666;
  left: 0px;
}
.cart .action {
  float: left;
}
.cart .action .add-cart-button .btn.btn-primary.icon {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #575757 ;
}
.cart .action.lnk {
  margin: 10px 0px;
}
.cart .action.lnk a {
  padding: 0 10px;
  color: #dadada;
}
.cart .action.lnk.wishlist {
  border-right: 1px solid #dadada;
}
.product-micro .product-image .image a .zoom-overlay:before {
  color: #FFFFFF;
  content: "\f00e";
  font-family: fontawesome;
  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 .image a .zoom-overlay:hover,
.product-micro .product-image .image a .zoom-overlay:focus {
  opacity: 1;
}
.cnt-home .product-micro .tag-micro {
  width: 30px;
  height: 30px;
  font-size: 11px;
  line-height: 29px;
  top: 5.5%;
}
.cnt-home .product-micro .product-info .name {
  font-size: 15px;
  margin-top: 0px !important;
}
.cnt-home .product-micro .product-info .product-price .price {
  font-size: 15px;
}
.cnt-home .product-micro .product-info .action .lnk.btn.btn-primary {
  font-size: 12px;
  line-height: 1.7;
}
.copyright-bar {
  background: #121212;
  padding: 20px 0px;
}
.copyright-bar .copyright {
  color: #5d5c5c;
  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;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wide-banner:hover img {
  -webkit-transform: rotate(-1deg) scale(1.1);
  -moz-transform: rotate(-1deg) scale(1.1);
  -ms-transform: rotate(-1deg) scale(1.1);
  -o-transform: rotate(-1deg) scale(1.1);
  opacity: 0.9;
}
.cnt-strip {
  position: relative;
}
.cnt-strip .strip {
  position: absolute;
  bottom: 15px;
  width: 100%;
  padding: 8px 30px 5px 30px;
}
.cnt-strip .strip h1 {
  font-size: 50px;
  color: #ff4c4c;
  margin: 0;
  text-transform: uppercase;
}
.cnt-strip .strip h2 {
  font-size: 45px;
  color: #f39c12;
  margin: 0;
  text-transform: uppercase;
}
.cnt-strip .strip h2 .shopping-needs {
  color: #434343;
}
.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: 18px;
  font-weight: normal;
  line-height: 22px;
  left: -13px;
  position: absolute;
  text-align: center;
  top: 14px;
  -ms-transform: rotate(-43deg);
  /* IE 9 */
  -webkit-transform: rotate(-43deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-43deg);
  width: 100%;
}
.wide-banners {
  margin-top: -10px;
}
.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;
}
.megamenu-banner h2 {
  font-size: 40px;
}
.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: 16px;
}
.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: 12px;
}
.blog-slider-container .blog-slider .blog-post-info .text {
  color: #434343;
  font-size: 13px;
}
.footer {
  background: #202020;
}
.footer .links-social {
  font-size: 14px;
  line-height: 18px;
  color: #777;
  margin-bottom: 0px;
}
.footer .links-social h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #ec3642;
  letter-spacing: 0.5px;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  text-transform: capitalize;
}
.footer .links-social h4:before {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #ec3642;
  bottom: 0;
  width: 50px;
}
.footer .links-social h5 {
    color: #fff;
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 0;
}
.footer .links-social p {
    color: #ccc;
    font-size: 14px;
    line-height: 26px;
    /*margin-bottom: 0px;*/
}
.footer .links-social .media {
    margin-top: 10px;
}
.footer .links-social .pd-rt {
    padding-right: 50px;
}
.footer .links-social .pd-rt .social-icons {
    margin-top: 20px;
}
.footer .links-social .links li {
    margin-bottom: 20px;
}
.footer .links-social .links li a {
  font-size: 14px;
  line-height: 15px;
  padding: 0;
  color: #ccc;
  margin-bottom: 0;
  display: block;
  position: relative;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  word-break: break-all;
  text-transform: capitalize;
}
.footer .links-social .links li a:hover {
  color: #ec3642;
}
.footer .links-social .contact-info .footer-logo {
  margin-top: 10px;
}
.footer .links-social .contact-info .about-us {
  margin-bottom: 20px;
}
.footer .links-social .call-box {
  display: flex;
  flex-wrap: wrap;
}
.footer .links-social .call-box .icon {
  width: 50px;
  margin-right: 10px;
}
.footer .links-social .call-box .icon-info {
  padding-top: 5px;
}
.footer .links-social .call-box .icon-info a.call {
  color: #ec3642;
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 0 0;
  display: block;
}
.footer .links-social .mail {
  color: #ccc;
}
.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: #555555;
}
.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-timing .contact-number {
}
.footer .footer-bottom {
  background: #202020;
  padding-top: 50px;
}
.footer .footer-bottom .module-heading {
  font-size: 16px;
  text-transform: uppercase;
  color: #898989;
}
.footer .footer-bottom .module-body ul li {
  border-bottom: 1px solid #292929;
}
.footer .footer-bottom .module-body ul li a {
  font-size: 12px;
  line-height: 36px;
  color: #555555;
  position: relative;
  margin-left: 23px;
  display: block;
}
.footer .footer-bottom .module-body ul li a:before {
  content: "\f111";
  font-family: FontAwesome;
  position: absolute;
  margin-left: -22px;
  font-size: 6px;
}
.footer .social-sec {
  padding-top: 17px;
  padding-bottom: 20px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  width: 100%;
  margin: 30px 0 0 0;
}
.footer .social-sec .social-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 5px;
}
.footer .social-sec .social-box .social-title {
  
}
.footer .social-sec .social-box .social-title h4 {
  margin: 0 0 0 0;
}
.footer .social-sec .social-box .social-footer ul li {
  display: inline-block;
  margin-left: 30px;
}
.footer .social-sec .social-box .social-footer ul li a {
  font-size: 14px;
  line-height: 16px;
  padding: 0;
  color: #ccc;
  margin-bottom: 0;
  text-transform: capitalize;
}
.footer .social-sec .social-box .social-footer ul li a i {
  font-size: 16px;
  line-height: 16px;
}
.footer .social-sec .payment-logos img {
  display: block;
  margin-left: auto;
}
.footer .copyright {
  padding: 20px 0;
}
.footer .copyright p{
  margin-bottom: 0;
}
.footer .copyright .right{
  margin-bottom: 0;
  text-align: right;
}
.footer .copyright .right a{
  color: #ec3642;
}
.product-tag .item {
  background-color: #f5f5f5;
  color: #555555;
  display: inline-block;
  margin-bottom: 9px;
  margin-right: 8px;
  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 #e1e1e1;
  background: #fafafa;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hot-deals .hot-deal-wrapper {
  position: relative;
}
.hot-deals .hot-deal-wrapper .sale-offer-tag {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 13px;
  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: 4px;
}
.hot-deals .hot-deal-wrapper .timing-wrapper {
  bottom: 20px;
  position: absolute;
  left: 21px;
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper {
  display: table;
  text-align: center;
  margin-right: 10px;
  float: left;
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box {
  background-color: #a5a5a5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #FFFFFF;
  display: table-cell;
  height: 44px;
  vertical-align: middle;
  width: 47px;
  line-height: 15px;
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box .key {
  display: block;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box .value {
  display: block;
  font-size: 11px;
  font-weight: 500;
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper:last-child {
  margin-right: 0px;
}
.hot-deals .product-info .name {
  font-size: 18px;
}
.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: #FFFFFF;
  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: #FFFFFF;
  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;
}
.img-responsive {
  width: auto;
  height: auto
}
.breadcrumb {
  background: rgba(0, 0, 0, 0);
  padding: 0;
}
.breadcrumb ul {
  border-bottom: 1px solid #F2F2F2;
  margin: auto;
  padding: 20px 0 10px;
  text-align: left;
}
.breadcrumb ul li {
  font-weight: 500;
}
.breadcrumb ul li:after {
  color: #555555;
  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: #555555;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.category-carousel {
  text-align: center;
  cursor: default;
}
.category-carousel h3 {
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-align: left;
}
.homepage-container .pro-bdr {
  border: 1px solid #eeeeee;
  margin-top: 30px;
  background: #fff;
}
.mmt-30 {
  margin-top: -30px;
}
.mt-30 {
  margin-top: 30px;
}
.homepage-container .product .product-image .image {
    padding: 15px;
    text-align: center;
}
.category-carousel .item {
  background-color: #FFFFFF;
  background-position: center 55%;
  background-size: cover;
  height: 255px;
  position: relative;
}
.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: 150px;
  line-height: 145px;
  text-transform: uppercase;
  color: #fe5252;
}
.category-carousel .item .caption .excerpt {
  font-size: 40px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #555555;
}
.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: .25;
}
.category-carousel .item:hover .owl-next {
  right: -40px;
  opacity: .25;
}
.category-carousel .item:hover .owl-prev:hover,
.category-carousel .item:hover .owl-next:hover {
  opacity: 1;
}
.filters-container {
  padding: 12px 0px;
  margin-bottom: 5px;
}
.filters-container .nav-tabs.nav-tab-box {
  border: medium none;
  margin-top: 3px;
}
.filters-container .nav-tabs.nav-tab-box li {
  margin-right: 5px;
  padding: 0;
}
.filters-container .nav-tabs.nav-tab-box li a {
  background: none repeat scroll 0 0 #FFFFFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #555555;
  line-height: 18px;
  border: none !important;
  padding: 0px;
}
.filters-container .nav-tabs.nav-tab-box li a .icon {
  margin-right: 5px;
  color: #aaa;
}
.filters-container .lbl-cnt {
  color: #555555;
  font-size: 12px;
  line-height: 24px;
}
.filters-container .lbl-cnt .lbl {
  color: #555555;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  margin-right: 10px;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .btn {
  border: 1px solid #D6D6D6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 4px 12px;
  background: #fff;
  font-size: 13px;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .btn .caret {
  margin-left: 13px;
  margin-top: -2px;
}
.filters-container .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;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:hover,
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:focus {
  background: rgba(0, 0, 0, 0);
}
.filters-container .pagination-container {
  margin-top: 4px;
}
.filters-container .pagination-container ul {
  margin: 0px;
}
.filters-container .pagination-container ul li.prev,
.filters-container .pagination-container ul li.next {
  background: none repeat scroll 0 0 #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.filters-container .pagination-container ul li.prev a,
.filters-container .pagination-container ul li.next a,
.filters-container .pagination-container ul li.prev a:hover,
.filters-container .pagination-container ul li.next a:hover,
.filters-container .pagination-container ul li.prev a:focus,
.filters-container .pagination-container ul li.next a:focus {
  color: #fff;
}
.filters-container .pagination-container ul li a {
  color: #555555;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  padding: 0 3px;
}
.filters-container .pagination-container ul li.active a {
  text-decoration: underline;
}
.search-result-container .category-product {
  border-top: 1px solid #ececec;
  /*border-bottom: 1px solid #ececec;*/
}
.search-result-container .category-product .product {
  margin-bottom: 0px;
}
.search-result-container .category-product .product .product-image .tag {
  width: 60px;
  height: 60px;
  line-height: 55px;
  font-size: 17px;
  right: 14px;
}
.search-result-container .category-product .product .cart {
  opacity: 1;
}
.search-result-container .category-product .product .cart .lnk {
  margin: 3px 0px !important;
}
.search-result-container .category-product .product .cart .lnk a {
  background: #0e1c54;
  padding: 8px 11px !important;
  margin-left: 10px;
  color: #fff !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.search-result-container .category-product .product .cart .lnk a:hover,
.search-result-container .category-product .product .cart .lnk a:focus {
  color: #fff !important;
}
.search-result-container .category-product-inner .product-list.product {
  border: 1px solid #f2f2f2;
  position: relative;
  margin-bottom: 30px;
}
.search-result-container .category-product-inner .product-list.product .product-info {
  padding: 24px 40px;
}
.search-result-container .category-product-inner .product-list.product .product-info .cart {
  margin-top: 30px;
}
.search-result-container .category-product-inner .product-list.product .tag {
  position: absolute;
  right: 12px;
  top: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 17px;
  z-index: 999;
}
.product-list.product .product-info .name {
  font-size: 20px;
}
.product-list.product .product-info .description {
  line-height: 20px;
}
.single-product .gallery-holder #owl-single-product .single-product-gallery-item {
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 0px;
  box-sizing: border-box;
}
.single-product .gallery-holder #owl-single-product .single-product-gallery-item img {
  display: inline-block;
  max-width: 100%;
  /*height: 450px;*/
}
.breadcrumb ul li {
  white-space: nowrap;
}
.single-product .gallery-holder .gallery-thumbs {
  margin: 15px 0 0;
  position: relative;
  text-align: left;
  padding: 0 8px;
}
.single-product .gallery-holder .gallery-thumbs .owl-item .item {
  margin-right: 0;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 10px;
}
.single-product .gallery-holder .gallery-thumbs .owl-item .item img {
  display: inline-block;
}
#owl-single-product-thumbnails.owl-carousel .owl-item {
    padding: 0 7px;
}
#owl-single-product-thumbnails.owl-carousel .owl-wrapper-outer {

}
.single-product .product-info .brand-name {
  color: #ec3642;
  font-size: 16px;
  display: block;
  font-weight: 600;
}
.single-product .product-info .name {
  font-size: 20px;
  text-transform: capitalize;
  margin: 0 0 5px 0;
  text-decoration: none;
  display: block;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.05rem;
}
.single-product .product-info .ratings {
  opacity: 0.8;
  line-height: 15px;
  letter-spacing: 0.01rem;
  color: #b2b2b2;
  display: inline-block;
  vertical-align: middle;
}
.single-product .product-info .ratings .clr {
  color: #f7a609;
}
.single-product .product-info .reviews-count, 
.single-product .product-info .add-reviews {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  position: relative;
}
.single-product .product-info .reviews-count:before, 
.single-product .product-info .add-reviews:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  top: 3px;
  left: -15px;
  background-color: #ccc;
}
.single-product .product-info .reviews-count a, 
.single-product .product-info .add-reviews a {
  color: #999;
}
.single-product .product-info .reviews-count a:hover, 
.single-product .product-info .add-reviews a:hover {
  color: #555;
}
.single-product .product-info .rating-reviews .reviews .lnk {
  color: #aaaaaa;
}
.single-product .product-info .rating-sec .rateit, 
.single-product .product-info .rating-sec .reviews,
.single-product .product-info .stock-box {
  display: inline-block;
  vertical-align: middle;
}
.single-product .product-info .product-information {
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.single-product .product-info .product-information h4 {
  margin: 0 0 15px 0;
  position: relative;
}
.single-product .product-info .product-information h4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 12px;
  z-index: -1;
}
.single-product .product-info .product-information h4 span {
  background-color: #fff;
  padding-right: 10px;
}
.single-product .product-info .product-information p {
  margin-bottom: 5px;
  color: #555;
  position: relative;
  padding-left: 25px;
}
.single-product .product-info .product-information p:before {
  content: "\F26E";
  font-family: bootstrap-icons !important;
  position: absolute;
  left: -2px;
  color: #ec3642;
  font-size: 22px;
  top: -4px;
}
.single-product .product-info .size-sec {
  margin-bottom: 15px;
}
.single-product .product-info .size-sec .sizes-list li span, 
.single-product .product-info .size-sec .sizes-list li label {
  display: inline-block;
  vertical-align: middle;
}
.single-product .product-info .size-sec .sizes-list li span {
  width: 70px;
  font-weight: 600;
  font-size: 16px;
}
.single-product .product-info .size-sec .sizes-list li label {
  margin: 0;
  min-width: 50px;
  line-height: 36px;
  border: 2px solid #ddd;
  text-align: center;
  padding: 0 10px;
  color: #202020;
  margin-left: 5px;
}
.single-product .product-info .size-sec .sizes-list li label.active {
  border: 2px solid #ec3642;
  color: #ec3642;
}
.single-product .product-info .size-sec .sizes-list li label input {
  display: none;
}
.single-product .product-info .rating-sec .rateit {
  margin-right: 15px;
}
.single-product .product-info .color-sec span, 
.single-product .product-info .color-sec .color-img {
  display: inline-block;
  vertical-align: middle;
}
.single-product .product-info .color-sec span {
  width: 70px;
  font-weight: 600;
  font-size: 16px;
}
.single-product .product-info .color-sec .color-img {
  width: 50px;
  margin-left: 5px;
}
.single-product .product-info .color-sec .color-img img {
  width: 100%;
}
.single-product .product-info .stock-container .stock-box .label {
    font-size: 14px;
    line-height: 16px;
    color: #555555;
    padding: 0px;
    font-weight: 500;
}
.single-product .product-info .stock-container .stock-box .value {
  font-size: 14px;
  color: #aaa;
}
.single-product .discription {
  /*border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;*/
  padding: 5px 0;
  margin: 0 0;
}
.single-product .discription h5 {
  color: #333;
  font-size: 16px;
  margin-bottom: 15px;
}
.single-product .discription ol, 
.single-product .discription ul {
  list-style: none;
  padding: 0;
}
.single-product .discription ol li, 
.single-product .discription ul li {
  font-size: 14px;
  margin: 5px 0;
  padding-left: 30px;
  position: relative;
}
.single-product .discription ol li::before, 
.single-product .discription ul li::before {
    position: absolute;
    display: block;
    left: -20px;
    top: -1px;
    content: "\f272";
    font-family: "bootstrap-icons" !important;
    font-weight: 600;
    font-size: 1.8rem;
    color: #999;
}
.single-product .discription br {
  display: none;
}
.single-product .product-info .description-container {
  line-height: 20px;
  color: #555555;
}
.single-product .product-info .price-container {
  /*border-bottom: 1px solid #F2F2F2;
  border-top: 1px solid #F2F2F2;*/
  margin-bottom: 15px;
  /*padding: 20px 0;*/
}
.single-product .product-info .price-container .price-box span {
  display: inline-block;
  vertical-align: middle;
}
.single-product .product-info .price-container .price-box span.size-alert{
  display: block;
  margin-left: 80px;
}
.single-product .product-info .price-container .price-box span.stock {
  margin-left: 10px;
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
}
.single-product .product-info .price-container .price-box span.stock.green {
  background: #26a541;
}
.single-product .product-info .price-container .price-box span.stock.red {
  background: #dc3545;
}
.single-product .product-info .price-container .price-box .price {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    margin-right: 10px;
}
.single-product .product-info .price-container .price-box .price-strike {
  color: #999;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  text-decoration: line-through;
  margin-right: 10px;
}
.single-product .product-info .price-container .price-box .discount {
  color: #ec3642;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
}
.single-product .product-info .quantity-container {
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 0;
  padding: 15px 0;
}
.single-product .product-info .quantity-container span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.single-product .product-info .quantity-container .btn-primary {
  background: #491915;
}
.single-product .product-info .quantity-container .btn-primary i {
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.single-product .product-info .quantity-container .btn-primary-outline {
    border: 1px solid #eeeeee;
    width: 42px;
    height: 42px;
    color: #333;
    padding: 0;
    line-height: 36px;
    font-size: 20px;
    margin-left: 5px;
}
.single-product .product-info .quantity-container .btn-primary-outline:hover {
    border: 1px solid #eeeeee;
    background: #034e40;
    color: #fff;
}
.single-product .product-info .quantity-container .label {
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  color: #555555;
  padding: 0px;
  font-weight: normal;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input {
  display: inline-block;
  height: 42px;
  position: relative;
  width: 100px;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  padding: 5px 0;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow {
  box-sizing: border-box;
  display: block;
  text-align: center;
  width: 30px;
  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: 100px;
    z-index: 1;
    height: 42px;
}
.single-product .product-info .product-social-link .social-label {
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    margin-right: 10px;
    color: #333;
}
.single-product .product-info .product-social-link .social-icons {
  display: inline-block;
}
.btn-lg, .btn-group-lg>.btn {
    border-radius: 3px;
    font-size: 14px;
}
.single-product .product-info .product-social-link .social-icons .list-inline>li {
    display: inline-block;
    padding-right: 2px;
    padding-left: 2px;
}
.single-product .product-info .product-social-link .social-icons ul li a {
  color: #555;
  font-size: 15px;
  -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: 7px 6px;
  width: 30px;
  background: #efefef;
  text-align: center;
  border-radius: 50%;
}
.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: 60px;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li {
  float: none !important;
  border-bottom: 1px solid #f2f2f2;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a {
  border: none;
  color: #555;
  display: block;
  padding: 12px 28px;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  position: relative;
}
.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 {
  border: 1px solid #f2f2f2;
}
.single-product .product-tabs .tab-content .tab-pane {
  padding: 24px;
}
.single-product .product-tabs .tab-content .tab-pane .text {
  line-height: 20px;
}
.single-product .upsell-product .product .product-info .name {
  margin-top: 0px;
  font-size: 16px;
}
.single-product #owl-single-product-thumbnails .owl-controls {
  position: absolute;
  text-align: center;
  top: auto;
  width: 100%;
  margin-top: 10px;
}
.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;
  -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;
  cursor: pointer;
}
.single-product .sidebar .sidebar-module-container .sidebar-widget .section-title {
  margin-top: 0px;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder {
  background-color: #FFFFFF;
  height: 100%;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 50;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder.left {
  left: 0px;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder.right {
  right: 0;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn {
  left: 0;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:after {
  content: "\f104";
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn {
  right: 0px;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:after {
  content: "\f105";
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn {
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  height: 100%;
  position: absolute;
  vertical-align: top;
  width: 90%;
  z-index: 100;
  border: 1px solid #e5e5e5;
  color: #dadada;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:after,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:after {
  bottom: 0;
  font-family: fontawesome;
  font-size: 30px;
  height: 30px;
  left: 0;
  line-height: 30px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:hover,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:hover,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:focus,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:focus {
  background: #dadada;
  color: #fff;
}
.cnt-homepage .single-product .single-product-gallery .owl-item .single-product-gallery-item > a > img {
  display: block;
  width: 100%;
}
.cnt-homepage .single-product .single-product-gallery .owl-item .single-product-gallery-thumbs.gallery-thumbs .owl-item {
  margin-left: 10px;
}
.cnt-homepage .single-product .product-info-block label,
.cnt-homepage .single-product .product-info-block .label {
  font-size: 13px;
  font-weight: normal;
  line-height: 30px;
  color: #434343 !important;
}
.cnt-homepage .single-product .product-info-block .label {
  padding: 0px;
}
.cnt-homepage .single-product .product-info-block .cart {
  width: auto;
  left: 0;
  margin-top: -8px;
  padding: 0px;
}
.cnt-homepage .single-product .product-info-block .cart .action .left {
  padding: 2px 8px;
  margin-left: 5px;
}
.cnt-homepage .single-product .product-info-block .form-control .selectpicker {
  -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 #f1f1f1;
  background: #fff;
  color: #b0b0b0;
}
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #f1f1f1;
}
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:hover,
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:focus {
  background: rgba(0, 0, 0, 0);
}
.cnt-homepage .single-product .product-info-block .txt.txt-qty {
  font-size: 15px;
  line-height: 18px;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 30px;
  padding: 5px 10px;
  text-align: center;
  width: 60px;
}
.cnt-homepage .single-product .product-info-block .stock-container .stock-box .label {
  color: #434343;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  padding: 0;
  text-transform: none;
}
.cnt-homepage .single-product .product-info-block .stock-container .stock-box .value {
  font-size: 13px;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li {
  margin-right: 10px;
  padding: 0;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a {
  border: 2px solid #e1e1e1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #555555;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 4px;
  padding-top: 4px;
  text-transform: uppercase;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:hover,
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:focus {
  color: #fff;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li.active a {
  color: #fff;
}
.cnt-homepage .single-product .product-tabs .tab-content {
  border: none;
}
.cnt-homepage .single-product .product-tabs .tab-content .tab-pane {
  padding: 0px;
}
.cnt-homepage .single-product .product-tabs .tab-content .tab-pane .product-tab .text {
  font-size: 13px;
  line-height: 22px;
}
.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: #555555;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review {
  margin-bottom: 20px;
  text-transform: none;
}
.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: #555555;
  font-size: 14px;
  font-weight: 300;
  line-height: 45px;
  margin-right: 10px;
  text-transform: uppercase;
}
.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: #555555;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.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;
}
.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: #555555;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.product-tabs .tab-content .tab-pane .product-tag .form-group label {
  font-weight: 300;
  font-size: 14px;
  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: 16px;
    line-height: 16px;
    background: #0e1c54;
    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;
}
.homepage-container .product {
  position: relative;
}
.homepage-container .product .wishlist-btn {
  position: absolute;
  top: 55%;
  background: #491915;
  color: #fff;
  height: 40px;
  line-height: 30px;
  border-radius: 50%;
  right: 5%;
}
.homepage-container .product .product-image .image {
  padding: 0;
  text-align: center;
  max-height: 250px;
  min-height: 250px;
  overflow: hidden;
  position: relative;
}
.homepage-container .product .product-image .image .sale {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: #ec3642;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.homepage-container .product .product-image .image .discount {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 13px;
  font-weight: 500;
  line-height: 29px;
  padding: 0 7px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  background-color: #ec3642;
  border-radius: 5px;
}
.homepage-container .product .product-image .image img {
  display: inline-block;
  max-width: 100%;
  max-height: 287px;
}
.shopping-cart-sec .img-responsive2 {
  max-width: 100%;
  height: 60px;
}
.all-page-sec .img-responsive2 {
  max-width: 100%;
  height: 50px;
}
.all-page-sec.wishlist-page .img-responsive2 {
    max-width: 100%;
    height: 100px;
    margin: 0 0;
    display: block;
}
.homepage-container .product .product-image .tag {
  font-size: 15px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  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;
  position: absolute;
}
.homepage-container .product .product-image .tag span {
  position: relative;
  z-index: 100;
  line-height: 48px;
}
.homepage-container .product .product-image .tag.new {
  background: #46aad7;
}
.homepage-container .product .product-image .tag.hot {
  background: #ff7878;
}
.homepage-container .product .product-text-info {
  padding: 0 15px 15px 15px;
}
.homepage-container .product .product-text-info.product-text-info2 {
  margin-left: -30px;
}
.homepage-container .product .product-text-info.product-text-info2 .flbtn {
  margin-top: 2px;
}
.homepage-container .product .product-info .ratings {
  margin-bottom: 10px;
  opacity: 0.8;
  line-height: 15px;
  letter-spacing: 0.01rem;
  color: #b2b2b2;
}
.homepage-container .product .product-info .ratings .clr {
  color: #F65000;
}
.homepage-container .product .product-info .name {
  font-size: 18px !important;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 22px;
}
.homepage-container .product .category {
  color: #999;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.homepage-container .product .product-info .name a {
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: #000;
    font-size: 16px;
    font-weight: 700;
}
.homepage-container .product .product-text-info .pr-btns {
  margin-top: -5px;
}
.homepage-container .product .product-text-info .product-price {
  display: inline-block;
  width: 75%;
  font-size: 18px;
  color: #777777;
  letter-spacing: -0.3px;
}
.homepage-container .product .product-info .product-price .price-after-discount {
  color: #ec3642;
  font-weight: 700;
  font-size: 18px;
  margin-right: 5px;
}
.homepage-container .product .product-info .product-price .price-before-discount {
  font-size: 16px;
  text-decoration: line-through;
  color: #777;
}
.homepage-container .product .product-text-info .pr-btns .wishlist-box {
  display: inline-block;
  width: 23%;
  text-align: right;
  font-size: 18px;
}
.homepage-container .product .product-text-info .pr-btns .wishlist-box a {
  color: #202020;
}
.homepage-container .product .product-text-info .pr-btns .wishlist-box a:hover {
  color: #ec3642;
}
.homepage-container .product .product-text-info .action-btns {
  display: inline-block;
  width: 25%;
  margin-left: -5px;
  text-align: right;
  margin-top: -5px;
  display: none;
}
.homepage-container .product .product-text-info .action-btns a i {
  top: -4px;
  position: relative;
}
.homepage-container .product .product-info .star-rating .color {
  color: #ffb400;
}
.homepage-container .product .product-info .product-price .price {
  color: #555;
  font-weight: 700;
  font-size: 15px;
}
.homepage-container .product .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;
  width: 100%;
  z-index: 666;
  left: 0px;
  opacity: 1;
}
.homepage-container .product .cart .action {
  float: left;
}
.homepage-container .product .cart .action .add-cart-button .btn.btn-primary.icon {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #0e1c54;
}
.homepage-container .product .cart .action.lnk {
  margin: 10px 0px;
}
.homepage-container .product .cart .action.lnk a {
  padding: 0 10px;
  color: #dadada;
}
.homepage-container .product .cart .action.lnk.wishlist {
  border-right: 1px solid #dadada;
}
.homepage-container .featured-product .products .product:first-child {
  margin-bottom: 30px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.homepage-container .blog-slider-container .blog-slider .blog-post-info .name {
  font-size: 18px;
}
.homepage-container .btn-primary {
  font-size: 15px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  border: 2px solid #f2f2f2;
  color: #747474;
}
.homepage-container .btn-primary:hover,
.homepage-container .btn-primary:focus {
  color: #fff;
}
.homepage-container .best-seller .product .product-info .name,
.homepage-container .special-offer .product .product-info .name {
  margin-top: 4px;
}
.homepage-container .cart {
  margin-top: 5px;
  opacity: 1;
  -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: 666;
  left: 0px;
}
.homepage-container .cart .action .add-cart-button .btn.btn-primary.icon {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #575757 ;
}
.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;
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag span {
  position: relative;
  z-index: 100;
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.new {
  background: #46aad7;
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.sale {
  background: #989898;
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.hot {
  background: #ff7878;
}

/*===================================================================================*/
/*  Responsive Layout
/*===================================================================================*/
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .top-bar .header-top-inner {
    text-align: right;
  }
  .top-bar .header-top-inner .cnt-account {
    clear: both;
    display: inline-block;
    float: none;
    margin: auto;
    text-align: center;
  }
  .top-bar .header-top-inner .cnt-account li {
    margin-bottom: 0;
  }
  .top-bar .header-top-inner .cnt-block .list-inline li {
    margin: 7px 0;
  }
  .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 .categories-filter {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
  .main-header .top-search-holder .search-area .search-button {
    padding: 12px 19px;
  }
  .sidebar .side-menu nav .nav > li > .mega-menu {
    left: 0px;
    min-width: 100%;
    top: 100%;
  }
  .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;
  }
  .cnt-homepage .wrapper .box {
    padding: 0 10px;
  }
  #owl-main .item .caption {
    padding: 0 22px;
  }
  .wide-banners .wide-banner:first-child {
    margin-bottom: 10px;
  }
  .product .product-image .image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .body-content .sidebar {
    margin-bottom: 0px;
  }
  .filters-container .no-padding {
    padding: 0px;
  }
  .search-result-container .category-product-inner .product-list.product .product-info {
    padding: 0px;
  }
  .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;
  }
  .cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a {
    font-size: 16px;
  }
  .cnt-homepage .header-nav .yamm .navbar-header {
    border: 1px solid #f1f1f1;
  }
  .info-boxes .info-box {
    margin-bottom: 10px;
  }
  .cnt-homepage .single-product .product-info-block .cart {
    margin-top: 10px;
    padding: 0 15px;
  }
  .product-comparison .compare-table tr td .product .product-image .image img {
    width: auto;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .top-bar .cnt-account ul > li {
    padding: 3px 2px;
  }
  .sidebar .side-menu nav .nav > li > .mega-menu {
    min-width: 100%;
    left: 0px;
  }
  .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;
  }
  .cnt-homepage .wrapper .box {
    padding: 0 15px;
  }
  .cnt-homepage .container {
    width: 100%;
  }
  .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: 0px;
  }
  .main-header .contact-row {
    text-align: center;
  }
}

/* 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;
  }
  .cnt-homepage .single-product .product-info-block .cart {
    clear: both;
    margin-top: 20px;
  }
  .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;
  }
}

/* Large devices (large desktops, 1200px and up) */
.blog-page .blog-post h1 {
  font-size: 25px;
  text-transform: uppercase;
}
.blog-page .blog-post h1 a {
  color: #555;
}
.blog-page .blog-post span {
  padding-right: 20px;
  color: #aaa;
  font-size: 13px;
}
.blog-page .blog-post p {
  padding-top: 16px;
  text-align: justify;
  font-size: 13px;
  color: #555555;
  margin-bottom: 0px;
}
.blog-page .blog-post a {
  margin-top: 10px;
}
.blog-page .blog-post .blog-pagination .pagination {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.blog-page .blog-post .social-media {
  margin-top: 20px;
  margin-bottom: 30px;
}
.blog-page .blog-post .social-media span {
  font-size: 13px;
  text-transform: uppercase;
  color: #434343;
}
.blog-page .blog-post .social-media a {
  font-size: 18px;
  margin: 0px 10px 0px 0px;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #888888;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 {
  font-size: 14px;
  text-transform: uppercase;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a {
  color: #555;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post span {
  padding-right: 10px;
  color: #aaa;
  font-size: 12px;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post p {
  padding-top: 10px;
  text-align: justify;
  font-size: 12px;
  color: #555555;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs {
  border-bottom: none;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li {
  text-transform: uppercase;
  color: #555555;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  border: none;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li:first-child > a {
  padding-right: 10px;
  border-right: 1px solid #d4d4d4;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li:last-child > a {
  padding-left: 10px;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav > li > a {
  padding: 0px;
  color: #555555;
}
.blog-page .sidebar .sidebar-module-container .search-area .search-button:after {
  content: "\f002";
  font-family: fontawesome;
  font-size: 13px;
  position: absolute;
  top: 14px;
  right: 30px;
  background-color: #fff;
  padding-left: 10px;
}
.blog-page .sidebar .sidebar-module-container .search-area input {
  font-size: 12px;
  color: #9e9e9e;
  padding: 14px;
  border: 1px solid #e1e1e1;
  width: 100%;
  position: relative;
}
.blog-page .blog-pagination {
  border-top: 1px solid #ececec;
}
.blog-page .blog-pagination .pagination > li:first-child > a {
  margin-right: 10px;
}
.blog-page .blog-pagination .pagination > li:last-child > a {
  margin-left: 2px;
}
.blog-page .side-bar-blog .widget .categories .side-bar-title h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #555;
  padding-bottom: 8px;
  border-bottom: 1px solid #e3e3e3;
  margin: 0px;
}
.blog-page .blog-post-author-details {
  padding: 40px 0px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.blog-page .blog-post-author-details .author-social-network {
  display: inline-block;
}
.blog-page .blog-post-author-details .author-social-network button {
  background-color: #fff;
  border: 1px solid #e3e3e3;
}
.blog-page .blog-post-author-details .author-social-network button .twitter-icon {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  height: 26px;
  width: 26px;
  text-align: center;
  display: inline-block;
  margin: 6px;
  line-height: 26px;
}
.blog-page .blog-post-author-details .author-social-network > span {
  font-size: 13px;
  color: #434343;
  text-transform: uppercase;
  margin-right: 16px;
}
.blog-page .blog-post-author-details .author-social-network .caret {
  color: #e3e3e3;
}
.blog-page .blog-post-author-details .btn-group.open .dropdown-toggle {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blog-page .blog-post-author-details img {
  float: left;
}
.blog-page .blog-post-author-details .author-job {
  display: block;
  padding: 0px;
  color: #aaa;
  font-size: 12px;
}
.blog-page .blog-post-author-details h4 {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  color: #555;
  margin: 0px;
}
.blog-page .blog-post-author-details p {
  font-size: 13px;
  color: #555555;
  padding: 16px 0px 0px 0px;
  text-align: justify;
}
.blog-page .blog-review .title-review-comments {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.blog-page .blog-review p {
  font-size: 13px;
  color: #555555;
  text-align: justify;
}
.blog-page .blog-review .review-action {
  font-size: 12px;
  color: #555555;
}
.blog-page .blog-review .post-load-more {
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 30px;
}
.blog-page .blog-post .author:before,
.blog-page .blog-post .review:before,
.blog-page .blog-post .date-time:before {
  color: #555555;
  font-size: 13px;
  padding-right: 4px;
  font-family: FontAwesome;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .author:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .review:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .date-time:before {
  color: #555555;
  font-size: 13px;
  padding-right: 4px;
  ont-family: FontAwesome;
}
.blog-page .blog-post .author:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .author:before {
  content: "\f044";
}
.blog-page .blog-post .review:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .review:before {
  content: "\f086";
}
.blog-page .blog-post .date-time:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .date-time:before {
  content: "\f073";
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:focus {
  background-color: #fff;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav > li > a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav > li > a:focus {
  background-color: #fff;
}
.blog-page .blog-post .social-media a:hover,
.blog-page .blog-post .social-media a:focus {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
}
.blog-page .blog-post .social-media i,
.blog-page .blog-post-author-details .author-social-network button a i {
  padding-top: 6px;
}
.blog-page .blog-review h4,
.blog-page .blog-write-comment h4,
.contact-page .contact-title h4 {
  font-size: 16px;
  color: #555;
  text-transform: uppercase;
  display: inline-block;
}
.blog-page .blog-review .review-action a:hover,
.blog-page .blog-review .review-action a:focus {
  text-decoration: underline;
}
.blog-page .blog-review .blog-comments,
.blog-page .blog-review .blog-sub-comments {
  border-bottom: 1px solid #e3e3e3;
}
.blog-page .blog-post-author-details .author-social-network .dropdown-menu {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a .icon {
  margin-right: 5px;
}
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:hover,
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:focus {
  background: rgba(0, 0, 0, 0);
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group .info-title {
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 14px;
}
.checkout-box .checkout-steps form .form-group .info-title {
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 14px;
}
.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: 14px;
  color: #555555;
  text-decoration: underline;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login button {
  margin-top: 0;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title {
  margin: 0px !important;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a {
    color: #202020;
    text-transform: none;
    display: block;
    font-size: 16px;
}
.checkout-box .checkout-steps .panel .panel-title {
    margin-top: 0;
    margin-bottom: 15px;
}
.panel-heading {
  padding: 15px 15px;
}
.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: 0;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: -2px;
}
.checkout-box .checkout-steps .checkout-subtitle {
  font-size: 16px;
  text-transform: uppercase;
  color: #434343;
  margin-right: 12px;
}
.checkout-box .checkout-steps .panel-body {
  padding: 15px;
}
.paymeth span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.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;
}
.checkout-box .checkout-progress-sidebar .panel-body ul li a {
    color: #202020;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.checkout-box .checkout-progress-sidebar .panel-body ul li a::hover {
    color: #ec3642;
}
.checkout-box .checkout-progress-sidebar .panel-body ul li:last-child a {
    border-bottom: 0;
}
.checkout-box .checkout-progress-sidebar .panel-body ul li a i {
    margin-right: 5px;
    position: relative;
    font-size: 18px;
    top: 1px;
    color: #ec3642;
}
.checkout-box .checkout-progress-sidebar .panel-body ul li a i.bi-person {
    font-size: 20px;
    top: 2px;
}
.checkout-box .checkout-progress-sidebar .panel-body ul li a i.bi-truck {
    font-size: 19px;
    top: 3px;
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
}
.checkout-box .checkout-progress-sidebar .panel .panel-heading {
    padding: 17.11px 15px;
    border-bottom: 1px solid #ddd;
}
.checkout-box .checkout-progress-sidebar .panel .panel-heading h4 {
    margin: 0px;
    color: #202020;
    text-transform: none;
    display: block;
    font-size: 16px;
}
.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;
}
.checkout-box .checkout-steps .guest-login .title-tag-line,
.checkout-box .checkout-steps .already-registered-login .title-tag-line {
  margin-bottom: 15px;
  font-size: 14px;
}
.checkout-box .checkout-steps .guest-login form .radio-checkout-unicase,
.checkout-box .checkout-steps .guest-login ul {
  padding-left: 10px;
  font-size: 14px;
}
.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);
}
.contact-page .contact-map iframe {
  height: 400px;
  width: 100%;
}
.contact-page .contact-info {
  font-size: 12px;
  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-table {
  margin-top: 0px;
  margin-bottom: 30px;
}
.shopping-cart .shopping-cart-table a i {
    top: -3px;
    position: relative;
}
.shopping-cart .shopping-cart-table table {
  margin-bottom: 0px !important;
}
.shopping-cart .shopping-cart-table table tbody tr td {
  vertical-align: middle;
  text-align: center;
}
.shopping-cart .shopping-cart-table table tbody tr .romove-item a {
  font-size: 18px;
  color: #555555;
}
.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: #ff000 !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: 14px;
    font-weight: 400;
    line-height: 20px;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
  color: #ec3642;
  font-weight: 600;
}
.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: #555555;
  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: #555555;
  text-decoration: underline;
}
.shopping-cart .shopping-cart-table .shopping-cart-btn span {
  padding: 0 0px;
  display: block;
}
.shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .cart-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .cart-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .cart-right .contiue-shopping {
  margin-right: 15px;
}
.shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .coupon-code {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 73%;
}
.shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .coupon-code label {
  font-weight: 500;
  width: 200px;
  margin: 0;
  font-size: 14px;
}
.shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .coupon-code .form-control {
  height: 45px;
}
.shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
    font-size: 15px;
    color: #202020;
    margin-top: 0px;
    display: block;
    font-weight: 600;
}
.btn-cen {
  position: relative;
}
.btn-cen i {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.shopping-cart .estimate-ship-tax table thead tr th p {
  font-size: 13px;
  color: #555555;
  font-weight: normal;
  margin-bottom: 0px;
}
.shopping-cart .estimate-ship-tax table thead tr > th {
  padding: 15px;
}
.shopping-cart .estimate-ship-tax table tbody tr > td {
  padding: 15px !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: left;
  padding: 15px;
}
.shopping-cart .table {
  margin-bottom: 0;
}
.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: 15px;
}
.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: #555555;
}
.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: 14px;
    font-weight: 500;
}
.shopping-cart .estimate-ship-tax table tbody tr td .form-group label,
.shopping-cart .estimate-ship-tax table tbody tr td .form-group input,
.blog-page .blog-write-comment .form-group label,
.blog-page .blog-write-comment .form-group input,
.contact-page .contact-form form label,
.contact-page .contact-form form input {
  font-size: 13px;
  font-weight: normal;
  color: #666;
}
.shopping-cart .estimate-ship-tax table tbody tr td .form-group label span,
.blog-page .blog-write-comment 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: 15px;
  color: #555;
  margin-top: 0px;
  display: block;
  font-weight: 600;
}
.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total span {
  font-weight: 400;
}
.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: 35px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .bi-chevron-up {
  top: 3px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .bi-chevron-down {
  bottom: 3px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .bi {
  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: 40px;
  left: 0;
  padding: 0 20px 0 18px;
  position: absolute;
  top: 0;
  width: 70px;
  z-index: 1;
}
/*.shopping-cart-sec .btn-secondary {
    background: #0101ff;
    color: #fff;
}
.shopping-cart-sec .btn-secondary:hover, 
.shopping-cart-sec .btn-secondary:focus {
    background: #00ff;
}*/
.product-comparison .page-title {
  font-size: 30px;
  text-transform: uppercase;
  color: #555555;
  margin-bottom: 40px;
}
.product-comparison .compare-table tr th {
  font-size: 20px;
  font-weight: 500;
  color: #555555;
  padding: 18px 25px;
  vertical-align: middle;
  border: 1px solid #cccccc;
}
.product-comparison .compare-table tr td {
  padding: 18px 30px;
  border: 1px solid #cccccc;
}
.product-comparison .compare-table tr td .product {
  margin-bottom: 15px;
  margin-top: 40px;
}
.product-comparison .compare-table tr td .product .product-image .image a {
  display: block;
  text-align: center;
}
.product-comparison .compare-table tr td .product-price .price {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  margin-right: 8px;
}
.product-comparison .compare-table tr td .product-price .price-before-discount {
  color: #D3D3D3;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: line-through;
}
.product-comparison .compare-table tr td .text {
  font-size: 14px;
  line-height: 22px;
}
.product-comparison .compare-table tr td .in-stock {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0px;
}
.product-comparison .compare-table tr td .remove-icon {
  color: #555555;
}
.product-comparison .compare-table tr td .remove-icon:hover,
.product-comparison .compare-table tr td .remove-icon:focus {
  color: #ff6666;
}
.body-content .x-page .x-text h1 {
  font-size: 200px;
}
.body-content .x-page .x-text p {
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
}
.body-content .x-page .x-text .le-button {
  border-radius: 0 3px 3px 0;
  margin: 0 0 0 -5px;
  padding: 21px 23px 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 10px;
  border: medium none;
  color: #fff;
}
.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;
}
.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: 24px;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 30px;
}
.body-content .terms-conditions-page .terms-conditions ol {
  padding-left: 22px;
}
.body-content .terms-conditions-page .terms-conditions ol li {
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  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: center;
}
.body-content .terms-conditions-page .terms-conditions span,
.body-content .faq-page .title-tag,
.body-content .track-order-page span {
  display: block;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  color: #666;
}
.body-content .faq-page .title-tag {
  text-align: center;
  padding-bottom: 80px;
}
.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;
}
.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 .my-wishlist table tbody tr:nth-child(even) {
  /*border-top: 1px solid #ddd;*/
}
.body-content .my-wishlist-page .my-wishlist .table>thead>tr>th, 
.body-content .my-wishlist-page .my-wishlist .table>tbody>tr>th, 
.body-content .my-wishlist-page .my-wishlist .table>tfoot>tr>th, 
.body-content .my-wishlist-page .my-wishlist .table>thead>tr>td, 
.body-content .my-wishlist-page .my-wishlist .table>tbody>tr>td, 
.body-content .my-wishlist-page .my-wishlist .table>tfoot>tr>td {
  border-top: 1px solid #eee;
}
.body-content .my-wishlist-page .my-wishlist table tbody .product-name {
  font-size: 15px;
  padding-bottom: 6px;
}
.body-content .my-wishlist-page .my-wishlist table tbody .rateit {
  margin-left: 10px;
  margin-top: -3px;
}
.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 {
    color: #202020;
    font-weight: 700;
    font-size: 17px;
    margin-right: 5px;
}
.body-content .my-wishlist-page .my-wishlist table tbody .price span {
  padding-left: 10px;
  font-weight: 400;
  font-size: 16px;
  text-decoration: line-through;
  color: #777;
}
.body-content .my-wishlist-page .my-wishlist table tbody .btn-primary i {
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.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: 15px;
}
.table-bordered>thead>tr>th, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>tbody>tr>td, 
.table-bordered>tfoot>tr>td {
    border: 1px solid #eee;
}
.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;
}
.all-top-mg-30 {
  margin-top: 30px;
}
/*.all-page-sec .btn-primary {
    background: #0000ff;
}
.all-page-sec .btn-primary:hover, 
.all-page-sec .btn-primary:focus {
    background: #0000ff;
}*/
#user-availability-status1 {
  display: none;
}
.body-content .sign-in-page .sign-in h4,
.body-content .sign-in-page .create-new-account h4 {
  /*font-size: 24px;*/
  padding-bottom: 14px;
  border-bottom: 1px solid #ddd;
  /*text-transform: uppercase;*/
  margin-bottom: 10px;
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
    color: #333;
    text-align: left;
}
.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 form .form-group span {
  color: red;
}
.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: 20px;
}
.product-info-block .form-control {
  height: 40px
}
.product-info-block label {
    font-weight: 500;
}
.fake-input {
    position: relative;
}
.fake-input .form-control {
    padding-left: 80px;
}
.fake-input img {
    position: absolute;
    top: 38px;
    left: 10px;
}
.fake-input span.code {
    position: absolute;
    top: 34px;
    left: 40px;
    font-size: 14px;
    color: #555;
    font-weight: 500;
}
.order-confirmation-page .cnf-message {
  margin-bottom: 30px;
}
.order-confirmation-page h3 {
  margin-top: 0;
}
.order-confirmation-page .bordr1 {
  border: 1px solid #eee;
  margin-bottom: 0px;
}
.order-confirmation-page .bordr1 .cn-header {
  padding: 15px;
  border-bottom: 1px solid #eee;
  background: #f5f5f5;
}
.order-confirmation-page .bordr1 .cn-header span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 16px;
}
.order-confirmation-page .bordr1 .cn-header span.c-number {
    width: 32px;
    background: #ec3642;
    color: #fff;
    height: 32px;
    line-height: 32px;
    border-radius: 50px;
    font-size: 16px;
    margin: -5px 14px -5px 0px;
    text-align: center;
}
.order-confirmation-page .bordr1 .cn-body {
  padding: 15px;
}
.order-confirmation-page .bordr1 .cn-body strong, 
.order-confirmation-page .bordr1 .cn-footer strong {
  font-weight: 500;
}
.order-confirmation-page .bordr1 hr {
  margin: 10px -10px;
}
.order-confirmation-page .bordr1 .cn-body .cnf-img {
  display: inline-block;
  vertical-align: middle;
}
.order-confirmation-page .bordr1 .cn-body .cnf-img img {
  max-width: 100%;
  height: 80px;
  border-radius: 3px;
}
.order-confirmation-page .bordr1 .cn-body .cnf-info {
  display: inline-block;
  vertical-align: middle;
  width: -webkit-calc(100% - 105px);
  width: -moz-calc(100% - 105px);
  width: calc(100% - 105px);
  padding-left: 15px
}
.order-confirmation-page .bordr1 .cn-body .cnf-info h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.order-confirmation-page .bordr1 .cn-body .cnf-info p {
  margin-bottom: 5px;
}
.order-confirmation-page .bordr1 .cn-body .cnf-info .price {
    font-size: 24px;
    color: #ec3642;
    font-weight: 600;
}
.order-confirmation-page .bordr1 .cn-footer {
  padding: 15px;
  border-top: 1px solid #eee;
  background: #f5f5f5;
}
.fts16 {
  font-size: 16px;
}
.menu-title {
  float: left;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 0;
  font-weight: 700;
  text-transform: uppercase;
  display: none;
}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: -1px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #777;
  margin-top: 9px;
  margin-right: 0;
  margin-left: 5px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #ec3642;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.cart-item strong {
  font-weight: 500;
}
.shop-sec {
  background: none repeat scroll 0 0 #f7f7f7;
  position: relative;
}
.footer-top {
  margin-top: 50px;
}
.footer-newletter {
  margin-top: 60px;
}
.footer-newletter .footer-news-inner {
  margin-top: -60px;
}
.footer-news-block {
  background-color: #ec3642;
  background-image: url(../images/newsletter.png);
  background-repeat: no-repeat;
  padding: 35px 15px;
  background-position: 47px center;
  text-align: center;
}
.footer-news-block .footer-news-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.5px;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
  margin-right: 20px;
}
.footer-news-block .subscribe-form {
  display: inline-block;
  vertical-align: middle;
  border: 3px solid #ffffff;
  background: #fff;
  width: 45%;
}
.footer-news-block .subscribe-form input {
  display: inline-block;
  vertical-align: top;
  line-height: 44px;
  height: 44px;
  color: #444444;
  font-size: 16px;
  border: 0;
  border-radius: 0;
  text-align: left;
  padding-left: 25px;
  padding-right: 15px;
  letter-spacing: 0.5px;
  font-weight: 300;
  background: #ffffff;
  width: 72%;
}
.footer-news-block .subscribe-form button {
  font-size: 16px;
  border: 0;
  height: 44px;
  width: 134px;
  text-align: center;
  font-weight: 500;
  min-width: 44px;
  text-transform: uppercase;
  position: relative;
  right: -2px;
}
.btn-secondary {
    background: #202020;
    color: #fff;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background: #000;
    color: #fff;
}
input:focus, .btn:hover, .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: transparent;
    opacity: .8;
}
.qty-plus-minus {
  border: 1px solid #ddd;
  display: inline-block;
  height: 45px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  margin-right: 10px;
}
.qty-plus-minus .ec_qtybtn {
    width: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    font-size: 22px;
    color: #777777;
}
.qty-plus-minus .dec.ec_qtybtn {
    border-right: 1px solid #ddd;
}
.qty-plus-minus input.qty-input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #444444;
    float: left;
    font-size: 15px;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 40px;
    outline: none;
    font-weight: 700;
}
.qty-plus-minus .inc.ec_qtybtn {
    border-left: 1px solid #ddd;
}
.btn.add-to-cart-btn {
  font-size: 14px;
  font-weight: 700;
  margin: 0 10px;
  text-transform: uppercase;
  height: 45px;
}
.wishlist-btn {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #ddd;
    margin-left: 10px;
    font-size: 20px;
}
.wishlist-btn:hover {
  color: #ffffff;
    background-color: #ec3642;
    border-color: #ec3642;
}
.product-social-link span {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  font-weight: 600;
  font-size: 16px;
}
.product-social-link {
  margin-top: 15px;
}
.product-social-link .social-icons {
  display: inline-block;
  vertical-align: middle;
}
.product-social-link .social-icons li {
  
}
.product-social-link .social-icons li a {
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  background: #efefef;
  border-radius: 100%;
  color: #777;
  font-size: 15px;
}
.product-social-link .social-icons li a:hover {
  background: #ec3642;
  color: #fff;
}
.tabs-sec {
  margin-top: 30px;
}
.tabs-sec .tab {
  border-bottom: 1px solid #ddd;
}
.tabs-sec .tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px 0;
  transition: 0.3s;
  font-size: 17px;
  border-bottom: 2px solid transparent;
  font-weight: 600;
}
.tabs-sec .tab button:not(:last-child) {
  margin-right: 30px;
}
.tabs-sec .tab button:hover {
  border-bottom: 2px solid #ec3642;
}
.tabs-sec .tab button.active {
  border-bottom: 2px solid #ec3642;
  color: #ec3642;
}
.tabs-sec .tabcontent {
  display: none;
  padding: 20px 0 0 0;
}
.tabs-sec .tabcontent#Specifications h4 {
  margin-top: 0;
}
.tabs-sec .tabcontent#Specifications .table>thead>tr>th, 
.tabs-sec .tabcontent#Specifications .table>tbody>tr>th, 
.tabs-sec .tabcontent#Specifications .table>tfoot>tr>th, 
.tabs-sec .tabcontent#Specifications .table>thead>tr>td, 
.tabs-sec .tabcontent#Specifications .table>tbody>tr>td, 
.tabs-sec .tabcontent#Specifications .table>tfoot>tr>td {
     border-top: 0; 
}
.tabs-sec .tabcontent#Specifications .feature-title {
     width: 20%; 
}
.tabs-sec .tabcontent#Specifications .feature-title strong {
     font-weight: 600; 
}
.tabs-sec .tabcontent#Specifications .feature-value {
     width: 80%; 
}
.tabs-sec .tabcontent#description p {
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 0;
  color: #777;
  line-height: 24px
}
.tabs-sec .tabcontent#description > div > div {
  margin-bottom: 5px;
  color: #555;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  letter-spacing: 0;
  color: #777;
  line-height: 24px;
}
.tabs-sec .tabcontent#description > div > div:before {
  content: "\F26E";
  font-family: bootstrap-icons !important;
  position: absolute;
  left: -2px;
  color: #ec3642;
  font-size: 22px;
  top: 0;
}
.tabs-sec .tabcontent#review .average-rating-overall {
  background: #ec3642;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
}
.tabs-sec .tabcontent#review .average-rating-overall h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
  margin: 0;
}
.tabs-sec .tabcontent#review .average-rating-overall .star-rating {
  font-size: 14px;
  letter-spacing: -.05rem;
  margin-top: 5px;
  color: #fff;
}
.tabs-sec .tabcontent#review .average-rating-overall p {
  font-size: 14px;
  margin-top: 5px;
  color: #fff;
  margin-bottom: 0;
}
.tabs-sec .tabcontent#review .progress-label {
  display: flex;
  align-items: center;
}
.tabs-sec .tabcontent#review .progress-label:not(:last-child) {
  margin-bottom: 3px;
}
.tabs-sec .tabcontent#review .progress-label .progress-label-left {
    font-weight: 500;
    font-size: 14px;
    margin-right: 15px;
    width: 28px;
    text-align: center;
}
.tabs-sec .tabcontent#review .progress-label .progress-label-left i {
    font-size: 13px;
}
.tabs-sec .tabcontent#review .progress-label .progress-label-end {
    width: 80%;
    display: flex;
    align-items: center;
}
.result-container {
    width: 85%;
    height: 6px;
    background-color: #ccc;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    border-radius: 6px;
    margin-right: 10px;
}
.rate-bg{
    height: 6px;
    background-color: green;
    position: absolute;
    border-radius: 6px;
}
.reviewCount, .reviewScore {font-size: 14px; color: #666666; margin-left: 5px;}
.reviewScore {font-weight: 600;}
.tabs-sec .tabcontent#review .average-rating-info h3 {
  margin-top: -5px;
  font-size: 20px;
  margin-bottom: 9px;
}
.tabs-sec .tabcontent#review .average-rating-info p {
  margin-bottom: 10px;
}
.display-flex-center {
    display: flex;
    align-items: center;
}
.tabs-sec .tabcontent#review .product-add-review {
  margin-top: 25px;
}
.tabs-sec .tabcontent#review .product-add-review h2 {
  margin-top: 0;
  font-size: 18px;
}
.tabs-sec .tabcontent#review .rate-product i {
  color: #b2b2b2;
  font-size: 14px;
  top: -1px;
  position: relative;
}
.tabs-sec .tabcontent#review .rate-product i.text-warning {
    color: #efc100;
}
.tabs-sec .tabcontent#review .review-form label {
    font-weight: 500;
}
.form-control {
  height: 40px;
  border-radius: 0;
}
.form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.tabs-sec .tabcontent#review .reviews-comments-item {
    padding: 20px 0 0 90px;
    position: relative;
    margin-top: 20px;
    width: 100%;
    border-top: 1px solid #eee;
}
.tabs-sec .tabcontent#review .reviews-comments-item .review-comments-avatar {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.tabs-sec .tabcontent#review .reviews-comments-item .reviews-comments-item-text {
    padding: 20px 20px 15px;
    background: #f5f5f5;
    border-radius: 6px;
    position: relative;
}
.tabs-sec .tabcontent#review .reviews-comments-item .reviews-comments-item-text:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 30px;
    border: solid transparent;
    height: 0;
    width: 0;
    border-color: #fff;
    border-right-color: #f5f5f5;
    border-width: 10px;
    margin-top: -10px;
    pointer-events: none;
}
.tabs-sec .tabcontent#review .reviews-comments-item .reviews-comments-item-text .reviews-comments-header {
    padding-bottom: 0;
    margin-bottom: 10px;
    position: relative;
}
.tabs-sec .tabcontent#review .reviews-comments-item .reviews-comments-item-text h4 {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}
.tabs-sec .tabcontent#review .reviews-comments-item .reviews-comments-item-text p {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 0;
    color: #777;
    line-height: 24px
}
.tabs-sec .tabcontent#review .reviews-comments-item .reviews-comments-item-text .review-score-user {
    position: absolute;
    top: -8px;
    right: 0;
}
.reviews-comments-item-text .review-score-user .listing-rating {
    top: 5px;
    float: left;
    position: relative;
}
.reviews-comments-item-text .review-score-user .listing-rating i {
    font-size: 12px;
    margin-right: 0;
    position: relative;
    z-index: 2;
    color: #faa439;
}
.detail-sec .detail-box .detail-box-body .reviews-comments-item-text p {
    color: #70778b;
    font-size: .85rem;
    line-height: 24px;
}
.btn.btn-sm {
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 32px;
    border-radius: 2px;
}
.body-content .sign-in-page .bdr-box {
  border: 1px solid #ddd;
  padding: 30px;
  min-height: 448px;
}
.body-content .sign-in-page .sign-in h3,
.body-content .sign-in-page .create-new-account h3 {
  padding-bottom: 0;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-align: left;
  text-transform: uppercase;
}
.ftp {
  margin: 25px 0;
}
.cart-address-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-address-title a {
  margin: -5px 0;
}
.cart-address-title a i {
  position: relative;
  top: -2px;
  right: -1px;
}
.shopping-cart .shopping-cart-table .table > thead > tr > th {
  text-align: center;
  padding: 15px 10px;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
  text-align: left;
  background-color: #f7f7f7;
}
.shopping-cart .shopping-cart-table .table > tbody > tr > td {
  padding: 10px;
  text-align: left;
  font-weight: 600;
}



/*.payment-method .panel-default {
    border-color: #B6D4FD;
}
.payment-method .panel-default>.panel-heading {
    color: #202020;
    background-color: #cfe2ff;
    border-color: #B6D4FD;
}*/

/*.tooltip-inner {
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 6px;
    background-color: black;
    font-size: 14px;
}
.tooltip-wide + .tooltip > .tooltip-inner {
     max-width: 100%;
}
.image-open{
  animation: scaleUp 2s forwards linear;
}
.v-tooltip__content {
  font-size: 50px !important;
  opacity: 1 !important;
  display: block !important;
}
@media (max-width: 320px) {
    .tooltip-inner {
         min-width: initial;
         width: 320px;
    }
}
table {
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
        font-size: 14px;
}*/
    
.section {
    padding: 5rem 0;
}
.title-name {
    text-align: center;
}
.title-name h3, .title-name h4 {
    color: #000;
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    line-height: 34px;
}
.title-name .sep {
    width: 100px;
    height: 4px;
    background: #da241e;
    margin: 15px auto 0 auto;
    border-radius: 5px;
}

/*Category Section*/

.category-section .category-box {
    margin-top: 30px;
    position: relative;
}
.category-section .category-box a.full {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.category-section .category-box .image {
    position: relative;
    border: 1px solid #eee;
    padding: 10px 30px 30px 30px;
    border-radius: 5px;
    overflow: hidden;
}
.category-section .category-box .image img {
    width: 100%;
    transition: all .5s ease;
}
.category-section .category-box .image .name {
    color: #000;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    text-align: center;
}
.category-section .category-box .image a {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.category-section .category-box:hover .image img {
    transform: scale(1.1);
}

/*HIGHLIGHTS SECTION*/

.highlights-section .inner {
    margin-top: 30px;
    padding: 0;
}
.highlights-section .inner .image {
    padding: 0 10px;
}
.highlights-section .inner .high-box {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.highlights-section .inner .high-box:last-child {
    margin-bottom: 0;
}
.highlights-section .inner.left .high-box {
    flex-direction: row-reverse;
    text-align: right;
}
.highlights-section .inner .high-box .icon {
    width: 80px;
    height: 80px;
    background: #da241e;
    border-radius: 5px;
    padding: 15px;
}
.highlights-section .inner .high-box .icon-text {
    width: calc(100% - 80px);
}
.highlights-section .inner.left .high-box .icon-text {
    padding-right: 30px;
}
.highlights-section .inner.right .high-box .icon-text {
    padding-left: 30px;
}
.highlights-section .inner .high-box .icon-text h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}

/*TESTIMONIALS SECTION*/

.testimonials-section {
    background: none repeat scroll 0 0 #f7f7f7;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.testimonials-section .title-name {
    margin-bottom: 30px;
}
.testimonials-section .avatar img {
    border-radius: 0;
    width: 85px;
    height: 85px;
    margin-top: 0px;
    z-index: 1;
    position: relative;
    margin-bottom: -60px;
    display: block;
    margin-left: 260px;
    max-width: 85px;
}
.testimonials-section .testimonial-content {
    overflow: unset;
    text-align: left;
    position: relative;
    padding: 30px 30px 30px 30px !important;
    transition: all 0.5s ease 0s;
    background: #fff;
}
.testimonials-section .testimonial-content:before {
    position: absolute;
    content: '';
    -webkit-mask-box-image: url(../images/straight-quotes.svg);
    width: 50px;
    height: 50px;
    top: 30px;
    left: 32px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    mask: url(../images/straight-quotes.svg);
    background-color: #f34e3a
}
.testimonials-section .testimonial-content .testimonial-text {
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    margin: 0;
    text-align: left;
    padding: 70px 0px 20px 0px!important;
    position: relative;
    z-index: 1;
    font-weight: 500;
    background-color: transparent;
    border-left: 0;
    color: #6c6c6c;
}
.testimonials-section .testimonial-content .testimonial-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testimonial-caption h5 {
    margin-bottom: 0px;
    line-height: 15px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}
.testimonial-caption label {
    margin: 10px 0 0 0;
    line-height: 1;
    font-size: 13px;
    color: #999;
    font-weight: 600;
}
.star-ratings {
    line-height: 1;
}
.testimonials-section .testimonial-content .star-ratings ul {
    display: block;
    padding: 0;
    margin: 0;
    width: 100px;
}
.star-ratings li {
    font-size: 13.8px;
    min-width: 14px;
    display: inline-block;
    color: #F65000;
}

/*BRANDS SECTION*/

.brands-section {
    background: none repeat scroll 0 0 #fff;
    position: relative;
    z-index: 1;
}
.brands-section .brands-box {
    border: 1px solid #eee;
    padding: 20px;
}

.brands-section .brands-box img{
  margin: auto;
}
.dropdown:hover > .dropdown-menu{
        display: block;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.modal-header .close {
    margin-top: -27px;
}
.table-responsive {
  overflow-x: auto;
}
.all-page-sec.wishlist-page .img-responsive3{
  width: 107px;
}
.inner-header {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.inner-header .caption {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.inner-header .caption h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
}

.about-section .sub-title {
    font-size: 16px;
    color: #da241e;
    font-weight: 700;
    margin-bottom: 5px;
}
.about-section .title-name {
  text-align: left;
  margin-bottom: 20px;
}
.about-section .title-name .sep {
  margin-left: 0;
}
.about-section p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}
.about-section .right .image {
  margin-left: 50px;
  position: relative;
}
.about-section .right .image img {
  border-radius: 5px;
  object-fit: cover;
  height: 465px;
}
.about-section .right .image .image-description {
  position: absolute;
  bottom: 75px;
  left: -60px;
  padding: 26px 28px;
  background-color: #ec3642;
  clip-path: polygon(0% 0%,100% 0%,100% calc(100% - 20px),calc(100% - 20px) 100%,0% 100%);
  display: flex;
  gap: 0 30px;
}
.about-section .right .image .image-description .item span {
  font-size: 40px;
  font-weight: 600;
  color: #FFF;
  line-height: 40px;
}
.about-section .right .image .image-description .item span sup {
    top: -0.5em;
    font-size: 24px;
    position: relative;
}
.about-section .right .image .image-description .item p {
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: -5px;
  margin-bottom: 0;
}
.features-section {
  text-align: center;
}
.features-section .feature-inner {
  margin-top: 30px;
  background: #f7f7f7;
  padding: 30px;
}
.features-section .feature-inner .icon {
  width: 64px;
  margin: 0 auto;
}
.features-section .feature-inner h3 {
  font-size: 24px;
}
.features-section .feature-inner p {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}

.contact-section .title-name {
  text-align: left;
  margin-bottom: 20px;
}
.contact-section .title-name .sep {
  margin-left: 0;
}
.contact-section .left .address-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
}
.contact-section .left .address-box .icon {
  width: 50px;
  line-height: 50px;
  background: #ec3642;
  border-radius: 5px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.contact-section .left .address-box .icon-text {
  width: calc(100% - 50px);
  padding-left: 15px;
}
.contact-section .left .address-box .icon-text h4 {
  font-size: 20px;
  margin: 0 0 5px 0;
}
.contact-section .left .address-box .icon-text p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 0 0;
}
.google-maps {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.policy-section p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}
.policy-section h3 {
  font-size: 24px;
}
.policy-section h4 {
  font-size: 22px;
}
.policy-section h5 {
  font-size: 20px;
}
.policy-section p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}
.mange-address tbody td.address-tbl h6 {
  display: none;
}
.sel-method .pay-box {
  text-align: center;
  padding: 20px 0;
}
.sel-method .pay-box .image {
  display: inline-block;
}
.sel-method .pay-box .image img {
  display: inline-block;
}




/*===================================================================================*/
/*  Responsive Layout
/*===================================================================================*/
/* Extra small devices (phones, less than 768px) */
@media (max-width: 1024px) {
  .container {
    width: 100%;
  }
  .top-bar .cnt-block {
    display: none;
  }
  .main-header .top-search-holder {
    margin-left: 0;
  }
  .main-header .top-search-holder .search-area {
    margin: 10px 0 0 10%;
    left: 5%;
  }
  .main-header .logo {
    padding: 14px 0;
    width: 270px;
  }
  .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
    font-size: 15px;
    padding: 15px 5px;
    letter-spacing: -.03rem;
  }
  #owl-main .full-width-slider .item {
    background-position: center;
    background-size: 110%;
    height: 425px;
    background-repeat: no-repeat;
  }
  .category-section .category-box .image {
    padding: 20px 15px 40px 15px;
  }
  .category-section .category-box .image .name {
    font-size: 18px;
  }
  .homepage-container .product .product-image .image {
    max-height: 250px;
    min-height: 210px;
  }
  .highlights-section .inner .high-box .icon-text h4 {
    font-size: 18px;
  }
  .highlights-section .inner.left .high-box .icon-text {
    padding-right: 20px;
  }
  .highlights-section .inner.right .high-box .icon-text {
    padding-left: 20px;
  }
  .highlights-section .inner .high-box {
    margin-bottom: 30px;
  }
  .testimonials-section .testimonial-content {
    padding: 20px 20px 20px 20px !important;
  }
  .testimonials-section .avatar img {
    right: 60px;
  }
  .footer-news-block .subscribe-form {
    width: 52%;
  }
  .footer .contact-information {
    margin-left: -30px;
  }
  .footer .links-social .call-box .icon {
    width: 45px;
    margin-right: 10px;
  }
  #review .rs {
    width: 25%;
  }
  .about-section .right .image img {
    object-fit: cover;
    height: 550px;
  }
  .features-section .feature-inner h3 {
    font-size: 21px;
  }
  .shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .cart-left {
    width: 60%;
  }
  .shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .coupon-code {
    width: 72%;
  }
}

@media (max-width: 992px) {
  .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
    padding: 15px 3px;
  }
  .shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .cart-left {
    width: 58%;
  }
  .shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .coupon-code {
    width: 70%;
  }
}

@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 0;
      box-shadow: none;
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  .header-style-1 .navbar-nav>li {
    float: none;
    display: block;
    border-top: 1px solid rgba(255,255,255,.2);
  }
  .header-style-1 .header-nav {
    text-align: left !important;
  }
  .navbar-nav {
    margin-top: 0;
  }
  .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
    font-size: 15px;
    padding: 13px 0;
    letter-spacing: 0;
  }
  .menu-title {
    display: block;
  }
}

@media (max-width: 768px) {
  .main-header .top-search-holder .search-area {
    margin: 12px 0 0 15%;
  }
  .main-header .top-search-holder .search-area .search-field {
    width: calc(100% - 51px);
  }
  .main-header .logo {
    padding: 18px 0;
    width: 240px;
  }
  #owl-main .full-width-slider .item {
    background-position: center;
    background-size: 110%;
    height: 320px;
    background-repeat: no-repeat;
  }
  .category-section .category-box .image {
    padding: 10px 40px 20px 40px;
  }
  .highlights-section .cen {
    display: none;
  }
  .footer-news-block .footer-news-title {
    display: block;
    text-align: center;
    margin: 0 0 15px 0;
  }
  .footer-news-block .subscribe-form {
    width: 100%;
  }
  .footer-news-block .subscribe-form input {
    width: calc(100% - 142px);
    padding-left: 10px;
  }
  .footer-news-block {
    padding: 30px;
  }
  .footer .contact-information {
    margin-left: 0;
  }
  .footer .social-sec .social-box {
    justify-content: center;
    margin-bottom: 10px;
  }
  .footer .social-sec .payment-logos img {
    margin-left: auto;
    margin-right: auto;
  }
  .homepage-container .product .product-image .image img {
    max-height: 300px;
  }
  .homepage-container .product .product-image .image {
    max-height: 290px;
    min-height: 290px;
  }
  .cnt-home .header-style-1 .header-nav .navbar .navbar-nav > li > a:hover, 
  .cnt-home .header-style-1 .header-nav .navbar .navbar-nav > li > a:focus {
    background: transparent;
  }
  .header-style-1 .header-nav .dropdown-menu {
    position: static;
    min-width: 100%;
    background: transparent;
    box-shadow: none;
    float: none;
  }
  .yamm .dropdown-menu li a {
    color: #fff;
    line-height: 20px;
    padding: 13px 13px;
    font-weight: 500;
    font-size: 14px;
  }
  .dropdown:hover > .dropdown-menu{
    display: none;
  }
  .animate-dropdown .open > .dropdown-menu, 
  .animate-dropdown .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
    display: block;
  }
  .dropdown-submenu>a:after {
    border-left-color: #fff;
    margin-top: 5px;
  }
  .yamm .dropdown-menu li {
    border-top: 1px solid rgba(255,255,255,.2);
  }
  #review .rt {
    width: 26%;
  }
  #review .rs {
    width: 30%;
  }
  #review .ra {
    width: 44%;
  }
  #owl-single-product.owl-carousel .owl-item {
    padding: 0;
  }
  .single-product .gallery-holder .gallery-thumbs {
    margin: 15px -7px 0 -7px;
    padding: 0 0;
  }
  .shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer {
    flex-wrap: wrap;
  }
  .shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .update-cart {
    margin-top: 10px;
  }
  .shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .coupon-code {
    width: 47%;
  }
  .shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .coupon-code label {
    width: 260px;
  }
  .shopping-cart .estimate-ship-tax {
    margin-bottom: 30px;
  }
  .btn.btn-sm {
    margin: 2px 0;
  }
  .my-account .checkout-progress-sidebar {
    margin-top: 30px;
  }
  .inner-header {
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  .inner-header .caption h1 {
    font-size: 34px;
  }
  .about-section .right {
    margin-top: 30px;
  }
  .about-section .right .image {
    margin-left: 0;
    position: relative;
  }
  .about-section .right .image .image-description {
    left: 0;
  }
  .about-section .right .image img {
    object-fit: unset;
    height: 100%;
  }
  .contact-section .left {
    margin-bottom: 30px;
  }
  .google-maps {
    padding-bottom: 50%;
  } 
  .shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .cart-left {
    width: 100%;
  }
  .shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .coupon-code {
    width: 77%;
  }
  .shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .update-cart {
    margin-top: 0;
  }
  .shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .cart-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 15px;
  }
}

@media (max-width: 736px) {
  .main-header .logo-holder {
    text-align: center;
    margin-bottom: 0;
  }
  .navbar-toggle {
    margin-right: 0;
  }
  .navbar-nav {
    margin: 0px 0px;
  }
  .header-style-1 .navbar-nav>li {
    float: none;
    display: block;
    text-align: left;
  }
  .header-style-1 .navbar-nav>li:last-child {
    border-bottom: 0;
  }
  #owl-main .full-width-slider .item {
    height: 305px;
  }
  .testimonials-section .avatar img {
    right: 40px;
  }
  .yamm .dropdown-menu li a {
    color: #fff!important;
    line-height: 20px;
    padding: 13px 13px!important;
    font-size: 14px;
  }
  .shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .coupon-code {
    width: 76%;
  }
  .shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .view-coupon {
    margin-top: 0;
  }
  .body-content .sign-in-page .create-new-account{
    margin-top: 30px;
  }
}

@media (max-width: 667px) {
  .main-header .main-header-inner {
    position: relative;
  }
  .main-header .col-xs-3 {
    width: 50%;
  }
  .main-header .col-xs-6.top-search-holder {
    width: 100%;
    margin-bottom: 10px;
  }
  .main-header .top-search-holder .search-area {
    margin: 0;
    left: 0;
  }
  .main-header .top-cart-row {
    position: absolute;
    right: 0;
  }
  #owl-main .full-width-slider .item {
    height: 280px;
  }
  .homepage-container .product .product-image .image {
    max-height: 280px;
    min-height: 280px;
  }
  .homepage-container .product .product-image .image img {
    max-height: 280px;
  }
  .highlights-section .inner .high-box .icon {
    width: 70px;
    height: 70px;
  }
  .highlights-section .inner.left .high-box .icon-text {
    padding-right: 20px;
    width: calc(100% - 70px);
  }
  .testimonials-section .avatar img {
    right: -40%;
  }
  .footer .copyright .col-xs-7,.footer .copyright .col-xs-5 {
    width: 100%;
    text-align: center;
  }
  .display-flex-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #review .rt {
    width: 35%;
  }
  #review .rs {
    width: 65%;
  }
  #review .ra {
    width: 100%;
    margin-top: 30px;
  }
  .shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .coupon-code {
    width: 73%;
  }
  .inner-header .caption h1 {
    font-size: 32px;
  }
  .google-maps {
    padding-bottom: 60%;
  }
}

@media (max-width: 640px) {
  #owl-main .full-width-slider .item {
    height: 269px;
  }
  .category-section .category-box .image {
    padding: 10px 20px 30px 20px;
  }
  .homepage-container .product .product-image .image {
    max-height: 268px;
    min-height: 268px;
  }
  .homepage-container .product .product-image .image img {
    max-height: 268px;
  }
  .testimonials-section .avatar img {
    right: -35%;
  }
  .shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .coupon-code {
    width: 72%;
  }
}

@media (max-width: 568px) {
  #owl-main .full-width-slider .item {
    height: 239px;
  }
  .homepage-container .product .product-image .image {
    max-height: 235px;
    min-height: 235px;
  }
  .homepage-container .product .product-image .image img {
    max-height: 235px;
  }
  .highlights-section .col-xs-6 {
    width: 100%;
  }
  .highlights-section .inner.left .high-box {
    flex-direction: unset;
    text-align: left;
  }
  .highlights-section .inner .high-box {
    margin-bottom: 15px;
  }
  .highlights-section .inner.left .high-box .icon-text, .highlights-section .inner .high-box .icon-text {
    padding-right: 0;
    width: calc(100% - 70px);
    padding-left: 20px;
  }
  .highlights-section .inner.right {
    margin-top: 15px;
  }
  .testimonials-section .avatar img {
    right: -25%;
  }
  .shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .coupon-code {
    width: 65%;
    margin-top: 10px;
  }
  .shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .view-coupon {
    margin-top: 10px;
    margin-right: 0;
  }
  .edit-address .lbl {
    vertical-align: top;
    width: 90%;
  }
  .inner-header .caption h1 {
    font-size: 30px;
  }
  .google-maps {
    padding-bottom: 70%;
  }
  .product-cart-table thead {
    display: none;
  }
  .product-cart-table tbody tr {
    padding-left: 90px;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .product-cart-table tbody tr:last-child {
    margin-bottom: 0;
  }
  .product-cart-table .cart-image {
    width: 90px;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: none;
    border: 0;
  }
  .product-cart-table .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: none;
    z-index: 1;
    width: 54px;
    border: 0;
  }
  .product-cart-table tbody td {
    font-size: 16px;
    display: block;
    text-align: right!important;
    padding: 10px 10px 10px 0;
    position: relative;
    width: 100%;
  }
  .product-cart-table tbody td.cart-product-name-info {
    width: 100%;
    text-align: left!important;
    padding-right: 55px!important;
  }
  .product-cart-table tbody td.cart-product-quantity:before {
    content: attr(data-title) " :";
    position: absolute;
    left: 10px;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
  }
  .product-cart-table tbody td.cart-product-sub-total:before {
    content: attr(data-title) " :";
    position: absolute;
    left: 10px;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
  }
  .product-cart-table tbody td.cart-product-grand-total:before {
    content: attr(data-title) " :";
    position: absolute;
    left: 10px;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
  }
  .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 {
    margin: 0;
  }
  .shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .coupon-code label {
    display: none;
  }
  .outer-top-xs {
    margin-top: 20px;
  }
  .mange-address thead {
    display: none;
  }
  .mange-address tbody td {
    font-size: 16px;
    display: block;
    text-align: left!important;
    padding: 10px 10px 10px 0;
    position: relative;
    width: 100%;
  }
  .mange-address tbody td.address-tbl {
    padding-right: 55px!important;
  }
  .mange-address tbody td.address-tbl h6 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px;
    display: block;
  }
  .mange-address tbody td.edit-btn {
    position: absolute;
    top: 0;
    right: 15px;
    border: 0;
    width: 60px;
  }
}

@media (max-width: 480px) {
  #owl-main .full-width-slider .item {
    height: 220px;
    background-size: 120%;
  }
  .category-section .category-box .image .name {
    font-size: 16px;
  }
  .category-section .category-box .image {
    padding: 10px 15px 35px 15px;
  }
  .homepage-container .product .product-image .image {
    max-height: 194px;
    min-height: 194px;
  }
  .homepage-container .product .product-image .image img {
    max-height: 194px;
  }
  .homepage-container .product .product-info .product-price .price-after-discount {
    font-weight: 700;
    font-size: 18px;
    margin-right: 0;
  }
  .homepage-container .product .product-text-info .pr-btns .wishlist-box {
    display: inline-block;
    width: 20%;
    text-align: right;
    font-size: 18px;
  }
  .testimonials-section .avatar img {
    right: -10%;
  }
  .footer .social-sec .social-box .social-title h4 {
    margin: 0 0 10px 0;
  }
  .footer .social-sec .social-box .social-footer ul li {
    display: inline-block;
    margin: 0 10px;
  }
  #review .rt {
    width: 45%;
  }
  #review .rs {
    width: 55%;
  }
  .tabs-sec .tabcontent#review .reviews-comments-item .reviews-comments-item-text .reviews-comments-header {
    margin-bottom: 0;
  }
  .reviews-comments-item-text .review-score-user .listing-rating {
    top: 0;
    float: none;
    position: relative;
  }
  .tabs-sec .tabcontent#review .reviews-comments-item .reviews-comments-item-text h4 {
    margin-top: 0;
  }
  .tabs-sec .tabcontent#review .reviews-comments-item .reviews-comments-item-text .review-score-user {
    position: relative;
    top: -5px;
    right: 0;
  }
  .inner-header .caption h1 {
    font-size: 28px;
  }
  .shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .coupon-code {
    width: 60%;
    margin-top: 10px;
  }
  .sel-method .pay-box .image img {
    width: 100px;
  }
}

@media (max-width: 414px) {
  .top-bar {
    font-size: 12px;
  }
  .top-bar .cnt-account ul > li {
    margin: 0 2px;
  }
  .main-header .logo {
    padding: 18px 0;
    width: 230px;
  } 
  .top-cart-row .dropdown-cart {
    margin-top: 15px;
    font-size: 12px;
  }
  .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket i {
    font-size: 22px;
    position: relative;
    top: 2px;
  }
  .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
    height: 20px;
    top: 9px;
    width: 20px;
    font-size: 12px;
    line-height: 16px;
  }
  #owl-main .full-width-slider .item {
    height: 200px;
    background-size: 126%;
  }
  .title-name h3, .title-name h4 {
    font-size: 28px;
    line-height: 30px;
  }
  .category-section .col-xs-6,.shop-sec .col-xs-6,.footer .col-xs-6, .furniture-container .col-xs-6 {
    width: 100%;
  }
  .category-section .category-box .image {
    padding: 0px 15% 10px 15%;
  }
  .category-section .category-box .image .name {
    font-size: 18px;
  }
  .homepage-container .product .product-image .image {
    max-height: 350px;
    min-height: 350px;
  }
  .homepage-container .product .product-image .image img {
    max-height: 350px;
  }
  .testimonials-section .avatar img {
    right: 5%;
  }
  .footer-news-block .footer-news-title {
    display: block;
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 22px;
  }
  .paymeth span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .about-section .right .image .image-description {
    padding: 15px;
    gap: 0 20px;
    bottom: 20px;
  }
  .about-section .right .image .image-description .item span {
    font-size: 36px;
    line-height: 36px;
  }
  .about-section .right .image .image-description .item span sup {
    font-size: 20px;
  }
  .about-section .right .image .image-description .item p {
    font-size: 12px;
  }
  .contact-section .right .col-xs-6 {
    width: 100%;
  }
  .google-maps {
    padding-bottom: 80%;
  }
  .shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .coupon-code {
    width: 100%;
    margin-top: 10px;
  }
  .shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .cart-left {
    width: 100%;
    justify-content: center;
  }
  .shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .cart-right {
    margin-top: 10px;
  }
  .shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .cart-right .contiue-shopping {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .view-coupon {
    margin-top: 10px;
    margin-right: 0;
    width: 100%;
  }
  .shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .view-coupon .btn, 
  .shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .cart-right .btn {
    width: 100%;
  }
  .shopping-cart .shopping-cart-table .shopping-cart-btn .cart-footer .update-cart {
    margin-top: 0;
    width: 100%;
  }
}

@media (max-width: 375px) {
  .main-header .logo {
    padding: 15px 0;
    width: 200px;
  }
  .top-cart-row .dropdown-cart {
    margin-top: 12px;
    font-size: 12px;
  }
  #owl-main .full-width-slider .item {
    height: 179px;
    background-size: 125%;
  }
  .title-name h3, .title-name h4 {
    font-size: 26px;
    line-height: 28px;
  }
  .category-section .category-box .image {
    padding: 0px 15% 20px 15%;
  }
  .homepage-container .product .product-image .image {
    max-height: 320px;
    min-height: 320px;
  }
  .homepage-container .product .product-image .image img {
    max-height: 320px;
  }
  .testimonials-section .avatar img {
    right: 20%;
  }
  .footer-news-block .footer-news-title {
    font-size: 20px;
  }
  .brands-section .brands-box {
    padding: 10px;
  }
  .footer-news-block {
    padding: 30px 20px;
  }
  .footer-news-block .subscribe-form {
    border: 0;
    background: transparent;
  }
  .footer-news-block .subscribe-form input {
    width: 100%;
    padding-left: 10px;
    margin-bottom: 15px;
  }
  .footer .social-sec .social-box .social-footer ul li {
    display: inline-block;
    margin: 0 5px;
  }
  #owl-main .owl-pagination {
    padding: 0 5px;
    bottom: -20px;
  }
  #owl-main .owl-pagination .owl-page span {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
  #review .rt {
    width: 100%;
  }
  #review .rs {
    width: 100%;
    margin-top: 30px;
  }
  .tabs-sec .tab button:not(:last-child) {
    margin-right: 15px;
  }
  .qty-plus-minus {
    width: 110px;
    margin-right: 5px;
  }
  .wishlist-btn {
    margin-left: 5px;
  }
  .paymeth span {
    display: block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .inner-header .caption h1 {
    font-size: 26px;
  }
  .product-cart-table tbody tr {
    padding-left: 0;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .product-cart-table tbody td.cart-product-name-info {
    width: 100%;
    text-align: left!important;
    padding-right: 55px!important;
    padding-left: 90px!important;
  }
  .sel-method .pay-box .image img {
    width: 80px;
  }
  .sel-method .pay-box .image h4 {
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  .main-header .logo {
    padding: 15px 0;
    width: 190px;
  }
  #owl-main .full-width-slider .item {
    height: 170px;
  }
  .title-name h3, .title-name h4 {
    font-size: 24px;
    line-height: 26px;
  }
  .homepage-container .product .product-image .image {
    max-height: 306px;
    min-height: 306px;
  }
  .homepage-container .product .product-image .image img {
    max-height: 306px;
  }
  .testimonials-section .avatar img {
    right: 25%;
  }
  .footer .social-sec .social-box .social-footer ul li {
    display: inline-block;
    margin: 0 3px;
  }
  .body-content .sign-in-page .sign-in h3, .body-content .sign-in-page .create-new-account h3 {
    font-size: 20px;
  }
  .sel-method .pay-box .image img {
    width: 80px;
  }
  .sel-method .pay-box .image h4 {
    font-size: 15px;
  }
}

@media (max-width: 320px) {
  .top-cart-row .dropdown-cart {
    margin-top: 10px;
    font-size: 12px;
  }
  .main-header .logo {
    padding: 15px 0;
    width: 150px;
  }
  .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket {
    padding: 10px 0 10px 15px;
  }
  .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
    right: -12px;
  }
  #owl-main .full-width-slider .item {
    height: 150px;
  }
  .category-section .category-box .image {
    padding: 10px 15% 30px 15%;
  }
  .homepage-container .product .product-image .image {
    max-height: 268px;
    min-height: 268px;
  }
  .homepage-container .product .product-image .image img {
    max-height: 268px;
  }
  .testimonials-section .avatar img {
    right: 40%;
  }
  .footer-news-block .footer-news-title {
    font-size: 18px;
  }
  .footer .social-sec .social-box .social-footer ul {
    text-align: center;
  }
  .single-product .product-info .reviews-count, .single-product .product-info .add-reviews {
    margin-left: 15px;
  }
  .single-product .product-info .reviews-count:before, .single-product .product-info .add-reviews:before {
    left: -8px;
  }
  .single-product .product-info .price-container .price-box .price {
    font-size: 22px;
    margin-right: 5px;
  }
  .single-product .product-info .price-container .price-box .price-strike {
    font-size: 14px;
    margin-right: 5px;
  }
  .single-product .product-info .price-container .price-box .discount {
    font-size: 13px;
  }
  .single-product .product-info .size-sec .sizes-list li label {
    padding: 0 8px;
    margin-left: 0px;
  }
  .qty-plus-minus {
    width: 110px;
    margin-right: 0;
  }
  .btn.add-to-cart-btn {
    margin: 0 0;
    padding: 11px 11px;
  }
  .wishlist-btn {
    margin-left: 0;
  }
  .tabs-sec .tab button:not(:last-child) {
    margin-right: 9px;
  }
  .body-content .sign-in-page .sign-in h3, .body-content .sign-in-page .create-new-account h3 {
    font-size: 18px;
  }
  .inner-header .caption h1 {
    font-size: 24px;
  }
  .about-section .right .image .image-description .item span {
    font-size: 32px;
    line-height: 32px;
  }
  .about-section .right .image .image-description .item span sup {
    font-size: 18px;
  }
  .about-section .right .image .image-description .item p {
    font-size: 11px;
  }
  .google-maps {
    padding-bottom: 100%;
  }
  .sel-method .pay-box .image img {
    width: 80px;
  }
  .sel-method .pay-box .image h4 {
    font-size: 14px;
    padding: 0 10px;
  }
}