﻿
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
/*==*/
/*  GENERAL
/*==*/
:root {
	--primerycolor: #003399;
    --seconderycolor: #682ccb;
    --primerycolorrgb:rgba(0,51,153,.9);
    --primerycolordark: #003366;
    --primerycolorverydark: #003366;
    --lightred: #ea2a66;
}
/*@font-face{font-family:Roboto Condensed;src:url(../fonts/Roboto Condensed/Roboto Condensed-Thin.otf);font-weight:100;font-style:normal}
@font-face{font-family:Roboto Condensed;src:url(../fonts/Roboto Condensed/Roboto Condensed-ThinItalic.otf);font-weight:100;font-style:italic}
@font-face{font-family:Roboto Condensed;src:url(../fonts/Roboto Condensed/Roboto Condensed-ExtraLight.otf);font-weight:200;font-style:normal}
@font-face{font-family:Roboto Condensed;src:url(../fonts/Roboto Condensed/Roboto Condensed-ExtraLightItalic.otf);font-weight:200;font-style:italic}
@font-face{font-family:Roboto Condensed;src:url(../fonts/Roboto Condensed/Roboto Condensed-Light.otf);font-weight:300;font-style:normal}
@font-face{font-family:Roboto Condensed;src:url(../fonts/Roboto Condensed/Roboto Condensed-LightItalic.otf);font-weight:300;font-style:italic}
@font-face{font-family:Roboto Condensed;src:url(../fonts/Roboto Condensed/Roboto Condensed-Regular.otf);font-weight:400;font-style:normal}
@font-face{font-family:Roboto Condensed;src:url(../fonts/Roboto Condensed/Roboto Condensed-RegularItalic.otf);font-weight:400;font-style:italic}
@font-face{font-family:Roboto Condensed;src:url(../fonts/Roboto Condensed/Roboto Condensed-Medium.otf);font-weight:500;font-style:normal}
@font-face{font-family:Roboto Condensed;src:url(../fonts/Roboto Condensed/Roboto Condensed-MediumItalic.otf);font-weight:500;font-style:italic}
@font-face{font-family:Roboto Condensed;src:url(../fonts/Roboto Condensed/Roboto Condensed-SemiBold.otf);font-weight:600;font-style:normal}
@font-face{font-family:Roboto Condensed;src:url(../fonts/Roboto Condensed/Roboto Condensed-SemiBoldItalic.otf);font-weight:600;font-style:italic}
@font-face{font-family:Roboto Condensed;src:url(../fonts/Roboto Condensed/Roboto Condensed-Bold.otf);font-weight:700;font-style:normal}
@font-face{font-family:Roboto Condensed;src:url(../fonts/Roboto Condensed/Roboto Condensed-BoldItalic.otf);font-weight:700;font-style:italic}
@font-face{font-family:Roboto Condensed;src:url(../fonts/Roboto Condensed/Roboto Condensed-ExtraBold.otf);font-weight:800;font-style:normal}
@font-face{font-family:Roboto Condensed;src:url(../fonts/Roboto Condensed/Roboto Condensed-ExtraBoldItalic.otf);font-weight:800;font-style:italic}*/
/* form */
em{font-style:initial;}
label,.label{font-weight:normal;color:#666;font-size:100%;padding:0;}
label.error,label.errorText{font-weight:normal;background-color:#f2dede;padding:2px 5px;color:#b60000!important;}
input[type="text"],input[type="password"],input[type="email"],input[type="number"],textarea,.form-control,select{border-radius:10px;}
.form-control:focus {border-color: var(--primerycolorrgb);outline: 0;box-shadow:none;}
input.error,textarea.error{border-color:#cc0000;}
input.input-sm.input-80{max-width:80px;text-align:center}
.form .form-control.txt {box-shadow: none;}
.form .form-group label span.required{color:#ff7878;padding:0;}
.radio.row-check,.checkbox.row-check{margin:6px 0 0;}
.radio label,.checkbox label{direction:ltr;padding-left:20px;}
.checkbox .tc{display:inline-block;margin:0 5px;width:15px;height:15px;border:solid 1px #222;vertical-align:middle;}
.lightred{color:var(--lightred)!important;}
/* form */

/* modal */
.modal-dialog .modal-header{background:#f9f9f9;border:none;border-radius:5px 5px 0 0;}
.modal-dialog .modal-title{display:inline-block;margin-right:20px;}

/* modal */
.inline {
  display: inline-block;
  vertical-align: top;
}
ul {list-style: none;}
a {
  color:var(--primerycolordark);
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  color:#666;
}
a:hover,a:focus{color:var(--primerycolor);}
a.link{
  padding-bottom:5px;
  border-bottom:dashed 1px var(--primerycolor);
}
a.link:hover{
  border-bottom:none;
}
body {
  font-size: 13px;
  color: #444;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family:"Roboto Condensed","Helvetica Neue","Helvetica","Arial",sans-serif;
  background-color: #fff;
}

.reset{
  margin:0!important;
}
.reset-top{
  margin-top:0!important;
}
.center-align{
  margin:0 auto;
}
.no-padding{
  padding:0!important;
}
ul {
  margin: 0;
  padding: 0;
}
a {
  outline: none!important;
  cursor:pointer;
}
hr{
  margin-top:10px;
  margin-bottom:10px;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
h3{font-size:18px;}
h2{font-size:22px;}
img[src="Templates/Newimages/blank.gif"] {
  background: url("../images/ajax.gif") no-repeat scroll center center #ffffff;
}
.btn-upper {
  text-transform: uppercase;
}
.btn-uppercase {
  text-transform: uppercase;
}
.btn-default {
  background: #cbc9c9;
  color: #fff;
  font-weight: 700;
  /*line-height:30px;*/
  transition: all 0.2s linear 0s;
}

.btn-primary {
  position:relative;
  background:var(--primerycolor);
  background-image: linear-gradient(90deg, var(--primerycolor) 0%, var(--seconderycolor) 100%);
  color: #fff;
  border: none;
  font-size:1.1em;
  font-weight:400;
  padding:7px 15px;
  border-radius:25px;
  transition: all 0.5s linear 0s;
  letter-spacing:.5px;
}
.btn-primary.buy.icon{
  padding-right:60px;
}
.btn-primary.buy.icon i{
  position:absolute;
  height:100%;
  top:0;
  right:-1px;
  width:40px;
  background:#fdd922;
  color:#58585b;
  font-size:1.4em;
  text-align:center;
  padding-top:10px;
  border-radius:0 3px 3px 0;
}
.btn-primary:hover,
.btn-black:hover,
.btn-primary:focus,
.btn-black:focus {
  color:#fff;
  background:var(--primerycolordark);
}

.btn-primary.btn-sm{
border-radius:10px;
padding:5px 10px;
}
.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: 40px;
  padding-bottom: 40px;
}
.inner-vs {
  padding-top: 30px;
  padding-bottom: 30px;
}
.inner-top-xs {
  padding-top: 40px;
}
.p-t-30 {
  padding-top: 30px;
}
.inner-bottom-xs {
  padding-bottom: 40px;
}
.inner-bottom-vs {
  padding-bottom: 60px;
}
.inner-left {
  padding-left: 75px;
}
.inner-left-md {
  padding-left: 60px;
}
.inner-left-sm {
  padding-left: 45px;
}
.inner-left-xs {
  padding-left: 30px;
}
.inner-right {
  padding-right: 75px;
}
.inner-right-md {
  padding-right: 60px;
}
.inner-right-sm {
  padding-right: 45px;
}
.inner-right-xs {
  padding-right: 30px;
}
.inner-right-vs {
  padding-right: 10px;
}
.outer-sm {
  margin-top: 80px;
  margin-bottom: 80px;
}
.outer-xs {
  margin-top: 40px;
  margin-bottom: 40px;
}

.outer-top-vs {
  margin-top: 25px;
}
.inner-bottom-15 {
  padding-bottom: 15px;
}
.outer-top-xs,.m-t-20{
  margin-top: 20px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.outer-bottom-xs,.inner-bottom-30,.m-b-20 {
  margin-bottom:20px;
}
.m-spl-5{margin-left:5px}
.m-spr-5,.m-sp-5{margin-right:5px}
@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 .section-inner{
 display:block;
 padding-top:50px;
 padding-bottom:50px;
}
.grey-bg-color{
 background-color:rgba(245,245,245,.9);
}
.primery-bg-color{
 background-color:var(--seconderycolor);
}
.primery-bg-color .section-title{
 color:#fff;
}
.bg1{
 background-image:url("../images/zm-bg1.jpg");
 background-repeat:no-repeat;
 background-position: 0 0;
 background-attachment:fixed;
}
.bg2{
 background-image:url("../images/zm-bg2.jpg");
 background-repeat:no-repeat;
 background-position: 0 0;
}
.bg3{
 background-image:url("../images/zm-bg3.jpg");
 background-repeat:no-repeat;
 background-position: 0 0;
}
.section-title {
 color:var(--primerycolor);
 background: -webkit-linear-gradient(left,var(--primerycolor),var(--seconderycolor));
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 font-weight:900;
 font-size:2.2em;
 display:table;
 margin:0px auto 30px;
}

.featured-product .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: inherit;
    text-transform: uppercase;
    font-weight: bold;
	border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding: 18px 20px;
}

.best-deal .best-seller {}

.home-owl-carousel .owl-controls,
.blog-slider .owl-controls,
.brand-slider .owl-controls {
  margin-top: 0px;
}

.custom-carousel .owl-controls {
  position: absolute;
  right: 20px;
  top: -32px;
  width: 100%;
  display: block;
}
.custom-carousel .owl-controls .owl-prev {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -25px;
  right: 27px;
  transition: all linear 0.2s;
  border-radius: 3px;
  background: #dddddd;
}
.custom-carousel .owl-controls .owl-prev:before {
  color: #fff;
  content: "\f104";
  font-family: fontawesome;
  font-size: 13px;
  left: 7px;
  position: absolute;
  top: 2px;
}
.custom-carousel .owl-controls .owl-next {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -25px;
  right: 0px;
  transition: all linear 0.2s;
  border-radius: 3px;
  background: #dddddd;
}
.custom-carousel .owl-controls .owl-next:before {
  content: "\f105";
  font-family: fontawesome;
  color: #fff;
  font-size: 13px;
  left: 7px;
  position: absolute;
  top: 2px;
}
.logo-slider .owl-controls .owl-prev,
.logo-slider .owl-controls .owl-next {
  top: -57px;
  display:none
}
.featured-product {
  margin-bottom:30px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);	
}

.featured-product .cart-btn {display:none}

.featured-product .products {
    margin-left: 0px;
    margin-right: 18px;
    padding-bottom: 15px;
}
.currency{color:#ff7878;}
.prices{color:#84b943;font-size:1.2em;font-weight:500;}
.featured-product .home-owl-carousel {padding-left: 20px;}

.last-item{
margin-bottom:30px;
background-color: #fff;
}

.products {
    margin:10px 5px 15px;
    padding:15px;
    transition: all 0.5s linear 0s;
    border:solid 1px #eee;
    border-radius:10px;
    background:#fff;
}
.products:hover{border-color:#999;}
.last-item .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
    /*text-transform: uppercase;*/
    font-weight: bold;
    /*border-bottom: 1px solid #e3e3e3;*/
    padding-bottom: 10px;
    padding: 15px 20px;
}
.last-item .section-title h3{display:inline-block;margin:0 0 0 20px;font-size:1.3em;font-weight:600;line-height:1.8;}
.last-item .section-title ul,.last-item .section-title ul li{display:inline-block;}
.last-item .section-title ul li a{padding:2px 10px;font-size:1em;opacity:.8}
.last-item .cart-btn {display:none}

.latest-blog,.new-category-section{
  background-color: #fff;
}

.latest-blog .blog-slider {
  padding-bottom:25px;
}
.latest-blog .blog-post {
  /*margin-right:25px;*/
  position:relative;
  padding:10px;
  background:rgba(255,255,255,.95);
  border-radius:10px;
}
.latest-blog .blog-post .blog-post-image .image{
    position:relative;
    padding:8px;
}
.latest-blog .blog-post .blog-post-image .image:before{
  content: " ";
  width:200px;
  height:200px;
  position:absolute;
  top:0;
  left:0;
  background: var(--primerycolordark);
  border-radius:15px;
  background: linear-gradient(to bottom, #fb0 0%, #f60 100%);
  z-index:0;
}
.latest-blog .blog-post .blog-post-image .image a {
  position:relative;
}
.latest-blog .blog-post a img {
  margin:0 auto;
  max-width:100%;
  border-radius:10px;
  transition: all 0.2s linear 0s;
}
.latest-blog .blog-post:hover img{
  transform: scale(1.02)  rotate(5deg);
}

.logo-slider-inner {
  margin-top: 20px;
  margin-bottom: 20px;
}
.logo-slider-inner .item{
  text-align: center;
}
.special-product .product:first-child {
  margin-bottom: 20px;
}

.special-product .product .image img {width:100%}
.special-product .product .col {padding-right:0px}
.special-product .product .btn-primary {
  background:none; 
  padding:0px; 
  color:#157ed2; 
  text-decoration:underline; 
  margin-top:5px;
}
.special-product .product:last-child {
  margin-top: 20px;
}

.main-slider .owl-controls .owl-buttons .icon {
  position: relative;
  top: 8px;
  color: #999;
}
.config-options ul > li > a {
  display: block;
}
.read-more-bottom {
  margin-bottom: 10px;
}
.unicase-form-control {
  border-color: #ddd;
  box-shadow: none;
  height: auto;
  padding: 10px 12px;
}
.unicase-form-control:focus {
  box-shadow: none;
  border-color: var(--primerycolor);
}
.animate-dropdown .open > .dropdown-menu,
.animate-dropdown .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration: 200ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: 200ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 200ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
.seller-product .products {
  margin-bottom: 35px;
}

.product-slider .products {margin-left:0px; margin-right:18px; padding-bottom:15px}
.product-slider .products .cart-btn {display:none}
.category-product .products .cart-btn {display: none;}

.seller-product .products .product .product-info .name {
  font-size: 18px;
  margin-top: 5px !important;
}

.show-theme-options:hover,
.show-theme-options:focus {
  background: #58585b;
}

.caret {
border:none;
display:inline-block;
width:10px;
height:10px;
margin:0;
}
.caret:before{
font-family: FontAwesome;
font-weight:normal;
content: "\f107";
position:absolute;
right:10px;
top:5px;
color:#000;
}
.main-header .top-search-holder .contact-row .icon {
  color: #58585b;
}
.top-cart-row{
  padding:5px 0 0;
  text-align:center;
  display:inline-block;
  float:right;
}

.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: var(--primerycolor);
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .price {
  color: #58585b;
}
.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: #ff7878;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-total .price {
  color: #58585b;
}

.header-style-1 .header-nav {
}

.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:rgba(0,0,0,0.05);
}
.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: #58585b;
}
.cnt-home .header-style-1.header-style-3 .header-nav .navbar .navbar-nav > li.active {
  background: #58585b;
}
.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: #58585b !important;
}
.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.open {
  background: #58585b;
}
.sidebar .side-menu nav .nav > li a:hover,
.sidebar .side-menu nav .nav > li a:focus {
  color: #58585b;
}
.sidebar .side-menu nav .nav > li a:hover:after,
.sidebar .side-menu nav .nav > li a:focus:after {
  color: #58585b;
}

.scroll-tabs .nav-tab-line li a:hover,
.scroll-tabs .nav-tab-line li a:focus {
  color: #58585b;
}

.tag.sale {
  background: #abd07e;
}
.copyright-bar .copyright a {
  color:var(--primerycolordark);
}

.footer .links-social .social-icons a:hover,
.footer .links-social .social-icons a:focus,
.footer .links-social .social-icons a.active {
  background: #58585b;
}


.product-tag .item.active,
.product-tag .item:hover,
.product-tag .item:focus {
  background: #58585b;
}

.yamm .dropdown-menu .title:hover,
.yamm .dropdown-menu .title:focus {
  color: #58585b;
}
.yamm .dropdown-menu li a:hover img{
transition: all 0.2s linear 0s;
}
.yamm .dropdown-menu li a:hover img,
.yamm .dropdown-menu li a:focus img{ 
  transform: scale(1.15)  rotate(5deg);
}
.breadcrumb ul li.active {
  color:var(--primerycolordark);
}
.breadcrumb ul a:hover,
.breadcrumb ul a:focus {
  color: #0b816a;
}
.filters-container .nav-tabs.nav-tab-box li.active a .icon {
  color: var(--primerycolordark);
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
  border: 5px solid #58585b;
}
.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: #58585b;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .compare-report span {
  color: #58585b;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page.active span {
  background: #58585b;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page:hover span {
  background: #58585b;
}
.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: #555;
}
.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) var(--primerycolor) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li.active a {
  background: var(--primerycolordark);
  background: linear-gradient(to left, var(--primerycolordark) 0%, var(--primerycolor) 100%);
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li.active a:after {
  border-color: rgba(0, 0, 0, 0) var(--primerycolor) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.single-product .product-tabs .product-technical{}
.single-product .product-tabs .product-technical > div{line-height:1.5;margin:3.5px 0}
.single-product .product-tabs .product-technical .technical-header{color:var(--primerycolordark);font-size:1.1em;font-weight:bold;}
.single-product .product-tabs .product-technical .technical-title .technical-title-inner{background:#f5f5f5;padding:8px 10px;border-radius:10px;}
.single-product .product-tabs .product-technical .technical-value .technical-value-inner{background:#f9f9f9;padding:8px 10px;border-radius:10px;}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date span {
  color: #58585b;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .author span {
  color: #58585b;
}

.main-slider .owl-controls .owl-pagination .owl-page:active span,
.main-slider .owl-controls .owl-pagination .owl-page:hover span {
  background: #58585b;
}

.homepage-container .product .tag.hot {
  background: #58585b;
}

.category-list {    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
    border-radius:15px;
}
.category-product .cart .action ul li .add-to-cart:hover,
.category-product .cart .action ul li .add-to-cart:focus {
  background: #58585b;
}

.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: #58585b;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.open {
  background: #58585b;
}
#owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page.active span {
  background:var(--primerycolor)!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: #58585b !important;
}
.cnt-homepage .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle.max-slider-handle {
  background: #58585b;
}
.blog-page .blog-post h3 a:hover,
.blog-page .blog-post h3 a:focus {
  color: #58585b;
}
.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: #58585b;
}
.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: #58585b;
}

.blog-page .blog-review .review-action a,
.blog-page .blog-review .review-action a:hover,
.blog-page .blog-review .review-action a:focus {
  color: #58585b;
}

.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title > a:not(.collapsed) span {
  background-color: #58585b;
}
.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: #58585b;
}
.checkout-box .checkout-progress-sidebar .panel-body ul li a:hover,
.checkout-box .checkout-progress-sidebar .panel-body ul li a:focus {
  color: #58585b;
}
.contact-page .contact-info .contact-i {
  background-color: #58585b;
}
.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: #58585b;
}
.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: #58585b;
}
.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: #58585b;
}
.logo-color {
  fill: #58585b;
}
.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: #58585b;
}
.cnt-homepage .single-product .product-info-block .txt.txt-qty {
  color: #58585b;
}
.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: #58585b;
  border: 2px solid #58585b;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li.active a {
  background: #58585b;
  border: 2px solid #58585b;
}

.yamm .dropdown-menu {
  border-top-color: #58585b;
}
.body-content .content-page{
  min-height:300px;
  padding-top:25px;
  padding-bottom:25px;
  background:#fff url("../images/zm-cp-bg.jpg") no-repeat 0 0;background-size:100% auto;
}

.top-bar {
  padding:0px;
  font-size: 12px;
  border-bottom:1px solid #f5f5f5;
}
.top-bar .cnt-account {
  float: right;
  padding:3px 0px;
}
.top-bar .cnt-account ul,.top-bar .cnt-block ul {
  margin: 0px;
}
.top-bar .cnt-account > ul > li {
  display: inline-block;
  line-height: 12px;
  padding:3px 7px 3px 12px;
  border-left: 1px solid hsla(0,0%,100%,.2);

}

.top-bar .cnt-account ul > li:last-child {
	border:none;
	padding-right:0px
}
.top-bar .cnt-account ul > li a,.top-bar .cnt-block ul > li a {
  color:#58585b;
  /*padding: 0px;*/
  font-weight: 400;
  transition: all 0.2s linear 0s;
  cursor:pointer;
}
.top-bar .cnt-account ul > li a i,.top-bar .cnt-block ul > li a i{
  margin-right:6px;
  font-size:1.6em;
  vertical-align:middle;
  opacity:1;
  color:var(--primerycolor);
}

.top-bar .cnt-block {
  float: left;
  padding:3px 0px;
}
.top-bar .header-top-inner .list-inline > li {
  display: inline-block;
  margin-right:10px;
  padding:0px;
}
.top-bar .header-top-inner ul.list-inline > li > a {
  padding: 5px;
  transition: all 0.2s linear 0s;
  color: #888;
  display: inline-block;
}
.top-bar .header-top-inner ul.list-inline > li > a:hover{
    color:var(--primerycolor);
}
.top-bar .header-top-inner .list-inline > li > a .value {
  margin: 2px 4px 2px 7px;
}
.top-bar .header-top-inner .list-inline > li .dropdown-menu {
  border-radius: 15px;
  border: none;
  top: 125%;
  left:0;
  right:auto;
}

.top-bar .header-top-inner .dropdown-menu>li>a {
	padding:8px 10px;
	font-size:.9em;
}
.top-bar .header-top-inner ul li .dropdown-menu li a:hover,
.top-bar .header-top-inner ul li .dropdown-menu li a:focus {
  color:var(--primerycolor);
  background:transparent;
  text-decoration: none;
}

header{
  /*background-color:#fff;*/
  position:absolute;
  width:100%;
  z-index:1000;
}
header.content-header{
  position:relative;
  background:var(--primerycolor);
  background-image: linear-gradient(90deg,#3264f5 0%, #4a54e8 30%, var(--seconderycolor) 70%,#7202bb 100%);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}
.main-header {
  padding:10px 0;
}
.main-header .logo-holder img{
  max-height:70px;
}
.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 .search-area {

}
.main-header .resultsearch,.comp-serach-result .popupDiv{background:#fff;position:absolute;right:0;top:110%;padding:10px;width:100%;border-radius:5px 5px 15px 15px;z-index:1000;border:solid 1px #ddd;border-bottom:solid 4px var(--primerycolor)}
.main-header .resultsearch .section-title,.comp-serach-result .section-title{font-size:1.02em;margin:15px 0 0;color:var(--primerycolorverydark);}
.main-header .resultsearch .alertm,.comp-serach-result .alertm{padding:5px 10px;margin-bottom:10px;font-size:.9em;}

.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;
  border-radius:0 3px 3px 0
}
.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 .dropdown-menu {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e1e1e1;
  padding: 12px 17px;
  border-radius: 0px;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a {
  padding: 0px;
  line-height:2;
}
.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 {
  font-family: inherit;
  line-height: 30px;
}

.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default {
  background: #404040;
}
.top-cart-row .dropdown-cart {
  float:left;
}

.dropdown-menu{left:0;right:auto;}
.dropdown-menu li {text-align:left;}
.dropdown-menu li a{font-size:.9em;}

.top-cart-row .dropdown-cart img {width:100%}

.top-cart-row .dropdown-cart .lnk-cart {
  padding: 0px;
  border-radius:5px;
  display: inline-block;
  color: var(--primerycolor);
  vertical-align:middle;
}
.top-cart-row .dropdown-cart .lnk-cart li{
  padding-left:0;
}
.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: 12px 12px 13px 15px;
    font-family: inherit;
    text-transform: uppercase;
    float: left;  
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket {
  float: left;
  font-size:1.8em;
  padding:8px 16px;
  background:#f9f9f9;
  border-radius:15px;
  transition: all 0.2s linear 0s;
  color: var(--primerycolordark);
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket:hover{
  color: var(--seconderycolor);
  transform: scale(1.15);
  background:#fcfcfc;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
    border-radius: 100px;
    height: 22px;
    position: absolute;
    left:0;
    top:0;
    width: 22px;
    background:var(--seconderycolor);
    color:#fff;
    font-size: 11px;
    text-align: center;
    line-height: 20px;
}
.top-cart-row .dropdown-cart .dropdown-menu {
  border:none;
  border-radius:15px;
  float: right;
  left:auto;
  right:0;
  min-width: 0;
  padding: 24px 15px;
  width: 250px;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .type-name {
 font-size:.95em;
 padding:5px;
 background:#f9f9f9;
 margin-top:0;
 margin-bottom:10px;
 color:var(--primerycolordark);
 border-radius:6px;
 text-align:center;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name {
  font-size: 13px;
  margin-top: 0px;
  color: #666;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action {
  padding: 0;
  position: relative;
  font-size: 18px;
  right:-8px;
  top: 8px;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-total .text {
  font-size: 13px;
  font-family: inherit;
  color: #666666;
  margin-right: 10px;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-total .price {
  font-weight: 700;
}
.header-style-1 .header-nav .navbar-default {
  border: medium none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  margin: 0;
  min-height:unset;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse {
  padding: 0;
}
.navbar-nav {float:none}
.special-menu a {} 

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
  color:#fff;
  font-family: inherit;
  font-size: 1.05em;
  font-weight:400;
  line-height:1.5;
  padding:20px 8px;
  text-transform: uppercase;
  transition: all 0.2s linear 0s;
  /*border-right: 1px solid rgba(255,255,255,0.1);*/
  letter-spacing:.4px;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a.dropdown-toggle:after{
font-family: FontAwesome;
content: "\f107";
position:relative;
padding:0 4px;
vertical-align:middle;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav li a:hover,.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav li a:focus,.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav li.active a ,.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav li.open a:hover
{
  color:#99ccff;
  background:transparent;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label {
  position: absolute;
  text-transform: uppercase;
  top: -4px;
  display: inline;
  padding: 1px 7px;
  color: #fff;
  font-size:.75em;
  font-weight:400;
  right:10px;
  line-height: normal;
  border-radius:6px;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label:after {
  border-width: 6px 7px 0 6px;
  right: 18px;
  top: 90%;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  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-2 .header-nav {
  background: rgba(0, 0, 0, 0) !important;
}
.header-style-2 .header-nav .navbar-default .nav-bg-class {
  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-3 .header-nav {
  background: #202020 !important;
  border: medium none;
  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.mega-menu {
  position: static;
}
.mega-menu .dropdown-menu{
  width:100%;
}
.yamm .dropdown-menu {
  /*left:auto;*/
  top: 100% ;
  border-radius:15px;
  border:none;
  padding:0px
}

.yamm .dropdown-menu .custom-banner a {padding:0px}
.yamm .dropdown-menu .banner-image,.yamm .dropdown-menu .custom-banner{
  text-align:center!important;
}

.navbar-nav .open a{
    float: none;
	background:#fff!important;
	border-radius:3px 3px 0px 0px;
}

.yamm .dropdown-menu .yamm-content {
  padding: 20px 20px;

}

.yamm .dropdown-menu .yamm-content .links li a {
  padding: 4px 0px;
  font-family: inherit;
  font-size:13px;
  color:#565656;	
}

.yamm .dropdown-menu h2 {
  font-size: 14px;
  color: #555;
  margin: 0px;
  font-weight:bold;
  border-bottom:solid 1px #eee;
}
.yamm .dropdown-menu li {
  line-height:normal;
  padding: 0px 0px;
  transition: all 0.3s ease 0s;
}
.yamm .dropdown-menu li a {
  color: #3D3D3D;
  line-height: normal;
  text-transform: none ;
  display: block;
  padding: 8px 0;
}
.yamm .dropdown-menu li a:hover,
.yamm .dropdown-menu li a:focus {
  background: rgba(0, 0, 0, 0);
  margin-left: 0px;
}
.yamm .dropdown-menu .text {
  font-size: 13px;
  line-height: 20px;
  position: relative;
  bottom: 0px;
  top: 73px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.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 {
  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;
}
.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 {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}

.sidebar .custom-carousel .owl-controls .owl-prev  {top: -20px;}
.sidebar .custom-carousel .owl-controls .owl-next  {top: -20px;}

.sidebar .side-menu .head {
  border-radius: 0px;
  color: #fff;
  font-size: 14px;
  padding: 12px 17px;
  text-transform: uppercase;
  background-color:var(--primerycolordark);
  font-weight:700;
  border-radius:15px 15px 0 0;
}
.sidebar .side-menu .head a{color:#fff;}
.sidebar .side-menu .head .icon {
  margin-left: 5px;
}
.sidebar .side-menu nav .nav > li {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  transition: all 0.3s ease 0s;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #eaeaea;

}

.sidebar .side-menu nav .nav > li:last-child {border-bottom:none}

.sidebar .side-menu nav .nav > li > a {
  padding: 13px 15px;
  color: #666666;
  font-family: inherit;
  letter-spacing:0.2px
}
.sidebar .side-menu nav .nav > li > a:after {
  color: #bababa;
  content: "\f104";
  float:left;
  font-size: 12px;
  height: 20px;
  line-height: 18px;
  transition: all 0.3s ease 0s;
  width: 10px;
  font-family: FontAwesome;
}
.sidebar .side-menu nav .nav > li > a .icon {
  font-size: 16px;
  margin-left: 12px;
}
.sidebar .side-menu nav .nav > li > a:hover,
.sidebar .side-menu nav .nav > li > a:focus {
  background: #fff;

}
.sidebar .side-menu nav .nav > li > a:hover .icon,
.sidebar .side-menu nav .nav > li > a:focus .icon {
  color: #666666;
}
.sidebar .side-menu nav .nav > li > .mega-menu {
  padding: 3px 0;
  top: 0 !important;
  right: 100%;
  margin: 0;
  min-width: 330%;
  /*338%;*/
  position: absolute;
  top: 0px;
  border-radius: 0px;
  overflow:hidden
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content {
  padding: 10px 20px;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content ul > li {

  padding:3px 0;
  transition: all 0.3s ease 0s;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content ul > li:last-child {
  border-bottom: none;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content ul > li > a {
  line-height: 26px;
  padding: 0px;
  font-size:13px;
  font-family: inherit;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content .dropdown-banner-holder {
  position: absolute;
  right: -16px;
  top: -8px;
}
.sidebar .side-menu2 nav .nav li a {
  padding: 14.3px 15px;
}
.sidebar .sidebar-module-container .sidebar-widget .widget-header {
  padding: 10px 0px;
}
.sidebar .sidebar-module-container .sidebar-widget .widget-header .widget-title {
  font-size: 13px;
  margin: 0px;
  font-weight:bold
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle {
  clear: both;
  display: block;
  font-size: 13px;
  line-height: 28px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:after {
  content:"\f068";
  float: right;
  font-family: fontawesome;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed {
  color: #666666;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed:after {
  color: #636363;
  content: "\f067";
  font-family: fontawesome;
  font-weight:normal
}
.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;
  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:0px;
}
.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;
  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-family:  inherit;
  font-size: 13px;
  font-weight: normal;
  line-height: 28px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a {
  color: #666666;
  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-position: center 55%;
  background-size: cover;
  padding-bottom:60px

}
.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;
  font-family: inherit;
  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: 10px;
  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: 10px;
  height: 10px;
  background: #ddd;
  border: none;
  border-radius: 2px;
  margin: 0 2px;
  transition: all 200ms ease-out;
}

.sidebar-widget { background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	padding:20px;
    border-radius:15px;
}
.sidebar-widget .section-title{font-size:1.1em;color:var(--primerycolordark);border-bottom:solid 1px #eee;}
.sidebar-widget .adsLink img{margin:0 auto 10px;border-radius:3px;}

.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
/*==*/
.main-slider {
  cursor: default;
  /*height: 368px;*/
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.main-slider .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;
}*/
.main-slider .owl-pagination {
  position: relative;
  line-height: 30px;
}
.main-slider .owl-buttons {
  display: block;
}
.main-slider .owl-prev,
.main-slider .owl-next {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 45px;
  font-size: 21px;
  background-color: #f2f2f2;
  border: none;
  margin: auto;
  transition: all 200ms ease-out;
  opacity: 0;
}
.main-slider .owl-prev {
  left: 20px;
  /* -35px;*/
}
.main-slider .owl-next {
  right: 20px;
}
.main-slider:hover .owl-prev {
  left: 0px;
  opacity: 0.5;
}
.main-slider:hover .owl-next {
  right: 0px;
  opacity: 0.5;
}
.main-slider:hover .owl-prev:hover,
.main-slider:hover .owl-next:hover {
  opacity: 1;
}
.main-slider .owl-outer-nav:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15%;
  width: 130%;
  height: 100%;
  z-index: 0;
}
.main-slider .owl-outer-nav .owl-wrapper-outer,
.main-slider .owl-outer-nav .owl-pagination,
.main-slider .owl-outer-nav .owl-prev,
.main-slider .owl-outer-nav .owl-next {
  z-index: 1;
}
.main-slider .owl-outer-nav .owl-controls {
  position: static;
}
.main-slider .owl-outer-nav .owl-prev {
  left: -65px;
}
.main-slider .owl-outer-nav .owl-next {
  right: -65px;
}
.main-slider .owl-outer-nav:hover .owl-prev {
  left: -80px;
}
.main-slider .owl-outer-nav:hover .owl-next {
  right: -80px;
}
.main-slider .owl-ui-md .owl-pagination {
  line-height: 45px;
}
.main-slider .owl-ui-md .owl-prev,
.main-slider .owl-ui-md .owl-next {
  width: 45px;
  height: 45px;
  font-size: 45px;
}
.main-slider .owl-ui-md .owl-prev {
  left: -55px;
}
.main-slider .owl-ui-md .owl-next {
  right: -55px;
}
.main-slider .owl-ui-md:hover .owl-prev {
  left: -60px;
}
.main-slider .owl-ui-md:hover .owl-next {
  right: -60px;
}
.main-slider .owl-outer-nav.owl-ui-md:after {
  left: -18%;
  width: 136%;
}
.main-slider .owl-outer-nav.owl-ui-md .owl-prev {
  left: -85px;
}
.main-slider .owl-outer-nav.owl-ui-md .owl-next {
  right: -85px;
}
.main-slider .owl-outer-nav.owl-ui-md:hover .owl-prev {
  left: -100px;
}
.main-slider .owl-outer-nav.owl-ui-md:hover .owl-next {
  right: -100px;
}
.main-slider .owl-ui-lg .owl-pagination {
  line-height: 60px;
}
.main-slider .owl-ui-lg .owl-prev,
.main-slider .owl-ui-lg .owl-next {
  width: 60px;
  height: 60px;
  font-size: 42px;
}
.main-slider .owl-ui-lg .owl-prev {
  left: -75px;
}
.main-slider .owl-ui-lg .owl-next {
  right: -75px;
}
.main-slider .owl-ui-lg:hover .owl-prev {
  left: -80px;
}
.main-slider .owl-ui-lg:hover .owl-next {
  right: -80px;
}
.main-slider .owl-outer-nav.owl-ui-lg:after {
  left: -22%;
  width: 144%;
}
.main-slider .owl-outer-nav.owl-ui-lg .owl-prev {
  left: -105px;
}
.owl-outer-nav.owl-ui-lg .owl-next {
  right: -105px;
}
.main-slider .owl-outer-nav.owl-ui-lg:hover .owl-prev {
  left: -120px;
}
.main-slider .owl-outer-nav.owl-ui-lg:hover .owl-next {
  right: -120px;
}
.main-slider .owl-inner-nav .owl-controls {
  position: static;
}
.main-slider .owl-inner-nav .owl-prev {
  left: 45px;
}
.main-slider .owl-inner-nav .owl-next {
  right: 45px;
}
.main-slider .owl-inner-nav:hover .owl-prev {
  left: 30px;
}
.main-slider .owl-inner-nav:hover .owl-next {
  right: 30px;
}
.main-slider .owl-outer-nav .owl-prev,
.main-slider .owl-outer-nav .owl-next,
.main-slider .owl-inner-nav .owl-prev,
.main-slider .owl-inner-nav .owl-next {
  bottom: 70px;
}
.main-slider .owl-outer-nav.owl-ui-md .owl-prev,
.main-slider .owl-outer-nav.owl-ui-md .owl-next,
.main-slider .owl-inner-nav.owl-ui-md .owl-prev,
.main-slider .owl-inner-nav.owl-ui-md .owl-next {
  bottom: 85px;
}
.main-slider .owl-outer-nav.owl-ui-lg .owl-prev,
.main-slider .owl-outer-nav.owl-ui-lg .owl-next,
.main-slider .owl-inner-nav.owl-ui-lg .owl-prev,
.main-slider .owl-inner-nav.owl-ui-lg .owl-next {
  bottom: 100px;
}
.main-slider .owl-inner-pagination .owl-pagination,
.main-slider .owl-inner-pagination .owl-prev,
.main-slider .owl-inner-pagination .owl-next {
  margin-top: -40px;
  top: -60px;
}
.main-slider .owl-inner-pagination.owl-ui-md .owl-pagination,
.main-slider .owl-inner-pagination.owl-ui-md .owl-prev,
.main-slider .owl-inner-pagination.owl-ui-md .owl-next {
  margin-top: -50px;
  top: -65px;
}
.main-slider .owl-inner-pagination.owl-ui-lg .owl-pagination,
.main-slider .owl-inner-pagination.owl-ui-lg .owl-prev,
.main-slider .owl-inner-pagination.owl-ui-lg .owl-next {
  margin-top: -60px;
  top: -75px;
}
.main-slider .owl-inner-pagination.owl-outer-nav .owl-prev,
.main-slider .owl-inner-pagination.owl-outer-nav .owl-next,
.main-slider .owl-inner-pagination.owl-inner-nav .owl-prev,
.main-slider .owl-inner-pagination.owl-inner-nav .owl-next {
  margin: auto;
  top: 0;
  bottom: 43px;
}
.main-slider .owl-inner-pagination .owl-pagination {
  transition: all 200ms ease-out;
  opacity: 0;
}
.main-slider .owl-inner-pagination:hover .owl-pagination {
  opacity: 1;
}
.main-slider .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;
}
.main-slider.height-md .item {
  height: 457px;
}
.main-slider.height-lg .item {
  height: 675px;
}
.main-slider .container {
  display: table;
  height: inherit;
}
.main-slider .caption {
  display: table-cell;
}
.main-slider .caption.vertical-center {
  vertical-align: middle;
  padding-bottom: 3vh;
}
.main-slider .caption.vertical-top {
  vertical-align: top;
  padding-top: 8vh;
}
.main-slider .caption.vertical-bottom {
  vertical-align: bottom;
  padding-bottom: 14vh;
}
.main-slider .caption.text-center {
  padding-left: 10%;
  padding-right: 10%;
}
.main-slider .caption.text-left {
  padding-right: 20%;
}
.main-slider .caption.text-right {
  padding-left: 20%;
}
.main-slider .owl-controls {
  display: block;
  position: static;
  margin-top: -47px;
 
}
.main-slider .owl-pagination {
  background: #FFF;
  line-height: inherit;
  position: relative;
  bottom: -40px;
  padding: 10px;
  display: inline-block;
  border-radius: 3px;
  margin: auto;
  opacity: 0;
  transition: all 200ms ease-out;
}
.main-slider:hover .owl-pagination {
  bottom: -15px;
  opacity: 1;
   display:none
}
.main-slider .owl-prev,
.main-slider .owl-next {
  bottom: 0;
}
.main-slider .owl-controls .owl-page {
  display: inline-block;
}
.main-slider .owl-pagination .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  background: #d3d3d3;
  border: none;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 200ms ease-out;
}
.main-slider .owl-item-gap .item {
  margin: 0 15px;
}
.main-slider .owl-item-gap-sm .item {
  margin: 0 10px;
}
.main-slider .owl-item.loading {
  min-height: inherit;
  background: none;
}
.main-slider .item {
 position:relative;
  /*background-repeat:no-repeat;
  background-color: #FFFFFF;
  background-position:center 55%;
  background-size:100% 100%;
  height: 370px;*/
}
.main-slider .item .caption {
  color: #fff;
  left: 100px;
  position: absolute;
  top:30%;
  z-index: 100;

}
.main-slider .item .caption .slider-header {
  /*font-family: 'Montserrat', sans-serif;*/
 font-size:14px;
 font-weight:bold;
 text-transform:uppercase	
}

.main-slider .item .caption .big-text {
  font-size:1.8em;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
  font-weight:600;
  /*letter-spacing:-1px*/
  padding: 0px;
  color:#fff;
}
/*.main-slider .item .caption .big-text .highlight {
  color: #fff;
}*/
.main-slider .item .caption .excerpt,
.main-slider .item .caption .small {
  font-size: 14px;
  /*line-height: 50px;*/
  margin-top: 10px;
  font-weight: 500;
  padding-left: 23px;
  background: rgba(0, 0, 0, 0);
}
.main-slider .item .caption .excerpt span,
.main-slider .item .caption .small span {
  color:#fff;
  line-height: 336%;
  padding: 5px;
  display: inline;
}
.main-slider .item .caption .button-holder {
  margin: 20px 0 0;
}
.main-slider .item .caption.bg-color .excerpt,
.main-slider .item .caption.bg-color .small {
  background: rgba(0, 0, 0, 0);
  padding: 0px;
  color: #fff;
  margin-top: 0px;
}
.main-slider .item .caption.bg-color .excerpt span,
.main-slider .item .caption.bg-color .small span {
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
  display: block;
  line-height: 24px;
}
.main-slider .full-width-slider {
  margin-bottom: 30px;
}
.main-slider .full-width-slider .item {
  background-color: #FFFFFF;
  background-position: center 55%;
  background-size: cover;
  height: 449px;
}
.main-slider .full-width-slider .item .caption {
  position: absolute;
  top: 11%;
  z-index: 100;
}
.main-slider .full-width-slider .item .caption .big-text {
  font-size: 119px;
  line-height: 80px;
  font-family: 'PacificoRegular';
  color: #fff;
  background: rgba(0, 0, 0, 0);
  padding: 0px;
  text-transform: none;
}
.main-slider .full-width-slider .item .caption .excerpt {
  font-size: 60px;
  line-height: 80px;
  margin-top: 15px;
  font-family: 'LatoBold';
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  padding: 0px;
}
.main-slider .full-width-slider .item .caption .button-holder {
  margin: 31px 0 0;
}
.cnt-homepage .homepage-slider2 {
  height: 449px;
}
.cnt-homepage .homepage-slider2 .main-slider .item .caption {
  top: 24%;
  padding-right: 10%;
  right: 0px;
  left: 0px;
}
.cnt-homepage .homepage-slider2 .main-slider .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;
  border-radius: 0px;
  border: 2px solid #e4e4e4;
}
.cnt-homepage .homepage-container .btn-primary {
  padding: 2px 17px;
  border-radius: 0px;
}
.cnt-homepage .homepage-container .main-slider .owl-prev,
.cnt-homepage .homep2474
age-container .main-slider .owl-next {
  top: 25%;
}
 
.info-boxes {
}
.info-boxes-inner {
  background-color:rgba(250,250,250,.8);
}
.info-boxes .info-box {
  padding:12.5px 25px;
  text-align:center;
}
.info-boxes .info-box .icon {
  font-size:1.5em;
  display:inline-block;
  color:var(--seconderycolor);
  margin-right:6px;
}
.info-boxes .info-box .info-box-heading {
  font-size:1em;
  line-height:21px;
  display:inline-block;
  /*text-transform: uppercase;*/
  margin-top: 0px;
  font-weight:bold;
  margin-bottom:4px;
  color:var(--primerycolor);
}

.info-boxes .info-box .text {
  color:#999;
  font-weight: normal;
  font-size: 13px;
  margin: 0px;
  letter-spacing:0.5px;
  font-family:inherit;
  
}
.scroll-tabs {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
  
}
.scroll-tabs .more-info-tab {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  padding: 15px 20px;
}
.scroll-tabs .more-info-tab .new-product-title {
  margin-bottom: 0px;
  margin-top: 5px;
  font-size:16px;
  font-family: inherit;
  text-transform: uppercase;
  font-weight:bold
}
.scroll-tabs .nav-tab-line {
  border-bottom: none;
  margin-top: 4px;
  margin-right: 55px;
}
.scroll-tabs .nav-tab-line li.active a {
  border: none;
}
.scroll-tabs .nav-tab-line li a {
   font-weight: 500;
  color: #666666;
  font-size: 13px;
  border: medium none;
  box-shadow: none;
  padding: 0 10px !important;
  position: relative;
  font-family:inherit
}
.scroll-tabs .nav-tab-line li a:hover,
.scroll-tabs .nav-tab-line li a:focus {
  background: rgba(0, 0, 0, 0);
}

.tab-content {padding-left:20px}

.product {
  position: relative;
}
.product .product-image{
  text-align:center;
}
.product .product-image a{
 display:block;
 text-align:center;
 min-height:230px;
}

.product .product-image img {
  width:auto;
  margin:0 auto;
  max-width:100%;
  max-height:230px;
}

.product .product-image .tag {
  position: absolute;
}
.product .product-info .name a:hover, .product .product-info .name a:focus {
  color: var(--primerycolor);
  letter-spacing: 0;
}
.product .product-info {
 min-height:42px;
 margin:20px auto 5px;
}

.product .product-info .name {
  font-size:1.1em;
  font-weight:400;
  margin:0;
  text-align:center;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;  
  overflow:hidden;
  line-height:1.4;
  cursor:pointer;
}
.product .product-info .star-rating .color {
  color: #ffb400;
}
.product .product-info .product-price .price {
  font-weight:400;
  font-size:1em;
  line-height: 30px;
  color:#ff7878;
}
.product .product-info .product-price .price b{color:#333;letter-spacing:1px;margin-right:5px;font-size:1.5rem;font-weight:600;}
.product .product-info .product-price .price-before-discount {
  text-decoration: line-through;
  color: #aaa;
  line-height: 30px;
  font-size: 1em;
  padding:0 5px;
}
.product .cart {
  margin-top: 5px;
  opacity: 0;
  width: 100%;
  z-index: 666;
  left:0;
  position:absolute;
  top:0;
}
.product .cart .action {
  width:100%;
  display:block;
  text-align:center;
}

.product .cart .action ul{
  display:table;
  border-radius:30px;
  background:rgba(255,255,255,.95);
  padding:5px 3px;
  margin:0 auto;
}
.product .cart .action ul li{
  display:inline-block;
  margin: 0px 2px;
}
.product .cart .action ul li.lnk a {
  display:block;
  color: #fff;
  background:#fff;
  width:40px;
  height:40px;
  border-radius:20px;
  cursor:pointer;
}
.product .cart .action ul li.lnk.buy a{
 color:var(--primerycolor);
 background:rgba(253,217,34,.4);
}
.product .cart .action ul li.lnk.wishlist a{
 color:#ccc;
 background:#eee;
}
.product .cart .action ul li.lnk.wishlist a.active{
 color:#ff7878;
 background:rgba(255,120,120,.4);
}
.product .cart .action ul li.lnk.compare a{
 color:#46aad7;
 background:rgba(70,170,215,.4);
}
.product .cart .action ul li.lnk a i{
  font-size:1.5em;
  margin:10px auto 0;
  color:inherit;
}

.product .cart .action ul li.lnk a:hover,.product .cart .action ul li.lnk a:focus{
 transform: scale(1.3)  rotate(5deg);
}
.tag {
  font-size:12px;
  font-weight:500;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-transform: uppercase;
  top: 2.5%;
  z-index: 100;
  border-radius: 50px;
  color: #fff;
  right: 10px;
  /*11px;*/
  text-align: center;
}
.tag span {
  position: relative;
  z-index: 100;
}
.tag.new {
  background: #46aad7;
}
.tag.hot {
  background: #ff7878;
}
.product:hover .cart {
  opacity: 1;
  top:45%
}

.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.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  width: 100%;
  z-index: 666;
  left: 0px;
 
 
}
.cart .action {
  float: left;
}
.add-cart-button{
  max-width:300px;
}
.add-cart-button .btn.btn-primary.icon {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #fdd922 ;
  color:#333
}


.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;

  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: 13px;
  margin-top: 0px !important;
  text-align:inherit;
}

.cnt-home .product-micro .product-info .action .lnk.btn.btn-primary {
  font-size: 12px;
  line-height: 1.7;
}
.product-category{
  padding:10px 0;
  text-align:center;
  display:block;
  cursor:pointer;
}
.product .product-micro .product-image a{
 min-height:initial;
}
.product .product-micro .product-image img{
    border-radius:10px;
}
.best-product .product:first-child {
  margin-bottom:15px;
  border-bottom:dashed 1px #eee;
  padding-bottom:15px;
}
.product-category h3{font-size:1em;}
.product-category .product-image{min-height:80px;}
.product-category .product-image img{
  max-width:50%;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;

  transition: all 0.2s linear 0s;
}
.product-category:hover img{
   transform: scale(1.2)  rotate(2deg);
}
.new-categories{
 background:url("../images/zm-bg1.jpg") no-repeat -300px 0 fixed;
}
.new-categories .new-category{
    background:rgba(255,255,255,1);
    padding-top:25px;
    padding-bottom:25px;
    margin-bottom:30px;
    font-size:1.15em;
    line-height:1.6;
}
.new-categories .new-category:nth-child(2n){
    background:rgba(255,255,255,.8);
}
.new-categories .new-category .new-category-info .name{
  margin-bottom:20px;
}
.new-categories .new-category .new-category-info .text{
  text-align: justify;
  text-justify: inter-word;
}
.new-categories .new-category .new-category-info .name a{
   color:var(--primerycolor);
   background: -webkit-linear-gradient(left,var(--primerycolor),var(--seconderycolor));
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   font-weight:600;
   font-size:2em;
}
.new-categories .new-category .new-category-image img{
    max-height:450px;
    margin:0 auto;
}
.new-categories .new-category .new-category-info .btn{
   line-height:2;
   padding:8px;
   margin-top:10px;
}
.new-categories .new-category .new-category-info .btn span,.new-categories .new-category .new-category-info .btn i{
   display:inline-block;
   vertical-align:middle;
}
.new-categories .new-category .new-category-info .btn i{
   background:#fff;
   padding:4px 2px;
   width:35px;
   text-align:center;
   margin:0 10px 0 0;
   border-radius:8px;
   font-size:1.5em;
   color:var(--primerycolor);
}
.copyright-bar {
  background:rgba(204,204,204,0.5);
  padding:10px 0px 6px;
  text-align:center;
}
.copyright-bar .copyright {
  color: var(--primerycolorverydark);
  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;
}

.wide-banner {
  overflow: hidden;
}
.wide-banner .image img {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wide-banner:hover img {
  
}
.cnt-strip {
  position: relative;
  display:block;
}
.cnt-strip .strip {
  position: absolute;
  top:30px;
  width: 100%;
  padding: 8px 10% 5px 10%;
  left:10px;
}
.cnt-strip .strip h2 {
  font-size:1.5em;
  color: #fff;
  margin:0 0 10px;
  font-weight:800;
  line-height:1.5;
  text-shadow: 1px 1px 5px #000;
}
.cnt-strip .strip.darkb h2{color: #444;text-shadow: 1px 1px 3px #fff;font-size:1.3em;}
.cnt-strip .strip .shopping-needs {
  display:block;
  color:var(--primerycolor);
  font-size:.9em;
}
.cnt-strip .strip.darkb .shopping-needs{color: var(--primerycolordark);}
.cnt-strip .strip h3 {
  font-size:1.35em;
  color: #434343;
  margin: 0;
  text-transform: uppercase;
  font-family:'Montserrat', sans-serif;
}
.cnt-strip .strip h4 {
  font-size:1.2em;
  margin: 0;
  text-transform: uppercase;
  font-family:'Montserrat', sans-serif;
}
.cnt-strip .strip.strip-text {
  width: 80%;
}

.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: .95em;
  font-weight: bold;
  line-height: 22px;
  left: -13px;
  position: absolute;
  text-align: center;
  top: 14px;
  -ms-transform: rotate(-43deg);
  letter-spacing:1px;
  /* IE 9 */
  -webkit-transform: rotate(-43deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-43deg);
  width: 100%;
}

.wide-banners.homepage-banner {
  margin-top: 30px;
}
.wide-banners.homepage-banner h4 {
  font-size: 30px;
  font-family: inherit;
}
.wide-banners.homepage-banner h3 {
  font-size: 35px;
  font-family: inherit;
}
.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;
  font-family: inherit;
}
.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;
  box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
  padding: 0.6em 0;
}
.new-banner.no-margin {
  margin-top: -10px;
}
.megamenu-banner {
  margin-top: 30px !important;
}
.megamenu-banner h3 {
  font-size: 30px;
  font-family: 'BebasNeueRegular';
}
.megamenu-banner h2 {
  font-size: 40px;
  font-family: 'BebasNeueBold';
}

.blog-slider-container .blog-slider .blog-post-info .name {
  font-size:1.4em;
  line-height:1.5;
  font-weight:400;
  text-align:center;
  margin-bottom:15px;
  letter-spacing:.5px;
}
.blog-slider-container .blog-slider .blog-post-info .name a {
  display:block;
}
.blog-slider-container .blog-slider .blog-post-info .info {
  color:#888;
  font-size: 13px;
  margin-bottom:8px;
  overflow:hidden;
  display:block;
  text-align:center;
}
.blog-slider-container .blog-slider .blog-post-info .text {
 color: #888;
 max-width:100%;
 /*display:block;
 text-overflow: ellipsis;
 overflow: hidden;
 white-space: nowrap;*/
 text-align:center;
}
.footer .links-social {
  border-top: 1px solid #e5e5e5;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  margin-bottom: 70px;
}


.social a {
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
    border-radius: 3px;
}
.social a:hover {
	color: #fff;
}

.social h4 {
	margin: 25px 0 0px 0px;
}
.social ul {
	margin: 0;
	list-style: none;
}
.social ul li {
	margin-right: 7px;
}
.social ul li {
	border-bottom: none;
}
.social a {
	transition: background 400ms ease-in-out;
	-webkit-transition: background 400ms ease-in-out;
	-moz-transition: background 400ms ease-in-out;
	-o-transition: background 400ms ease-in-out;
}
.footer .footer-logo img{
 margin:0 auto 20px;
 max-height:90px;
}
.footer .links-social .contact-info .about-us {
  margin-bottom: 20px;
}
.footer .links-social .contact-info .social-icons a {
  color: #888888;
  font-size: 16px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  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 .social .icon-socials{display:inline-block;width: 40px;height: 40px;background-repeat:no-repeat;background-size:100%;margin-right: 5px; margin-left: 5px;  -webkit-transition: all 0.2s linear 0s;-moz-transition: all 0.2s linear 0s;transition: all 0.2s linear 0s;}
.footer .social .icon-socials:hover{  transform: scale(1.1);}
.footer .social .icon-socials a{display:block;height:100%;width:100%;}
.footer .social .telegram{background-image:url('../images/telegram.png');}
.footer .social .instagram{background-image:url('../images/insta.png');}
.footer .social .aparat{background-image:url('../images/aparat.png');}
.footer .social .facebook{background-image:url('../images/facebook.png');}
.footer .social .twitter{background-image:url('../images/twitter.png');}
.footer .module-heading {
  font-size: 16px;
  text-transform: uppercase;
  font-family: inherit;
  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 {
  font-family: inherit;
}
.footer .contact-information .media .media-body a {
  color: #666666;
}
.footer .footer-bottom {
  padding-top: 30px;
  padding-bottom:10px
}
.footer .footer-bottom .footer-box{
 margin-top:20px;
 margin-bottom:20px;
 background:rgba(255,255,255,0.6);
 padding:15px 0;
 border-radius:20px;
}
.footer .footer-bottom .module-title {
 font-size: 1.16em;
 font-weight: 600;
 margin-bottom: 15px;
 color: var(--primerycolordark);
 max-width: 100%;
 display: block;
 text-overflow: ellipsis;
 overflow: hidden;
 white-space: nowrap;
}
.footer .footer-bottom .footer-box .module-title{
 font-size:1.05em;
 letter-spacing:.6px;
 font-weight:500;
}
.input-group{position: relative;display: table;border-collapse: separate;}
.input-group .form-control{display: table-cell}
.footer .footer-bottom .module-heading {
  position:relative;
  font-size:1em;
  text-transform: uppercase;
  font-family: inherit;
  color: #333;
  border-bottom:1px solid var(--primerycolor);
  margin-bottom:10px;
}
.footer .footer-bottom .module-heading:after{background:var(--primerycolordark);content:"";bottom:-1px;left:0;right:0;width:110px;height:1px;position:absolute;z-index:1}
.footer .footer-bottom .module-body ul li {

}
.toggle-footer {color:#666}
.toggle-footer a {margin-left:0px!important}
.toggle-footer a:before {display:none}
.toggle-footer i{background:#333; border-radius:2px}

.footer .footer-bottom .module-body ul li:last-child{border:none}

.footer .footer-bottom .module-body ul li a {
  font-size: 13px;
  line-height: 30px;
  color:var(--primerycolorverydark);
  position: relative;
  padding-left:10px;
  display: block;
}
.footer .footer-bottom .module-body ul li a:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left:0;
  font-size: 1em;
}
.footer .footer-bottom .module-body ul li a:hover,
.footer .footer-bottom .module-body ul li a:focus {
  color: var(--primerycolor);
}
.product-tag .item {
  background-color: #f5f5f5;
  color: #666666;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2px;
  padding: 6px 12px;
}
.product-tag .item.active,
.product-tag .item:hover,
.product-tag .item:focus {
  color: #fff;
}
.newsletter .sidebar-widget-body input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #eaeaea;
  background: #fafafa;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size:13px
}

.hot-deals .custom-carousel .owl-controls .owl-next {
	top:-20px
}
.hot-deals .custom-carousel .owl-controls .owl-prev {
	top:-20px
}
.hot-deals .products{
 text-align:center;
}

.hot-deals .hot-deal-wrapper {
  position: relative;
}
.hot-deals .hot-deal-wrapper .image img{
  width: 100%;
  border-radius:8px 8px 0 0;
}
.hot-deals .hot-deal-wrapper .sale-offer-tag {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #FFFFFF;
  font-size:1em;
  font-weight:600;
  height: 50px;
  text-transform: uppercase;
  top: -20px;
  right: -20px;
  width: 50px;
  z-index: 100;
  background: #ff7878;
  position: absolute;
}
.hot-deals .hot-deal-wrapper .sale-offer-tag span {
  position: relative;
  z-index: 100;
  top: 5px;
}
.hot-deals .hot-deal-wrapper .timing-wrapper {
  bottom: 20px;
  position: absolute;
  padding:6px 0;
  left:0;
  width:100%;
  text-align:center;
  background:rgba(211,180,102,.8);
  border-radius:30px;
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper {
  display: table;
  text-align: center;
  display:inline-block;
  vertical-align:middle;
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box {
  background-color:#fff;
  color: #333;
  display: table-cell;
  height: 44px;
  vertical-align: middle;
  width: 45px;
  line-height: 15px;
  border-radius:30px;
  box-shadow:0 2px 4px 0 rgba(0,0,0,.1)
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box .key {
  display: block;
  font-size: 1.1em;
  color:var(--primerycolordark);
  font-weight: 400;
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box .value {
  display: block;
  font-size:.8em;
  font-weight: 500;
  letter-spacing:0.5px
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper:last-child {
  margin-right: 0px;
}
.hot-deals .product-info .name {
  font-size: 14px;
  font-family: inherit;
}
.hot-deals .product-info .name a {
  color: #555;
}
.hot-deals .product-info .product-price .price {
  font-size:1em;
  line-height:30px;
  color:#ff7878;
}
.hot-deals .product-info .product-price .price b{
  color:#444;
  font-weight:500;
  font-size:1.3em;
}
.hot-deals .product-info .product-price .price-before-discount {
  text-decoration: line-through;
  color: #999;
  font-weight: 400;
  line-height: 30px;
  font-size:.9em;
  padding:0 5px;
}
.hot-deals .cart {
  margin-top: 5px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;

  transition: all 0.2s linear 0s;
  z-index: 666;
  left: 0px;
}
.hot-deals .cart .action {
  float:none;
}
.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;
}
.breadcrumb {
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin-bottom:0;
}
.breadcrumb ul {
  margin: auto;
  padding:5px 0;
  background:#fff;
}
.breadcrumb ul li:after {
 display:inline-block;
  color: #666666;
  content: "/";
  font-size: 12px;
  line-height: 24px;
  margin-right: 9px;
  margin-left: -4px;
  padding: 0px;
}
.breadcrumb ul li:last-child:after {
  content: "";
}
.breadcrumb ul li a {
  color: #666666;
  font-family:  inherit;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
}
.category-carousel {
  text-align: center;
  cursor: default;
}
.category-carousel .item {
  position: relative;
  margin-bottom:30px;
}
.category-carousel .item .caption {
  color: #636363;
  left: 12%;
  letter-spacing: -3px;
  position: absolute;
  top: 10%;
  z-index: 100;
  display: table-cell;
}
.category-carousel .item .caption .big-text {
  font-size: 100px;
  line-height: 145px;
  text-transform: uppercase;
  font-family: inherit;
  color: #fff;
}
.category-carousel .item .caption .excerpt {
  font-size:36px;
  letter-spacing:normal;
  color: #fff;
}
.category-carousel .item .caption .excerpt-normal {
  font-size:14px;
  letter-spacing:normal;
  color: #fff;
  letter-spacing:0.5px
}


.category-carousel .item .owl-controls {
  display: inline-block;
  position: relative;
  margin-top: 40px;
}
.category-carousel .item .owl-controls .owl-prev,
.category-carousel .item .owl-controls .owl-next {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  font-size: 21px;
  color: #FFF;
  background-color: #d3d3d3;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: auto;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
}
.category-carousel .item .owl-controls .owl-prev {
  left: -35px;
}
.category-carousel .item .owl-controls .owl-next {
  right: -35px;
}
.category-carousel .item:hover .owl-prev {
  left: -40px;
  opacity: .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: 15px 20px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
  border-radius:15px;
}
.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;
  float:left;
}
.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: #666666;
  font-family:  inherit;
  line-height: 18px;
  border: none !important;
  padding: 0px;
}
.filters-container .nav-tabs.nav-tab-box li a .icon {
  margin-right: 5px;
  color:var(--primerycolor);
}
.filters-container .lbl-cnt {
  color: #666666;
  font-family:  inherit;
  font-size: 12px;
  line-height: 24px;
}
.filters-container .lbl-cnt .lbl {
  color: #666666;
  display: inline-block;
  font-family:  inherit;
  font-size: 12px;
  line-height: 28px;
  margin-left: 5px;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .btn {
  border: 1px solid #ccc;
  border-radius:10px;
  padding:5px 12px;
  background: #fff;
  font-size: 13px;
}

.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu {
  border-radius:5px 5px 15px 15px;
  box-shadow: none;
  border: 1px solid #ccc;
  border-bottom:solid 4px var(--primerycolor)
}
.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);
  color:var(--primerycolordark)
}
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu .checkbox{margin:0;padding-right:10px;}
.pagination-container {
  margin-top:15px;
  margin-bottom:15px;
  display:block;
  text-align:center;
}
.pagination-container  ul li{
  background: none repeat scroll 0 0 #fff;
  padding:0;
  margin:2px;
}
.pagination-container  ul li a{
 display:block;
 border-radius:10px;
 border:solid 1px var(--primerycolor);
 color:var(--primerycolordark);
 padding:5px 10px;
 min-width:35px;
 cursor:pointer;
}
.pagination-container  ul li:first-child a,.pagination-container  ul li:last-child a{background:rgba(241,196,15,.05)}
.pagination-container  ul li a:hover,.pagination-container  ul li a.active{background:var(--primerycolor);color:#fff;}

.search-result-container .category-product .product .product-image .tag {
    width:auto;
    height: 35px;
    line-height: 35px;
    font-size:12px;
    right: 14px;
    padding:0 10px;  
}


.search-result-container .category-product-inner .product-list.product {
  position: relative;
  margin-bottom: 30px;
}
.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-top: 20px;
    top: auto;
    bottom: 0px;
    opacity: 1;
    left: 0;
    position: relative;
	margin-left:0px
}

.search-result-container .category-product-inner .product-list.product .product-info .cart-btn {
    display: block;
    margin-right: 5px;
}

.search-result-container .category-product-inner .product-list.product .tag {
  position: absolute;
  right: 12px;
  top: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 10px;
  right: 14px;
    
}
.product-list.product .product-info .name {
  font-size: 18px;
}
.product-list.product .product-info .description {
  line-height: 20px;
}

/*==*/
/*  Product Detail
/*==*/

.detail-block {
 background-color: #fff;
 box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
 overflow:hidden;
 border-radius:15px;	
}

.single-product .gallery-holder .gallery-thumbs {
  margin: 15px 0 15px;
  position: relative;
}
.single-product .gallery-holder .gallery-thumbs .pgt-title{
  display:none;
  /*display:table;
  margin:-5px auto 0;
  font-size:.9em;
  padding:5px 10px;
  text-align:center;
  border:solid 1px var(--primerycolor);
  border-radius:10px;
  color:var(--primerycolordark);*/
}
.single-product .gallery-holder .gallery-thumbs .owl-item .item {
  margin-right: 10px;
  text-align:center;
}
.single-product .gallery-holder .gallery-thumbs .owl-item .item a{
  margin:0 auto;
  display:inline-block;
}
.single-product .gallery-holder .gallery-thumbs .owl-item .item a img{
  width:60px;
  height:60px;
  border-radius:30px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  border:solid 4px #fff;
}
.single-product .gallery-holder .gallery-thumbs .owl-item .item a.active img{
  border:solid 4px var(--primerycolor);
}
.single-product .gallery-holder .gallery-thumbs .owl-item .item a:hover img{
  border:solid 4px var(--primerycolordark);
}
.single-product .product-info{
  padding:30px 0 30px 30px;
  font-size:1.06em;
}

.single-product .product-info .favorite-button{
  text-align:center;
  margin-top:6px;
}
.single-product .product-info .favorite-button .btn{
  width:40px;
  height:40px;
  border-radius:20px;
  background:#f1f1f1;
  padding:0;
  color:#ccc;
}
.single-product .product-info .favorite-button .btn.favorite.active{
 color:#ff7878;
 background:rgba(255,120,120,.4);
 box-shadow:none;
}
.single-product .product-info .favorite-button .btn i{
  margin-top:7px;
  font-size:1.5em;
  color:inherit;
}
.single-product .product-info .favorite-button .btn:hover{
  transform: scale(1.15);
  color:#666;
}
.single-product .product-info .info-list-container ul li label{
  font-size:1em;
  line-height:1.5;
  color: #888;
  padding: 0px;
}

.single-product .product-info h1{
  font-weight:bold;
  font-size:1.9em;
  color:var(--primerycolor);
}
.single-product .product-info .stock-container .stock-box .value{
  line-height:1;
  font-weight:bold;
}
.single-product .product-info .description-container {
  line-height: 20px;
  color: #888;
  max-width:100%;
  display:block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.single-product .product-info .price-container {
  border-bottom: 1px dashed #ccc;
  border-top: 1px dashed #ccc;
  margin-bottom: 0;
  padding:15px 0;
}
.single-product .product-info .price-container .price-box .price {
  padding-left:10px;
  color:#ff7878;
}
.single-product .product-info .price-container .price-box .price b{
  color:var(--primerycolordark);
  font-size:2em;
  font-weight:600;
  line-height: 50px;
}
.single-product .product-info .price-container .price-box .price-strike {
  color: #777;
  text-decoration: line-through;
}
.single-product .product-info .quantity-container {
  margin-bottom: 0;
  padding: 20px 0 0;
}
.single-product .product-info .quantity-container .label {
  font-size: 14px;
  font-family: inherit;
  line-height: 35px;
  text-transform: uppercase;
  color: #666666;
  padding: 0px;
  font-weight: normal;
}
.colors-groups-container .colors-groups .fl-title{
  font-size:1.1em;
  line-height:2;
  color:var(--primerycolordark);
  font-weight:600;
}
.colors-groups-container .colors-groups .color-list{
 
}
.colors-groups-container .colors-groups .color-list li{
  position:relative;
  margin:2px 1%;
  display:inline-block;
  border-radius:15px;
  cursor:pointer;
}
.colors-groups-container .colors-groups .color-list li.active{
  border: solid 2px var(--primerycolordark);
}
.colors-groups-container .colors-groups .color-list li h4{
  opacity:0;
  position:absolute;
  top:-60px;
  right:-50%;
  min-width:200%;
  padding:4px 6px;
  font-size:.95em;
  display:block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height:1.3;
  background:#fff;
  color:var(--primerycolordark);
  border-radius:10px;
  text-align:center;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  z-index:-1;
  box-shadow:0 1px 5px rgba(0,0,0,.3);
}
.colors-groups-container .colors-groups .color-list li:hover h4,.colors-groups-container .colors-groups .color-list li h4.active{
 top:-45px;
 opacity:1;
 z-index:10;
}
.colors-groups-container .colors-groups .color-list li span{
 display:block;
 height:40px;
 width:40px;
 border-radius:13px;
 border:solid 4px #fff;
 -webkit-transition: all 0.2s linear 0s;
 -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.colors-groups-container .colors-groups .color-list span:hover{
 border:solid 4px transparent;
}
.colors-groups-container .colors-groups .color-list li em{
 position:absolute;
 top:15%;
 width:70%;
 height:70%;
 left:15%;
 color:var(--seconderycolor);
 text-align:center;
 z-index:10;
}
.colors-groups-container .colors-groups .color-list li em i {
 text-shadow:0 2px 3px rgba(0,0,0,.9);
}
.single-product .product-info .quantity-container .cart-quantity .quant-input {
  display: inline-block;
  height: 35px;
  position: relative;
  width: 70px;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 100%;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow {
  box-sizing: border-box;
  display: block;
  text-align: center;
  width: 40px;
  cursor: pointer;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon {
  position: relative;
  font-size:1.2em;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  color:inherit;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir:hover{
  color:var(--primerycolordark);
}
.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 #ccc;
  box-sizing: border-box;
  font-size: 15px;
  height: 35px;
  left: 0;
  padding: 0 20px 0 18px;
  position: absolute;
  top: 0;
  width: 70px;
  z-index: 1;
}
.single-product .product-info .product-social-link .social-label {
  font-size: 15px;
  font-family: inherit;
  line-height: 20px;
  text-transform: uppercase;
}
.single-product .product-info .product-social-link .social-icons {
  display: inline-block;
}
.single-product .product-info .product-social-link .social-icons ul li a {
  color: #888888;
  font-size: 16px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  padding: 5px 6px;
}
.single-product .product-info .product-social-link .social-icons ul li a:hover,
.single-product .product-info .product-social-link .social-icons ul li a:focus {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
}
.single-product .product-tabs {
  margin-top: 30px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  padding: 0px;
  overflow:hidden;
  margin-bottom:30px;
  border-radius:15px;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li {
  float: none !important;

}
.single-product .nav-tabs {border:none}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a {
  border: none;
  color: #555;
  display: block;
  padding: 12px 28px;
  margin:0;
  font-size: 13px;
  line-height: 28px;
  text-transform: uppercase;
  position: relative;
  background: #f8f8f8;
  border: 1px #fff solid;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:hover,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:focus {
  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.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 10px 7.5px 1px;
  content: "";
  height: 0;
  position: absolute;
  top: 20px;
  width: 0;
  left: -10px;
}
.single-product .product-tabs .tab-content {
 padding-left:0px
}
.single-product .product-tabs .tab-content .tab-pane {
  padding: 24px;
}
.single-product .product-tabs .tab-content .tab-pane .text {
  line-height: 20px;
  margin:5px 0 0;
  color:#999;
}
.single-product .hichart{direction:ltr;margin:20px auto;width:100%;}
.single-product #owl-single-product-thumbnails .owl-controls {
  position: absolute;
  text-align: center;
  top: auto;
  width: 100%;
  margin-top: 20px;
}
.single-product #owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page {
  display: inline-block;
}
.single-product #owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page span {
  background: none repeat scroll 0 0 #ddd;
  border: medium none;
  border-radius:5px;
  display: block;
  height: 10px;
  margin: 0 2px;
  -webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
  width: 10px;
  cursor: pointer;
}

.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 .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 .info-list-container .stock-box .label {
  color: #434343;
  font-family: inherit;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  padding: 0;
  text-transform: none;
}
.cnt-homepage .single-product .product-info-block .info-list-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: #666666;
  font-family: inherit;
  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: #666666;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 10px;
  font-family: inherit;

}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review {
  margin-bottom: 20px;
  font-family:  inherit;
  text-transform: none;
  background:#f8f8f8;
  padding:20px
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title {
  margin-bottom: 5px;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .summary {
  color: #444;
  font-size:1.1em;
  font-weight:600;
  margin-left: 10px;

}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date span {
  margin-right: 5px;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .author span {
  margin-right: 5px;
}
.product-tabs .tab-content .tab-pane .product-add-review .title {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 10px;
  font-family: inherit;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-table .table thead th {
    font-weight: normal;
    border-bottom-width: 1px;
    text-align: center;
    vertical-align: middle;
    background: #f8f8f8;
	border:none
}
.product-tabs .tab-content .tab-pane .product-add-review .review-table .table tbody tr td {
  text-align: center;
  vertical-align: middle;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-table .table tbody tr td input {
  float: none;
  margin: auto;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-form label {
  font-weight: normal;
  font-size: 13px;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-form label .astk {
  color: #FF0000;
  font-size: 12px;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-form .txt {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-tabs .tab-content .tab-pane .product-tag .title {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 20px;
  font-family: inherit;
}
.product-tabs .tab-content .tab-pane .product-tag .form-group label {
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  margin-right: 10px;
}

.product-tabs .tab-content .tab-pane .product-tag .form-group .text {
  margin-left: 90px;
}
.furniture-container .product {
  position: relative;
}
.furniture-container .product .btn-primary {
  font-size: 15px;
  line-height: 30px;
  font-family: inherit;
  background: #cbc9c9;
  text-transform: uppercase;
  border: none;
  color: #fff;
}
.furniture-container .product .btn-primary:hover,
.furniture-container .product .btn-primary:focus {
  border: none;
}
.furniture-container .best-seller .product .product-info .name,
.furniture-container .special-offer .product .product-info .name {
  margin-top: 4px;
}
.furniture-container .cart {
  margin-top: 5px;
  opacity: 1;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;

  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 .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;
  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-info .name {
  font-size: 18px !important;
  font-family: inherit;
}

.homepage-container .product .product-info .star-rating .color {
  color: #ffb400;
}
.homepage-container .product .product-info .product-price .price {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  margin-right: 8px;
}
.homepage-container .product .product-info .product-price .price-before-discount {
  text-decoration: line-through;
  color: #d3d3d3;
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
}
.homepage-container .product .cart {
  margin-top: 5px;
  width: 100%;
  z-index: 666;
  left: 0px;
  opacity: 1;
}

.homepage-container .product .cart .action .add-cart-button .btn.btn-primary.icon {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #575757 ;
}
.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;
}
.homepage-container .blog-slider-container .blog-slider .blog-post-info .name {
  font-size: 18px;
}
.homepage-container .btn-primary {
  font-size: 15px;
  line-height: 30px;
  font-family: inherit;
  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;

  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;
  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
/*==*/

.blog-page .blog-post {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border-radius:15px;
    padding: 20px;
}

.blog-page .blog-post h3 {
  font-weight:bold;
}
.blog-page .blog-post h3 a {
  color: #555;
    font-size: .9em;
    line-height:1.6;
    min-height:50px;
}
.blog-page.blog-list .blog-post h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.blog-page .tab-content .blog-post {padding:0px 0px 25px 0px!important; box-shadow:none!important}

.blog-page .blog-post span.author {
  padding-right: 20px;
  color: #aaa;
  font-size: 13px;
}
.blog-page .blog-post p {
  padding-top: 16px;
  font-size: 13px;
  color: #666666;
  margin-bottom: 0px;
    min-height:70px;
}
.blog-page.blog-list .blog-post p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.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;
   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-family: inherit;
  font-size: 15px;

}
.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;
  font-size: 13px;
  color: #666666;
}
.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: #666666;
}
.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;
  letter-spacing:1px
}
.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;
  letter-spacing:0.5px
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav > li > a {
  padding: 0px;
  color: #666666;
}
.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;
}
.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-family: inherit;
  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;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
}

.blog-review {
	background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;}
	
.blog-write-comment {
	background-color: #f9f9f9;
    padding:10px 0;}	

.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 .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;
  font-family: inherit;
  color: #555;
  margin: 0px;
}
.blog-page .blog-post-author-details p {
  font-size: 13px;
  color: #666666;
  padding: 16px 0px 0px 0px;
  text-align: justify;
}
.blog-page .blog-review .title-review-comments {
  font-size: 16px;
  color: #555;
  font-family: inherit;
  margin-bottom: 40px;

}
.blog-page .blog-review p {
  font-size: 13px;
  color: #666666;

}
.blog-page .blog-review .review-action {
  font-size: 12px;
  color: #666666;
  float:left;
}
.blog-page .blog-review .post-load-more {
  text-align: center;
  padding-bottom: 10px;
}
.blog-review img{max-height:80px;}
.blog-page .blog-post .author:before,
.blog-page .blog-post .review:before,
.blog-page .blog-post .date-time:before {
  display:inline-block;
  color:var(--seconderycolor);
  font-size:1.2em;
  padding-right:6px;
  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: #666666;
  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: "\f007";
}
.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 > 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: 14px;
  color: #555;
  font-family: inherit;
  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-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;
}

/*==*/
/* Checkout
/*==*/
.checkout-box .checkout-steps .panel-default    {
	background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login .form .form-group .info-title {
  font-family:  inherit;
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 13px;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login .forgot-password {
  padding-top: 14px;
  display: inline-block;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a {
  font-size: 13px;
  color: #666666;
  text-decoration: underline;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login button {
  margin-top: 15px;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title {
  margin: 0px !important;
  font-size:.85em;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a {
  color: #555;
  text-transform: uppercase;
  display: block;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a span {
  background-color: #aaaaaa;
  color: #fff !important;
  display: inline-block;
  padding: 14px 20px;
}
.checkout-box .checkout-steps .checkout-subtitle {
  font-size:1em;
  color: #434343;
  margin-right: 12px;
}
.checkout-box .checkout-steps .panel-body {
  padding: 20px;
  border:none
}

.panel-group .panel-heading+.panel-collapse>.panel-body {border:none}

.checkout-box .checkout-steps .guest-login .form .radio-checkout-unicase .guest-check {
  margin-bottom: 6px;
}
.checkout-box .checkout-steps .guest-login ul .save-time-reg {
  padding-bottom: 4px;
}
.checkout-box .panel-group .panel {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
      background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
	border:none
}
.checkout-box .checkout-progress-sidebar .panel-body ul li a {
  color: #666666;
}
.checkout-box .checkout-progress-sidebar .panel .panel-heading {
  padding: 27px 30px;
  border-bottom: 1px solid #ddd;
}
.checkout-box .checkout-progress-sidebar .panel .panel-heading h4 {
    margin: 0px;
    background: #fff;
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 14px;
    margin-bottom: 10px;
    color:#555;
}
.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-family: inherit;
  font-size: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  padding:0px;
  border:none
}
.checkout-box .checkout-steps .guest-login .title-tag-line,
.checkout-box .checkout-steps .already-registered-login .title-tag-line {
  margin-bottom: 15px;
  font-size: 13px;
}
.checkout-box .checkout-steps .guest-login .form .radio-checkout-unicase,
.checkout-box .checkout-steps .guest-login ul {
  padding-left: 10px;
  font-size: 13px;
}

.checkout-progress-sidebar .nav>li>a {padding: 10px 0px;} 
.checkout-progress-sidebar .nav>li>a:hover, .nav>li>a:focus {background:none}

/*==*/
/*  Contact Us
/*==*/

.contact-page {
	background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border-radius:15px;
    padding: 20px;
	overflow:hidden}	

.contact-page .contact-map iframe {
  height: 400px;
  width: 100%;
}
.contact-page .contact-info {
  font-size: 13px;
  color: #666;
}
.contact-page .contact-info .contact-i {
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  margin-right: 16px;
  float: left;
}
.contact-page .contact-info .contact-i i {
  padding-top: 8px;
  font-size: 14px;
}
.contact-page .contact-info .contact-span {
  display: block;
}
.contact-page .contact-title h4 {
  margin-bottom: 30px;
}
.contact-page .contact-info .address,
.contact-page .contact-info .phone-no {
  margin-bottom: 10px;
}


/*==*/
/*  Shopping Cart
/*==*/

.shopping-cart {
padding: 20px 0;
overflow:hidden	
}

.shopping-cart .shopping-cart-table {
  margin-bottom: 50px;
}
.shopping-cart .shopping-cart-table table {
  margin-bottom: 0px !important;
}
.shopping-cart .shopping-cart-table table tbody tr td {
  vertical-align: middle;
  text-align:center;
}

.shopping-cart .cart-image img {
 width:100px
}

.cart-shopping-total {background:#f8f8f8}

.shopping-cart .shopping-cart-table table tbody tr .romove-item a {
  font-size: 18px;
  color: #666666;
}
.shopping-cart .shopping-cart-table table tbody tr .romove-item a:hover,
.shopping-cart .shopping-cart-table table tbody tr .romove-item a:focus {
  color: #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-family: inherit;
  font-size: 16px;

}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
  color: #555;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .reviews {
  font-size: 11px;
  color: #aaa;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info {
  margin-top: 10px;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span {
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
  font-size: 12px;
  text-transform: lowercase;
  margin-left: 14px;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a {
  color: #666666;
  text-decoration: underline;
}
.shopping-cart .shopping-cart-table .table > thead > tr > th {
  text-align: center;
  padding:5px;
  border-width:1px;
}
.shopping-cart .shopping-cart-table .shopping-cart-btn span {
  padding: 20px 0px;
  display: block;
}
.shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
  font-size: 14px;
  color: #555;
  margin-bottom: 2px;
  margin-top: 0px;
  display: block;
}
.shopping-cart .estimate-ship-tax table thead tr th p {
  font-size: 13px;
  color: #666666;
  font-weight: normal;
  margin-bottom: 0px;
}
.shopping-cart .estimate-ship-tax table thead tr > th {
  padding: 24px 10px 20px 10px;
}
.shopping-cart .estimate-ship-tax table tbody tr > td {
  padding: 24px 10px !important;
}
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .selectpicker {
  background: #fff;
  color: #999;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eee;
}
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover,
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
  background: rgba(0, 0, 0, 0);
}
.shopping-cart .cart-shopping-total table thead tr th {
  background-color: #fafafa;
  text-align: right;
  padding: 24px 50px;

}
.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
  color: #555;
  margin-bottom: 7px;
}
.shopping-cart .cart-shopping-total table tbody tr td {
  padding: 24px 50px;
}
.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn button {
  float: right !important;
  margin-bottom: 8px;
}
.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn span {
  display: block;
  font-weight: normal;
  color: #666666;
}
.shopping-cart .shopping-cart-table table tbody tr .romove-item,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-quantity {
  text-align: center;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total span,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total span {
  display: block;
  font-family: inherit;
  font-size: 16px;
  color: #555;
  text-transform: uppercase;
}
.shopping-cart .estimate-ship-tax table tbody tr td .form-group label,
.shopping-cart .estimate-ship-tax table tbody tr td .form-group input,
.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: #999;
}

.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-family: inherit;
  font-size: 14px;
}
.shopping-cart-table table tbody tr td .quant-input {
  display: inline-block;
  height: 35px;
  position: relative;
  width: 70px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  text-align: center;
  width: 40px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
  top: 5px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
  top: -7px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon {
  position: relative;
}
.shopping-cart-table table tbody tr td .quant-input input {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 15px;
  height: 35px;
  left: 0;
  padding: 0 20px 0 18px;
  position: absolute;
  top: 0;
  width: 70px;
  z-index: 1;
  text-align:left;
}

.checkout-btn { background:#fdd922; color:#333; padding: 10px 18px;}

.product-comparison table tr td a img  {width:150px!important}

.product-comparison .compare-table tr th {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  padding: 18px 10px;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  text-align:center;
}
.product-comparison .compare-table tr td {
  padding: 18px 30px;
  border: 1px solid #e5e5e5;
  text-align:center;
}
.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;
}
.product-comparison .compare-table tr td .product-price .price {
  font-size:1.1em;
  margin:0 5px;
  color:#ff7878;
}
.product-comparison .compare-table tr td .product-price .price b{
  font-weight:400;
  color:#58585b;
  margin:0 5px;
}
.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 {
color:#888;
}
.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: #ff7878;
}
.product-comparison .compare-table tr td .remove-icon:hover,
.product-comparison .compare-table tr td .remove-icon:focus {
  color: #000;
}
.body-content .x-page .x-text h1 {
  display:table;
  font-size: 200px;
  font-weight:bold;
  margin:0 auto;
  color: #631a37;
  background: linear-gradient(to left, var(--primerycolor) 0%, var(--primerycolordark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.body-content .x-page .x-text p {
  font-size:1.5em;
  font-weight:800;
  color:#ff7878
}

.body-content .x-page .x-text .form input {
  border: 1px solid #e0e0e0;
  border-radius:10px;
  color: #3d3d3d;
  padding:6px 13px 8px;
  font-size: 15px;
  width: 40%;
}
.body-content .x-page .x-text a {
  font-size: 15px;
}

/*==*/
/*  Terms and Condition/track orders  /*
/*==*/
.simple-tr-page {
    overflow: hidden;
}
.simple-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border-radius:15px;
    padding: 20px;
    overflow: hidden;
    min-height:150px;
}

.body-content .simple-page .terms-conditions h2,
.body-content .faq-page h2,
.body-content .simple-page .terms-conditions h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #555;
    font-family: inherit;
    margin-bottom: 30px;
    font-weight: bold;
}
.body-content .simple-page .terms-conditions ol {
  padding-left: 22px;
}
.body-content .simple-page .terms-conditions ol li {
  font-style: normal;
  font-size: 13px;
  color: #666;
  padding-bottom: 20px;
}
.body-content .simple-page .terms-conditions p {
  font-size: 15px;
}

.track-order-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
    overflow: hidden;
}

.product-comparison {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border-radius:15px;
    padding: 20px;
}

.faq-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
    overflow: hidden;
}

.faq-page .panel-group .panel {padding:0px; box-shadow:none}


.body-content .simple-page .terms-conditions span,
.body-content .faq-page .title-tag,
.body-content .track-order-page span {
  display: block;
  font-style: normal;
  font-size: 14px;
  color: #666;
}
.body-content .faq-page .title-tag {
  text-align: left;
  padding-bottom: 30px;
}
.body-content .track-order-page .register-form label {
  font-weight: 400;
  font-size: 14px;
}
.body-content .track-order-page .register-form .form-group {
  margin-bottom: 25px;
}


/*==*/
/*  Wishlist
/*==*/

.my-wishlist-page {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
  padding: 20px;
  overflow: hidden;
}

.heading-title {
  text-transform: none!important;
  font-size:1.5em;
  color:var(--primerycolor);
  background: -webkit-linear-gradient(left,var(--primerycolor),var(--seconderycolor));
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
  padding: 0px 0px 15px 0px;
  margin:10px 0 20px;
  font-weight: bold!important;
  border-bottom: 1px #e5e5e5 solid;}
.heading-title.simple{padding-bottom:0;border:none;margin:0}
.body-content .my-wishlist-page .my-wishlist table > thead > tr > th {
  text-align: center;
  font-size: 30px;
  font-family: inherit;
  text-transform: uppercase;
  border: none;
  font-weight: 400;
}

.body-content .my-wishlist-page img {width:100%}
.body-content .my-wishlist-page .my-wishlist table tbody tr:nth-child(even) {
  border-top: 1px solid #ddd;
}
.body-content .my-wishlist-page .my-wishlist table tbody .product-name {
  font-size: 16px;
  font-family: inherit;
  padding-bottom: 6px;
}
.body-content .my-wishlist-page .my-wishlist table tbody .product-name a {
  color: #434343;
}
.body-content .my-wishlist-page .my-wishlist table tbody .rating span {
  font-size: 11px;
  color: #aaa;
  padding-left: 10px;
}
.body-content .my-wishlist-page .my-wishlist table tbody .rating .rate {
  color: #ffb400;
}
.body-content .my-wishlist-page .my-wishlist table tbody .rating .non-rate {
  color: #dcdcdc;
}
.body-content .my-wishlist-page .my-wishlist table tbody .price {
  font-size: 16px;
  padding-top: 4px;
  font-weight: bold;
}
.body-content .my-wishlist-page .my-wishlist table tbody .price span {
  font-size: 15px;
  color: #ddd;
  text-decoration: line-through;
  padding-left: 10px;
}
.body-content .my-wishlist-page .my-wishlist table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
  border: none;
  padding:10px 5px;
}
.body-content .my-wishlist-page .my-wishlist table tbody .close-btn a,
.body-content .my-wishlist-page .my-wishlist table tbody .close-btn a:hover {
  color: #ff7878;
  font-size: 15px;
}

/*==*/
/*  Signup and login
/*==*/

.sign-in-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border-radius:15px;
    padding: 20px;
    overflow: hidden;
}

.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 i.poffset6px {
  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;
  font-family: inherit;
  padding-bottom: 14px;
  text-transform: uppercase;
  display: inline-block;
}
.body-content .sign-in-page .register-form label {
  font-size: 14px;
  font-weight: 400;
}
.body-content .sign-in-page .register-form .form-group {
  margin-bottom: 25px;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -5px;

}
.tooltip-inner {
font-family: inherit;
border-radius:2px;
min-width:70px;
z-index:10000
}

/*==*/
/*  Testimonials
/*==*/

.avatar  {margin-top:10px; text-align:center; overflow:hidden; margin-bottom:10px}
.avatar img  {border-radius:0px; margin-bottom:10px; width:auto; display:inline-block; width:110px }
.testimonials {color:#333;font-size:13px; margin-bottom:15px; letter-spacing:0.5px;}
.clients_author h4{font-size:1.2em; font-weight:bold; display:block;}
.clients_author span{font-size:1em; font-weight:normal; color:#888; display:block;}
.testimonials-section .bx-wrapper .bx-pager {padding-top: 30px;}
.testimonials-section .bx-wrapper {margin: 0 0 50px;}
.testimonials-section em {font-size:30px; font-style:normal; vertical-align:top; display:inline-block; line-height:5px; margin-top:15px;     font-family: Arial, Helvetica, sans-serif;}

/*==*/
/*  photo-gallery
/*==*/
.photo-gallery .images{display:block;margin-bottom:20px;padding:20px;border:solid 1px #eee;border-radius:15px}
.photo-gallery .images .image img{border-radius:10px;}
.photo-gallery .images:hover{border-color:var(--primerycolor);}
.photo-gallery .images .image-like{text-align:left;margin:10px 0 5px;}
.photo-gallery .image-like i{color:#ff7878;}
.photo-gallery .images .image-like span {
  display: block;
}
/*==*/
/*  LHS banners
/*==*/

.home-banner,.wide-banner{
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
  border-radius:5px;
  cursor:pointer;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;

  transition: all 0.2s linear 0s;
}
.home-banner:hover, .wide-banner:hover {
  transform: scale(1.02);
}
.home-banner img,.wide-banner img{
  border-radius:10px;width:100%;
}

/*responsive*/

@media (max-width: 767px) {
   .top-cart-row{padding:0;}
   .top-cart-row .dropdown-cart .dropdown{position:static;}
   .navbar-default .navbar-toggle{border:none;background:transparent;margin-right:0;float:none;}
   .navbar-default .navbar-toggle .icon-bar {background-color:#f9f9f9;transition: all 0.2s linear 0s;}
   .navbar-default .navbar-toggle .icon-bar + .icon-bar{margin-top:6px;}
   .navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background:transparent;}
   .navbar-default .navbar-toggle:hover .icon-bar {background-color:#ff9900;}
   .navbar-collapse {box-shadow:none; border:none; padding-right: 15px; padding-left: 15px;}
   header{position:relative;  background:var(--primerycolor);background-image: linear-gradient(90deg,#3264f5 0%, #4a54e8 30%, var(--seconderycolor) 70%,#7202bb 100%);  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);}
   .header-style-1 .header-nav .navbar-default .navbar-collapse {padding-right: 15px; padding-left: 15px;}
   .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {border:none}
   .mega-menu img {width:100%}
   .yamm .dropdown-menu .yamm-content .col-menu {margin-bottom:15px}
	
  .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-block .list-inline li {
    margin:0px 0;
  }
  .main-header .logo-holder {
    margin:5px 0 10px;
  }
  .main-header .logo-holder a,.main-header .logo-holder img{
      margin:0 auto;
  }
  .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{
  }
  .sidebar .side-menu nav .nav > li > .mega-menu {
    left: 0px;
    min-width: 100%;
    top: 100%!important;
  }
  .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;
  }
  .wide-banners .wide-banner:first-child {
    margin-bottom: 10px;
  }
  .header-nav .yamm .dropdown-menu {
    background: #fff;
  }
  .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;
  }
  .single-product .product-info {
    padding:10px;
  }
  .product .cart{
  opacity:1;
  }
  .product:hover .cart{
  top:0;
  }
  .yamm .dropdown-menu.pages {
    padding: 10px 37px;
  }
  .hot-deal-wrapper .image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .main-slider .item .caption{left:auto;width:100%;text-align:center;padding:0 22px;}
  .main-slider .item .caption .big-text {display:table;font-size:1.1em;line-height: normal;background:rgba(0,0,0,.4);padding:10px 10px;margin:0 auto;border-radius:15px 5px 15px 15px;}
  .main-slider .item .caption .btn-primary {padding:5px 15px;}
  .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;
    padding-left:5px;
    padding-right:5px;
  }
  .info-boxes .info-box .icon{
   clear:both;
   display:block;
   float:none;
  }
  .info-boxes .info-box .text{
   max-width:100%;
   display:block;
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
  }
  .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;
  }
  
 .hot-deals .products {margin-right:15px}

 .copyright-bar .payment-methods {text-align:left; margin-top:10px}
}
@media (min-width:768px) {
    .navbar-nav>li{
        float:none;
        display:inline-block;
        margin: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-bar .cnt-account ul > li {

  }
  .sidebar .side-menu nav .nav > li > .mega-menu {
    min-width: 100%;
    left: 0px;
	top:100%!important
  }
  .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 15px;
  }
  .cnt-homepage .container {
    width: 100%;
  }
  .body-content .sidebar {
    margin-bottom: 30px;
  }
  .blog-slider .image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .owl-item {
    padding: 10px;
  }
  .main-slider .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 {
    margin-top: 10px;
  }
  .main-header .contact-row {
    text-align: center;
  }
  .special-menu {display:none!important}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product .product-image a{
   min-height:200px;
  }
  .main-header .top-search-holder .search-area .control-group {
    position: relative;
  }
  .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;
  }
  
  .special-menu {display:none!important}
}
@media (max-width: 480px) {
  .top-cart-row .dropdown {right: 20px;position:static;}
  .top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket{padding:6px 12px; }
  .main-slider .item .caption .big-text {padding:5px 10px;}
  .main-slider .item .caption .btn-primary {display:none}
  .single-product .product-info h1,.single-product .product-info .price-container .price-box .price b{font-size:1.4em;}
  .single-product .product-tabs .tab-content .tab-pane {padding:15px 0;}
}


