﻿
/*==*/
/*  GENERAL
/*==*/
:root {
    --primerycolor: #622873;
    --seconderycolor: #ea2a66;
    --seconderycolordark: #ac1c49;
    --primerycolorrgb: rgba(98,40,115,.9);
    --primerycolordark: #4c1e59;
    --primerycolorverydark: #4c1e59;
    --lightred: #ea2a66;
}
/* 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 {-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;}
.form .form-group label span.required,.red-text{color:#ed1c24;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;}
.theme_color_primery{color:var(--primerycolor);}
.theme_color_secondery{background-color:var(--seconderycolor);}
.theme_bg_primery{background-color:var(--primerycolor);}
.theme_bg_secondery{background-color:var(--seconderycolor);}
.theme_bg_white{background-color:#fff;}
.theme_color_white{color:#fff;}
.bold,strong{font-weight:bold!important;}
.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 {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  color:var(--primerycolordark);
  transition: all 0.2s linear 0s;
  color:#555;
}
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: 'Open Sans', sans-serif;
  background-color: #fff;
}

.reset{
  margin:0!important;
}
.mt-0,.reset-top {
  margin-top: 0 !important;
}
.mb-0, .reset-bottom {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
    .mt-md-2 {
        margin-top:20px!important;
    }
}
.center-align{
  margin:0 auto;
}
.no-padding,.p-0{
  padding:0!important;
}
.no-box-shadow{
  box-shadow:none!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;
}
h4{font-size:16px;}
h3,.h3{font-size:18px;}
h2{font-size:20px;}
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: rgba(0,0,0,.1);
  color: #fff;
  font-weight: 700;
  line-height: 30px;
  border: none;
  color: #555;
  border-radius: 20px;
  padding: 6px;
  transition: all 0.2s linear 0s;
}

.btn-primary {
  position:relative;
  background:var(--primerycolor);
  color: #fff;
  border: none;
  font-size:13px;
  border-radius:0;
  padding:7px 12px;
  border-radius:10px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.btn-secondery-transparent {
  padding:6px 8px;
  font-size:.98em;
  background:#f6f6f6;
  color:#555;
  border-radius: 20px;
  transition: all linear 0.2s;
}
.btn-primary.buy.icon{
  padding-right:60px;
}
.btn i.icon{
  margin:0 0 0 5px;
  font-size:1.2em;
  vertical-align:middle;
  width:25px;
  height:25px;
  background:var(--primerycolor);
  color:#fff;
  border-radius:12.5px;
  padding-top:5px;
}
.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-secondery-transparent:hover,
.btn-secondery-transparent:focus {
    background: var(--primerycolor);
    border-color: var(--primerycolor);
    color: #fff;
}
.btn-primary.btn-sm{
border-radius:10px;
padding:5px 10px;
}
.center-block {
  float: none;
}

.inner-md {
  padding-top: 100px!important;
  padding-bottom: 70px!important;
}
.inner-sm {
  padding-top: 50px!important;
  padding-bottom: 50px!important;
}
.inner-xs {
  padding-top: 20px!important;
  padding-bottom: 20px!important;
}
.inner-vs {
  padding-top: 30px!important;
  padding-bottom: 30px!important;
}
.pt-2,.p-t-30,.inner-top-xs {
  padding-top: 20px;
}
.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;
}
.mt-1, .m-1-5 {
  margin-top: 5px;
}
.mb-1, .m-b-5 {
  margin-bottom: 5px;
}
.mt-2, .m-t-10 {
  margin-top: 10px;
}
.mb-2, .m-b-10 {
  margin-bottom: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.outer-bottom-xs,.inner-bottom-30,.m-b-20 {
  margin-bottom:20px;
}
.m-spl-5,.m-sp-5,.m-icon-left {
  margin-left: 5px
}
.m-spr-5,.m-sp-5,.m-icon-right{
  margin-right:5px
}
@media (max-width: 767px) {
  .inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .inner-md {
    padding-top:40px;
    padding-bottom:40px;
  }
  .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-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;
}
.grey-bg-color{
 background-color:rgba(245,245,245,.9);
}
.primery-bg-color{
 background-color:var(--primerycolorrgb);
}
.primery-bg-color .section-title{
 color:#fff;
}
.bg1{
 background-image:url("../images/amir-center-bg1.png");
 background-repeat:no-repeat;
 background-position: 0 0;
 background-attachment:fixed;
}
.bg2{
 background-image:url("../images/amir-center-bg2.jpg");
 background-repeat:no-repeat;
 background-position: 0 0;
}
.bg3{
 background-image:url("../images/amir-center-bg3.jpg");
 background-repeat:no-repeat;
 background-position: 0 0;
}
.section-title {
  font-size:1.5em;
  color:var(--seconderycolor);
  padding-bottom:6px;
  /*text-transform: uppercase;*/
  font-weight:800;
  margin-top:0px;
  line-height:1.5;
}
.b-title{
  position:relative;
  font-weight: 600;
  margin:0 0 15px;
  padding-bottom:10px;
  line-height: 1.8;
}
.b-title:after{
  content: ' ';
  position:absolute;
  width:20%;
  max-width:100px;
  height:2px;
  background:var(--primerycolor);
  bottom:0;
  right:0;
}
.section-title-div .text{
  font-weight:300;
  font-size:1.1em;
}
.info-section .nav-tabs > li{
   width:19%;
   margin-left:1%;
}
.info-section .nav-tabs > li > a{
   font-size:1.1em;
   font-weight:400;
   margin:0;
   text-align:center;
   border:none;
   border-radius:15px 15px 0 0;
}
.info-section .nav-tabs > li > a:hover{
   background:#fff;
}
.info-section .nav-tabs > li > a i{
   display:block;
   color:var(--primerycolor);
   margin:0 0 5px;
   font-size:2em;
}
.info-section .nav-tabs, .info-section .panel-heading, .info-section .panel,
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .info-section .contact-page {
    border: none;
    box-shadow:unset;
}
.info-section .panel{
    margin:0;
    border-radius:15px;
}
.info-section .panel-heading{
    padding:0;
}
.info-section .tab-content {
    font-size: 1.1em;
    line-height: 1.6;
    color: #666;
    font-weight: 300;
    padding:0;
    transition: all 0.2s linear 0s;
}
.featured-product .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: inherit;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
    padding: 18px 20px;
}

.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: 'Font Awesome 5 Pro';
  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: 'Font Awesome 5 Pro';
  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;
}
.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:#ed1c24;
}
.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 rgba(0,0,0,.1);
    border-radius:10px;
    background:#fff;
    width:100%;
}
.products:hover{
    border-color:#999;
}
.last-item .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
    /*text-transform: uppercase;*/
    font-weight: bold;
    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
}

.latest-blog {
  background:#fff;
}
.latest-blog .blog-post {
  padding:10px;
  background:rgba(255,255,255,.95);
  border-radius:10px;
  text-align:center;
}
.latest-blog .blog-post img {
  /*width:100%;*/
  max-width:100%;
  border-radius:10px;
  transition: all 0.2s linear 0s;
}
.latest-blog .blog-post:hover img{
  transform: scale(1.05)  rotate(.5deg);
}
.latest-blog .blog-post .blog-post-info h3 a{
    line-height:1.6;
}
@media (max-width: 480px) {
    .latest-blog .blog-post .blog-post-info h3 a {
       font-size:.9em;
    }
}
.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;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  padding: 10px 12px;
}
.unicase-form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: 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: 0;
    margin-right:0;
    padding-bottom: 15px
}
.product-slider.colored .products{
    border-color:#fff;
}
.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: 'Font Awesome 5 Pro';
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:0 0 5px 5px;
  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: #ed1c24;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-total .price {
  color: #58585b;
}

.header-nav {
}

.cnt-home .header-nav .navbar .navbar-nav > li > a:hover,
.cnt-home .header-nav .navbar .navbar-nav > li > a:focus {
  background:rgba(0,0,0,0.05);
}

.sidebar .side-menu nav .nav > li a:hover,
.sidebar .side-menu nav .nav > li a:focus {
  color: #58585b;
}

.tag.sale {
  background: #abd07e;
}

.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-list .products{
  margin:10px 0;
}
.category-product .cart .action ul li .add-to-cart:hover,
.category-product .cart .action ul li .add-to-cart:focus {
  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;
}
.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;
}
.body-content{
    background:#f5f5f5;
}
.body-content .content-page {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #f3f3f3;
    background-size: 100% auto;
}
.top-offer{

}
.top-offer a{
  height: 50px;
  width: 100%;
  display: block;
  background-size:auto 100%;
  background-repeat: no-repeat;
  background-position:center center;
}
.top-bar {
  padding:0px;
  font-size: 12px;
  border-bottom:1px solid #f5f5f5;
}
.top-bar .cnt-account {
  /*float: right;*/
  display:inline-block;
  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 {
  font-weight: 400;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  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.3em;
  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-left:10px;
  padding:0px;
}
.top-bar .header-top-inner ul.list-inline > li > a {
  padding: 5px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  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 .list-inline .dropdown-menu>li>a {
	padding:6px 12px;
	font-size:.85em;
}
.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;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
  position:relative;
  z-index:1000;
}
.main-header {
  padding: 8px 0;
}
.main-header .logo-holder img{
  max-height:65px;
}
.main-header .toolbar-holder{
  margin-top:10px;
}

@media (max-width: 480px) {
 .main-header .logo-holder img{
  max-height:60px;
 }
 .main-header .toolbar-holder {
   margin-top:0;
  }
}
.main-header .logo-holder.tiny img{
  max-height:75px;
}
.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;
}
.top-search-holder .search-area {

}
.top-search-holder .search-area .search-field{
  padding-left:20px;
  padding-right:20px;
  height:45px;
  line-height:45px;
  border-color:#f1f1f1;
  font-size:1.1em;
  font-weight:300;
  background:#f1f1f1;
  border-radius:10px;
}
.top-search-holder .search-area .search-button{
  position:absolute;
  right:20px;
  top:3px;
  font-size:1.5em;
  background:transparent;
  border-radius:20px;
}
@media (max-width: 480px) {
  .top-search-holder .search-area .search-field {
   height:40px;
   line-height:40px;
   margin:8px 0;
  }
  .top-search-holder .search-area .search-button{
   top:8px;
  }
}
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)
}
header .resultsearch .section-title, .comp-serach-result .section-title {
   font-size: 1.02em;
   margin: 15px 0 0;
   color: var(--primerycolordark);
}
.yamm .dropdown-menu li a
header .resultsearch .alertm, .comp-serach-result .alertm {
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: .9em;
}
header .resultsearch .image{
    text-align:center;
}
header .resultsearch img.img-thumbnail {
    max-height: 45px;
    margin: 0 auto;
}
.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
}
.top-search-holder .search-area .categories-filter a {
  padding: 0 10px;
  color: #666;
  font-size: 13px;
}

.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;
}
.top-search-holder .search-area .categories-filter .dropdown-menu li a {
  padding: 0px;
  line-height:2;
}
.top-search-holder .search-area .categories-filter .dropdown-menu li a:hover,
.top-search-holder .search-area .categories-filter .dropdown-menu li a:focus {
  background: rgba(0, 0, 0, 0);
}
.top-search-holder .search-area .categories-filter .dropdown-menu li.menu-header {
  font-family: inherit;
  line-height: 30px;
}

.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(--seconderycolor);
  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;
  padding:12px 14px 12px;
  margin-right:3px;
  background:rgba(0,0,0,0.02);
  border-radius:15px;
  transition: all 0.2s linear 0s;
  color: var(--primerycolordark);
  line-height:1.3;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket:hover{
  background:rgba(0,0,0,0.05);
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
    border-radius: 100px;
    height: 22px;
    position: absolute;
    left:-2px;
    top:-2px;
    width: 22px;
    background:var(--primerycolor);
    color:#fff;
    font-size: 1.2em;
    text-align: center;
    line-height:1.5;
}
.top-cart-row .dropdown-cart .items-cart-inner .basket span {
    display:none;
    font-size: 1.1em;
    font-weight:300;
    vertical-align:middle;
    color:#333;
    padding:0 4px;
}
.top-cart-row .dropdown-cart .items-cart-inner .basket .icon {
    font-size: 1.8em;
    color: var(--primerycolor);
    transition: all 0.2s linear 0s;
    vertical-align: middle;
}
.top-cart-row .dropdown-cart .items-cart-inner .basket:hover .icon {
    color: var(--seconderycolor);
}
.top-cart-row .dropdown-cart .items-cart-inner .basket:hover span {
    color: #333;
}
.top-cart-row .dropdown-cart .dropdown-menu, .top-bar .dropdown-cart .dropdown-menu {
    border: none;
    border-radius: 15px;
    float: right;
    left: auto;
    right: 0;
    min-width: 0;
    padding: 24px 15px;
    width: 270px;
}

.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;
}
.cart-item.product-summary .name,.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name {
   font-size: 1em;
   font-weight: 600;
   line-height:1.3;
   margin-top:0;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action {
  padding: 0;
  position: relative;
  font-size: 18px;
  right:0;
  top:0;
}
.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-nav .navbar-default {
  background:unset;
  border: medium none;
  border-radius: 0;
  margin: 0;
  min-height:unset;
}
.header-nav .navbar-default .navbar-collapse {
  padding: 0;
}
.navbar-nav {
  float:none
}

.header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
  color:#555;
  font-family: inherit;
  font-size: 1.11em;
  font-weight:400;
  line-height:1.5;
  padding:15px 10px;
  text-transform: uppercase;
  transition: all 0.2s linear 0s;
}
.header-nav .navbar-default .navbar-collapse .navbar-nav > li > a.dropdown-toggle:after{
font-family: 'Font Awesome 5 Pro';
content: "\f107";
position:relative;
padding:0 4px;
vertical-align:middle;
}
.header-nav .navbar-default .navbar-collapse .navbar-nav li a:hover,.header-nav .navbar-default .navbar-collapse .navbar-nav li a:focus,.header-nav .navbar-default .navbar-collapse .navbar-nav li.active a ,.header-nav .navbar-default .navbar-collapse .navbar-nav li.open a:hover
{
  color:var(--primerycolor);
  background:transparent;
}
.header-nav .navbar-default .navbar-collapse .navbar-nav > li > a > i.icon{
  font-size:1.2em;
  margin-left:5px;
  opacity:.7;
}
.header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label {
  position: absolute;
  text-transform: uppercase;
  top: -5px;
  display: inline;
  padding: 1px 7px;
  color: #fff;
  font-size:.75em;
  font-weight:400;
  left:10px;
  line-height: normal;
  border-radius:6px;
}
.header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label:after {
  border-width: 6px 7px 0 6px;
  right: 18px;
  top: 90%;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transitio: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0;
  z-index: 100;
  
}
.header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label:before {
  right: 18px;
  top: 90%;
}
.header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.new-menu {
  background: #f1c40f;
}
.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-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-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.hot-menu {
  background: #ed1c24;
}
.header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.hot-menu:after {
  border-color: #ed1c24 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.hot-menu:before {
  border-color: #ed1c24 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.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% ;
  min-width:180px;
  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;
	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:1.05em;
  line-height:1.5;
  color:var(--primerycolor);
  margin: 0px;
  font-weight:600;
  border-bottom:solid 1px #eee;
}
.yamm .dropdown-menu li {
  line-height:normal;
  padding: 0px 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.yamm .dropdown-menu li a {
  color: #3D3D3D;
  line-height: normal;
  text-transform: none ;
  display: block;
  padding: 8px 0;
}
.yamm .dropdown-menu li a i{
  margin-right:6px;
  color:var(--primerycolor)
}
.yamm .dropdown-menu li a:hover,
.yamm .dropdown-menu li a:focus {
  background: rgba(0, 0, 0, 0);
  margin-left: 0px;
}
.yamm .dropdown-menu .text {
  font-size: 13px;
  line-height: 20px;
  position: relative;
  bottom: 0px;
  top: 73px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li {
  border-bottom: 1px solid #E0E0E0;
  padding: 5px 0;
}
.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;
}

/*mobile menu */
.body-overlay{
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    height:100vh;
    width:100%;
    background:rgba(0,0,0,.5);
    opacity:0;
    visibility:hidden;
    z-index:0;
    transition:all 500ms ease;
}
.body-overlay.now-visible{
	opacity:1;
	visibility:visible;
    z-index:990;
}
.mobile-menu-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:-350px;
	top:0px;
	width:100%;
    max-width:300px;
    height:100vh;
	padding:0px 0px;
	background:rgba(255,255,255,1);
	z-index:1000;
    overflow:auto;
	transition:all 500ms ease;
}
.mobile-menu-header .close{
    position:absolute;
    right:0;
    top:17px;
    width: 40px;
    text-align:center;
}
.mobile-menu-header .logo{
	padding:10px 0px;
    width:100%;
    text-align:center;
}
.mobile-menu-header .logo img{
    max-height:35px;
    max-width:99%;
}
.mobile-menu-header.now-visible{
    padding:0 15px;
	opacity:1;
	visibility:visible;
    left:0px;
    box-shadow: 0 10px 10px rgba(0,0,0,.2);
}
.mobile-menu-header .header-nav .navbar-default .navbar-nav li a {
    padding: 10px 17px;
    border-bottom: solid 1px #eee;
    background-color:transparent;
}
.mobile-menu-header .header-nav .navbar-default .navbar-nav li:last-child > a {
    border:none;
}
.mobile-menu-header .navbar-nav .open .dropdown-menu{
    padding:5px;
    background:rgba(0,0,0,0.01);
    margin:5px 0;
}
.mobile-menu-header .header-nav .navbar-default .navbar-collapse .navbar-nav li  a.dropdown-toggle::after {
    position: absolute;
    left: 0;
}
.mobile-menu-header .header-nav .navbar-default .navbar-collapse .navbar-nav li a.dropdown-toggle:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: .75em;
    content: "\f067";
    position: absolute;
    top: 14px;
    right:0;
    padding:1px 2px;
    vertical-align: middle;
    border: solid 1px #ccc;
    line-height: 1;
    border-radius: 3px;
}
.mobile-menu-header .header-nav .navbar-default .navbar-collapse .navbar-nav li.open > a.dropdown-toggle:before {
    content: "\f068";
}
/*mobile menu */

.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;
   -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #eaeaea;

}

.sidebar .side-menu nav .nav > li:last-child {border-bottom:none}

.sidebar .side-menu nav .nav > li > a {
  padding: 13px 15px;
  color: #666666;
  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;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 10px;
  font-family: 'Font Awesome 5 Pro';
}
.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;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content ul > li:last-child {
  border-bottom: none;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content ul > li > a {
  line-height: 26px;
  padding: 0px;
  font-size:13px;
  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: 'Font Awesome 5 Pro';
}
.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: 'Font Awesome 5 Pro';
  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: 'Font Awesome 5 Pro';
  font-size: 14px;
  line-height: 15px;
  margin: 0 5px 0 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li a:hover:before {
  margin: 0 8px 0 0;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder {
  padding: 0 0 20px;
  position: relative;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-top: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: #ed1c24;
  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;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.sidebar-widget { 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(--seconderycolor);
    padding-bottom:12px;
    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;
  overflow:hidden;
  max-height:60vh;
}
.main-slider .owl-controls {
  display: inline-block;
  position: relative;
  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;
  border: none;
  margin: auto;
  transition: all 200ms ease-out;
  background:transparent;
  color:#fff;
  text-shadow:0 2px 4px #616161;
}
.main-slider .owl-prev {
  left: 20px;
  /* -35px;*/
}
.main-slider .owl-next {
  right: 20px;
}
.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 {
  -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;
}
.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;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  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);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  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-section{
  background:#eee;
}
.info-boxes {
  background:#fff;
/*  border-radius:15px;*/
}
.info-boxes-inner .container{
  background-color:#fefefe;
  border-radius:15px;
}
.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:8px;
  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 .more-info-tab {
 display:flex;
}
.scroll-tabs .more-info-tab .new-product-title {
  margin: 0px;
  font-size:1.6em;
  font-family: inherit;
  text-transform: uppercase;
  font-weight:bold
}
.scroll-tabs .nav-tab-line {
  border-bottom: none;
  margin-right:40px;
}
.scroll-tabs .nav-tab-line li.active a {
  color:var(--primerycolor);
  border:none
}
.scroll-tabs .nav-tab-line li a {
  font-weight: 500;
  font-size: 1.05em;
  border: medium none;
  box-shadow: none;
  padding:5px 10px;
  position: relative;
  font-weight:300;
  border-radius:20px;
  background:#fff;
}
.scroll-tabs .nav-tab-line li a:hover,
.scroll-tabs .nav-tab-line li a:focus {
  color:var(--primerycolor)
}

.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:350px;
  border-radius:10px;
}

.product .product-image .tag {
  position: absolute;
}

.product .product-info {
 min-height:42px;
 margin:20px auto 0;
}

.product .product-info .name {
  font-size:1.1em;
  font-weight:400;
  margin:0;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;  
  overflow:hidden;
  line-height:1.4;
  cursor:pointer;
  min-height: 3em;
}

.product .product-info .name a:hover, .product .product-info .name a:focus {
  color: var(--primerycolor);
  letter-spacing: 0;
}

.product .product-info .star-rating .color {
  color: #ffb400;
}
.product .product-info .product-price{
  min-height:32px;
}
.product .product-info .product-price .price {
  font-weight:400;
  font-size:.95em;
  line-height:1.5;
  color:#ed1c24;
}
.product .product-info .product-price .price b{
  color:#333;
/*  letter-spacing:1px;*/
  margin-right:5px;
  font-size:1.4em;
  font-weight:600;
}
.product .product-info .product-property span i{
  margin-right:5px;
}
@media (max-width: 480px) {
 .product .product-info .product-price .price b {
   font-size: 1.2em;
 }
}

.product .product-info .product-price .price-before-discount {
  text-decoration: line-through;
  color: #aaa;
  line-height:1.4;
  font-size: 1em;
  padding:0 5px;
}

.product .product-info .product-remain {
  display: flex;
  min-height: 2rem;
  flex-direction: column;
}

.product .product-info .product-remain .sales-progress {
  width: 100%;
  background-color: #e2e2e2;
  height: .25rem;
  position: relative;
  border-radius: .25rem;
  margin-top: .5rem;
}

.product .product-info .product-remain .sales-progress-bar {
  background-image: linear-gradient(90deg,#ff5b79,#dc3755);
  position: absolute;
  top: 0;
  height: 100%;
  border-radius: .25rem;
    transition: all 0.2s linear 0s;
}

.product .product-info .product-remain .sales-percentage-text{
  margin: 0;
  color: #dc3755;
  font-size:.95em;
  position: relative;
}

.product .product-info .description ul li{
  line-height:1.6;
  margin-bottom:4px;
  font-weight:400;
  font-size:.95em;
  color:#555;
}
.product .product-info .description ul li .title{
  color:#777;
}
.product .product-info .description ul li .icon{
  margin-left:6px;
}
.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:2px;
  text-align:center;
}
.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:#ed1c24;
 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: #ed1c24;
}
.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;
  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: 'Font Awesome 5 Pro';
  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,.new-category:hover img{
    transform: scale(1.05) rotate(10deg);
}
.new-categories{
}
.new-categories .new-category{
    padding-top:5px;
    padding-bottom:5px;
    font-size:1.05em;
    line-height:1.6;
}
.new-categories .new-category .new-category-info .name{
  text-align:center;
}
.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:#555;
   font-weight:300;
   font-size:.9em;
}
.new-categories .new-category .new-category-image{
   background:#fff;
   padding:30px;
   width:150px;
   height:150px;
   border-radius:75px;
}
.new-categories .new-category .new-category-image img{
   width:inherit;
   height:inherit;
   border-radius:inherit;
   transition: all 0.2s linear 0s;
}
/*.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);
}*/

.tour360-section{
   background-color:#fff;
}
.tour360-section .tour360-box{
   display:block;
   background:#f5f5f5;
   min-height:200px;
   border-radius:20px;
}
.tour360-section .tour360-box .tour-top-logo{
    position:absolute;
    width:30%;
    right:35%;
    height:70px;
    top:-32px;
    background-size:auto 100%;
    z-index:1;
}
.tour360-section .tour360-box .tour-top-logo img{
    margin:0 auto;
    height:inherit;
}
.tour360-section .tour360-box img{
    border-radius:20px;
}
.copyright-bar {
    background:#333;
    padding: 10px 0px 6px;
    text-align: center;
}
.copyright-bar .copyright {
  color:#ccc;
  line-height: 28px;
  font-weight:300;
}
.copyright-bar .copyright a{
  color:#fff;
}
.copyright-bar .copyright a.box-style{
  color:#fff;
  background:var(--primerycolor);
  padding:3px 10px;
  border-radius:10px;
  letter-spacing:2px;
}
.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;
  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;
}
.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.3em;
  line-height:1.5;
  font-weight:bold;
  text-align:center;
}
.blog-slider-container .blog-slider .blog-post-info .name a {
  display:block;
  font-size:.9em;
  min-height:45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-slider-container .blog-slider .blog-post-info .info {
  color:var(--primerycolor);
  font-size: 13px;
  margin-bottom:8px;
  overflow:hidden;
  display:block;
  text-align:center;
}
.blog-slider-container .blog-slider .blog-post-info .text {
  color: #999;
  max-width:100%;
  min-height:55px;
  font-size:1.1em;
  line-height:1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align:center;
  text-align: justify;
  text-justify: inter-word;
}
.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;
}
.footer{
  background-color:#eee;
}
.footer .footer-logo img {
  margin: 0 auto 20px;
  max-height:70px;
}

.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;
  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 {
  border-radius: 20px;
  color: #fff;
}
.footer .links-social .contact-info .social-icons a .icon {
  line-height: 2em;
}
.social .icon-socials{
    display:inline-block;
    width:35px;
    height: 35px;
    background-repeat:no-repeat;
    background-size:100%;
    margin-left: 5px;
    transition: all 0.2s linear 0s;
}
.social .icon-socials:hover{
    transform: scale(1.1);
}
.social .icon-socials a{
    display:block;
    height:100%;
    width:100%;
}
.social .icon-socials a img{
    max-width:100%;
}
.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:30px
}

footer .footer-bottom h1, footer .footer-bottom h2 {
  font-size: 1.1em;
  color: #444;
  line-height: 1.8;
  margin: 5px 0;
  font-weight:300;
}

.footer .footer-bottom .footer-box{
 margin-top:10px;
 background:rgba(0,0,0,0.05);
 padding:15px 0;
 border-radius:15px;
}
.footer .footer-bottom .module-title {
 font-size: 1.1em;
 font-weight:400;
 line-height:1.5;
 color: var(--seconderycolor);
 max-width: 100%;
 display: block;
 text-overflow: ellipsis;
 overflow: hidden;
 white-space: nowrap;
}
.footer .footer-bottom .footer-box .module-title{font-size:1.05em;}
.input-group{position: relative;display: table;border-collapse: separate;}
.input-group .form-control {
  display: table-cell;
  border-radius:20px;
  font-size:1em;
}
.footer .footer-bottom .module-heading {
  position:relative;
  font-size:1em;
  text-transform: uppercase;
  font-family: inherit;
  color: #333;
  border-bottom:1px solid #ccc;
  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: 1.1em;
  font-weight:300;
  line-height: 30px;
  color:#444;
  position: relative;
  padding-left:10px;
  display: block;
}
.footer .footer-bottom .module-body ul li a:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left:0;
  font-size: 1em;
  color:var(--primerycolor)
}
.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;
  border-radius:10px;
}
.product-tag .item.active,
.product-tag .item:hover,
.product-tag .item:focus {
  color: #fff;
}
.newsletter .sidebar-widget-body input {
  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 {
  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: #ed1c24;
  position: absolute;
}
@media (max-width: 480px) {
  .hot-deals .hot-deal-wrapper{
    height:200px;
  }
  .hot-deals .hot-deal-wrapper .sale-offer-tag {
    top: -5px;
    right: 10px;
    font-size:.85em;
  }
}

.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:var(--primerycolorrgb);
  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)
}
@media (max-width: 480px) {
  .hot-deals .hot-deal-wrapper .timing-wrapper{
   position:relative;
   padding:3px;
   bottom:0;
   border-radius: 0 0 10px 10px;
  }
  .hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box {
   height:28px;
   width: 28px;
  }
}
.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: #444;
  display:block;
  line-height:1.5em;
  min-height:45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hot-deals .product-info .product-price .price {
  font-size:1em;
  line-height:30px;
  color:#ed1c24;
}
@media (max-width: 480px) {
  .hot-deals .product-info .name a{
    font-size:.9em;
  }
  .hot-deals .product-info .product-price .price {
    display: block;
  }
}
.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:0 auto 4px;
  padding:3px 0;
  background:#fff;
  border-radius:10px;
}
.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;
  border-radius: 3px;
  margin: auto;
  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;
  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
/*==*/
.padding-block{ 
  padding:20px;
}
.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.08em;
  line-height:1.6;
  color:#666;
  text-align: justify;
  text-justify: inter-word;
}
.single-product .product-info .product-attachment .btn-attachment{
  display:inline-block;
  background:#f8f8f8;
  padding:4px 8px;
  font-size:.95em;
  border-radius:15px;
}
.single-product .product-info .product-attachment .btn-attachment i{
  width:22px;
  height:22px;
  border-radius:11px;
  padding-top:4px;
  text-align:center;
  background:#fdd922;
  color:var(--primerycolor);
  vertical-align:middle;
}
.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:#ed1c24;
 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:800;
  font-size:1.6em;
  line-height:1.5;
  color:var(--primerycolor);
}
.single-product .product-info .stock-container > div{
  margin-bottom:5px;
}
.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:#ed1c24;
}
.single-product .product-info .price-container .price-box .price b{
  color:var(--primerycolordark);
  font-size:1.6em;
  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;
}

.option-groups-container .fl-title {
    font-size: 1.1em;
    color: var(--primerycolordark);
    font-weight: 600;
    margin-left: 10px;
}

.option-groups-container .option-groups {
}

    .option-groups-container .option-groups li {
        position: relative;
        margin: 2px 1% 2px 0;
        display: inline-block;
        border-radius: 10px;
        cursor: pointer;
        border: solid 2px #ddd;
        transition: all 0.2s linear 0s;
    }

        .option-groups-container .option-groups li.active {
            border: solid 2px #66bb6a;
        }

    .option-groups-container .option-groups .color-list li h4 {
        opacity: 0;
        position: absolute;
        bottom: -20px;
        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;
        color: #777;
        text-align: center;
        transition: all 0.2s linear 0s;
        z-index: -1;
    }

    .option-groups-container .option-groups .color-list li:hover h4 {
        bottom: -33px;
        opacity: 1;
        z-index: 10;
    }

    .option-groups-container .option-groups li span {
        display: block;
        height: 35px;
        min-width: 35px;
        border-radius: 10px;
        border: solid 2px #fff;
        text-align: center;
        padding: 6px 5px 0;
        transition: all 0.2s linear 0s;
    }

    .option-groups-container .option-groups li em {
        position: absolute;
        top: 15%;
        width: 70%;
        height: 70%;
        left: 15%;
        color: #66bb6a;
        text-align: center;
        z-index: 10;
    }

    .option-groups-container .option-groups li.active span {
        color: #3d753f;
    }

    .option-groups-container .option-groups li em i {
        font-size: 1em;
        vertical-align: middle;
        text-shadow: 0 1px 1px rgba(61,117,61,1);
    }
.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-up {
  top: 5px;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon.fa-sort-down {
  top: -9px;
}
.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 {
  border-radius: 50px;
  color: #fff;
}
.single-product .product-tabs {
  margin-top:20px;
  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 {
  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;
  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: 'Font Awesome 5 Pro';
  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 {
  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;
  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;
  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;
  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 {
  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;
  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: #ed1c24;
}
.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;
  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;
  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: #ed1c24;
}
/*==*/
/*  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;
  margin-bottom:2px
}
.blog-page .blog-post h3 a {
  color:var(--primerycolor);
  font-size:.9em;
  line-height:1.6;
  min-height:54px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.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, .blog-page .blog-post span.date-time{
   padding-left: 20px;
   color: #777;
   font-size: 1.1em;
}
.blog-page .blog-post span.author a{
  color:inherit;
}
.blog-page .blog-post .info-list a, .blog-page .blog-post .info-list span {
  display: inline-block;
  color: #777;
  font-size: 1.1em;
  font-weight: 400;
}
.blog-page .blog-post .info-list i{
  font-size:1.2em;
  color:var(--primerycolor);
}
.blog-page .blog-post .info-list a:hover {
  color: var(--primerycolor);
}
.blog-page .blog-post .title {
    font-weight: 600;
    margin-top: 0;
    line-height: 1.8;
}

.blog-page .blog-post p,.blog-page .blog-post .text {
  padding-top: 16px;
  font-size: 1.05em;
  font-weight:300;
  line-height:1.8;
  color: #666666;
  margin-bottom: 0px;
}
.blog-page .blog-post .text p{
  padding-top:0;
}
.blog-page.blog-list .blog-post p {
  min-height:68px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  text-align: justify;
  text-justify: inter-word;
}
.blog-page .blog-post .blog-pagination .pagination {

  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;
  border-radius: 20px;
  color: #888888;
}
.blog-page .blog-post .blog-writing img,.summary-disc .text img{
  max-width:100%;
  height:auto!important;
}
.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 {
  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: 'Font Awesome 5 Pro';
  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 {
  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(--primerycolor);
  font-size:1.2em;
  font-weight:300;
  padding-left:6px;
  font-family: 'Font Awesome 5 Pro';
}
.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: 'Font Awesome 5 Pro';
}
.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 {
  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:1.1em;
  color: #555;
  font-family: inherit;
  display: inline-block;
  margin-bottom:30px;
}
.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;
  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: #555;
  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 {
  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;
  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:1.15em;
  font-weight:300;
  color: #555;
}
.contact-page .contact-info .contact-i {
  display: inline-block;
  background:var(--primerycolor);
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  margin-left:15px;
  vertical-align:top;
}
.contact-page .contact-info .contact-i i {
  padding-top: 8px;
  font-size: 14px;
}
.contact-page .contact-info .contact-span {
  display:inline-block;
}
.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 {
}
.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;
  padding:6px;
  border:solid 1px #ccc;
  line-height:1.65;
  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: #ff0000 !important;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-image .entry-thumbnail {
  display: block;
  text-align: center;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info {
  vertical-align: middle !important;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 {
  margin-top: 0px;
  font-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;
  background:#eee;
  padding:5px;
  border:solid 1px #bbb;
}
.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:#ed1c24;
}
.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: #ed1c24;
}
.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:#ed1c24
}

.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  /*
/*==*/
.op-result {
  font-size: 1.08em;
  color: #555;
}

.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;
}
.summary-disc {
    max-height: 250px;
    overflow: hidden;
    position: relative;
    padding-bottom:25px;
}
.summary-disc.big{
    max-height : 400px;
}
.summary-disc .open-btn {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    padding: 60px 0 20px;
    background: rgba(255,255,255,.5);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
}
.footer-bottom .summary-disc .open-btn {
    padding: 60px 0 10px;
    color: #666;
    background: #333;
    background: linear-gradient(0deg, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 30%, transparent 100%);
}
.summary-disc.open {
    max-height:unset;
    overflow:visible;
}
.summary-disc .linksec {
    cursor: pointer;
}
.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 {
  position:relative;
  text-transform: none!important;
  font-size:1.3em;
  padding: 0px 0px 12px 0px;
  margin:10px 0 20px;
  font-weight: bold!important;
  line-height:1.4;
  border-bottom: 1px #e5e5e5 solid;
}
.heading-title:after{
    content: ' ';
    position:absolute;
    bottom:-2px;
    right:0;
    width:80px;
    height:3px;
    background:var(--primerycolor);
}
.heading-title.simple{
  border:none;
  margin:0
}

.my-wishlist table > thead > tr > th {
  text-align: center;
  font-size: 30px;
  font-family: inherit;
  text-transform: uppercase;
  border: none;
  font-weight: 400;
}

.my-wishlist-page img {width:100%}
.my-wishlist tr:nth-child(even) {
  border-top: 1px solid #ddd;
}
.my-wishlist .product-name,.my-wishlist .product-data {
  font-size: 1em;
  color:#444;
  padding:10px 0;
  line-height:1.5;
}
.my-wishlist .product-name a {
  color: #434343;
}
.my-wishlist .rating span {
  font-size: 11px;
  color: #aaa;
  padding-left: 10px;
}
.my-wishlist .rating .rate {
  color: #ffb400;
}
.my-wishlist .rating .non-rate {
  color: #dcdcdc;
}
.my-wishlist .price {
  display:block;
  padding:10px 0;
  font-weight:300;
  color:#ed1c24;
}
.my-wishlist .price b {
  font-size:1.1em;
  color:#333;
}
.my-wishlist li{
  padding:8px 0;
  border-bottom: solid 1px #eee;
  transition: all 0.2s linear 0s;
}
.my-wishlist li:last-child{
  border:none;
}
.my-wishlist li:hover{
  background:#f5f5f5;
}
.my-wishlist li .row > div {
  min-height: 40px;
  border: none;
}
.my-wishlist .close-btn a,
.my-wishlist .close-btn a:hover {
  color: #ed1c24;
  font-size: 15px;
}
.my-wishlist .btn{
    margin-top:5px;
    padding:3px 5px;
}
/*==*/
/*  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:15px;
   border: solid 1px #eee;
   border-radius: 15px;
   transition: all 0.2s linear 0s;
   background:#fff;
}
.photo-gallery .images .image img{
   border-radius:10px;
}
.photo-gallery .images:hover{
   border-color:var(--primerycolor);
}
.photo-gallery .images .image-info .title{
  margin:15px auto 0;
  font-size:1em;
  font-weight:300;
}

/*.photo-gallery .images .image-like{text-align:left;margin:10px 0 5px;}
.photo-gallery .image-like i{color:#ed1c24;}
.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:15px;
  cursor:pointer;
  transition: all 0.2s linear 0s;
}
.home-banner:hover, .wide-banner:hover {
  transform: scale(1.02);
}
.home-banner img,.wide-banner img{
  border-radius:15px;
  width:100%;
}

/* swiper slider*/
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide .slide-caption {
    position: absolute;
    color: #fff;
    padding: 10px;
    background: rgba(0,0,0,.2);
    z-index: 2;
}
.swiper-slide .slide-caption a{
    color: #fff;
}
.swiper-slide .swiper-lazy{
    width:inherit;
    height:inherit;
}
.swiper-slide img, .swiper-slide picture {
    display: block;
    width: 100%;
    max-width:100%;
    max-height:100%;
    /* height: 100%;
    object-fit: cover;*/
}
.mySwiper2 {
   height: 80%;
   width: 100%;
}

.mySwiper {
   height: 20%;
   box-sizing: border-box;
   padding: 10px 0;
}

.mySwiper .swiper-slide {
   width: 25%;
   height: 100%;
   opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
   opacity: 1;
}
.main-sliderDynamic .swiper-button-prev, .main-sliderDynamic .swiper-button-next {
    color: #fff;
    text-shadow: 0 2px 4px #616161;
    background: transparent;
    box-shadow: none;
}

/*responsive*/

@media (max-width: 767px) {
   .top-cart-row{padding:0;}
   .top-cart-row .dropdown-cart .dropdown{position:static;}
   .mobile-center-align{margin:0 auto;}
   .navbar-default .navbar-toggle{border:none;background:transparent;margin-right:0;float:none;}
   .navbar-default .navbar-toggle .icon-bar {background-color:var(--seconderycolor);}
   .navbar-default .navbar-toggle .icon-bar + .icon-bar{margin-top:6px;}
   .navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background:#f9f9f9;color:var(--primerycolor)}
   .navbar-collapse {box-shadow:none; border:none; padding-right: 15px; padding-left: 15px;}
   header{z-index:inherit;}
   .header-nav .navbar-default .navbar-collapse {padding-right: 15px; padding-left: 15px;}
   .mega-menu img {width:100%}
   .yamm .dropdown-menu.pages{padding:inherit;box-shadow:none;}
   .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 .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;
  }
  .top-search-holder .search-area .categories-filter {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }


  .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;
  }
  .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;
  }

 .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;
  }
  .search-result-container .category-product-inner .product-list.product .product-info {
    padding: 0px;
  }
  .hot-deal-wrapper .image img {
    height: auto;
    display: block;
    max-height:160px;
  }
  .main-header .logo-holder {
    margin-top: 10px;
  }
  .main-header .contact-row {
    text-align: center;
  }
  .special-menu {
    display:none!important
  }
  .dynamic-content iframe {
    clear: both;
    margin: 15px 0;
    width: 100%;
   }
  .dynamic-content img{
    max-width:100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product .product-image a{
   min-height:200px;
  }
  .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:5px;
   background-color:none;
   margin:5px 2px 0;
  }
  .main-slider .item .caption .big-text {
    padding: 5px 10px;
  }
  .main-slider .item .caption .btn-primary {
    display:none
  }
  .section-title{
    font-size:1.3em;
  }

  .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;
  }
  .products{
    padding:5px;
    margin-left:0;
    margin-right:0;
  }
  .category-list{
      padding:10px;
  }
  .category-product .product{
   display:flex;
   flex-wrap: wrap;
  }
  .product .cart{
  top: auto;
  margin: 0;
  flex: 60%;
  width: 35px;
  left: -18px;
  bottom: 5px;
  }
  .product:hover .cart {
  top:auto;
  }
  .product .cart .action ul{
   text-align:left;
   padding:1px;
   background:none;
  }
  .product .cart .action ul li.lnk a{
   width:25px;
   height:25px;
  }
  .product .cart .action ul li.lnk a i{
   margin-top:6px;
   font-size:1em;
  }
  .product .product-image{
    flex:40%;
  }
  .product .product-image a{
    min-height:unset;
  }
  .product .product-info{
    flex:60%;
    padding:0 5px;
    margin:5px 0 0;
  }
  .product .product-info .name{
    font-size:1em;
    line-height:1.8;
    margin-bottom:8px;
  }
  .product .product-info .product-price .price-before-discount{
    line-height:1;
  }
  .blog-page .blog-post .blog-writing img,.summary-disc .text img{
    float:none!important;
    clear:both;
    margin:20px auto;
  }
}



/* ===================== dont replace ========================*/

/* color */
.footer .footer-bottom .module-title{
    color:var(--primerycolor);
}




