/* Reset 
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; 
}
body {
  line-height: 1; 
}
ol, ul {
  list-style: none; 
}
blockquote, q {
  quotes: none; 
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; 
}
table {
  border-collapse: collapse;
  border-spacing: 0; 
}
img {
  max-width: 100%;  
  height: auto;
}
/*.collapse.in,.collapsing{
  display:block !important;
}*/
.clear {
  clear: both;
}
.gui-blog-nav {
  top: auto;
  box-shadow: none;
  -moz-box-shadow: none;
-webkit-box-shadow: none;
  padding:0 !important;
  z-index: 1000;
  width: 100%;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
  outline:none;
}
.btn.active, .btn:active{
  box-shadow:none;
  -moz-box-shadow: none;
	-webkit-box-shadow: none;
}
input[type="checkbox"], input[type="radio"]{
  margin-top:0 !important;
}
@media(min-width:768px) and (max-width:1199px){
  .home .container,.category .container, .product-page .container{
  	max-width:750px;
  }
  .container{
    max-width:970px;
  }
}
@media(min-width:1200px) and (max-width:1294px){
  .home .container,.category .container, .product-page .container{
  	max-width:870px;
  }
}
@media(min-width:992px) and (max-width:1199px){
  #footer-section .container {
    max-width: 970px;
  }
}
@media(min-width:768px) and (max-width:991px){
  .container {
    max-width: 750px;
  }
}
.hidden-md-up {
	display: none !important;
}
@media(max-width:991px){
  .hidden-md-up {
    display: block !important;
  }
}
/* Basics
================================================== */
* { 
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;  
  
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;  
}
body {
  font-size: 14px;
  line-height: 1.8;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; 
  letter-spacing:1px;
}
html {
    overflow: -moz-scrollbars-vertical;
     overflow-y: scroll;
}     
.left { float: left !important; }

.right { float: right !important; }

.center { text-align: center; margin: auto; }

.hide { display: none; }

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600; 
  line-height: 1.2125em;  
  margin-top: -0.2em;
  margin-bottom: 0.2em;
}
h1 { font-size: 2.3125em; }
h2 { font-size: 1.6875em; }
h3 { font-size: 1.4375em; }
h4 { font-size: 1.375em; } 
h5 { font-size: 1.375em; } 
h6 { font-size: 1.375em; } 
@media (max-width: 767px) {
  h1 { font-size: 1.6875em; }
  h2 { font-size: 1.475em; }
  h3 { font-size: 1.375em; }
}

p { margin: 10px 0 0 0;}
p img { 
  margin: 0;
  max-width: 100%;
  height: auto;
}

em { font-style: italic; }
strong { font-weight: 600; }
small { font-size: 80%; }

hr { 
  border: solid #f0f0f0; 
  border-width: 1px 0 0; 
  clear: both; 
  margin: 0px; 
  height: 0; 
  width: 100%;
}
hr.full-width {
  position: absolute;
  left: 0px
} 

.no-underline a, a.no-underline { text-decoration: none; }
  
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }

.fixed { position: fixed; }
.relative { position: relative; }
.absolute { position: absolute; }

.full-width { width: 100%; }
.height-auto { height: auto; }

.display-block { display: block; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-0 { top: 0; }
.left-0 { left: 0; }
.right-0 { right: 0; }
.bottom-0 { bottom: 0; }

.inline-block { display: inline-block; }

.bold { font-weight: 600; }

.text { font-size: 1em; }
.text-m { font-size: 1.143em; }

.background-primary { background: #54afe9; }

.px1 { padding-left: 0.5em; padding-right: 0.5em; }
.px2 { padding-left: 1em; padding-right: 1em; }
.px3 { padding-left: 1.5em; padding-right: 1.5em; }

.py1 { padding-top: 0.5em; padding-bottom: 0.5em; }
.py2 { padding-top: 1em; padding-bottom: 1em; }
.py3 { padding-top: 1.5em; padding-bottom: 1.5em; }

.p1 { padding: 0.5em; }
.p2 { padding: 1em; }
.p3 { padding: 1.5em; }
.p4 { padding: 2em; }
.p5 { padding: 2.5em; }
.p6 { padding: 3em; }

.pl0 { padding-left: 0 !important; }
.pr0 { padding-right: 0 !important; }

.m1 { margin: 0.5em; }
.m2 { margin: 1em; }
.m3 { margin: 1.5em; }
.m4 { margin: 2em; }
.m5 { margin: 2.5em; }
.m6 { margin: 3em; }

.mt1 { margin-top: 0.5em; }
.mt2 { margin-top: 1em; }
.mt3 { margin-top: 1.5em; }
.mb1 { margin-bottom: 0.5em; }
.mb2 { margin-bottom: 1em; }
.mb3 { margin-bottom: 1.5em; }

.mx1 { margin-left: 0.5em; margin-right: 0.5em; }
.mx2 { margin-left: 1em; margin-right: 1em; }
.mx3 { margin-left: 1.5em; margin-right: 1.5em; }

.mx-auto { margin-left: auto; margin-right: auto; }

.my1 { margin-top: 0.5em; margin-bottom: 0.5em; }
.my2 { margin-top: 1em; margin-bottom: 1em; }
.my3 { margin-top: 1.5em; margin-bottom: 1.5em; }

.nowrap { white-space: nowrap; }

.border {
  border-style: solid;
  border-width: 1px;
}
.border-right {
  border-right-style: solid;
  border-right-width: 1px;
}
.border-primary { border-color: #54afe9; }

/* Links */
a {
  outline: 0;
}	
a, a:visited {  outline: 0; text-decoration: none; }
a:hover, a:focus {  outline: 0; text-decoration: none; }

/* List */
ul { list-style: none outside; }
ol { list-style: decimal; }
ul ul, ul ol,
ol ol, ol ul { margin: 0.1em 0 0.1em 1em; font-size: 90%;  }

/* Input */
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #e5e5e5;
  padding: 6px 10px;
  outline: none;
  font-size: 13px;
  color: #666;
  margin: 0;
  width: 100%;
  display: inline-block;
  background: #fff;
  line-height: 18px; 
  max-width: 160px;
  -moz-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  border-radius: 0px;
  -moz-border-radius: 0; 
-webkit-border-radius: 0; 
-khtml-border-radius: 0;
}
select {
  padding: 0; 
}
.btn{
  border-radius:0;
   -moz-border-radius: 0; 
-webkit-border-radius: 0; 
-khtml-border-radius: 0;
  border:none;
}
@media (max-width: 992px) {
  select {
    max-width: 100%;
    height: 32px;
  }
}
@media (max-width: 767px) {
  input[type="text"],
  input[type="password"],
  input[type="email"] {
      padding: 10px;
    max-width: 100%;
  }
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #54afe9;
  color: #444; 
}
textarea {
  min-height: 60px; 
}
label,
legend,
label span {
  font-size: 12px;  
}
input[type="checkbox"] {
  display: inline; 
}

/* Buttons */
a.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #54afe9;
  color: white;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  line-height: 32px;
  height: 32px;
  padding: 0px 8px;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.btn {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  font-size: 13px;
  font-weight: 500;
}
a.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  text-decoration: none;
}
a.btn.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; 
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
a.btn span,
button span,
input[type="submit"] span,
input[type="reset"] span,
input[type="button"] span {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a.btn span {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
@media (max-width: 767px) {
  a.btn,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    line-height: 37px;
    height: 40px;
  }
}
.title-featured{
  margin-bottom:20px;
 }
/* Align vertical */
.align {
  display: table;
  width: 100%;
}
.align .vertical {
   display: table-cell;
  vertical-align: middle;
}
/* Bootstrap */
.tabsPages .page.info ul,
.page-title .col-md-7 ul,
.page-title .col-md-12 ul {
  list-style: inherit;
  list-style-position: inside;
}
.tabsPages .page.info a,
.page-title .col-md-7 a,
.page-title .col-md-12 a  {
  text-decoration: underline;
}
/* header
================================================== */
header#header-section.fixed {
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	animation: fixedmenu 1s ease 0s normal both 1 running;
	-webkit-animation: fixedmenu 1s ease 0s normal both 1 running;
	-moz-animation: fixedmenu 1s ease 0s normal both 1 running;
	-o-animation: fixedmenu 1s ease 0s normal both 1 running;
	position: fixed !important;
	width: 100%;
	z-index: 2;
}
@keyframes animatedBackground2 {
0%   { background-position: 0px; }
  100% { background-position: 0px 1222px; } /* set this to the height of the image */
}
@-webkit-keyframes animatedBackground2 {
0%   { background-position: 0px; }
  100% { background-position: 0px 1222px; } /* set this to the height of the image */
}
@-ms-keyframes animatedBackground2 {
0%   { background-position: 0px; }
  100% { background-position: 0px 1222px; } /* set this to the height of the image */
}
@-moz-keyframes animatedBackground2 {
0%   { background-position: 0px; }
  100% { background-position: 0px 1222px; } /* set this to the height of the image */
}

@-webkit-keyframes fixedmenu {
    0% {
        top: -100%;
    }
    100% {
        top: 0;
    }
}
@-moz-keyframes fixedmenu {
    0% {
        top: -100%;
    }
    100% {
        top: 0;
    }
}
@keyframes fixedmenu {
    0% {
        top: -100%;
    }
    100% {
        top: 0;
    }
}
.navigation {
	float: left;
	width: 100%;
	position: relative;
	padding: 0 70px;
  text-align:center;
}
.navigation::after {
	background: #111 url('header-bg.jpg');
	background-position: 0 0;
	background-repeat: repeat-y;
	animation: animatedBackground2 30s infinite linear;
	-ms-animation: animatedBackground2 30s infinite linear;
	-moz-animation: animatedBackground2 30s infinite linear;
	-webkit-animation: animatedBackground2 30s infinite linear;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
@media(min-width:992px){
  .navigation .menu-icon {
    display: none;
  }
  .navigation{
    min-height:140px;
  }
  #header-section.fixed .navigation {
    min-height: 0;
  }
}
@keyframes animatedBackground2 {
0%   { background-position: 0px; }
  100% { background-position: 0px 1222px; } /* set this to the height of the image */
}
@-webkit-keyframes animatedBackground2 {
0%   { background-position: 0px; }
  100% { background-position: 0px 1222px; } /* set this to the height of the image */
}
@-ms-keyframes animatedBackground2 {
0%   { background-position: 0px; }
  100% { background-position: 0px 1222px; } /* set this to the height of the image */
}
@-moz-keyframes animatedBackground2 {
0%   { background-position: 0px; }
  100% { background-position: 0px 1222px; } /* set this to the height of the image */
}
@media(max-width:1199px){
  .navigation{
    padding:0 40px;
  }
}
@media(max-width:543px){
  .navigation{
    padding:0 10px;
  }
}
/* .topnav */
.topnav {
  background-color: #f7f7f7;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0px;
  font-size: 12px;
  line-height: 12px;
}
.topnav a {
  color: #797979;
  line-height: 16px;  
  text-decoration: none;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.topnav a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8; 
-khtml-opacity: .8; 
-webkit-opacity: .8; 
}
.topnav .glyphicon {
  margin: 0px 10px 0px 20px;
}
@media (max-width: 767px) {
  .topnav .my-account {
    display: none;
  }
}
.languages {
	float: left;
  position:relative;
}
.languages .language-active {
	padding: 8px 10px;
	cursor: pointer;
	float: left;
  border:1px solid #e5e5e5;
}
.languages .language-active .flag::after, .currencies .currency-active span::after {
	font-family: "FontAwesome";
	content: "\f107";
	font-size: 12px;
	padding: 1px 5px;
	width: 20px;
	color: #000;
}
.languages .language-toggle {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    display: none;
    left: -10px;
    padding: 8px 20px;
    position: absolute;
    right: auto;
    top: 44px;
    width: 80px;
    z-index: 2;
}
.languages .language-toggle > a {
  color: #666;
  float: left;
  text-align: left;
  width: 100%;
}
.languages .language-toggle > a:hover {
    color: #000;
}
.currencies .currency-toggle{
  background: #fff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	right: 0;
	padding: 8px 15px;
	position: absolute;
	top: 44px;
  right:-8px;
  left:auto;
	width: 150px;
	z-index: 2;
	display: none;
}
.languages .language-active .flag {
	margin: 0;
}
.currencies {
	float: left;
	cursor: pointer;
	text-align: center;
  position:relative;
}
.currencies .currency-active {
	padding: 0px 10px;
	font-size: 14px;
	line-height: 23px;
	text-transform: uppercase;
	white-space: nowrap;
	color: #000;
}
.currencies .currency-active span {
	padding: 4px 10px 4px 17px;
	float: left;
	border: 1px solid #e5e5e5;
  color:#666;
}
.currencies .currency-active:hover span,.currencies .currency-active:hover span::after{
  color:#000;
}
.currencies .currency-active span::after{
  color:#666;
}
.currencies .currency-toggle a {
	float: left;
	width: 100%;
	text-align: left;
	padding: 0;
  color:#666;
}
.currencies .currency-toggle a:hover{
  color:#000;
}
.languages .flag {
  float: left;
    background-image:url(https://cdn.shoplightspeed.com/shops/636870/themes/7180/assets/flags.png);
    background-repeat:no-repeat;
    margin-right:10px;
  	margin-bottom:5px;
    overflow:hidden;
    text-indent:-9999px;
    width:16px;
    height:16px;  
    -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.languages .flag.nl { background-position:-7px -2px; }
.languages .flag.de { background-position:-7px  -22px; }
.languages .flag.en { background-position:-7px  -42px; }
.languages .flag.fr { background-position:-7px  -62px; }
.languages .flag.es { background-position:-7px  -82px; }
.languages .flag.it { background-position:-7px  -102px; }
.languages .flag.el { background-position:-7px  -122px; }
.languages .flag.tr { background-position:-7px  -142px; }
.languages .flag.pt { background-position:-7px  -162px; }
.languages .flag.pl { background-position:-7px  -182px; }
.languages .flag.sv { background-position:-7px  -202px; }
.languages .flag.ru { background-position:-7px  -222px; }
.languages .flag.da { background-position:-7px  -242px; }
.languages .flag.no { background-position:-7px  -262px; }
.languages .flag.fc { background-position:-7px  -282px; }
.languages .flag.us { background-position:-3px  -302px; }


/* nav */
.align .vertical .logo img {
  max-width: 100%;
    height: auto;
    width: auto\9; 
}
.vertical.logo {
	float: left;
	width: auto;
	position: relative;
  margin:40px 0;
}
header#header-section.fixed .nonbounce.vertical {
	margin: 0;
}
.nonbounce.vertical {
	float: none;
	width: auto;
	vertical-align: top;
  margin: 0;
}
@media(min-width:992px){
  .nonbounce.vertical {
		display: inline-block !important;
	}
}
.navigation .nonbounce .topmenu {
	float: left;
	width: 100%;
  z-index: 2;
}
.navigation .right {
	width: auto;
	position: relative;
}
nav.desktop ul {
  float: right;
}
nav.desktop ul, nav.desktop ul li {
  margin: 0px;
  line-height: 18px;
}
nav.desktop ul a, nav.desktop ul a:visited {
  color: #414141;
}
nav.desktop .glyphicon-play, nav.desktop .glyphicon-remove {
  display: none;
}
.navigation .nonbounce .topmenu > li  {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.navigation .nonbounce .topmenu > li.more_menu{
position: relative;
}
.nonbounce .topmenu > li > a {
  display: inline-block;
  vertical-align: top;
  padding: 60px 20px;
  text-transform: uppercase;
  border: 1px solid transparent;
  position: relative;
  z-index: 2; 
  font-size:16px;
  font-weight:400;
  line-height: 20px;
  border:none;
}
nav.desktop .item.hover .itemLink {
  text-decoration: none;
}
nav.desktop .item.sub.hover .itemLink {
  border-bottom-color: white;
}
nav.desktop .subnav {
  float: left;
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 0;
  background-color: white;
  position: absolute;
  border: 1px solid #e5e5e5;
  z-index: 10;
  padding:15px 0;
  transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
  opacity: 0;
	-moz-opacity: 0; 
  -khtml-opacity: 0; 
  -webkit-opacity: 0;
  visibility:hidden;   
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  pointer-events: none;
}
nav.desktop .subnav.mega{
  display: flex;
  justify-content: space-between;
}
nav.desktop li.item:hover .subnav {
  opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
  visibility:visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  pointer-events: visible;
}
nav.desktop .subnav .subitemLink {
  display: block;
  padding: 5px 20px;
  font-size:13px;
  line-height:16px;
  color:#666;
  -moz-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;  
  text-decoration: none;
      text-align: left;
}
nav.desktop .subnav .subitem .subitemLink:hover {
  color: #000;
}
nav.desktop .subnav .subnav {
  top: 0;
  left: 80%;
  z-index: 980;
}
nav.desktop .subnav .subnav .subitemLink {
  padding: 8px;
}
.topmenu .topmenu-icon {
  float: right;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 15px;
  width: 15px;
  display: none;
}
.topmenu>li.sub > a.itemLink:after {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 12px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 12px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    line-height: 12px;
    height: 12px;
    left: auto;
    text-align: center;
}
.topmenu>li.sub:hover > a.itemLink::after {
    content: "\f106";
}
.nonbounce .more_menu .main-menu .item .subnav {
	right: 100%;
  min-width: 250px;
}
@media(min-width:992px){
  .topmenu-icon .fa.menu-icons {
    color: rgb(255, 255, 255);
    font-size: 8px;
    line-height: 15px;
  }
  .topmenu li ul.subnav.mega .topmenu-icon {
    display: none;
  }
}
.topmenu-icon .fa.menu-icons.fa-chevron-up, .topmenu .more_menu.main-menu .topmenu-icon {
	display: none;
}
.item.sub.hover .topmenu-icon .fa.menu-icons.fa-chevron-up {
	display: block;
  color:#ffce26;
}
.item.sub.hover .topmenu-icon .fa.menu-icons.fa-chevron-down {
	display: none;
}
.topmenu > li.presets .preset-title {
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    float: left;
    width: 100%;
    margin: 15px 0 0;
  color: #666;
}
.topmenu > li.presets .subnav a img {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    padding: 5px;
}
.topmenu li.more_menu ul.main-menu {
	float: left;
	width: 200px;
	max-width: 200px;
	position: absolute;
	top: 100%;
	bottom: auto;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 10px 0;
  text-align:left;
	z-index: 2;
opacity: 0;
-moz-opacity: 0; 
-khtml-opacity: 0; 
-webkit-opacity: 0;
  visibility: hidden;
  transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
      transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
}
.topmenu li.more_menu:hover ul.main-menu {
	opacity: 1;
-moz-opacity: 1; 
-khtml-opacity: 1; 
-webkit-opacity: 1;
  visibility: visible;
      transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
}
.topmenu ul.main-menu > li {
	float: left;
	width: 100%;
	margin: 0;
	position: relative;
}
.topmenu ul.main-menu li a.itemLink {
	padding: 8px 20px;
	color: #666;
	font-size: 13px;
	width: 100%;
	float: left;
	line-height: 16px;
  text-transform: capitalize;
}
.topmenu ul.main-menu li a.itemLink:hover{
  color:#000;
}
.topmenu ul.main-menu li.sub a.itemLink::after {
	position: absolute;
	right: 20px;
	left: auto;
	content: "\f054";
	font-family: "FontAwesome";
	font-size: 9px;
	line-height: 16px;
}
nav.desktop .subnav.mega > li.subitem {
	float: left;
	width: 100%;
	padding: 10px 15px;
}
nav.desktop .subnav.mega > li > a.subitemLink {
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	color: #414141;
	line-height: 22px;
	font-weight: 600;
	margin: 0 0 12px;
	float: left;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px;
}
.topmenu .item.sub .subnav.mega li > ul.subnav {
	position: static;
	width: 100%;
	float: left;
	min-width: 100%;
	background: none;
	border: none;
  -webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
  transform: none;
  -webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
   transition: none;
  opacity: 1;
-moz-opacity: 1; 
-khtml-opacity: 1; 
-webkit-opacity: 1;
  visibility: visible;
}
.topmenu ul.subnav.mega li ul > li {
	float: left;
	width: 100%;
}
nav.desktop .subnav .subnav .subitemLink {
	padding: 0;
	float: left;
	width: 100%;
	font-size: 13px;
	color: #666;
	text-transform: capitalize;
	line-height: 22px;
}
@media(min-width:992px){
  .topmenu .item.sub .subnav.mega li > ul.subnav {
    display: block !important;
        padding: 0;
  }
}
@media(max-width:1199px){
  .nonbounce .topmenu > li > a{
    padding:30px 18px;
  }
  .topmenu-icon .fa.menu-icons{
    right:7px;
  }
}
@media(max-width:991px){
  .nonbounce .topmenu > li > a{
    text-align:left;
    padding:5px 20px;
    color:#666;
    font-size:14px;
    font-weight:500;
  }
  .topmenu li.more_menu ul.main-menu {
    display: block !important;
    margin: 0;
    float: left;
    width: 100%;
    position: static;
    max-width: 100%;
    border: none;
    padding: 0;
  }
  .topmenu ul.main-menu li a.itemLink{
    border:none;
  }
  .nonbounce .topmenu .more_menu .itemLink.more {
    display: none;
  }
  .nonbounce .topmenu > li:hover > a {
    color: #000;
  }
  	nav.nonbounce .topmenu > li{
      margin:0;
      width:100%;
  	}
  .navigation .nonbounce .topmenu > li{
   float: left;
    width: 100%;
  }
  	nav.nonbounce li .itemLink{
      	width:100%;
      	padding:5px 20px;
      	font-size:14px;
      	line-height:16px;
  	}
  	.topmenu .item.sub .subnav.mega {
      width: 100%;
      padding: 5px 0;
      position: static;
      float: left;
      display: none;
      background: #fff;
      border: none;
      margin:0;
    }
  	.topmenu ul.subnav > li > a.subitemLink{
      	padding:5px 25px;
      	line-height:16px;
      	color:#000;
  	}
  	nav.nonbounce .subnav.mega > li.subitem{
      	width:100%;
      	float:left;
      	position:relative;
  	}
  	.topmenu li.more_menu ul.main-menu {
        position: static;
        width: 100%;
        padding: 0;
        border: none;
        display: block !important;
        max-width: 100%;
        background: #fff;
      }
  	.topmenu ul.main-menu li a.itemLink{
      	font-size:14px;
      	padding:5px 20px;
  	}
  	.navigation nav.nonbounce .topmenu li ul {
        border-top: none;
        display: none;
        float: left;
        width: 100%;
        position: static;
      	padding:5px 0;
      	font-size:100%;
      }
  	.topmenu .itemLink.more, .topmenu ul.main-menu li.sub a.itemLink::after  {
      display: none;
    }
  	.topmenu li.toggle-active > .topmenu-icon .fa.menu-icons.fa-chevron-down {
      display: none;
    }
  	.topmenu li.toggle-active > .topmenu-icon .fa.menu-icons.fa-chevron-up {
      display: block;
    }
  	.topmenu ul.subnav .topmenu-icon {
      display: block;
    }
		.topmenu .topmenu-icon {
      position: absolute;
      right: 20px;
      left: auto;
      height: 20px;
      width: 20px;
      text-align: center;
      z-index: 9;
      cursor: pointer;
      top:0;
      display:block !important;
    }
  	.nonbounce .topmenu li .main-menu.clearfix {
      padding: 0;
    }
  	.topmenu-icon .fa.menu-icons {
      color: #666;
      font-size: 10px;
      line-height: 20px;
    }
  	.nonbounce .topmenu li:hover .topmenu-icon .fa.menu-icons{
      color:#000;
  	}
  	.nonbounce.vertical{
      display:none;
  	}	
}
/* #formSearch */
.search-widget {
	float: left;
	position: relative;
  margin:50px 0;
}
.search-widget .search-btn {
	background: transparent url("sprite.png") no-repeat scroll -65px -233px;
	cursor: pointer;
	float: right;
	height: 40px;
	width: 40px;
	z-index: 1;
  transition: transform 400ms ease-in-out 0s;
	-webkit-transition: transform 400ms ease-in-out 0s;
	-moz-transition: transform 400ms ease-in-out 0s;
	-o-transition: transform 400ms ease-in-out 0s;
	-ms-transition: transform 400ms ease-in-out 0s;
}
.search-widget .search-btn:hover,
.search-widget.active .search-btn:hover {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}
.search-widget.active .search-btn {
	z-index: 1;
	cursor: pointer;
	background: none;
  transition: none;
  -webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
  transform: none;
  -webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}
.search-widget.active .search-btn::before {
	color: #fff;
	content: "\f00d";
	float: left;
	font-family: "FontAwesome";
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	width: 40px;
}
.search-widget .search-toggle {
	display: none;
	position: absolute;
	right: 50px;
	top: 0;
	width: 320px;
	z-index: 9;
  border-bottom:2px solid #e92e25;
}
#formSearch input {
	height: 36px;
	max-width: 100%;
	padding: 0 56px 0 10px;
	border: none;
  color:#fff;
  background:transparent;
}
#formSearch {
  position: relative;
  float: right;
  width:100%;
}
#formSearch .glyphicon-search {
	color: #fff;
	cursor: pointer;
	display: block;
	height: 36px;
	padding: 10px 0 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 40px;
}
.mobile{
    -webkit-transform: translate3d(0,0,0);
}
@media(max-width:1670px){
  .search-widget .search-toggle{
    background:#000;
  	top:50px;
    right:0;
  }
}
@media(max-width:991px){
  .search-widget{
    margin:10px 0;
  }
	.search-widget .search-toggle{
    width:280px;
  }
}
@media(max-width:543px){
  .search-widget .search-toggle{
    right:-100px;
  }
}
/*--------- header-account ---------*/
.header-account {
	float: left;
	position: relative;
  padding:50px 20px;
}
.header-account .user-icon {
	cursor: pointer;
	float: right;
	height: 40px;
	text-align: center;
	width: 40px;
	padding: 0;
}
.header-account .user-icon .account {
	background: transparent url("sprite.png") no-repeat scroll -65px -276px;
	cursor: pointer;
	float: left;
	height: 40px;
	width: 40px;
	transition: 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.header-account .user-icon:hover .account,
.header-account .user-icon.active .account {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}
.header-account .account-toggle {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	height: auto;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 100%;
	width: 210px;
	z-index: 9;
	display: none;
}
.account-toggle .my-account {
	float: left;
	width: 100%;
	text-align: left;
	color: #666;
  margin:0 0 15px 0;
}
.header-account .my-account .glyphicon.glyphicon-user {
	margin: 0px 3px 0 0;
}
.account-toggle .my-account:hover{
  color:#000;
}
@media(max-width:991px){
  .header-account{
    margin:10px;
    padding: 0px;
  }
  .header-account .account-toggle{
    top:50px;
  }
}
/*--------- header-cart ---------*/
.header-cart {
	float: right;
	position: relative;
	width: auto;
  padding:48px 0;
  margin-left:7px;
}
.header-cart .cart-icon {
	cursor: pointer;
	float: right;
}
.header-cart .cart-icon .cart {
	height: 44px;
	width: 44px;
	position: relative;
	float: left;
}
.header-cart .cart-icon.title .glyphicon.glyphicon-shopping-cart.count {
	float: right;
	width: 16px;
	height: 16px;
	position: absolute;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	right: -5px;
	left: auto;
	top: 0;
	bottom: 0;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
  background:#fff;
  margin: auto 0;
}
.glyphicon-shopping-cart::before {
  display:none;
}
.header-cart .cart-toggle {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	height: auto;
	padding: 15px;
	position: absolute;
	right: 0;
	top: 100%;
	width: 270px;
	z-index: 9;
	display: none;
  text-align:left;
}
.header-cart .cart-toggle .cart-total {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	float: left;
	margin: 8px 0 20px;
	padding: 10px;
	width: 100%;
	color: #666;
}
.header-cart .cart-toggle .buttons {
	float: left;
	width: 100%;
}
.header-cart .cart-toggle .buttons a {
	display: inline-block;
	float: none;
	padding: 10px 15px;
	text-align: center;
	vertical-align: top;
	width: 47%;
	line-height: 20px;
  height:auto;
  border-radius:0;
   -moz-border-radius: 0; 
-webkit-border-radius: 0; 
-khtml-border-radius: 0;
  text-transform:capitalize;
  white-space:normal;
  word-break: break-all;
}
.header-cart .cart-toggle .buttons a:first-child {
	margin: 0 2% 0 0;
}
.header-cart .cart-icon .cart::before {
	background: #ffbb21;
	border-radius: 50%;
  -moz-border-radius: 50%; 
-webkit-border-radius: 50%; 
-khtml-border-radius: 50%;
	content: "";
	height: 44px;
	left: 0;
	position: absolute;
	top: 0;
	width: 44px;
}
.header-cart .cart-icon .cart::after {
	background: transparent url('sprite.png') no-repeat scroll -28px -170px;
	content: "";
	height: 44px;
	left: 0;
	position: absolute;
	top: 0;
	width: 44px;
}
.header-cart .cart-icon .cart:hover::before {
	background: #d6261e;
}
.header-cart .cart-icon .cart:hover::after {
	background-position:-28px -116px;
}
.header-cart .cart-toggle .products {
	float: left;
	width: 100%;
	margin: 0 0 15px;
}
.header-cart .cart-toggle .products .product-img {
	float: left;
	margin: 0 15px 0 0;
}
.cart-toggle .product-img a {
	display: block;
	border: 3px solid #fff;
	overflow: hidden;
  box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.header-cart .cart-toggle .products .product-desc {
	overflow: hidden;
	text-overflow: ellipsis;
}
.cart-toggle .product-desc > a {
	color: #666;
	white-space: nowrap;
}
.cart-toggle .product-desc .price {
	color: #000;
	margin: 3px 0 0 0;
}
.cart-toggle .product-desc > a:hover {
	color: #000;
}
@media(max-width:991px){
  .header-cart{
    margin:8px 0;
    padding: 0px;
  }
  .header-cart .cart-toggle{
    top:52px;
  }
}
/* burger open/close */
.align .burger {
  display: none;
}
@media (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
  header {
    border: 0px;
  }
  .topnav {
    position: relative;
    z-index: 1000;
  }
  .nonbounce.vertical.mobile{
    position: absolute;
    top: 160px;
    bottom:auto;
    z-index: 999999;
    background: #fff;
    float: left;
    border: 1px solid #e5e5e5;
    overflow: visible;
    display: none;
    left: 40px;
    right: 40px;
    margin: 0 auto;
    padding:15px 0;
  }
  .navigation .menu-icon {
    float: left;
    width: auto;
    height: 40px;
    width: 40px;
    text-align: center;
    margin: 10px 0;
    cursor: pointer;
    display: block;
  }
  .navigation .menu-icon .fa.fa-bars {
    color: #fff;
    font-size: 21px;
    line-height: 40px;
  }
  .navigation .logo {
    width: 100%;
    margin:0;
    padding: 20px 0px;
    border-bottom: 1px solid #373737;
    text-align: center;
  }
  nav .item .itemLink, nav .subitem .subitemLink {
    display: block;
    color: #f7f7f7;
    padding: 15px;
    text-decoration: none;
  }
  .wrapper {

    background-color: white;
    position: relative;
    z-index: 1;
    float:left;
    width:100%;
  }
  header.open {   
    margin-left: 240px;   
  }
  header.close { 
    margin-left: 0px; 
  }
  .wrapper {
    left: 0px;
    transition: left .25s ease-in-out;
    -moz-transition: left .25s ease-in-out;
    -webkit-transition: left .25s ease-in-out;  
  }
  .wrapper.open {   
    left: 240px;
  }
  .wrapper.close {
    left: -9999;
  }

  
  /* .view-subnav */
  .item.sub {
    position: relative;
  }
  .item.sub.view-subnav .itemLink {
    font-weight: 600;
    padding-right: 15px;
  }
  nav .item.view-subnav {
    position: absolute;
    background-color: #3d3d3d;
    width: 100%;
    height: 100%;
    top: 0px;
    padding-top: 30px;
    z-index: 1000;
    box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);
    -o-box-shadow: inset -42px 0px 15px -42px rgba(0, 0, 0, 0.5);    
  }
  nav .view-subnav .subnav {
    display: block !important;
    width: 100%;
    margin: 0px;
  }
  @-webkit-keyframes fadeIn {
      0% { display:none; opacity: 0;}
      1% { display: block; opacity: 0;}
      100% { display: block; opacity: 1;}
  }
  @-moz-keyframes fadeIn {
      0% { display:none; opacity: 0;}
      1% { display: block; opacity: 0;}
      100% { display: block; opacity: 1;}
  }
  @keyframes fadeIn {
      0% { display:none; opacity: 0;}
      1% { display: block; opacity: 0;}
      100% { display: block; opacity: 1;}
  }
  nav .view-subnav .subnav .subnav .subitemLink {
    padding-left: 30px;
  }
  
  /* icons */
  nav .glyphicon-play {
    color: #f7f7f7;
    position: absolute;
    font-size: 10px;
    top: 50%;
    margin-top: -5px;
    right: 15px;
  }
  nav .item.view-subnav .glyphicon-play, nav .glyphicon-remove {
    display: none;  
  }
  nav .glyphicon-remove {
    cursor: pointer;
    position: absolute;
    z-index: 99999;
    color: #54afe9;
    right: 15px;
    top: 13px;
    font-size: 16px;
  }
}
@media(max-width:543px){
  .nonbounce.vertical.mobile{
    left:15px;
    right:15px;
  }
}
/* .page-tile .breadcrumbs
================================================== */
.page-title.breadcrumb-content {
	float: left;
	width: 100%;
	background: #f5f5f5;
	padding: 20px 10px;
}
.page-title h1 {
  font-size: 1.6875em;
}
.page-title h1.product-page {
  float: left;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .page-title h1 { 
    font-size: 1.475em; 
    text-align:center;
  }
  .page-title h1.product-page{
    float:none;
  }
}
.page-title .glyphicon  {
  font-size: 12px;
  top: -1px;
  float: left;
  margin-left: 5px;
  line-height: 24px;
}
.breadcrumbs, .breadcrumbs a {
  color: #797979;
  text-transform: capitalize;
  font-size: 12px; 
  line-height:29px;
  text-decoration: none;
}
.breadcrumbs, .breadcrumbs a:hover {
  color: #414141;
}
.breadcrumb-content .bread-crumb_title h1 {
	text-transform: capitalize;
}
@media(max-width:991px){
  .page-title.breadcrumb-content{
    padding:15px 10px;
  }
  .wrapper .breadcrumb-content h1 {
    font-size: 18px;
    margin: 0;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .page-title h1 {
    margin-bottom: 0px;
  }
  .breadcrumbs {
    clear: both;
    text-align: center;
    margin-top: 5px;
  }
  .page-title.breadcrumb-content{
    text-align:center;
  }
}
/*------ full-container ------*/
.full-container {
	float: left;
	width: 100%;
	position: relative;
}
.full-container .content-wrapper1 {
	float: left;
	padding: 0;
}
.full-container .right-sidebar {
	float: left;
	padding: 0;
  margin:0;
}
.full-container .right-sidebar .container {
	width: 100%;
	padding: 0;
}
@media(max-width:991px){
  .full-container .content-wrapper1,.full-container .right-sidebar{
    width:100%;
  }
  .full-container .right-sidebar{
    background:none;
      padding:15px 0;
  }
  .full-container .right-sidebar .container{
    padding:0 15px;
  }
}
/* .slider
================================================== */
/* .headline */
.headline {
  margin-top: 30px;
  position: relative;
}
.headline.single {
  margin-bottom: 30px;
}
.headline .slider {
    border: 1px solid #e5e5e5;
}
.slider {
  width: 100%;
  position: relative;
    overflow: hidden;
}
.slider ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.slider li {
    float: left;
}
.slider img {
    display: block;
    max-width: 100%;
    background-color: #f7f7f7;
    height: auto !important;
}
.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    background-color: #414141;
    opacity: 0.2;
  	-moz-opacity:0.2; 
    -khtml-opacity: 0.2; 
    -webkit-opacity: 0.2; 
    padding: 5px 6px 5px 5px;
}
.headline:hover .slider-prev,
.headline:hover .slider-next,
.brands:hover .slider-prev,
.brands:hover .slider-next {
  opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1; 
}
.slider-prev {
    left: 26px;
}
.slider-next {
    right: 26px;
}
.slider-pagination {
  width: 100%;
  text-align: center;
  line-height: 0px;
  margin: 20px 0px;
}
.slider-pagination a {
  display: inline-block;
    height: 12px;
    width: 12px;
    background: #414141;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
    text-indent: -9999px;
    margin: 0px 6px;
    padding: 0px;
    border: 1px solid #54afe9;
}
.slider-pagination a.active {
    background: #54afe9;
}
.flexslider .slider-content {
	position: absolute;
	float: left;
	width: 100%;
	bottom: 10%;
	top: auto;
  text-align:center;
  padding:0 20px;
}
.flexslider .slider-content .slider-title {
	color: #fff;
	font-size: 40px;
	line-height: 50px;
	float: none;
	display: inline-block;
	width: auto;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: 500;
  text-shadow:3px 2px #000;
  font-family:"oswald";
}
.flexslider .flex-active-slide .slider-content .slider-title {
    animation: 1200ms ease-in-out 0s normal none 1 running fadeInslider;
}
.flexslider .slider-content .slider-subtitle {
	float: right;
	width: auto;
	font-size: 30px;
	line-height: 50px;
	font-style: italic;
  text-shadow:1px 2px #ff0;
}
.flexslider .flex-active-slide .slider-content .slider-subtitle {
     animation: 1000ms ease-in-out 0s normal none 1 running fadeInslider;
}
 .flexslider .btn.shop-now {
  float: left;
  font-size: 14px;
  height: auto;
  line-height: 38px;
  padding: 0 20px;
  text-transform: capitalize;
  width: auto;
}
.flexslider .flex-active-slide .btn.shop-now {
    animation: 1500ms ease-in-out 0s normal none 1 running fadeInslider;
}
.flexslider .button{
  	float:left;
  	width:auto;
}
@-webkit-keyframes fadeInslider {
    0% {
        opacity: 0;
      -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    }
    100% {
        opacity: 1;
      -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    }
}

@keyframes fadeInslider {
    0% {
        opacity: 0;
      -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    }
    100% {
        opacity: 1;
      -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    }
}
@media(max-width:1199px){
  .flexslider .slider-content .slider-title,.flexslider .slider-content .slider-price{
    font-size:30px;
    line-height:40px;
  }
  .flexslider .slider-content .slider-subtitle{
    font-size:20px;
    line-height:40px;
  }
}
@media(max-width:543px){
  .flexslider .slider-content .slider-title, .flexslider .slider-content .slider-price {
      font-size: 20px;
      line-height: 28px;
      width: 100%;
    }
  	.flexslider .slider-content .slider-subtitle {
      font-size: 14px;
      line-height: 26px;
      width: 100%;
    }
  	.flexslider .btn.shop-now{
      	float:none;
      	display:inline-block;
      	vertical-align:top;
      	line-height:30px;
      	padding:0 15px;
  	}
}
/* .brands */
.brands {
  position: relative;
  text-align:center;
}
.brands .slider li {
  width: 285px;
  margin-right: -1px;
    border: 1px solid #e5e5e5;
}
.brands .slider-prev,
.brands .slider-next {
  margin-top: -14px;
}
.brandslist .brandcarousel.owl-carousel {
	float: left;
	width: 100%;
	margin: 40px 0;
	position: relative;
}
.brandslist {
	float: left;
	width: 100%;
	position: relative;
  margin:35px 0;
}
.brandslist .brandcarousel .brands img {
	opacity: 0.6;
  -moz-opacity: 0.6; 
  -khtml-opacity: 0.6; 
  -webkit-opacity: 0.6; 
  margin: 0 auto;
}
.brandslist .brandcarousel .brands img:hover {
	opacity: 1;
  -moz-opacity: 1; 
-khtml-opacity: 1; 
-webkit-opacity: 1; 
  transition:400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
}
@media(max-width:1199px){
  .brandslist{
    margin:20px 0;
  }
}
@media (max-width: 992px) {
  .brands .slider li {
    width: 241px;
  }
  .slider-prev,
  .slider-next {
    opacity: 1;
    -moz-opacity: 1; 
-khtml-opacity: 1; 
-webkit-opacity: 1; 
  }
}
@media(max-width:543px){
  .brandslist {
    margin: 15px 0;
  }
  .brandslist .brandcarousel.owl-carousel{
    margin:25px 0;
  }
  .brandslist .owl-nav{
    top:-58px;
  }
}
/* .categories
================================================== */
.brands.container .category{
  	margin:0 0 30px ;
}
.brands.container .category > a {
	border: 1px solid #eee;
  background:#fff;
	float: left;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-webkit-opacity: 0.7;
}
.brands.container .category > a > img {
	display: inline-block;
	float: none;
	height: auto;
	max-width: 100%;
	vertical-align: top;
}
.brands-content {
	background: #eee none repeat scroll 0 0;
	float: left;
	margin: 20px 0 0;
	padding: 5px 10px;
	width: 100%;
}
.brands-content .title {
	float: left;
  color:#000;
}
.brands-content .amount {
	float: right;
  color:#000;
}
@media(min-width:768px){
 .brands.container .brand-content {
    padding: 0;
  } 
}
@media (min-width: 992px) {
  .categories .category.hover span,
  .categories .category.hover img {
    opacity: 0.6;
    -moz-opacity: 0.6; 
    -khtml-opacity: 0.6; 
    -webkit-opacity: 0.6;
  }
}
.categories .category span.amount .glyphicon {
  font-size: 10px;
  margin-right: 4px;
  opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
  vertical-align: 1px;
}
@media (max-width: 992px) {
  .categories .category div {
    padding: 11px 14px;
  }
  .categories .category span.amount {
    bottom: 11px;
    right: 14px;
  }
}
@media(max-width:543px){
  	.brands.container .category{
      	width:100%;
  	}
}
/*----------------------title & tabs--------------------------*/
.homebg .tt-titletab {
	float: left;
	width: 100%;
  margin:0 0 40px;
  padding:0 15px;
}
.tt-title {
	font-weight: 400;
  font-size:32px;
  line-height:36px;
	margin: auto 0;
	padding-left: 35px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	float: left;
  color:#000;
}
.tt-title::before {
	content: "\f005";
	font-family: "Fontawesome";
	font-size: 32px;
	left: 0;
	right: auto;
	position: absolute;
	top: 2px;
	bottom: auto;
}
.tabs {
	float: left;
	width: 100%;
}
.tt-titletab .tabs {
	float: right;
	width: auto;
  padding:0 100px 0 0;
}
.tabsPages {
	width: 100%;
	float: left;
	overflow: hidden;
}
.homebg .tabsPages .page {
	padding: 0;
}
.hometab .tabs > ul {
	float: left;
	width: auto;
	overflow: hidden;
	text-align: center;
}
.hometab .tabs ul li a{
	background: #eae3d9;
	border: none;
	color: #444;
	font: 400 16px/18px "Poppins",Helvetica,sans-serif;
	margin: 0;
	outline: medium none;
	padding: 10px 25px;
	position: relative;
	text-transform: capitalize;
  transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.hometab .tabs ul li {
	margin: 0 10px 0 0;
  width:auto;
}
.hometab .tabs ul li:last-child {
	margin: 0;
}
.hometab .tabs ul li a::before {
	border-color: transparent #fff;
	border-style: solid;
	border-width: 18px 0 19px 13px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}
.hometab .tabs ul li a::after {
	border-color: transparent #fff;
	border-style: solid;
	border-width: 18px 13px 19px 0;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
}
.tabs ul li a {
	font-size: 15px;
	margin: 0;
	float: left;
	width: 100%;
	padding: 4px 15px;
	text-transform: capitalize;
	position: relative;
  transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.content .content-wrapper .homebg {
	float: left;
	width: 100%;
	position: relative;
  text-align:center;
  margin:35px 0 0;
}
.content .content-wrapper .homebg .parallex{
  	padding: 30px 0 60px;
}
.ttblock-subheading {
	color: #666;
	float: left;
	font: 400 14px/18px "Poppins", sans-serif;
	text-align: center;
	text-transform: capitalize;
	width: 100%;
	margin: 0 0 15px;
}
.owl-nav {
	float: right;
	width: auto;
	position: absolute;
	right: 28px;
	left: auto;
	top: -78px;
	bottom: auto;
}
.owl-nav .owl-prev {
	background: #eae3d9 url('sprite.png') no-repeat scroll -13px -348px;
	margin: 0 10px 0 0;
	padding: 0;
	position: relative;
}
.owl-nav .owl-next {
	background: #eae3d9 url('sprite.png') no-repeat scroll -6px -381px;
}
.owl-nav button {
	float: left;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	border: none;
	background-color: #eae3d9;
	color: #666;
	position: relative;
	width: 30px;
	height: 38px;
	padding: 0;
  cursor:pointer;
  transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.owl-nav .owl-prev::before {
	border-bottom: 19px solid transparent;
	border-right: 12px solid #eae3d9;
	border-top: 19px solid transparent;
	content: "";
	height: 0;
	left: -12px;
	position: absolute;
	top: 0;
	width: 0;
  transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.owl-nav .owl-next::before {
	border-bottom: 19px solid transparent;
	border-left: 12px solid #eae3d9;
	border-top: 19px solid transparent;
	content: "";
	height: 0;
	right: -12px;
	position: absolute;
	top: 0;
	width: 0;
  transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.owl-nav .owl-prev:hover::before {
	border-right: 12px solid;
}
.owl-nav .owl-next:hover::before {
	border-left: 12px solid;
}
.hometab .tabsPages{
  overflow:visible;
  position:relative;
}
@media(max-width:1388px){
  .tt-titletab .tabs{
    float:left;
    margin:30px 0 0;
    width:100%;
  }
  .hometab .tt-title {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
@media(max-width:1199px){
  	.content .content-wrapper .homebg{
      margin:20px 0 0;
  	}
  	.homebg .tt-titletab{
      margin:0 0 25px;
  	}
  	.hometab .owl-nav{
      top:-64px;
  	}
}
@media(max-width:767px){
  	.hometab .tabs ul li{
    	margin:0 5px 0 0;  
      float:none;
      display:inline-block;
  	}
  	.hometab .tabs ul li a{
      padding:10px 20px;
  	}
  	.hometab .tt-titletab .tabs{
      text-align:center;
      padding:0;
      margin:30px 0 0;
  	}
  	.hometab .tabs > ul{
      float:none;
      display:inline-block;
      vertical-align:top;
  	}
  	.hometab .owl-nav{
      position:static;
      float:none;
      display:inline-block;
      vertical-align:top;
  	}	
  	.content .content-wrapper .homebg{
      margin:20px 0;
  	}
}
@media(max-width:543px){
  .tt-title{
    	font-size:22px;
    	line-height:34px;
    	padding-right:80px;
    	float:left;
    	width:100%;
  }
  .hometab .tt-title{
    padding-right:0;
    width:auto;
  }
  .homebg::after {
    top:-10px;
  }
  	.ttblock-subheading{
      font-size:12px;
  	}
  	.hometab .tabs > ul{
      background:none;
      border:none;
      box-shadow:none;
      -moz-box-shadow: none;
			-webkit-box-shadow: none;
      margin:10px 0 30px;
  	}
  	.hometab .tabs ul li{
      margin: 0 0 8px 0;
      float: none;
      display: inline-block;
      vertical-align: top;
      width:75%;
  	}
  	.hometab .tt-titletab .tabs{
      margin:10px 0 0;
  	}
  	.homebg .tt-titletab {
      margin: 0;
    }
  	.content .content-wrapper .homebg {
    	margin: 15px 0;
    }		
}
/* .products
================================================== */
@media(min-width:992px){
  .collection-page.container,.product-page.container {
    max-width: 100%;
    width:100%;
    padding: 0;
    float:left;
  }
  
}
.products .col-md-10 .no-products-found {
  padding: 0px 15px;
  font-style: italic;
}
@media (max-width: 992px) {
  .products .col-md-10 {
    padding-left: 0px;
  }
}
.products .product {
  margin-bottom: 30px;
}
.products .thumbnail-container .image-wrap > a {
	height: auto;
	display: block;
	max-width: 100%;
	width: 100%;
	overflow: hidden;
	border: 5px solid #fff;
  box-shadow:0 0 5px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
	position: relative;
	text-align: center;
}
.products .product a {
  color: #f7f7f7;
  text-decoration: none;
}
.thumbnail-container .image-wrap .new-label,.thumbnail-container .image-wrap .sale-label {
	font: 400 14px/18px "Poppins", Helvetica, sans-serif;
	position: absolute;
	top: 5px;
	display: block;
	vertical-align: top;
  opacity:0;
  -moz-opacity: 0; 
  -khtml-opacity: 0; 
  -webkit-opacity: 0;
  z-index:1;
  padding:1px 5px;
}
.thumbnail-container:hover .image-wrap .new-label,.thumbnail-container:hover .image-wrap .sale-label {
  	opacity:1;
  	-moz-opacity: 1; 
    -khtml-opacity: 1; 
    -webkit-opacity: 1;
}
.thumbnail-container:hover .image-wrap .sale-label {
  	opacity:1;
  	-moz-opacity: 1; 
    -khtml-opacity: 1; 
    -webkit-opacity: 1;
}
.thumbnail-container .image-wrap .new-label {
	left: 5px;
	right: auto;
}
.thumbnail-container .image-wrap .sale-label{
	right: 5px;
	left: auto;
}
.producthover div a > span {
	display: none;
}
.thumbnail-container .producthover div > a {
	float: left;
	width: 42px;
	height: 42px;
	line-height: 42px;
	padding: 0;
	border-radius: 50% !important;
  -moz-border-radius: 50% !important; 
-webkit-border-radius: 50% !important; 
-khtml-border-radius: 50% !important;
	text-align: center;
	position: relative;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
}
.products .thumbnail-container .producthover a.btn i {
    height: 42px;
    width: 42px;
    float: left;
    font-size: 16px;
    line-height: 42px;
    color: #111;
    text-align: center;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
}
.thumbnail-container .producthover div>a.btn.loading i {
    display: none;
}
.thumbnail-container .producthover div>a.btn.loading::before {
    position: absolute;
    content: "\f021";
    font-family: "FontAwesome";
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    font-size: 15px;
    font-weight: 400;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.products .thumbnail-container .producthover a.btn:hover i {
	color: #fff;
}
.thumbnail-container .image-wrap .producthover div,.thumbnail-container .product-info .producthover div {
	float: none;
	display: inline-block;
	vertical-align: top;
}
.thumbnail-container .producthover .add-to-cart a.cart.disabled {
	opacity: 0.6;
  -moz-opacity: 0.6; 
  -khtml-opacity: 0.6; 
  -webkit-opacity: 0.6;
	cursor: auto;
}
.thumbnail-container .producthover .add-to-cart a.cart.disabled:hover {
		background: #ffa21c url("https://cdn.shoplightspeed.com/shops/636870/themes/7180/assets/product-sprite.png") no-repeat scroll 9px -36px;
    background: url("https://cdn.shoplightspeed.com/shops/636870/themes/7180/assets/product-sprite.png") no-repeat scroll 9px -36px, -moz-linear-gradient(to bottom, #ffce26 0%, #ffa21c 100%);
    background: url("https://cdn.shoplightspeed.com/shops/636870/themes/7180/assets/product-sprite.png") no-repeat scroll 9px -36px, -webkit-linear-gradient(to bottom, #ffce26 0%, #ffa21c 100%);
    background: url("https://cdn.shoplightspeed.com/shops/636870/themes/7180/assets/product-sprite.png") no-repeat scroll 9px -36px, linear-gradient(to bottom, #ffce26 0%, #ffa21c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffce26', endColorstr='#ffa21c', GradientType=0);
}
.thumbnail-container .product-info .stars {
	float: left;
	width: 100%;
	position: relative;
}
.thumbnail-container .product-info .stars .fa.fa-star,.product-wrap .product-info .review-container .fa.fa-star {
	color: #d9d9d9;
	float: none;
	display: inline-block;
	font-size: 14px;
}
.thumbnail-container .image-wrap .producthover {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
  height:42px;
  opacity:0;
  -moz-opacity: 0; 
  -khtml-opacity: 0; 
  -webkit-opacity: 0;
  transition:400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
  z-index:1;
}
.thumbnail-container:hover .image-wrap .producthover {
  opacity:1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
}
.thumbnail-container.product-grid-view .product-info {
	float: left;
	width: 100%;
	position: relative;
	text-align: left;
	padding: 10px 0;
}
.products .product .image-wrap img {
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-bottom: 0px;
  width: 100%;
  height: auto;
  position: relative;
  top: 0px;
  left: 0px;
}
.products .product .image-wrap {
  position: relative;
}
.thumbnail-container .image-wrap > a > img {
	transition: 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	height: auto;
}
.thumbnail-container:hover .image-wrap > a > img {
	transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.products .product .image-wrap .sale-new {
  position: absolute;
  background-color: #414141;
  padding: 5px;
  line-height: 12px;
  font-size: 12px;
  text-align: center;
  top: 15px;
  left: 15px;
  z-index: 1;
  text-transform: uppercase;
}
.sale-new.right {
  right: 15px;
  left: inherit !important;
}
.products .product .image-wrap .description {
  position: absolute;
  top: 0px;
  width: 100%;
  background-color: rgb(65, 65, 65);
  background-color: rgba(65, 65, 65, 0);
  height: 0px;
  overflow: hidden;
  color: #f7f7f7;
  font-size: 12px;
  -moz-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  z-index: 2;
  line-height: 20px;
}
.products .product .image-wrap .description .text {
  overflow: hidden;
  padding: 0px 10px;
}
.products .product .image-wrap .description .stars {
  margin-bottom: 3px;
}
.products .product .image-wrap .cart {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 0px 4px;
  text-transform: uppercase;
  border: 1px solid;
  margin-top: 10px;
  text-decoration: none;
  color: #54afe9;
}
.products .product .image-wrap:hover .description {  
  height: 100%;
  background-color: rgba(65, 65, 65, 0.8);
  padding: 20px;    
}
.products .product .info {
  padding: 11px 15px 15px 15px;
  border: 1px solid #e5e5e5;
  min-height: 88px;
}
.products .product .info .title {
  text-decoration: none;
  color: #414141;
  font-weight: 600;
  line-height: 20px;
  display: block;
  max-height: 40px;
  overflow: hidden;
}
.products .product .info .old-price {
  text-decoration: line-through;
  color: #797979;
  font-size: 12px;
}
.products .product .info.strict {
  height: auto;
  overflow: auto;
}
.products .product .info.strict .unit-price {
  display: block;
  clear: both;
} 
@media (max-width: 1025px) {
  .products .product .image-wrap .description {
    display: none;
  }
  .products .product .image-wrap .description .text {
    padding: 0px;
  }  
}
.products.owl-carousel .thumbnail-container {
	position: relative;
	float: left;
	width: 100%;
  margin:5px 0 20px 0;
}
.owl-wrapper-outer {
	float: left;
	width: 100%;
	overflow: hidden;
}
.owl-wrapper-outer .owl-wrapper {
	position: relative;
}
.owl-nav button i {
	display: none;
}
.products.owl-carousel .thumbnail-container .image-wrap, .products .thumbnail-container.product-grid-view .image-wrap {
	float: left;
	width: 100%;
	position: relative;
  margin:5px 0 0;
      text-align: center;
}
.products .thumbnail-container .image-wrap .product-thumbnail {
	height: auto;
	display: block;
	max-width: 100%;
	width: 100%;
	overflow: hidden;
}
.products.owl-carousel .thumbnail-container .product-description, .products .products-grid .thumbnail-container .product-description {
	float: left;
	margin: 0 0 30px;
	position: relative;
	width: 100%;
	text-align: center;
	padding: 10px 15px;
}
.owl-wrapper-outer .owl-wrapper .owl-item {
	float: left;
}
.products .thumbnail-container .product-info .product-title, .bundleproductinfo .h3.product-title {
	font-size: 15px;
  line-height:18px;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-weight: 500;
	text-overflow: ellipsis;
	overflow: hidden;
  color:#444;
  white-space:nowrap;
}
.products .thumbnail-container:hover .product-info .product-title {
	color: #000;
}
.products .thumbnail-container .product-info .full-title {
	float: left;
	width: 100%;
	margin: 0 0 5px;
  overflow:hidden;
  text-overflow:ellipsis;
}
.products .thumbnail-container .product-info .old-price {
	line-height: 18px;
	text-align: center;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-decoration: line-through;
	color: rgb(153, 153, 153);
}
.products .thumbnail-container .product-info .price {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: top;
	font:700 16px/20px "oswald",Helvetica,sans-serif;
	color: #000;
}
.products .thumbnail-container .product-description .product-price .price {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	float: none;
	display: inline-block;
	vertical-align: top;
  float: left;
	width: 100%;
}
.products .thumbnail-container .product-description .product-price .tax-caption {
	float: left;
	width: 100%;
	color: rgb(153, 153, 153);
	line-height: 18px;
}
.products .thumbnail-container .product-description {
	display: none;
}
.products .thumbnail-container .image-wrap > a::before {
	background: hsla(0, 0%, 0%, 0) linear-gradient(to bottom, hsla(230, 15%, 33%, 0) 0%, hsla(0, 0%, 0%, 0.6) 90%) repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform-origin: 50% 100% 0;
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	z-index: 1;
}
.products .thumbnail-container:hover .image-wrap > a::before {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
}
@media(max-width:767px){
  	.products.owl-carousel .thumbnail-container .image-wrap, .products .thumbnail-container.product-grid-view .image-wrap{
      float:none;
      display:inline-block;
      vertical-align:top;
      width:100%;
 		}
  	.thumbnail-container .image-wrap > a > img{
      width:100%;
  	}
  	.thumbnail-container .image-wrap .new-label,.thumbnail-container .image-wrap .sale-label {
    	opacity:1;
      -moz-opacity: 1; 
      -khtml-opacity: 1; 
      -webkit-opacity: 1;
  	}
  	.thumbnail-container .image-wrap .producthover{
      opacity:1;
      -moz-opacity: 1; 
      -khtml-opacity: 1; 
      -webkit-opacity: 1;
  	}
  	.thumbnail-container.product-grid-view:hover .product-info .stars .fa.fa-star{
  		opacity:1;
      -moz-opacity: 1; 
      -khtml-opacity: 1; 
      -webkit-opacity: 1;
		}
  	.thumbnail-container.product-grid-view .product-info .stars{
      margin:10px 0 0;
  	}
  	 #new-product .thumbnail-container.product-grid-view .product-info{
      text-align:left;
    }
}
@media(max-width:543px){
  	.thumbnail-container.product-list-view .image-wrap {
      width: 100%;
  	}
  	.products .thumbnail-container .image-wrap > a{
      	float:none;
      	display:inline-block;
      	vertical-align:top;
      	width:auto;
  	}
  	.thumbnail-container.product-grid-view .product-info{
      text-align:center;
  	}
}
@media(max-width:480px){
  .home .products.owl-carousel .thumbnail-container .image-wrap{
    width:auto;
  }
}
/* -----------------------------start css for quick-view-block--------------------------------- */

.modal-body .image .thumbs-container {
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	padding:0 5px;
}
.quickview-modal {
	float:left;
	padding:15px;
	width:100%;
}
.quickview-modal .modal-content .product-title {
	font-size:22px;
	text-transform:capitalize;
}
.quickview-modal .modal-content .price .regular-price {
	color:#444444;
	font-size:22px;
}
.quickview-modal .modal-content .product-description-short {
	margin:10px 0 0;
}
.quickview-modal .modal-content .list.code {
	margin:10px 0 0;
}
.quickview-modal .modal-content .cart-quantity {
	margin:15px 0 0;
}
.quickview-modal .modal-content .cart-quantity .cart > input {
	float:left;
	height:42px;
	max-width:42px;
	text-align:center;
}
.quickview-modal .cart-quantity .change {
	border:1px solid #dddddd;
	float:left;
	margin-right:15px;
	margin-left:-1px;
	width:auto;
}
.quickview-modal .cart-quantity .change a {
	float:left;
	font-size:14px;
	height:20px;
	line-height:18px;
	text-align:center;
	width:100%;
}
.quickview-modal .cart-quantity .change .up {
	border-bottom:1px solid #dddddd;
}
.quickview-modal .modal-body .thumbs-container .thumbs .thumbnails img {
	border:1px solid #eeeeee;
	cursor:pointer;
}
.tt-quickview-wrap.open {
	opacity:1;
  -moz-opacity: 1; 
-khtml-opacity: 1; 
-webkit-opacity: 1;
	visibility:visible;
}
.tt-quickview-wrap {
	background:rgba(0,0,0,0.9) none repeat scroll 0 0;
	bottom:0;
	height:100%;
	left:0;
	opacity:0;
  -moz-opacity: 0; 
-khtml-opacity: 0; 
-webkit-opacity: 0;
	overflow-y:auto;
	position:fixed;
	right:0;
	text-align:center;
	top:0;
	transition:all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
	visibility:hidden;
	width:100%;
	z-index:9999;
}
.tt-quickview-wrap .quick-modal.show {
	display:inline-block !important;
}
.tt-quickview-wrap .quick-modal {
	background:#ffffff none repeat scroll 0 0;
	box-shadow:0 0 10px rgba(0,0,0,0.8);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.8);
	margin:50px auto;
	max-width:96%;
	min-height:300px;
	position:relative;
	vertical-align:middle;
	width:50%;
	z-index:999;
}
.tt-quickview-wrap .modal-body {
  min-height: 400px;
  overflow: auto;
  padding: 70px 15px;
  width: 100%;
}
.quick-modal .product-info {
	text-align:left;
  margin:0;
}
.quick-modal .CloseQV {
	bottom:auto;
	cursor:pointer;
	float:right;
	left:auto;
	position:absolute;
	right:15px;
	top:10px;
	width:auto;
  z-index:1;
}
.quick-modal .product-info .review-container {
	display:none;
}
.quick-modal .product-actions .tags {
	display:none;
}
.quick-modal .product-info .product-actions .social-media {
	display:none;
}
.quick-modal .product-info .actions strong {
	font-weight:500;
}
.quick-modal .product-price .price > span {
	font-weight:500;
}
.quick-modal .zoombox .owl-nav .owl-next,
.quick-modal .zoombox .owl-nav .owl-prev {
	bottom:0;
	margin:auto;
	top:0;
}
.quick-modal .zoombox .thumbnails > a {
	margin:0;
}
.product-info .product-price .cart .change a:first-child {
	border-bottom: 1px solid #e5e5e5;
}
.quick-modal .zoombox .images a img{
  cursor:auto;
}
@media(max-width:1400px){
  .tt-quickview-wrap .quick-modal {
    width:80%;
  }
}
@media(max-width:991px){
  .quick-modal .product-img {
    width:100%;
  }
  .quick-modal .product-info {
    width:100%;
  }
  .quick-modal .product-img .zoombox {
    display:inline-block;
    float:none;
    vertical-align:top;
    width:80%;
  }
  .tt-quickview-wrap .modal-body {
    padding:50px 0;
  }
}
@media(max-width:767px){
  .product-info .cart > .change {
    margin-right:12px;
  }
}
@media(max-width:543px){
  .tt-quickview-wrap .quick-modal {
    width:90%;
    margin:30px 0;
  }
  .quick-modal .product-img .zoombox {
    width:100%;
  }
  .tt-quickview-wrap .modal-body {
    padding: 40px 0;
  }
}

/* -----------------------------End css for quick-view-block--------------------------------- */

/* .sidebar
================================================== */
.sidebar .left-column {
	background: #222;
  float:left;
  width:100%;
}
.product-page .sidebar,.collection-page .sidebar{
  	padding-left:0;
}
.right-column {
    margin-top: 30px;
}
.collection-page .sidebar {
	margin: 0;
}
.sidebar {
  color: #797979;
  margin-bottom: 20px;
}
.sidebar.left-column .categories .item .itemLink {
	font: 500 18px/20px"Poppins", sans-serif;
	text-transform: capitalize;
  color:#222;
}
.sidebar label,.right-sidebar label {
	display: inline-block;
	float: none;
	vertical-align: middle;
	font-size: 13px;
	color: #666;
	line-height: 20px;
	cursor: pointer;
}
.sidebar label:hover,.sidebar label:hover > span{
	color: #FFF;
}
.left-column > div > .title {
	display: none;
}
.left-column .block-categories #categories {
    display: block;
}
.left-column .block-categories ul li .title-icon {
    float: left;
    width: 100%;
    position: relative;
}
.sidebar .item .itemLink.active ~ span.navbar-toggler.collapse-icons {
    display: none;
}
.products .sidebar-filter-item .checkbox-wrapper > input {
	border: medium none;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	position: relative;
}
.products .sidebar-filter-item .checkbox-wrapper {
	background: transparent url("https://cdn.shoplightspeed.com/shops/636870/themes/7180/assets/input-sprite.png") repeat scroll 0 -257px;
	display: inline-block;
	height: 15px;
	line-height: 15px;
	margin: 0 5px 0 0;
	vertical-align: middle;
	width: 15px;
}
.products .sidebar-filter-item .checkbox-wrapper:hover {
	background-position: -30px -257px;
}
.products .sidebar-filter-item .checkbox-wrapper.active {
	background-position: -15px -257px;
}
.categories ul.subnav {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.categories ul.subnav .subitem .subitemLink {
	float: left;
	width: 100%;
	font: 400 14px/24px "Poppins", Helvetica, sans-serif;
	text-transform: capitalize;
}
.category .sort, .category .categories {
	padding: 15px;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.sidebar strong,.right-sidebar strong {
	display: block;
	padding-top: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	text-transform: capitalize;
	line-height: 28px;
}
.product-tabs .page strong {
  color: #414141;
  padding:0;
}
.modes {
  font-size: 1.5em;
  padding-left: 3px;
}
.list .info { border-left: 0px !important;  }
.list .description { margin-left: -15px;  }
.list .col-lg-5, .list .col-md-5 { padding: 0 !important;  }
.list .col-md-8, .list .col-lg-8, , .list .col-sm-7, .list .col-xs-7 {
	margin: 0 auto !important;
  border-right: 1px solid #e5e5e5 !important;
}
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  margin: 0;
}
/* .price-filter */
.price-filter {
  padding-bottom: 40px;
}
.price-filter-range {
  font-size: 10px;
}
#collection-filter-price {
  height: 12px;
  border: 1px solid #444;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 3px 4px 8px 8px;
  position: relative;
}
#collection-filter-price .ui-slider-range {
  background-color: #666;
  border: 1px solid #666;
  margin: -1px 0 0 -1px;
  position: absolute;
  height: 12px;
}
#collection-filter-price .ui-slider-handle {
  background-color: #444;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 0;
  top: -3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-left: -10px;
  cursor: col-resize;
  border: 1px solid #444;
  outline: none;
}
.price-filter-range .min {
  float: left;
  font-size:12px;
}
.price-filter-range .max {
  float: right;
  font-size:12px;
}

/* select */
.sidebar select {
	display: block;
	margin-bottom: 10px;
	max-width: 100%;
	padding: 5px;
	line-height: 22px;
  color:#666;
}
select {
	padding: 0;
	line-height: 22px;
	-moz-appearance: none;
	-webkit-appearance: none;
	-khtml-appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	cursor: pointer;
}
.select-wrapper::after {
	content: "\f078";
	font-family: "fontawesome";
	font-size: 9px;
	pointer-events: none;
	position: absolute;
	right: 10px;
	top: 8px;
}
.select-wrapper {
	position: relative;
}
/* nav */
.block-categories {
	float: left;
	width: 100%;
}
.sidebar .item {
  float:left;
  width:100%;
  position:relative;
}
.sidebar .item .itemLink.active,.left-column .sort .title {
	display: block;
	text-transform: uppercase;
  padding:28px;
  font-weight:400;
  font-size:28px;
  line-height:30px;
}
.sidebar .item .itemLink {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #ccc;
    padding: 0;
    float: left;
    width: 100%;
}
.left-column .block-categories ul li span.navbar-toggler {
    float: right;
    text-align: center;
    z-index: 1;
    font-size: 10px;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 5px;
    padding: 0;
    cursor: pointer;
}
.block-categories #categories ul.subnav {
	padding: 20px;
	margin: 0;
	float: left;
	width: 100%;
}
.block-categories #categories li.item > ul.subnav {
    display: block;
}
.block-categories #categories ul.subnav li.subitem ul.subnav {
    padding: 0 0 0 15px;
}
.left-column .block-categories ul li span.navbar-toggler span.glyphicon {
    width: 1rem;
    height: 1rem;
    float: right;
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    color: #ccc;
    font-weight: 400;
}
.left-column .block-categories ul li:hover span.navbar-toggler span.glyphicon {
	color: #fff;
}
.left-column .block-categories ul li span.navbar-toggler span.glyphicon-chevron-up, 
.left-column .block-categories ul li span.navbar-toggler[aria-expanded="false"] span.glyphicon-chevron-up, 
.left-column .block-categories ul li span.navbar-toggler[aria-expanded="true"] span.glyphicon-chevron-down {
    display: none;
}
.left-column .block-categories ul li span.navbar-toggler span.glyphicon-chevron-up, 
.left-column .block-categories ul li span.navbar-toggler[aria-expanded="false"] span.glyphicon-chevron-up, 
.left-column .block-categories ul li span.navbar-toggler[aria-expanded="true"] span.glyphicon-chevron-down {
    display: none;
}
.left-column .block-categories ul li span.navbar-toggler[aria-expanded="true"] span.glyphicon-chevron-up {
    display: inline-block;
    vertical-align: middle;
}
.block-categories #categories .subnav li .subitemLink {
	font-size: 13px;
	line-height: 30px;
	color: #ccc;
      text-transform: capitalize;
}
.block-categories #categories .subnav li:hover .subitemLink {
  color:#fff;
}
.sidebar .item .itemLink:hover, .sidebar .item .subitemLink:hover {
  color: #fff;
}
.sidebar .item .itemLink.active:hover {
  color: #414141;
}
.sidebar .item .subnav .subnav {
  margin: 5px 0px 5px 10px;
}
@media (min-width: 992px) {
  .category .left-column .sort .title {
      display: block !important;
  }
  .category .left-column .sort {
  	padding: 0;
  }
  .category .left-column .sort .sidebar-filter {
    padding: 25px 20px;
    float: left;
    width: 100%;
  }
  [id^="filter"].in, [id^="filter"].collapsing {
    display: block!important;
  }
  .category .left-column .sort  span.navbar-toggler {
      float: right;
      text-align: center;
      z-index: 1;
      font-weight: 400;
      padding: 0;
      cursor: pointer;
    font-size: 20px;
  }
  .category .left-column .sort span.navbar-toggler span.glyphicon-chevron-up {
        display: inline-block;
    vertical-align: middle;
  }
  .category .left-column .sort span.navbar-toggler[aria-expanded="false"] span.glyphicon-chevron-down {
        display: inline-block;
    vertical-align: middle;
  }
  .category .left-column .sort span.navbar-toggler[aria-expanded="false"] span.glyphicon-chevron-up {
    display: none;
  } 
  .category .left-column .sort span.navbar-toggler[aria-expanded="true"] span.glyphicon-chevron-down,.category .left-column .sort span.navbar-toggler span.glyphicon-chevron-down {
    display: none;
  }
  .category .left-column .sort span.navbar-toggler[aria-expanded="true"] span.glyphicon-chevron-up {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (max-width: 991px) {
  .sidebar .title.clearfix.hidden-md-up.toggle,.right-sidebar .sort .title.clearfix.hidden-md-up {
    float: left;
    width: 100%;
    padding: 10px;
    cursor:pointer;
  }
  .block-categories {
    	border: 1px solid #e5e5e5;
      padding:0;
      margin:0 0 15px;
  }
  .sidebar .title .h3.text-uppercase, .right-sidebar .sort .title .h3.text-uppercase{
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #666;
  }
  .sidebar .title .navbar-toggler.collapse-icons {
    float: right;
    width: auto;
  }
  .sort {
    padding-bottom: 0px;
    border-bottom: 0px;
  }
  .price-filter {
    display: none;
  }
  .sidebar {  
    margin-bottom: 30px;  
    margin-top: -15px;
  }
  .sidebar .item.active {
    display: block;
  } 
   .right-sidebar .sort {
      padding: 0;
      border: 1px solid #e5e5e5;
      float: left;
      width: 100%;
      margin: 0 0 15px;
    }
  .sidebar > div > ul,.right-sidebar .sort ul#filter {
    float: left;
    width: 100%;
    padding:0 15px 15px 15px;
  }
  .sidebar div.active .title span.glyphicon.glyphicon-chevron-down {
    display: none !important;
  }
  .sidebar div.active .title span.glyphicon.glyphicon-chevron-up {
    display: block;
    line-height:14px;
  }
  .sidebar.left-column > div {
    margin-bottom: 20px;
  }
  .sidebar .left-column{
    background:#fff;
  }
  .sidebar .left-column > div ul {
    float: left;
    width: 100%;
    background: #222;
    position:relative;
  }
  .left-column .sidebar-filter #filter_form {
    float: left;
    width: 100%;
    padding: 15px;
  }
  .sidebar .item .itemLink{
    padding:10px;
    font-size:18px;
  }
  .block-categories #categories ul.subnav{
    padding:10px;
  }
  .collection-page .right-sidebar .collapse-icons span.glyphicon.glyphicon-chevron-down,.collection-page .right-sidebar .collapse-icons span.glyphicon.glyphicon-chevron-up{
    line-height:14px;
  }
  .collection-page .right-sidebar .collapse-icons{
    color:#666;
  }
  .collection-page .right-sidebar .select-wrapper{
    margin:0 0 10px;
  }
  .right-sidebar label:hover,.right-sidebar label:hover > span{
    color:#000;
  }
  .right-sidebar strong{
    color:#333;
  }
}
@media (max-width: 767px) {
  .sidebar .item {
    border-bottom: 0px;
  }
}
/*--------------leftbanner--------------*/
#ttcmsleftbanner {
	float: left;
	width: 100%;
	padding: 15px;
}
@media(max-width:991px){
  #ttcmsleftbanner{
    	width:auto;
    	border:1px solid #e5e5e5;
  }
}
/*------------ new products ------------*/
.right-sidebar .new-products {
	float: left;
	width: 100%;
}
.right-sidebar .new-products .title {
	padding: 28px;
	float: left;
	width: 100%;
  display:block !important;
}
.right-sidebar .new-products .tt-title{
  padding:0;
}
.new-products .thumbnail-container.product-grid-view {
	float: left;
	width: 100%;
	padding: 30px;
  border-bottom:1px solid #373737;
}
.new-products .thumbnail-container.product-grid-view:last-child{
  border:none;
}
.right-sidebar .newproduct .thumbnail-container .image-wrap {
	float: left;
	width: 20%;
}
.right-sidebar .newproduct .thumbnail-container .product-info {
	float: left;
	width: 80%;
	padding: 0 25px;
}
.right-sidebar .newproduct .thumbnail-container .product-info .price{
  color:#fff;
}
.right-sidebar .newproduct .thumbnail-container .product-info .product-title{
  color:#ccc;
}
.right-sidebar .newproduct .thumbnail-container:hover .product-info .product-title{
  color:#fff;
}
.right-sidebar .newproduct .thumbnail-container .image-wrap .producthover,.right-sidebar .newproduct .thumbnail-container .image-wrap .new-label{
  display:none;
}
.right-sidebar .newproduct .thumbnail-container .image-wrap > a{
  border:3px solid #fff;
}
.right-sidebar .newproduct .thumbnail-container .product-info .product-title{
  font-size:14px;
  line-height:16px;
  color:#8a8a8a;
}
.right-sidebar .new-products .tt-title::before{
  display:none;
}
.right-sidebar .new-products .thumbnail-container .product-info .price{
  font-size:14px;
  line-height:15px;
}
@media(max-width:1200px){
  .new-products .thumbnail-container.product-grid-view{
    padding:20px;
  }
  .right-sidebar .newproduct .thumbnail-container .image-wrap{
    width:25%;
  }
  .right-sidebar .newproduct .thumbnail-container .product-info{
    width:75%;
    padding:0 20px;
  }
  .right-sidebar .new-products .title{
    padding:20px;
  }
}
@media(max-width:1199px){
  .right-sidebar .tt-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media(max-width:991px){
  .right-sidebar .tt-title {
    font-size: 18px;
    width:auto;
  }
  .right-sidebar .new-products .title{
    padding:10px;
  }
  .right-sidebar #new-product.newproduct {
    float: left;
    width: 100%;
    background: #222;
    display:none;
  }
}
/* ----------right-sidebar toggle(home-page)------- */
@media(max-width:991px){
  .right-sidebar .title.clearfix.hidden-md-up {
    float: left;
    width: 100%;
    cursor:pointer;
  }
  .sidebar .title .navbar-toggler.collapse-icons,.right-sidebar .title .navbar-toggler.collapse-icons {
    float: right;
    width: auto;
    display:block;
  }
  .right-sidebar .new-products .title .navbar-toggler.collapse-icons{
    color:#fff;
  }
   .right-sidebar .collapse-icons span.glyphicon.glyphicon-chevron-down{
    line-height:20px;
  }
  .sidebar .collapse-icons .glyphicon.glyphicon-chevron-up, .right-sidebar .collapse-icons .glyphicon.glyphicon-chevron-up{
    display: none;
    font-size: 10px;
    line-height:20px;
    padding: 5px;
    float: right;
    width: auto;
  }
  .right-sidebar .container > div.active .title .collapse-icons .glyphicon.glyphicon-chevron-up{
    display:block;
  }
   .right-sidebar .container > div.active .title .collapse-icons .glyphicon.glyphicon-chevron-down{
    display:none !important;
  }
}
/*-------------right column-----------*/
.right-sidebar .products-container {
	float: left;
	width: 100%;
}
.right-sidebar {
  margin: 30px 0 0;
}
.products-container .thumbnail-container {
	text-align: center;
  margin:0 0 30px 0;
}
.right-sidebar .category-content .textcategory {
	float: left;
	width: 100%;
	padding: 0;
	color: #666;
  margin:0 0 30px;
}
.right-sidebar .category-img > img {
	width: 100%;
}
.right-sidebar .products-filter-mode {
	float: left;
	width: 100%;
	margin:0 0 30px 0;
  padding:10px;
	border: 1px solid #e5e5e5;
  background:#fff;
}
.products-filter-mode .sortby-title,.products-filter-mode .limit-title  {
	float: left;
  margin:3px 0;
}
.right-sidebar .products-filter-mode .modes {
	float: left;
	width: auto;
}
.right-sidebar .products-filter-mode .select-wrapper {
	float: right;
	width: auto;
  margin:0 0 0 10px;
}
.modes > .button-grid, .modes > .button-list {
	color: #808080;
	cursor: pointer;
	float: left;
	font-size: 0;
	height: 24px;
	line-height: 14px;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
	width: 19px;
}
.modes > .button-grid {
	background: url("sprite.png") no-repeat scroll -11px -20px;
}
.modes > .button-list {
	background: url("sprite.png") no-repeat scroll -69px -20px;
}
.modes > .button-list.active, .modes > .button-list:hover {
	background-position: -69px -69px;
}
.modes > .button-grid.active, .modes > .button-grid:hover {
	background-position: -11px -69px;
}
.modes {
	margin: 6px 10px 0 0;
	padding: 0;
	float: left;
}
.right-sidebar .select-wrapper select {
	padding: 4px 25px 4px 5px;
	font-size: 13px;
	color: #666;
}
.right-sidebar .select-wrapper::after {
  top: 9px;
  color: #666;
  font-size: 8px;
}
.products-filter-mode .limit-filter {
	float: right;
	width: auto;
}
.products-filter-mode .sortby {
	float: right;
	width: auto;
  margin:0 10px 0 0;
}
.right-sidebar .tot-compare {
	float: left;
	width: 100%;
	padding: 12px 0;
	border-top: 1px solid #e5e5e5;
}
.right-sidebar .category-content {
	float: left;
	width: 100%;
}
.right-sidebar .tot-compare .total-product {
	float: left;
	width: auto;
}
.right-sidebar .tot-compare .total-compare {
	float: left;
	width: auto;
}
.thumbnail-container.product-list-view .product-info {
	float: left;
	text-align: left;
}
.thumbnail-container.product-list-view .product-info .title {
	font-size: 16px;
	line-height: 20px;
	color: #444;
	margin: 5px 0 10px 0;
	float: left;
	width: 100%;
}
.thumbnail-container.product-list-view:hover .product-info .title{
  color:#000;
}
.thumbnail-container .product-info .description .text {
	color: #666;
	margin: 0 0 10px 0;
}
.thumbnail-container.product-list-view .product-info .producthover {
	margin: 15px 0 0 0;
}
.thumbnail-container.product-list-view {
	margin: 0 0 30px 0;
}
.thumbnail-container.product-list-view .producthover div a.cart > span {
	display: block;
  line-height:40px;
  font-family:"Poppins";
}
@media(min-width:992px){
  .right-sidebar{
    padding-right: 45px;
  }
}
@media(max-width:991px){
  .right-sidebar{
    float:left;
    width:100%;
    padding:0;
  }
}
@media(max-width:991px) and (min-width:768px){
    .right-sidebar .products-container .thumbnail-container.product-grid-view {
      width: 33.33%;
    }
}
@media(max-width:767px){
  .right-sidebar{
   	margin:15px 0 0;
  }
}
@media(max-width:543px){
  	.right-sidebar .tot-compare .total-compare{
      float:left;
      width:100%;
  	}
  	.products-filter-mode .sortby{
      margin:10px 0 0 0;
  	}	
  	.thumbnail-container.product-list-view .product-info {
      text-align: center;
      width: 100%;
      margin:10px 0 0;
    }
  	.thumbnail-container {
      width: 100%;
    }
  	.right-sidebar .category-content .textcategory{
      margin:0 0 15px 0;
  	}
  	.products-container .thumbnail-container{
      margin:0 0 20px;
  	}
}
/* .pager
================================================== */
.pager.row {
	float: left;
	width: 100%;
	border: 1px solid #e5e5e5;
	padding: 10px;
  margin:0 0 30px;
}
.pager {
  font-size: 12px;
  color: #797979;
  margin: 0px;
  padding-top: 0px;
}
.pager .left {
  font-size: 14px;
  line-height:32px;
}
.pager ul li {
	display: inline-block;
	float: none;
	vertical-align: middle;
}
.pager ul li a {
	float: left;
	padding: 6px;
	line-height: 20px;
	text-decoration: none;
	border: 1px solid;
	width: 32px;
	height: 32px;
	text-align: center;
	display: block;
  border-radius:50%;
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%; 
  -khtml-border-radius: 50%;
}
.pager ul li a:hover {
  color: #fff;
  background:#000;
  border-color:#000;
}
.pager ul li a .glyphicon {
  font-size: 10px;
  line-height: 18px;
}
.pager ul li.active a{
  background:#000;
  border-color:#000;
  color:#fff;
}
.pager ul li.prev a {
  border-left-width: 1px;
}
.pager ul li.disabled {
  display: none;
}
@media(max-width:991px){
  	.pager.row{
      	margin-bottom:20px;
  	}
}
/* Product page
================================================== */
.product-wrap .product-info {
	margin: 0;
}
.product-page .product-wrap .product-info .product-title, .quick-modal .product-info .product-title {
	font-size: 18px;
	line-height: 24px;
	color: #222;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-weight: normal;
}
.product-info .product-description {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	line-height: 20px;
	color: #666;
      font-size: 13px;
}
.product-info #product_configure_form {
	float: left;
	width: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.product-wrap .product-info .review-container {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}
/* .zoombox */
.zoombox .images {
  position: relative;
  display: block;
  border: 5px solid #fff;
  box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  overflow:hidden;
  margin:0 0 20px 0;
}
.zoombox .images a {
  display: none;
  cursor: pointer;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  overflow: hidden;
}
.zoombox .images a.first {
  display: block;
}
.zoombox .images a img, .zoombox .thumbs a img {
  width: 100%;
  height: auto;
  background-color: #fff;
}
.zoombox .images a img.zoomImg {
  max-height: none;
}
.zoom a {
  text-decoration: none;
}
.zoombox .thumbs a  {
  display: block;
  cursor: pointer;
  border:3px solid #fff;
  overflow:hidden;
  box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.product-img .thumbs .thumbnails {
	float: left;
	padding: 5px 10px;
}
.product-img .thumbs-container {
	float: none;
	width: 100%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
	position: relative;
  margin:0 0 30px 0;
}
.product-img .thumbs-container .thumbs {
    padding: 0 30px;
}
.thumbs-container .owl-nav button.owl-prev::before,
.thumbs-container .owl-nav button.owl-prev::after,
.thumbs-container .owl-nav button.owl-next::before,
.thumbs-container .owl-nav button.owl-next::after{
	display: none;
}
.thumbs-container .owl-nav button {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.thumbs-container .owl-nav button.owl-prev {
  	left:0;
  	right:auto;
  	background-position:-10px -352px;
}
.thumbs-container .owl-nav button.owl-next {
  	right:0;
  	left:auto;
  	background-position:-9px -385px;
}
.thumbs-container .owl-nav {
  position:static;
}
.thumbs-container .owl-nav button {
  height:30px;
  border-radius:50%;
  -moz-border-radius: 50%; 
-webkit-border-radius: 50%; 
-khtml-border-radius: 50%;
}
@media (max-width: 767px) {
  .zoombox .images {
    max-width: 100%;
  }
}
.product-info .row {
  clear: both;
}

/* .product-option */
.product-wrap .product-info .product-title, .quick-modal .product-info .product-title {
	font-size: 20px;
	line-height: 26px;
	color: #222;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-weight: normal;
}
.product-info .product-option {
  padding-top: 10px;
}
.product-configure .product-configure-options-option,
.product-configure .product-configure-variants,
.product-configure .product-configure-custom-option {
  float: left;
  width: 100%;
}
.product-option .product-configure-custom label {
	font-size: 14px;
	line-height: 16px;
}
.product-configure-custom,
.product-configure-variants,
.product-configure-options {
  clear: both;
}
@media (max-width: 992px) { 
  .product-configure .product-configure-options-option,
  .product-configure .product-configure-variants,
  .product-configure .product-configure-custom-option {
    width: 100%;
  }
}

/* .product-price */
.product-info .product-price {
  padding: 10px 0;
}
.product-info .product-price .old-price {
  text-decoration: line-through;
  color: #797979;
}
.product-info .product-price .price {
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	vertical-align: middle;
}
.product-info form .product-price .price-wrap {
	float: left;
	width: 100%;
}
/* quantity */
.product-info .product-price > .cart {
  float: left;
  line-height: 0px;
  width:100%;
  margin-top:10px;
}
.product-info .product-price .cart input {
  display: block;
  width: 40px;
  height: 38px;
  text-align: center;
  float: left;
  padding: 8px 5px;
}
.product-info .product-price .cart .change {
  float: left;
  width: 16px;
  height: 38px;
  margin-right: 10px;
  border: 1px solid #e5e5e5;
  border-left: 0px;
}
.product-info .product-price .cart .change a {
  color: #797979;
  display: block;
  width: 16px;
  height: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
}
.product-info .product-price .cart .change a:hover {
  color: #414141;
}
.product-price .cart .change .up {
	border-bottom: 1px solid #e5e5e5;
}
.product-info .product-price .cart .change a:hover {
	background: #eee;
}
@media (max-width: 480px) {
  .product-info .product-price .price {
    line-height: 24px;
  }
  .product-info .price-wrap, .product-info .product-price .cart {
    float: none;
    width: 100%;
  }
  .product-info .product-price .cart {
    margin-top: 15px;
  }
}

/* add to cart */
.product-info .product-price .btn,.products .thumbnail-container.product-list-view .product-info .producthover .add-to-cart a {
  overflow: hidden;
  margin-top: -1px;
  line-height: 36px;
  height: 40px;
  padding: 0px 26px;
  font-size:14px;
  border:none;
  text-transform:capitalize;
  width:auto;
  border-radius:22px !important;
  -moz-border-radius: 22px !important; 
	-webkit-border-radius: 22px !important; 
	-khtml-border-radius: 22px !important;
}
.product-info .product-price .btn:hover span,.products .thumbnail-container.product-list-view .product-info .producthover .add-to-cart a:hover span{
  color:#fff;
  opacity:0;
  -moz-opacity: 0; 
	-khtml-opacity: 0; 
	-webkit-opacity: 0;
}
.product-info .product-price .btn::before,.products .thumbnail-container.product-list-view .product-info .producthover .add-to-cart a::before  {
  left: 0;
  top: -50px;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  text-align: center;
  display:block !important;
  color:#fff;
}
.product-info .product-price .btn:hover::before,.products .thumbnail-container.product-list-view .product-info .producthover .add-to-cart a:hover::before {
  top: 2px;
}

/* .tabs */
.product-tabs {
  padding-top: 0px;
  float:left;
  width:100%;
  margin:30px 0;
}
.tabs ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tabs ul li {
  float: left;
  margin:0 5px 0 0;
}
.tabs ul li.col-2 {
  width: auto;
	float:left;
  margin:0 5px 0 0;
}
.tabs ul li.active a small {
  font-weight: normal;
}
.product-tabs .tabsPages .spec-title {
	margin-right: 5px;
	float: left;
	width: auto;
}
.product-tabs .review .glyphicon.glyphicon-star {
	color: #fbaf5d;
	font-size: 14px;
}
.product-tabs .glyphicon.glyphicon-calendar {
	color: #666;
	margin: 0 0 0 5px;
}
.product-tabs .review small {
	font-size: 13px;
}
.product-tabs .tabsPages {
	border: 1px solid #e5e5e5;
}
.tabsPages .page {
  clear: both;
  display: none;
  min-height: 160px;
  overflow: visible;
  padding: 15px;
  width: 100%;
}
.product-tabs .tabsPages .page{
  background:#fff;
}
.tabsPages .page.active {
    display: block;
}
.tabsPages .page.info .details {
  margin-bottom: 20px;
  color:#666;
}
.tabsPages .page.info .details tr td {
  padding-right: 10px;
  font-style: italic;  
}
.tabsPages .page.info .details .out-of-stock {
  color: rgb(235, 97, 97);
}
.tabsPages .page.info p {
  color: #666;
  font-size: 13px;
}
@media(max-width:991px){
  .product-tabs{
    margin:20px 0;
  }
}
@media(max-width:543px){
  	.product-tabs{
      	margin: 10px 0 10px;
  	}
  	.product-tabs .tabs ul li{
      	margin: 0 0 5px 0;
        width: 100%;
        text-align: center;
  	}
}
/* .reviews */
.tabsPages .page.reviews .review {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.tabsPages .page.reviews .stars {
  font-size: 10px;
  float: right;
}
.tabsPages .page.reviews .bottom {
  font-size: 14px;
}
@media(max-width:543px){
  	.tabsPages .page.reviews .bottom .right {
      float: left !important;
      width: 100%;
    }
}
/* .tags-actions */
.product-actions {
  padding-top: 10px;
  padding-bottom: 10px;
}
.product-actions .social-media {
  line-height: 0px;
  float:left;
  width:100%;
  margin:0;
}
.product-info .product-actions .tag-action {
	margin: 0;
	float: left;
	width: 100%;
}
.product-actions .social-media .social-block {
  float: left;
  margin: 0px 15px 0px 0px;
}
.product-actions .tags-actions {
  padding-top: 0px;
  font-size: 12px;
  color: #797979;
}
.product-actions .tags {
  float:left;
  width:100%;
  margin-top:10px;
}
.product-actions .tags h2 {
  margin: 0px;
  line-height: inherit;
  display: inline;
}
.product-actions .tags-actions .actions {
 	float:left;
	width:100%;
  text-align:left;
  margin-top:10px;
}
.product-actions .tags-actions .actions > a {
  color: #666;
  font-size: 14px;
	line-height: 16px;
  margin: 0 5px 0 0;
  padding: 0 0 0 25px;
  position: relative;
}
.product-actions .tags-actions .actions > a.compared {
	padding: 0;
}
.product-actions .tags-actions .actions a:hover {
  color: #414141;
}
.product-info .product-actions .tags-actions .tags a,.product-actions .tags h2 {
	font-size: 13px;
	line-height: 16px;
	color: #666;
  font-family:"Poppins";
  font-weight:normal;
}
.product-actions .tags-actions .actions > a::before {
	font-family: "fontAwesome";
	left: 2px;
	position: absolute;
	top: 2px;
	vertical-align: top;
	width: 20px;
  content:"";
}
.product-actions .tags-actions .actions > a.wishlist::before {
	content: "\f08a";
}
.product-actions .tags-actions .actions > a.compare::before {
	content: "\f24d";
}
.product-actions .tags-actions .actions > a.print::before {
	content: "\f02f";
}
@media(max-width:991px){
  	.product-wrap .product-img {
      width: 40%;
      float: left;
    }
  	.product-wrap .product-info {
      width: 60%;
    }
}
@media (max-width: 767px) {
  .product-actions, .product-info .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .product-actions .tags, .product-actions .actions {
    margin-left: 0px;
  }
  .product-actions .social-media {
    padding-left: 15px;
  }
  .product-wrap .product-img {
    width: 100%;
    text-align:center;
  }
  .product-wrap .product-img .zoombox {
    width: 80%;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .product-wrap .product-info {
    width: 100%;
    float: left;
  }
}
@media(max-width:543px){
  .product-wrap .product-img .zoombox{
    width:100%;
  }
}
/* .related */
.related h3 {
  margin-bottom: 25px;
}
.products.related {
	float: left;
	width: 100%;
	margin: 30px 0;
  text-align:center;
  position:relative;
}
#related-products {
    float: left;
    width: 100%;
}
.products.related .related-products .thumbnail-container.product-grid-view {
	width: 100%;
	float: left;
	position: relative;
  overflow:hidden;
}
.related-products.owl-carousel.owl-theme {
	float: left;
	width: 100%;
	position: relative;
}
.products.related .owl-nav {
  top:-58px;
}
@media(max-width:991px){
  .products.related{
    margin:20px 0;
  }
}
@media (max-width: 767px){
    .related .product .bundle-actions {
    width: 50%;
    *width: 50%;
  }
}
/*----------- gototop --------*/
#goToTop {
	position: fixed;
	height: 40px;
	width: 40px;
	line-height: 36px;
	text-align: center;
	right: 40px;
	left: auto;
	bottom: 40px;
	top: auto;
	border-radius: 50%;
  -moz-border-radius: 50%; 
-webkit-border-radius: 50%; 
-khtml-border-radius: 50%;
	cursor: pointer;
	z-index: 9;
  opacity:0;
  -moz-opacity: 0; 
  -khtml-opacity: 0; 
  -webkit-opacity: 0; 
  transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.show {
    opacity: 1 !important;
	-moz-opacity: 1 !important; 
-khtml-opacity: 1 !important; 
-webkit-opacity: 1 !important;
}	
#goToTop::before {
	content: "\f106";
	font-family: "FontAwesome";
	font-size: 16px;
	font-weight: 600;
  transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
@media(max-width:767px){
  #goToTop{
    right:20px;
  }
}
/* footer
================================================== */
footer#footer-section {
	float: left;
	width: 100%;
  margin-top:30px;
}
.home footer#footer-section, .category footer#footer-section, .product-page footer#footer-section{
  margin:0;
}
#footer-section .footer-top {
	float: left;
	width: 100%;
	padding: 30px 0;
	position: relative;
}
footer {
  background-color: #414141;
  color: #f7f7f7;
}
#ttcmsfooter {
	float: left;
	text-align: center;
	margin: 0 0 50px 0px;
}
#ttcmsfooter .ttabout-desc {
	float: none;
	width: 60%;
	display: inline-block;
	vertical-align: top;
	margin: 15px 0 0 0;
	font-weight: 400;
	font-size: 13px;
	line-height: 22px;
	color: #ccc;
}
#ttcmsfooter .ttabout-desc i {
	font-style: italic;
}
.footer-container label > .title {
	font-weight: 400;
  font-size:16px;
  line-height:22px;
	color: #fff;
	margin-bottom: 20px;
	float: left;
	width: 100%;
  text-transform:uppercase;
}
.footer-container .link .list ul li > a,.footer-container .link .list .contact,footer .contact-description,.footer-container .links .list .contact a  {
	font-weight: 400;
  font-size:13px;
  line-height:30px;
	color: #ccc;
  word-break: break-all;
}
#footer-section .footer-container {
	float: left;
	width: 100%;
	position: relative;
  padding:50px 0 30px;
}
footer a, footer .links a {
  color: #f7f7f7;
}
footer hr {
  border-color: black;
  opacity: 0.085;
  -moz-opacity: 0.085; 
-khtml-opacity: 0.085; 
-webkit-opacity: 0.085; 
}
footer input[type="text"] {
  border-color: rgba(0, 0, 0, 0.085);
}
@media(max-width:991px){
  #ttcmsfooter .ttabout-desc{
    width:100%;
  }
  .footer-container .links .link {
    width: 100%;
    float: left;
  }		
  .footer-container label > .title{
    margin:0;
    width:auto;
    font-size:16px;
  }
  .footer-container .links .link label {
    width: 100%;
    float: left;
    padding: 10px;
    cursor: pointer;
  }
  #ttcmsfooter{
    margin:0 0 20px 0;
  }
  #footer-section .footer-container{
    padding:30px 0 20px;
  }
  span.glyphicon.glyphicon-chevron-down {
    display: block !important;
    float: right !important;
    width: auto;
    padding: 5px;
    font-size: 10px;
    line-height:14px;
  }
  footer .links div.active label span.glyphicon::before {
    float: right !important;
    width: auto !important;
    font-size: 10px !important;
    line-height:14px !important;
    content: "\e113" !important;
    font-family: !"Glyphicons Halflings" !important;
  }
  .footer-container .links .link label:hover {
    background: rgba(0,0,0,0.2);
  }
  .footer-container .link .list {
    float: left;
    width: 100%;
    padding: 0 10px;
  }
  footer#footer-section{
    margin-top:30px !important;
  }
}
@media(max-width:543px){
  #footer-section .footer-container {
    padding: 20px 0 15px;
  }
  #ttcmsfooter {
    margin: 0 0 15px 0;
  }
  footer .social-media {
    margin-top: 15px;
  }
}
/* .social */
footer .newsletter {
  line-height: 0px;
}
.footer-top .newsletter {
	float: left;
	width: 100%;
}
footer .newsletter .title {
	display: block;
	float: left;
	margin: 0;
	font: 400 25px/40px "Poppins",sans-serif;
	text-transform: capitalize;
  width:100%;
}
.newsletter .block_content #formNewsletterEmail {
	width: 100%;
	float: left;
	min-width: 500px;
	height: 42px;
	border-radius: 22px;
  -moz-border-radius: 22px; 
-webkit-border-radius: 22px; 
-khtml-border-radius: 22px;
  padding:6px 125px 6px 15px;
  border:none;
}
.newsletter .block_content .btn.glyphicon-send {
	border-radius: 22px;
  -moz-border-radius: 22px; 
-webkit-border-radius: 22px; 
-khtml-border-radius: 22px;
	padding: 5px 20px;
	height: 42px;
	position: absolute;
	right: 0;
	left: auto;
  text-transform:capitalize;
  font-size: 14px;
  line-height: 26px;
}
.newsletter .block_content {
	margin: 10px 0;
}
.newsletter .block_content #formNewsletter {
	position: relative;
  float:right;
  width:100%;
}
.footer-top .newsletter .newsletter-title {
	float: left;
	padding: 0 0 0 55px;
}
.footer-top > .container {
	padding: 0;
}
.footer-top .newsletter .newsletter-title::before {
	background: transparent url('sprite.png') no-repeat scroll -28px -470px;
	content: "";
	height: 50px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 50px;
}
footer .newsletter .newsletter-title .tt-desc {
	color: #fff;
	font: 400 14px/24px "Poppins",sans-serif;
	text-align: left;
  float:left;
}
footer form {
  line-height: 0px;
  display: inline-block;
}
footer form input {
  display: inline-block;
  vertical-align: top;
}
footer form .btn {
  overflow: hidden;
  margin-top: -1px;
  line-height: 28px;
}
footer form .btn:hover span {
  opacity: 0;
  -moz-opacity: 0; 
-khtml-opacity: 0; 
-webkit-opacity: 0; 
}
footer form .btn::before {
  left: 0;
  top: -50px;
  position: absolute;
  height: 100%;
  width: 100%;
transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
  font-size: 16px;
  text-align: center;
}
footer form .btn:hover::before {
  top: 6px;
}
footer .contact-description {
  padding-bottom: 10px;
}
footer .contact .glyphicon {
  margin-right: 10px;
}
.footer-container .social-media .inline-block.relative {
	float: none;
	display: inline-block;
	vertical-align: top;
}
@media(max-width:1600px){
  .newsletter .block_content #formNewsletterEmail{
    min-width:490px;
  }
}
@media(max-width:1388px){
  .newsletter .block_content #formNewsletterEmail{
    min-width:450px;
  }
}
@media(max-width:1294px){
  .newsletter .block_content #formNewsletterEmail{
    min-width:400px;
  }
}
@media(max-width:991px){
  .footer-top .newsletter .newsletter-title,.newsletter .block_content{
    width:auto;
    float:none;
    display:inline-block;
    vertical-align:top;
  }
  .footer-top .newsletter{
    text-align:center;
  }
  .newsletter .block_content{
    margin:20px 0 10px;
    width:70%;
  }
  #footer-section .footer-top{
    padding:20px 0;
  }
  footer .newsletter .newsletter-title .tt-desc{
    text-align:center;
    float:none;
  }
  .newsletter .block_content #formNewsletterEmail {
    min-width: 450px;
  }
}
@media(max-width:767px){
  .newsletter .block_content #formNewsletterEmail {
    min-width: 350px;
  }
  .newsletter .block_content{
    width:460px;
  }
}
@media(max-width:543px){
  footer .newsletter .title{
    font:400 18px/30px "Poppins",sans-serif;
  }
  .footer-top .newsletter .newsletter-title::before {
    right:0;
    margin:0 auto;
  }
  .footer-top .newsletter .newsletter-title{
    padding:55px 0 0 0;
  }
   footer .newsletter .newsletter-title .tt-desc{
     display:inline-block;
  }
  .newsletter .block_content #formNewsletterEmail {
    min-width: 280px;
  }
  #footer-section .footer-top {
    padding: 5px 0;
  }	
  .newsletter .block_content {
    margin: 15px 0 15px;
  }
  .newsletter .block_content {
      width: 310px;
  }
}
/* .social-icons */
.social-media {
  line-height: 0px;
  text-align:center;
  margin-top:30px;
}
.social-media .inline-block > a {
	float: left;
	width: 30px;
	height: 30px;
	overflow: hidden;
	display: block;
  margin:0 10px 0 0;
}
.social-media .social-icon:hover {
  opacity: 1;
  -moz-opacity: 1; 
-khtml-opacity: 1; 
-webkit-opacity: 1; 
}
.social-media .social-icon::before {
  	content:"";
    width:30px;
    height:30px;
  	float:left;
}
.social-media .social-icon.facebook::before { background: transparent url("social-sprite.png") no-repeat scroll -25px -25px; }
.social-media .social-icon.facebook:hover::before { background: transparent url("social-sprite.png") no-repeat scroll -105px -25px; }
.social-media .social-icon.twitter::before { background: transparent url("social-sprite.png") no-repeat scroll -25px -105px; }
.social-media .social-icon.twitter:hover::before { background: transparent url("social-sprite.png") no-repeat scroll -105px -105px; }
.social-media .social-icon.google::before { background: transparent url("social-sprite.png") no-repeat scroll -25px -345px; }
.social-media .social-icon.google:hover::before { background: transparent url("social-sprite.png") no-repeat scroll -105px -345px; }
.social-media .social-icon.pinterest::before { background: transparent url("social-sprite.png") no-repeat scroll -25px -425px; }
.social-media .social-icon.pinterest:hover::before { background: transparent url("social-sprite.png") no-repeat scroll -105px -425px; }
.social-media .social-icon.youtube::before { background: transparent url("social-sprite.png") no-repeat scroll -25px -265px; }
.social-media .social-icon.youtube:hover::before { background: transparent url("social-sprite.png") no-repeat scroll -105px -265px; }
.social-media .social-icon.tumblr::before { background:transparent url("social-sprite.png") no-repeat scroll -25px -505px; }
.social-media .social-icon.tumblr:hover::before { background:transparent url("social-sprite.png") no-repeat scroll -105px -505px; }
.social-media .social-icon.instagram::before { background: transparent url("social-sprite.png") no-repeat scroll -25px -585px; }
.social-media .social-icon.instagram:hover::before { background:transparent url("social-sprite.png") no-repeat scroll -105px -585px; }

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   -min--moz-device-pixel-ratio: 2),
only screen and (   -o-min-device-pixel-ratio: 2/1) { 
}
@media(max-width:991px){
  .social-media{
    margin-top:20px;
  }
}
@media (max-width: 767px) {
  footer a {
    line-height: 25px
  }
  footer .links ul {
    margin-bottom: 15px;
  }
  footer .contact {
    margin-bottom: 5px;
  }
  footer .newsletter input {
    max-width: 160px;
  }
  footer form .btn {
    line-height: 37px;
  }
  footer .social-media, footer .newsletter {
    text-align: center;
  }
  footer .social-media {
    margin-top: 15px;
  }
}
footer .hallmarks {
  margin-top: 30px;
  float:left;
  width:100%;
}
.link .hallmarks > a {
	float: left;
	width: 15%;
	margin: 0 10px 0 0;
}
@media(max-width:991px){
  footer .hallmarks{
    margin-top:20px;
    text-align:center;
  }
  .link .hallmarks > a{
    float:none;
    display:inline-block;
    vertical-align:top;
    width:auto;
  }
}
/* .copyright-payment */ 
.copyright-payment {
  color: #6c6c6c;
  font-size: 12px;
  background-color: #252424;
  padding-top: 15px;
  padding-bottom: 15px;
}
.copyright-payment .row {
  padding-top: 0px;
  padding-bottom: 0px;
}
.copyright-payment .copyright a {
  color: #969696;
}
.copyright-payment .payments {
  line-height: 12px;
}
.copyright-payment .payments img {
  display: inline-block;
  height: 22px;
  width: auto;
  line-height: 35px;
  margin-left: 7px;
}
@media(max-width:991px){
  .copyright-payment,.copyright-payment .payments{
    text-align:center;
  }
  .copyright-payment .payments{
    margin:10px 0 0;
  }
}
/* DE */
.strict-shipping {
  padding-top: 0px;
}
.shipping-cost {
  display: block;
  text-align: right;
  width: 100%;
}
.shipping-cost.collection {
  margin-bottom: 30px;
}

/* GUI
================================================== */
.gui {
  margin-top: 30px;
}
.gui a.gui-button-large,
.gui a.gui-button-small,
.gui-block,
.gui-block.gui-closed .gui-block-title,
.gui-block-option,
.gui-block-option img.gui-border,
.gui-block-option-block,
.gui-block-title span,
.gui-image,
.gui-input,
.gui-text,
.gui-messages ul,
.messages ul,
.gui-number,
.gui-popover,
.gui-popover-bg,
.gui-popover-content,
.gui-popover-title a,
.gui-select,
.gui-table,
.gui-block-content .gui-mask,
.gui-block-content {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.gui .gui-progressbar {
  background-color: transparent;
  float:left;
  width:100% !important;
}
.messages {
  margin-top: 0;
  margin-bottom: 0px;
}
.home .messages{
   margin-bottom: 0px;
}
.gui-popover {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 80%;
    max-width: 800px;
}
#gui-wrapper.gui-compare {
	float: left;
	width: 100%;
}
.gui-checkout .gui-progressbar.gui-fixed{
  z-index:0 !important;
}
/* cart page*/
.cart #gui-wrapper.gui-cart {
	float: left;
	width: 100%;
}
.gui-faq, .gui-login, .gui-password, .gui-register, .gui-review, .gui-sitemap, .gui-block-linklist li, .gui-table,.gui-table thead tr th,.gui-table tbody tr:last-child td,.gui-number,.gui-select .gui-handle, .gui-number .gui-handle,.gui-block, .gui-block-title, .gui-buttons.gui-border, .gui-block-inner, .gui-image,.gui-input, .gui-text, .gui-select, .gui-number,.gui-select select,.gui-progressbar {
	border-color: #e5e5e5 !important;
}
.gui-line, .gui-cart-sum .gui-line{
  background-color: #e5e5e5 !important;
}
.gui-image.gui-image-50{
  width:50px;
}
.gui-image.gui-image-40{
  width:40px;
}
.gui a.gui-button-large, .gui a.gui-button-small{
  border:none !important;
}
.cart .gui .gui-table a.gui-button-small{
  float:right;
}
.gui-messages ul.gui-error,.gui-messages ul.gui-success{
  margin:10px 0;
}
/* checkout page */
#gui-wrapper.gui-checkout {
	float: left;
	width: 100%;
}
.gui-checkout .gui-progressbar ul li.gui-active, .gui-checkout .gui-progressbar ul li.gui-invalid,.gui-checkout .gui-progressbar ul li a, .gui-checkout .gui-progressbar ul li.gui-done + li a, .gui-checkout .gui-progressbar ul li.step-details a{
  background:none !important;
}
.gui-messages{
  float:left;
}
.gui.gui-login,.gui-page-title,#gui-form .gui.gui-register {
	float: left;
	width: 100%;
}
.messages{
  float:left;
  width:100% !important;
      min-height: auto!important;
}
#gui-wrapper.gui.gui-checkout .gui-col2-right ,.gui-checkout .gui-messages{
	float: left;
	width: 100% !important;
}
#gui-form .gui.gui-password {
	float: left;
	width: 100%;
}
#gui-form .gui.gui-review {
	float: left;
	width: 100%;
}
.gui-review .gui-block,.gui.gui-review .gui-required,.gui.gui-review .gui-buttons {
	float: left;
	width: 100%;
}
@media(max-width:991px){
  .gui-blog-article h1 a{
    font-size:16px;
    line-height:20px;
  }
}
/* BUNDLES
================================================== */
.bundleproductinfo h3 {
  font-size: 14px;
}
.bundle h3 {
    margin-bottom: 25px;
}
.glyph-bundle{ 
  position: absolute;
  top: 80px;
  left:-6px;
}
.bundlecart{
  width:16.666667%;
}
.bundleproductinfo a {
    max-height: 70px !important;
}
.bundleproductinfo .title.no-underline {
	margin: 10px 0 5px;
	float: left;
	width: 100%;
	color: #666;
}
.bundle-products .products .bundle-content .product-details {
    float: left;
    width: 100%;
}
.bundle-content .old-price.line-through {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: auto;
}
.bundle-content .product-details .price.total {
    display: inline-block;
    float: none;
    padding-left: 5px;
    vertical-align: top;
    width: auto;
}
.thumbnail-container:hover .bundleproductinfo .title.no-underline{
  color:#000;
}
.bundleproductinfo p {
    margin-top: -6px;
    font-size: 12px;
}
.bundle-products {
	float: left;
	width: 100%;
	margin: 30px 0;
}
.bundle-products .bundle-content {
	float: left;
	width: 100%;
	text-align: center;
	margin: 30px 0 0 0;
}
.bundle-container .bundle-content .product-details .cart {
	margin: 15px 0 0 0;
}
.bundle-content .discount.title h3 {
	margin: 0 0 10px 0;
}
.bundle-products .products.bundle-actions {
	float: left;
	width: 100%;
	border: 1px solid #e5e5e5;
	padding: 20px 0px;
  margin:20px 0 0;
  background:#fff;
}
.bundle-products .bundle-content .cart a.btn.add-bundle-btn {
    padding: 3px 10px;
  	height:auto;
  	text-transform:capitalize;
  	font-size:14px;
}
.line-through {
  text-decoration: line-through;
}
@media (max-width: 992px){
  .product:nth-child(5) > .glyph-bundle{  
      display:none;
  }
}
@media (max-width: 767px){
  .bundle{
     display:none;
  }
  .bundle-products{
    	margin:20px 0;
  }
  .bundle-container .thumbnail-container .image-wrap {
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .bundle-container .thumbnail-container {
    margin-bottom: 20px;
  }
}
@media(max-width:543px){
  	.glyph-bundle{
    	left:0;
    	right:0;
    	top:-20px;
    	bottom:auto;
    	margin: 0 auto;
      height:15px;
      width:15px;
  }
}
/* Collapsing footer */
span.glyphicon.glyphicon-chevron-down{
  display:none;
}

@media (max-width: 480px) { 
.footercollapse + input{
  display:none;
}
.footercollapse + input + *{
  display:none;
}
.footercollapse+ input:checked + *{
  display:block;
}
.footercollapse{
  cursor:pointer;
}
}
.footercollapse {
    color: inherit;
}
.glyphicon-chevron-down {
    color: inherit;
}
.footercollapse_input{
  visibility:hidden;
}
.footercollapse strong {
    font-size: 16px;
}
/* block-subtitle */
.gui-block-subtitle,
.gui-content-subtitle {
  min-height: 30px;
  height:auto!important;
}
/*---------- textpage ----------*/
.textpage {
	float: left;
	width: 100%;
}
.textpage .bread-crumb {
	float: left;
	width: 100%;
	padding: 20px 0;
	background: #f5f5f5;
	margin: 0 0 30px 0;
}
.textpage .text-content {
  padding: 0;
}
@media(min-width:768px){
 .textpage .bread-crumb .container {
  	padding: 0;
  }  
}
.content .page-title.breadcrumb-content {
	margin: 0 0 30px 0;
}
.category .content .page-title.breadcrumb-content, .product-page .content .page-title.breadcrumb-content{
  margin:0;
}
@media(max-width:767px){
  .textpage .bread-crumb{
    padding:10px 0;
    margin:0 0 20px;
  }
}
/*---------- latest-blog ---------*/
.latest-blog {
	float: left;
	width: 100%;
	margin: 35px 0;
}
.latest-blog .bloglist {
	float: left;
	width: 100%;
	position: relative;
  margin-top:30px;
}
.latest-blog .owl-nav{
  top:-68px;
}
.latest-blog .blog-image {
	float: left;
	width: 100%;
	border: 7px solid #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  position:relative;
}
.latest-blog .blog-post {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}
.latest-blog .blog-post .blog-inner {
	float: left;
	width: 100%;
}
.latest-blog .blog-post .blog-inner .blog-date {
	margin: 10px 0 0px;
}
.latest-blog .blog-post .blog-date .date {
	color: #666;
      font-size: 13px;
    margin: 0 0 5px;
}
.latest-blog .blog-post .blog-date .date .glyphicon-calendar::before {
  margin:0 5px 0 0;
}
.latest-blog .blog-inner .blog-title {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin: 5px 0 10px;
  float: left;
  width: 100%;
  text-transform: uppercase;
}
.latest-blog .blog-inner .blog-title:hover{
  color:#ffce26;
}
.latest-blog .blog-post .blog-inner .desc {
	float: left;
	width: 100%;
}
.latest-blog .blog-post .blog-inner .desc p {
	margin: 0;
	line-height: 22px;
	color: #666;
      font-size: 13px;
}
.latest-blog > .container:hover .tt-title::before,.hometab.container:hover .tt-title::before,.brandslist > .container:hover .tt-title::before,.products.related:hover .tt-title::before,.bundle-products:hover .tt-title::before {
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
.latest-blog .bloglist .blog-inner-content .blog-image .blogicons {
	bottom: 0;
	height: 51px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	width: 100px;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}
.latest-blog .bloglist .blog-inner-content .blog-image .blogicons a {
	display: inline-block;
	float: none;
	position: relative;
	height: 45px;
	width: 45px;
}
.latest-blog .bloglist .blog-inner-content .blog-image .blogicons a.zoom::before {
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #fff;
	content: "\f002";
	font-family: "FontAwesome";
	font-size: 16px;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	padding: 6px;
	position: absolute;
	text-align: center;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
}
.latest-blog .bloglist .blog-inner-content .blog-image .blogicons a.read-more::before {
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #fff;
	content: "\f0c1";
	font-family: "FontAwesome";
	font-size: 16px;
	margin: auto;
	padding: 6px;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
}
.latest-blog .bloglist .blog-inner-content .blog-image > a .blog-hover {
	height: 100%;
	position: absolute;
	top: 0;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-khtml-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	width: 100%;
}
.latest-blog .bloglist .blog-inner-content:hover .blog-image > a .blog-hover {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.latest-blog .bloglist .blog-inner-content:hover .blog-image .blogicons {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.latest-blog .blog-post .blog-image img {
	width: 100%;
}
#gui-wrapper.gui-blog {
	float: left;
	width: 100%;
}
.gui-blog-article header ul li{
  color:#000;
}
#gui-wrapper .gui-blog-article.gui-blog-article-image header > a {
	border: 10px solid #fff;
	float: left;
	width: 100%;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  margin-bottom:15px;
}
.gui-blog-article header img{
  padding:0 !important;
}
.gui-blog-commentlist header{
  background:transparent;
}
@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
  }
}
@media(max-width:1199px){
  .latest-blog{
    margin:20px 0;
  }
  .latest-blog .bloglist{
    margin-top:20px;
  }
  .latest-blog .owl-nav {
    top: -58px;
  }
}
@media(max-width:767px){
  .latest-blog .bloglist .blog-inner-content .blog-image .blogicons{
    opacity:1;
  }
}
@media(max-width:543px){
  .latest-blog {
    margin: 15px 0;
  }
}
/*---------- category featured --------------*/
.tt_category_feature {
	float: left;
	width: 100%;
	position: relative;
}
.tt_category_feature .item {
	float: left;
	width: 100%;
}
.tt_category_feature .content {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
  padding:0;
  text-align:center;
}
.tt_category_feature .cat-img {
	float: left;
	position: relative;
	width: 100%;
}
.tt_category_feature .content .cat-img a {
	position: relative;
	float: left;
	width: 100%;
}
.tt_category_feature .content .cat-img a::before {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(0, 0, 0, 0.6) 90%) repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleY(0);
  -webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-o-transform: scaleY(0);
-ms-transform: scaleY(0);
	transform-origin: 50% 100% 0;
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	z-index: 1;
}
.tt_category_feature .content:hover .cat-img a::before {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
}
.tt_category_feature .product-list.owl-carousel.owl-theme {
	float: left;
	width: 100%;
	position: relative;
}
.owl-wrapper-outer .owl-wrapper .owl-item {
	float: left;
}
.tt_category_feature .owl-nav {
	display: none;
}
.tt_category_feature .item .cat-img img {
	width: 100%;
}
.tt_category_feature .content .ttcat-content .cat-infor {
	background: linear-gradient(to bottom, transparent 0px,rgba(0, 0, 0, 0.6) 30%) repeat scroll 0 0;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	padding: 0 15px;
	top: auto;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	z-index: 999;
      height: 100px;
}
.tt_category_feature .item .ttcat-content .title {
	float: left;
	width: 100%;
	margin: 20px 0;
}
.tt_category_feature .content .title a {
	color: #fff;
	font-weight: 400;
  font-size: 24px;
  line-height:26px;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.tt_category_feature .ttcat-content .cat-infor .cat-desc {
	color: #fff;
	font: 400 14px/20px "poppins",Helvetica,sans-serif;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
  visibility: hidden;
      transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}
.tt_category_feature .content .cat-infor .cat-button {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	float: none;
      display: inline-block;
  vertical-align:top;
	padding: 8px 15px 5px;
	width: auto;
  cursor:pointer;
  visibility: hidden;
      transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}
.tt_category_feature .content .cat-infor .cat-button a {
	font: 400 14px/24px roboto;
	text-transform: uppercase;
}
.tt_category_feature .content:hover .ttcat-content .cat-infor {
	background: none;
	height: 35%;
}
.tt_category_feature .content:hover .ttcat-content .cat-infor .cat-desc {
	margin: 0 0 20px;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	float: left;
	width: 100%;
  visibility: visible;
}
.tt_category_feature .content:hover .cat-infor .cat-button {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
  visibility: visible;
}
@media(max-width:767px){
  .tt_category_feature .content .ttcat-content .cat-infor {
    background: none;
    bottom: 25px;
  }
  .tt_category_feature .content .ttcat-content .cat-infor .cat-desc{
    display:block;
    opacity:1;
    -moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
    margin: 0 0 20px;
    float: left;
    width: 100%;
  }
  .tt_category_feature .content .cat-infor .cat-button{
    display:inline-block;
    opacity:1;
    -moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
  }
}
/*------- ttcmsbanner -------*/
.ttcmsbanner {
	float: left;
	width: 100%;
	position: relative;
  margin:70px 0 35px; 
}
.ttcmsbanner .ttbanner-content .ttbanner {
	padding: 0;
}
.ttcmsbanner .ttbanner-content .ttbanner-img a {
	display: block;
	position: relative;
	border: 10px solid #fff;
	overflow: hidden;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
.ttcmsbanner .ttbanner-content .ttbanner-img a::before {
	background-color: rgba(255, 255, 255, 0.2);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translate(13%,190%) rotate(-30deg);
	-webkit-transform: translate(13%,-190%) rotate(30deg);
	-moz-transform: translate(13%,-190%) rotate(30deg);
	-o-transform: translate(13%,-190%) rotate(30deg);
	-ms-transform: translate(13%,-190%) rotate(30deg);
	transition: all 0.3s cubic-bezier(.75,0,.125,1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(.75,0,.125,1) 0s;
	-moz-transition: all 0.3s cubic-bezier(.75,0,.125,1) 0s;
	-o-transition: all 0.3s cubic-bezier(.75,0,.125,1) 0s;
	-ms-transition: all 0.3s cubic-bezier(.75,0,.125,1) 0s;
	width: 100%;
	z-index: 1;
}
.ttcmsbanner .ttbanner-content .ttbanner-img a::before {
	transition-delay: 0.2s;
}
.ttcmsbanner .ttbanner-content .ttbanner-img a::after {
	background-color: rgba(255, 255, 255, 0.2);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translate(-13%,-190%) rotate(-30deg);
	-webkit-transform: translate(-13%,-190%) rotate(-30deg);
	-moz-transform: translate(-13%,-190%) rotate(-30deg);
	-o-transform: translate(-13%,-190%) rotate(-30deg);
	-ms-transform: translate(-13%,-190%) rotate(-30deg);
	transition: all 0.3s cubic-bezier(.75,0,.125,1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(.75,0,.125,1) 0s;
	-moz-transition: all 0.3s cubic-bezier(.75,0,.125,1) 0s;
	-o-transition: all 0.3s cubic-bezier(.75,0,.125,1) 0s;
	-ms-transition: all 0.3s cubic-bezier(.75,0,.125,1) 0s;
	width: 100%;
	z-index: 1;
}
.ttcmsbanner .ttbanner-content .ttbanner-img a:hover::after,.ttcmsbanner .ttbanner-content .ttbanner-img a:hover::before {
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate(0,0);
}
@media(max-width:1199px){
  .ttcmsbanner{
    margin:40px 0 20px;
  }
}
@media(max-width:543px){
  .ttcmsbanner .ttbanner-content .ttbanner-img {
    width: 100%;
  }
  .ttcmsbanner {
    margin: 30px 0 15px;
  }
  .ttcmsbanner .ttbanner-img.ttimg1 {
    margin-bottom: 15px;
  }
}
/*--------- testimonial ---------*/
.ttcmstestimonial {
	background: #232323;
	float: left;
	width: 100%;
	margin: 35px 0;
}
.ttcmstestimonial .testimonial-inner {
	padding: 60px 0;
}
.ttcmstestimonial .testimonial-inner ul li .testimonial-image {
	float: left;
	text-align: right;
	border-radius: 50%;
  -moz-border-radius: 50%; 
-webkit-border-radius: 50%; 

-khtml-border-radius: 50%;
	margin-top: 20px;
}
.ttcmstestimonial .testimonial-inner ul li .testimonial-image img {
	max-width: 100%;
	border: 2px solid #fff;
	border-radius:50% !important;
   -moz-border-radius: 50% !important; 
-webkit-border-radius: 50% !important; 
-khtml-border-radius: 50% !important;
	height: auto;
      float: none;
    display: inline-block;
    vertical-align: top;
}
.ttcmstestimonial .testimonial-inner ul li .testimonial-content {
	float: left;
	padding: 10px 50px 10px 30px;
	text-align: left;
}
.ttcmstestimonial .testimonial-inner ul li .testimonial-content .testimonial-user-title > h4 {
	display: inline-block;
	font-weight: 400;
  font-size:20px;
  line-height:26px;
	padding: 5px 0 15px;
	margin-bottom: 20px;
	position: relative;
	text-transform: uppercase;
}
.ttcmstestimonial .testimonial-inner ul li .testimonial-content .testimonial-user-title > h4::before {
	border-bottom: 1px solid #333;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	margin: auto;
	position: absolute;
	width: 50px;
}
.ttcmstestimonial .testimonial-inner ul li .testimonial-content .testimonial-user-desc {
	font: italic 14px/28px "Poppins",Helvetica,sans-serif;
	text-transform: capitalize;
	padding-left: 15px;
  color:#666;
  float:left;
  width:auto;
}
.ttcmstestimonial .testimonial-inner .testimonial-content p {
	color: #dfdfdf;
	font-weight: 400;
  font-size:14px;
  line-height:24px;
  margin:0;
}
.ttcmstestimonial .testimonial-inner .testimonial-content .testimonial-user-title {
	float: left;
	width: auto;
}
.ttcmstestimonial .testimonial-inner .testimonial-content .testimonial-desc {
	float: left;
	width: 100%;
}
.ttcmstestimonial .testimonial-inner .owl-controls .owl-pagination {
	float: left;
	width: 100%;
	text-align: center;
	margin: 10px 0 0;
}
.ttcmstestimonial .testimonial-inner .owl-controls .owl-pagination .owl-page {
	border: 2px solid #fff;
	display: inline-block;
	float: none;
	height: 12px;
	cursor: pointer;
	margin: 0 5px 0 0;
	width: 12px;
	border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-khtml-border-radius: 50% !important;
}
@media(max-width:1199px){
  .ttcmstestimonial .testimonial-inner {
    padding: 40px 0;
  }
  .ttcmstestimonial{
    margin:20px 0;
  }
}
@media(max-width:767px){
  .ttcmstestimonial .testimonial-inner ul li .testimonial-image{
    width:25%;
  }
  .ttcmstestimonial .testimonial-inner ul li .testimonial-content{
    width:75%;
  }
}
@media(max-width:543px){
  .ttcmstestimonial .testimonial-inner ul li .testimonial-image{
    width:100%;
    text-align:center;
  }
  .ttcmstestimonial .testimonial-inner ul li .testimonial-content{
    width:100%;
    text-align:center;
    padding:10px 20px;
  }
  .ttcmstestimonial .testimonial-inner .testimonial-content .testimonial-user-title {
    width: 100%;
    text-align: center;
  }
  .ttcmstestimonial .testimonial-inner ul li .testimonial-content .testimonial-user-title > h4{
    float:none;
    width:auto;
    vertical-align:top;
  }
  .ttcmstestimonial .testimonial-inner ul li .testimonial-content .testimonial-user-title > h4::before {
    right:0;
  }
  .ttcmstestimonial .testimonial-inner ul li .testimonial-content .testimonial-user-desc{
    float:left;
    width:100%;
    margin:5px 0;
  }
  .ttcmstestimonial .testimonial-inner {
    padding: 20px 0;
  }
  .ttcmstestimonial {
    margin: 15px 0;
  }
}
/*---------- bottombanners -----------*/
.ttbottombannerblock {
	margin: 35px 0;
	float: left;
	width: 100%;
}
.ttbottombannerblock .ttbottombanner .ttbottombanner-img a {
	border: 10px solid #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	display: block;
	position: relative;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	overflow: hidden;
}
.ttbottombannerblock .ttbottombanner .ttbottombanner-img a::before {
	background-color: rgba(255, 255, 255, 0.1);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translate(26%,190%) rotate(-30deg);
  -webkit-transform: translate(26%,190%) rotate(-30deg);
-moz-transform: translate(26%,190%) rotate(-30deg);
-o-transform:translate(26%,190%) rotate(-30deg);
-ms-transform: translate(26%,190%) rotate(-30deg);
	transition: all 0.3s cubic-bezier(.75,0,.125,1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(.75,0,.125,1) 0s;
	-moz-transition: all 0.3s cubic-bezier(.75,0,.125,1) 0s;
	-o-transition: all 0.3s cubic-bezier(.75,0,.125,1) 0s;
	-ms-transition: all 0.3s cubic-bezier(.75,0,.125,1) 0s;
	width: 100%;
	z-index: 1;
}
.ttbottombannerblock .ttbottombanner .ttbottombanner-img a::before {
	transition-delay: 0.2s;
}
.ttbottombannerblock .ttbottombanner .ttbottombanner-img a::after {
	background-color: rgba(255, 255, 255, 0.1);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translate(-26%,-190%) rotate(-30deg);
  -webkit-transform: translate(-26%,-190%) rotate(-30deg);
-moz-transform:translate(-26%,-190%) rotate(-30deg);
-o-transform:translate(-26%,-190%) rotate(-30deg);
-ms-transform: translate(-26%,-190%) rotate(-30deg);
	transition: all 0.3s cubic-bezier(.75,0,.125,1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(.75,0,.125,1) 0s;
	-moz-transition: all 0.3s cubic-bezier(.75,0,.125,1) 0s;
	-o-transition: all 0.3s cubic-bezier(.75,0,.125,1) 0s;
	-ms-transition: all 0.3s cubic-bezier(.75,0,.125,1) 0s;
	width: 100%;
	z-index: 1;
}
.ttbottombannerblock .ttbottombanner .ttbottombanner-img a:hover::after, .ttbottombannerblock .ttbottombanner .ttbottombanner-img a:hover::before {
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate(0,0);
}
.ttbottombannerblock .bottom-banner-content {
	float: left;
	width: 40%;
	position: absolute;
	bottom: 50px;
	top: auto;
	left: 50px;
	right: auto;
	margin: 0 auto;
}
.ttbottombannerblock .bottombanner-title {
	font-size: 34px;
	color: #fff;
	line-height: 40px;
	font-style: italic;
	font-weight: 500;
  margin:0 0 10px 0;
}
.ttbottombannerblock .bottom-banner-content .bottombanner-sub_title {
	font-size: 34px;
	line-height: 40px;
	color: #fff;
	font-weight: 600;
}
@media(max-width:1600px){
  .ttbottombannerblock .bottom-banner-content{
    width:50%;
  }
}
@media(max-width:1294px){
  .ttbottombannerblock .bottom-banner-content{
    width:60%;
  }
}
@media(max-width:1199px){
  .ttbottombannerblock{
    margin:20px 0;
  }
  .ttbottombannerblock .bottom-banner-content{
    bottom:40px;
  }
  .ttbottombannerblock .bottombanner-title{
    font-size:24px;
    line-height:30px;
    margin:0 0 5px 0;
  }
  .ttbottombannerblock .bottom-banner-content .bottombanner-sub_title{
    font-size:24px;
    line-height:30px;
  }
}
@media(max-width:767px){
  .ttbottombannerblock .bottombanner-title {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 5px 0;
  }
  .ttbottombannerblock .bottom-banner-content .bottombanner-sub_title {
    font-size: 20px;
    line-height: 24px;
  }
  .ttbottombannerblock .bottom-banner-content {
    bottom: 30px;
  }
}
@media(max-width:543px){
  .ttbottombannerblock .bottombanner-title {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 3px 0;
  }
  .ttbottombannerblock .bottom-banner-content .bottombanner-sub_title {
    font-size: 12px;
    line-height: 14px;
  }	
  .ttbottombannerblock .bottom-banner-content {
    bottom: 20px;
  }
  .ttbottombannerblock {
    margin: 15px 0;
  }
}
/*------- ttcmsservices ----------*/
.ttcmsservices {
	float: left;
	width: 100%;
}
.full-container .right-sidebar .tt-title{
  padding:0;
}
.ttcmsservices .title {
	padding: 28px;
	width: 100%;
  display:block !important;
}
.ttcmsservices .tt-title::before{
  display:none;
}
.ttcmsservices .ttservices-inner {
	float: left;
	width: 100%;
	text-align:center;
}
.ttcmsservices .ttservices-inner .ttservices {
	float: none;
	padding: 30px 0;
  display:inline-block;
  vertical-align:top;
  width:auto;
}
.ttcmsservices .ttservices-inner .ttservices::after {
	border-bottom: 1px solid #373737;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	content: "";
	bottom: 0;
	top: auto;
}
.ttcmsservices .ttservices-inner .ttservices:last-child::after {
	border:none;
}
.ttcmsservices .ttservices-inner .ttcontent_inner .service-icon {
	float: left;
	transition: 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
}
.ttcmsservices .ttservices .service .service-content {
	float: left;
	padding: 10px 15px;
  text-align:left;
}
.ttcmsservices .ttservices .ttcontent_inner .service .service-title {
	color: #fff;
	font: 400 18px/26px "Poppins",Helvetica,sans-serif;
	text-transform: capitalize;
	transition: 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
}
.ttcmsservices .ttservices .service .service-desc {
	color: #ccc;
	font: 400 14px/18px "Poppins",Helvetica,sans-serif;
}
.ttcmsservices .ttservices-inner .ttservices:hover .ttcontent_inner .service-icon{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}
.ttcmsservices .ttservices-inner .ttservices:nth-child(2n) .ttcontent_inner .service-icon{
  float:right;
}
.ttcmsservices .ttservices:nth-child(2n) .service .service-content{
  text-align:right;
}
.right-sidebar .navbar-toggler.collapse-icons {
	display: none;
}
@media(max-width:1200px){
  .ttcmsservices .title{
    padding:20px;
  }
}
@media(max-width:1199px){
  .ttcmsservices .ttservices-inner .ttservices{
    padding:20px 0;
  }
  .ttcmsservices .ttservices-inner .ttcontent_inner .service-icon,.ttcmsservices .ttservices-inner .ttservices:nth-child(2n) .ttcontent_inner .service-icon{
    float:none;
  }
  .ttcmsservices .ttservices .service .service-content,.ttcmsservices .ttservices:nth-child(2n) .service .service-content{
    width:100%;
    text-align:center;
  }
  .ttcmsservices .ttservices .ttcontent_inner .service .service-title{
    font-size:14px;
  }
}
@media(max-width:991px){
  .ttcmsservices .ttservices-inner .ttservices{
    float:left;
    width:50%;
  }
  .ttcmsservices .title{
    padding:10px;
  }
  .ttcmsservices .ttservices-inner .ttservices:last-child::after {
    border-bottom:1px solid #373737;
  }
  .ttcmsservices .ttservices-inner{
    background:#222;
    display:none;
  }
}
@media(max-width:543px){
  .ttcmsservices .ttservices-inner .ttservices{
    width:100%;
  }
}
/*----------- ttcmsrightbanners -----------*/
#ttcmsrightbanner {
	float: left;
	width: 100%;
	position: relative;
	padding: 15px;
  text-align:center;
}
#ttcmsright-bottombanner {
	float: left;
	width: 100%;
	position: relative;
	padding: 15px;
  text-align:center;
}
#ttcmsrightbanner .ttrightbanner a::before,#ttcmsright-bottombanner a::before {
	background-color: rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid #fff;
	content: "";
	height: 100%;
	left: 0;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	top: 0;
	transform: translate(0,-105%);
  -webkit-transform:translate(0,-105%);
-moz-transform: translate(0,-105%);
-o-transform: translate(0,-105%);
-ms-transform: translate(0,-105%);
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	width: 100%;
	z-index: 1;
}
#ttcmsrightbanner .ttrightbanner a,#ttcmsright-bottombanner a {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
}
#ttcmsrightbanner .ttrightbanner a:hover::before,#ttcmsright-bottombanner a:hover::before {
	transform: translate(0,0);
  -webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-o-transform: translate(0,0);
-ms-transform: translate(0,0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}
@media(max-width:991px){
    #ttcmsrightbanner .ttrightbanner {
      float: none;
      width: auto;
      display: inline-block;
      vertical-align: top;
  }
  #ttcmsright-bottombanner .ttright-bottombanner {
      float: none;
      width: auto;
      display: inline-block;
      vertical-align: top;
    }
}
@media(max-width:543px){
  #ttcmsrightbanner{
  	padding:0;
    margin:0 0 15px;
  }
  #ttcmsright-bottombanner{
    padding:0;
    margin:15px 0;
  }
}
/*------- right-bottom banner ------------*/
#ttcmsright-bottombanner .right-bottombanner_content {
	float: left;
	width: auto;
	position: absolute;
	bottom: 8%;
	top: auto;
	left: 0;
	right: 0;
}
#ttcmsright-bottombanner .right-bottombanner_content .description {
	font-size: 36px;
	line-height: 40px;
	color: #fff;
	text-transform: capitalize;
	font-style: italic;
	margin: 0 0 10px 0;
}
#ttcmsright-bottombanner .right-bottombanner_content .title {
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	text-transform: uppercase;
}
@media(max-width:1500px){
  #ttcmsright-bottombanner .right-bottombanner_content .description{
    font-size:28px;
    line-height:32px;
  }
  #ttcmsright-bottombanner .right-bottombanner_content .title{
    font-size:40px;
    line-height:50px;
  }
}
@media(max-width:1199px){
  #ttcmsright-bottombanner .right-bottombanner_content .description{
    font-size:20px;
    line-height:24px;
  }
  #ttcmsright-bottombanner .right-bottombanner_content .title{
    font-size:30px;
    line-height:40px;
  }
}
/* fancy-box */
.fancybox-slide .fancybox-image-wrap{
  border:10px solid #fff !important;
  box-shadow:0px 0px 5px 2px rgba(255,255,255,0.5);
}
/* tags */
 .content-wrapper .tags-actions {
     display: inline-block;
     float: none;
     margin: 50px 0 30px;
     vertical-align: top;
}
 .tags-actions .tags>a {
     background: #eee none repeat scroll 0 0;
     border: 1px solid #ddd;
     color: #444;
     border-radius: 4px;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     -khtml-border-radius: 4px;
     float: left;
     font: 500 14px/24px"Poppins", Helvetica, Arial, sans-serif;
     margin: 0 25px 15px 0;
     padding: 6px 14px;
     text-align: center;
     text-transform: capitalize;
     width: auto;
     position: relative;
}
 .tags-actions .tags > a:hover {
     color: #000;
}
 .tags-actions .tags > a::after {
     border: 1px solid #ddd;
     content: "";
     position: absolute;
}
 .tags-actions .tags > a::after {
     background: #eee none repeat scroll 0 0;
     border-bottom: medium none;
     border-left: medium none;
     border-radius: 2px;
     -moz-border-radius: 2px;
     -webkit-border-radius: 2px;
     -khtml-border-radius: 2px;
     color: #fff;
     height: 21px;
     margin: 1px 0 0 2px;
     transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     width: 22px;
   	position:absolute;
   	top:3px;
}
 .tags-actions .tags > a::before {
     background: #fff none repeat scroll 0 0;
     border: 1px solid #ddd;
     content: "";
     height: 6px;
     left: auto;
     position: absolute;
     right: 2px;
     top: 12px;
     width: 6px;
     z-index: 9;
}
.product-actions .tags-actions .tags .brand {
    float: left;
    width: 100%;
}
 @media(max-width:1199px) {
     .content-wrapper .tags-actions {
         margin: 40px 0 20px;
    }
}
 @media(max-width:767px) {
     .content-wrapper .tags-actions {
         margin: 15px 0;
    }
}
.product-actions .tags{
  	margin-top:20px;
}
/*--------- tutorial ---------*/
.tutorial {
    background: #fafafa none repeat scroll 0 0;
    float: left;
    padding: 200px 50px;
    text-align: center;
  	border:1px solid #e5e5e5;
    width: 100%;
}
.category_featured h1, .tutorial.tt-flexslider > h1,.tutorial > h1 {
    text-transform: capitalize;
  	float:left;
  	width:100%;
  	margin:30px 0;
}
.tutorial .tutorial__hover h6 {
  background: #eee none repeat scroll 0 0;
  display: inline-block;
  float: none;
  line-height: 30px;
  margin: 0;
  padding: 10px 20px;
  text-transform: capitalize;
  vertical-align: top;
  width: auto;
}
.tutorial.testimonial {
  padding: 70px 50px;
  margin:35px 0;
}
.tutorial.bottombanner {
    margin: 35px 0;
    padding: 30px 50px;
}
.tutorial.rightbanner {
    padding: 80px 50px;
}
.tutorial.services {
    padding: 300px 50px;
}
.logo.tutorial__hover.relative.inline-block {
  float: left;
  margin: 50px 0;
  width: auto;
}
.f-logo {
    float: left;
    margin: 0 0 50px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}
#header-section.fixed .logo.tutorial__hover.relative.inline-block {
    margin: 20px 0;
}
.tutorial.featured-products {
  margin: 35px 0;
}
.product-actions .tag-action .actions .compared > strong {
    color: #666;
    display: inline-block;
}
.category-shop .content .cat-description {
    padding: 0;
}
.category-shop .categories .cat-img {
    padding: 0;
  	margin:30px 0 0;
}
.category-shop .categories .cat-img .category {
    padding: 0;
}
.category-shop .categories .category .cat-title {
    margin: 10px 0;
    padding: 0 4px;
}
.product-page .product-configure-variants .select-wrapper {
    border: 1px solid #e9e9e9;
    float: left;
    width: auto;
}
.product-page .product-configure-variants .select-wrapper select {
    border: medium none;
    padding: 5px 30px 5px 5px;
    width: 100%;
}
.product-configure-variants > label {
    float: left;
    margin: 0 10px 0 0;
    width: auto;
}
/* cart updated css */
.cart-toggle .product-main-image {
    float: left;
    width: 100%;
  	margin:5px 0;
}
.cart-toggle .product-main-image .image {
    float: left;
    padding: 0 10px 0 0;
    width: 35%;
}
.cart-toggle .product-main-image small {
  font-size: 14px;
  color:#666;
  line-height: 20px;
}
.cart-toggle .product-image {
    float: left;
    line-height: 40px;
    margin: 10px 0 0;
    width: auto;
  	color:#000;
}
.cart-toggle .product-image > a {
  float: right;
  margin: 0 5px;
}
.cart-toggle .description {
    float: left;
    width: 65%;
}
/*---------------------- loader css -------------------*/
.flexslider .loadingdiv.spinner {
    background: #fff url(ajax-loader.gif) no-repeat scroll center center;
    background-attachment: scroll;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -o-background-position: center center;
    -webkit-background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    -o-background-repeat: no-repeat;
    background-repeat: no-repeat;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
/*------------------------ END ---------------------------*/
/*------------------------- messages --------------------*/
.wrapper>.content>.messages {
    display: none
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
    position: fixed!important;
    right: 30px!important;
    left: auto!important;
    bottom: auto!important;
    top: 70px!important;
    width: 370px!important;
    z-index: 3
}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    position: absolute;
    right: 8px;
    left: auto;
    top: 5px;
    bottom: auto;
    height: 20px;
    width: 20px;
    z-index: 4;
    line-height: 20px
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable button.ui-dialog-titlebar-close {
    height: 20px;
    width: 20px;
    background: none !important;
    border: none !important;
    line-height: 20px;
    padding: 0;
          outline: none;
}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix .ui-dialog-title {
    display: none
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable button.ui-dialog-titlebar-close::after {
    content: "\f00d";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 20px;
    color: #000;
    opacity: .2;
    transition: 400ms ease-in-out;
    height: 20px;
    width: 20px
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable button.ui-dialog-titlebar-close:hover::after {
    opacity: 1
}
@media (max-width: 480px) {
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
    right: 10px!important;
    top: 35px!important;
    width: 250px!important;
  }
}
/*-------------------- END ----------------------------------*/
.cart .gui-table .gui-clear span,
.cart .gui-table .gui-bundle span {
    font-weight: 400;
  font-size: 13px;
}
.gui a.gui-button-small, .gui a.gui-button-large {
   transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
  font-size: 13px !important;
  font-weight: 500;
}
.gui-input input, .gui-text textarea,.gui-select select {
	height: 38px !important;
}
.gui a.gui-button-small, .gui a.gui-button-large {
	padding: 7px 15px !important; 
}
.gui-cart .gui-div-cart-sum a.gui-button-large.gui-button-action, .gui .gui-checkout-steps a.gui-button-large.gui-button-action {
    padding: 0 15px!important;
}