/** Shopify CDN: Minification failed

Line 905:0 Unexpected "{"
Line 989:22 Expected ")" to end URL token

**/
body{
padding: 0 60px;
}

/*******/
.isotop_filter_wrap {
    float: left;
    width: 100%;
    position: relative;
}

.tt-product-items.animatedcontainer{
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.tt-product-filters ul li {
    list-style: none;
    display: inline;
    margin-right: 5px;
}
/**top filter**/

/**left filter**/
.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    -o-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed;
}
.js-off-canvas-overlay.is-closable {
    cursor: pointer;
}
.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible;
}
.js-off-canvas-overlay {
    z-index: 8888;
}
.off-canvas-wrapper {
    position: relative;
    overflow: hidden;
}
.off-canvas.position-left.is-open {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.off-canvas.is-transition-overlap.is-open {
    -webkit-box-shadow: 0;
    box-shadow: 0;
}
.off-canvas.position-left {
    width: 320px;
    -webkit-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    transform: translateX(-320px);
    overflow-y: initial;
}
.off-canvas.is-transition-overlap {
    z-index: 8889;
}
.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 270px;
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    transform: translateX(-270px);
}
a.filter-right {
    float: right;
}
.full_width.right_filter.collection-sorting{
 float:left; 
}
.full_width.left_filter.collection-sorting{
 float:right; 
}
.off-canvas.position-right.is-open {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.off-canvas.position-right {
    width: 320px;
    -webkit-transform: translateX(320px);
    -ms-transform: translateX(320px);
    transform: translateX(320px);
    overflow-y: initial;
}
.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 270px;
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    transform: translateX(-270px);
}
.off-canvas {
    position: fixed;
    z-index: 12;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #FFF;
}

/*360 veiw*/
.tt-360-veiw .spinner {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    color: #000000;
    display: block;
    font-weight: bolder;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    text-align: center;
    width: 60px;
}

.tt-360-veiw {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  cursor: ew-resize;
  cursor: -webkit-grab;
}
.tt-360-veiw:active {
  cursor: ew-resize;
  cursor: -webkit-grabbing;
}
.tt-360-veiw:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  height: 50%;
  z-index: 5;
  border-bottom: 5px solid rgba(175, 175, 175, 0.15);
  border-top: 2px solid rgba(175, 175, 175, 0.05);
  border-right: 2px solid rgba(175, 175, 175, 0.1);
  border-left: 2px solid rgba(175, 175, 175, 0.1);
  border-radius: 50%;
}
.tt-360-veiw .threed-title {
  position: relative;
  padding-top: 20px;
  z-index: 40;
  text-align: center;
}
.tt-360-veiw .threed-view-images {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tt-360-veiw .threed-view-images img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
.tt-360-veiw .threed-view-images img.previous-image {
  visibility: hidden;
  /*
     Do not put here any other styles.
     It causes massive recalc / repaints and image flickering,
     especially on Firefox.
  */
}
.tt-360-veiw .threed-view-images img.current-image {
  visibility: visible;
  /*
     Do not put here any other styles.
     It causes massive recalc / repaints and image flickering,
     especially on Firefox.
  */
}
.tt-360-veiw .spinner {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: black;
  font-weight: bolder;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.tt-360-veiw .spinner span {
  line-height: 60px;
}
.tt-360-veiw .nav_bar {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -67.5px;
  z-index: 11;
  background-color: white;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.tt-360-veiw .nav_bar a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 0px;
  text-align: center;
  text-decoration: none;
}
.tt-360-veiw .nav_bar a:hover {
  background-color: #f9f9f9;
}
.tt-360-veiw .nav_bar a:after {
  font-size: 18px;
  font-family: 'fontAwesome';
}
.tt-360-veiw .nav_bar a.nav_bar_play:after {
  content: "\f04b";
}
.tt-360-veiw .nav_bar a.nav_bar_previous:after {
  content: "\f048";
}
.tt-360-veiw .nav_bar a.nav_bar_stop:after {
  content: "\f04c";
}
.tt-360-veiw .nav_bar a.nav_bar_next:after {
  content: "\f051";
}
.product-360-view-wrapper {
    margin: 100px auto;
    max-width: 800px;
    position: relative;
}
.product-360-button {
    font-weight: bold;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* html */
.tt-360-veiw:-webkit-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}

.tt-360-veiw:-moz-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}

.discount-percentage {
    position: absolute;
    left: 12px;
    top: 0;
    background: #000;
    padding: 2px 5px;
    color: #fff;
   writing-mode: vertical-lr;
}

/*///*/
/*****************/
.search-full-screen .full-search-wrapper.search-overlap {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -sand-transform: translateY(0);
    -o-transform: translateY(0);
}
.search-full-screen .full-search-wrapper {
    position: fixed;
    left: 0;
  	top: 0;
    right: 0;
    bottom: 0;
    z-index: 370;
    /*background-color: rgba(0,0,0,.9);*/
  	background: #f5f5f5 none repeat scroll 0 0;  
    opacity: 0;
    visibility: hidden;
   /* transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -sand-transform: translateY(100%);
    -o-transform: translateY(100%);*/
    -webkit-transition: opacity .25s ease-in-out,visibility .25s,transform .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out,visibility .25s,transform .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out,visibility .25s,transform .25s ease-in-out;
    transition: opacity .25s ease-in-out,visibility .25s,transform .25s ease-in-out;
}
.search-inner {
    padding: 100px 0px;
    float: none;
    display: inline-block;
    width: 100%;
}
.search-inner .search-bar{
  float: left;
  border: none;
}
.search-inner input[type="search"]{
  border: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #e5e5e5;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #111111;
    display: inline;
    font-family: "Oswald",sans-serif;
    font-size: 36px;
    height: 50px;
    margin: auto;
    outline: medium none;
    padding: 0 20px;
    transition: all 500ms ease-in-out 0s;
    width: 100%;
}
.search-inner .search-submit{
  font-size: 25px;
}
.search-inner .search-results{
  background: none;
  border:none;
  margin: 15px -15px;
  box-shadow:none;
}
/****************************/
/******* Product Categories ******/
.ttproduct-categories-wrap{
  float: left;
  width: 100%;
}
.product-cat-item {
    float: left;
    position: relative;
    margin-bottom: 25px;
}

.product-layouts {
    padding: 0 15px;
    display: inline-block;
    float: left;
    width: 100%;
}
/****category block****/
.tt-event-overlay-block {
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    transform: translateY(100%) translateZ(0);
    -webkit-transform: translateY(100%) translateZ(0);
    -webkit-transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
.tt-event-overlay-block .collection-count{
    margin-top: 5px;
    opacity: 0;
    transform: translateY(15px) translateZ(0);
    -webkit-transform: translateY(15px) translateZ(0);
    -webkit-transition: transform .3s ease,opacity .3s ease;
    -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,-webkit-transform .3s ease;
    transition: transform .3s ease,opacity .3s ease;
    transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
  width:100%;
  font-size: 18px;
}
.ttproduct-cat-item:hover .collection-count{
    opacity: 1;
    transform: translateY(0) translateZ(0);
    -webkit-transform: translateY(0) translateZ(0);
}
.wrapp-category {
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.12);
    box-shadow: 1px 1px 2px rgba(0,0,0,.12);
    position: relative;
    overflow: hidden;
}
.ttproduct-cat-item:hover .ttcategory-image {
    transform: scale3d(1.1,1.1,1);
    -webkit-transform: scale3d(1.1,1.1,1);
}

.ttproduct-cat-item:first-child .ttcategory-title {
    font-size: 28px;
}
.ttproduct-cat-item:hover .tt-event-overlay-block {
    transform: translateY(0) translateZ(0);
    -webkit-transform: translateY(0) translateZ(0);
}
.ttproduct-cat-item .category-image {
    display: block;
    margin: -1px;
    -webkit-transition: transform .5s cubic-bezier(0,0,.44,1.18);
    -webkit-transition: -webkit-transform .5s cubic-bezier(0,0,.44,1.18);
    transition: -webkit-transform .5s cubic-bezier(0,0,.44,1.18);
    transition: transform .5s cubic-bezier(0,0,.44,1.18);
    transition: transform .5s cubic-bezier(0,0,.44,1.18),-webkit-transform .5s cubic-bezier(0,0,.44,1.18);
}
.ttproduct-cat-item .ttcategory-title {
    position: absolute;
    left: 0;
    bottom: 100%;
}
/****************/
.countdownHolder{
	width:184px;
	margin:0 auto;
	/*font: 40px/1.5 'Open Sans Condensed',sans-serif;*/
	text-align:center;
	letter-spacing:-3px;
}

.position{
	display: inline-block;
	height: 1.6em;
	overflow: hidden;
	position: relative;
	width: 1.05em;
}

.digit{
	position:absolute;
	display:block;
	width:1em;
	background-color:#444;
	border-radius:0.2em;
	text-align:center;
	color:#fff;
	letter-spacing:-1px;
}

.digit.static{
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
	
	background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #3A3A3A),
		color-stop(0.5, #444444)
	);
}

/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */

.countDays{ /* display:none !important;*/ }
.countDiv0{ /* display:none !important;*/ }
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}


.countDiv{
	display:inline-block;
	width:16px;
	height:1.6em;
	position:relative;
}

.countDiv:before,
.countDiv:after{
	position:absolute;
	width:5px;
	height:5px;
	background-color:#444;
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:0.5em;
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
	content:'';
}

.countDiv:after{
	top:0.9em;
}
#note{
	color: #666666;
	font-size: 12px;
	margin: 0 auto;
	padding: 4px;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	
}


.flip-countdown-text {
  margin-top: -7px;
  font-size: 20px;
  color: #24ceff;
}
.flip-countdown {
    margin: 9px auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    float: left;
}
@media screen and (max-width: 991px) {
  .flip-countdown {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .flip-countdown > *:not(:first-child) {
    margin-top: 15px;
  }
}
.flip-countdown .countdown-container {
  height: 62px;
  min-width: 215px;
  margin-right: 20px;
  margin: 0 auto;
}
.flip-countdown .time {
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  position: relative;
  height: 44px;
  width: 48px;
  margin-right: 5px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transform: translate3d(0, 0, 0);
}
.flip-countdown .count {
  background: #000;
  color: #fff;
  display: block;
  font-size: 23px;
  line-height: 44px;
  font-weight: 500;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  transform: translateZ(0);
}
.flip-countdown .count.top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  height: 50%;
  transform-origin: 50% 100%;
}
.flip-countdown .count.bottom {
  background: #000;
  line-height: 0;
  height: 50%;
  top: 50%;
  transform-origin: 50% 0;
}
.flip-countdown .label {
  font-size: 14px;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  color: #000;
  padding: 0;
  font-weight: 400;
}
.flip-countdown .count.curr.top {
  transform: rotateX(0deg);
  z-index: 3;
}
.flip-countdown .count.next.bottom {
  transform: rotateX(90deg);
  z-index: 2;
}
.flip-countdown .flip .count.curr.top {
  transition: all 250ms ease-in-out;
  transform: rotateX(-90deg);
}
.flip-countdown .flip .count.next.bottom {
  transition: all 250ms ease-in-out 250ms;
  transform: rotateX(0deg);
}
/************************************************/

.widget_top_rated_products .top-products-detail{
  padding-right: 0;
}
ul.mini-products-list {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
/*home banner*/
#ttcmsbanner .ttbaaner-img1.ttbanner {
    padding-bottom: 20px;
}
#ttcmsbanner {
 float:left;
   width:100%;
}
#ttcmsbanner .hover_style1 {
    float: left;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 50px;
    position: relative;
    display: inline-block;
}
.ttbanner{
    overflow: hidden; 
}
.ttbanner .feature-row__image{
    width: 100%;
}
.ttbanner .ttbanner-img {
    position: relative;
    text-align: center;
}
a.size-filter-option {
    float: left;
    width: 100%;
}
#ttcmsbanner .hover_style1 .ttbanner a:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
}
#ttcmsbanner .hover_style1 .ttbanner:hover a:before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}
.hover_style2 .ttbanner span.hover {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    display: block;
    height: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    text-indent: -9999px;
    width: 0;
}
.hover_style2 .ttbanner  span.hover.hover1 {
    left: 0;
    top: 0;
}
.hover_style2 .ttbanner span.hover.hover2 {
    right: 0;
    top: 0;
}
.hover_style2 .ttbanner span.hover.hover3 {
    bottom: 0;
    left: 0;
    top: auto;
}
.hover_style2 .ttbanner span.hover.hover4 {
    bottom: 0;
    right: 0;
    top: auto;
}

.hover_style3 .ttbanner-img a::before{
    background: inherit;
    bottom: 50%;
    content: "";
    left: -35%;
    position: absolute;
    right: -35%;
    top: 50%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition-delay: 0.1s;
    z-index: 1;
}
.hover_style3 .ttbanner-img a {
    background-color: rgba(255, 255, 255, 0.1);
    display: block;
    overflow: hidden;
    position: relative;
    transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    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;
    color: #fff !important;
}
.hover_style3 .ttbanner-img a::after,.hover_style3 .ttbanner-img a::before {
    content: "";
    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;
}
.hover_style3 .ttbanner-img:hover a::after,.hover_style3 .ttbanner-img:hover a::before{
    bottom: -35%;
    top: -35%;
    transition-delay: 0s;
}
.ttbanner .feature-row__item:hover span.hover {
    height: 100%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transition-duration: 1.3s;
    width: 100%;
}

.hover_style4 .ttbanner-img a:before ,.hover_style5 .ttbanner-img a:before {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 51%;
    top: 0;
}
.hover_style4 .ttbanner-img a:after {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    bottom: 50%;
    content: "";
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
}
.hover_style4  .ttbanner-img:hover a:before ,.hover_style5  .ttbanner-img:hover a:before {
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    right: 0;
    transition: all 900ms ease-in-out 0s;
    -webkit-transition: all 900ms ease-in-out;
    -moz-transition: all 900ms ease-in-out;
    -o-transition: all 900ms ease-in-out;
    -ms-transition: all 900ms ease-in-out;
}

.hover_style5  .ttbanner-img:hover a:before {
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    right: 0;
    transition: all 900ms ease-in-out 0s;
    -webkit-transition: all 900ms ease-in-out;
    -moz-transition: all 900ms ease-in-out;
    -o-transition: all 900ms ease-in-out;
    -ms-transition: all 900ms ease-in-out;
}
.hover_style4 .ttbanner-img:hover a:after {
    bottom: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    top: 0;
    transition: all 900ms ease-in-out 0s;
    -webkit-transition: all 900ms ease-in-out;
    -moz-transition: all 900ms ease-in-out;
    -o-transition: all 900ms ease-in-out;
    -ms-transition: all 900ms ease-in-out;
}

.product-detail-section{
    text-align: left;
}
/* quick view */
.quickview-template ,
.quick-view{ bottom: 0; display: none; left: 0; outline: 0 none;  overflow-x: auto; overflow-y: scroll; position: fixed;  right: 0;  top: 0; z-index: 1050; display: none;  }
.quickview-template .content,
.quick-view .overlay,
.ajax-success-modal .overlay {background: rgba(45, 45, 50, 0.8); height: 100%; width: 100%; position: fixed;}
._quick-view-content { display: none; }
.quick-view .product-shop { float: right; }
.quick-view .product-img-box { margin: 0; float: left; }
.quick-view .product-img-box .image-wrapper { width: 311px; height: 311px; overflow: hidden; position: relative; }
.quick-view .product-img-box .image { width: 311px; height: 311px; overflow: hidden; position: relative; } 
.quick-view .product-img-box .image img { display: block; position: relative; max-width: 110%; }
.quick-view .product-img-box .thumbnails { padding: 20px 0 0 40px; position: relative; }
.quick-view .product-img-box .thumbnails .jcarousel-next-horizontal { width: 70px; height: 70px; position: absolute; top: 0; right: 0; display: block; float: left; opacity: 0.2; -moz-transition: all 0.2s linear 0s; -webkit-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; }
.quick-view .product-img-box .thumbnails .jcarousel-next-horizontal:hover { opacity: 1; }
.quick-view .product-img-box .thumbnails .jcarousel-prev-horizontal { width: 70px; height: 70px; position: absolute; top: 0; left: 0; display: block; float: left; opacity: 0.2; -moz-transition: all 0.2s linear 0s; -webkit-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; }
.quick-view .product-img-box .thumbnails .jcarousel-prev-horizontal:hover { opacity: 1; }
.quick-view .product-img-box .thumbnails ul { float: left; text-align: center; width: 240px; list-style: none; padding-left: 0; }
.quick-view .product-img-box .thumbnails ul li a:hover { opacity: 1; }
.quick-view .product-img-box .thumbnails ul li .active { opacity: 1; }
.quick-view .product-img-box .thumbnails ul li a img { max-width: 110%; }
.quick-view .product-img-box .thumbnails ul { width: 266px; }
.quick-view .product-shop p.custom { margin: 0; }
.quick-view .product-shop .prices { margin-top: 25px; }
.quick-view .product-shop .prices:first-child { margin-top: 0; }
.quick-view .product-shop .addthis { margin-bottom: 0; }




.owl-item .grid-item{
    width:100%; 
    padding-left:0;
}

/* quick view */
.quickview-template,
{
    bottom: 0;   
    left: 0;
    outline: 0 none;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;

    display: none;
}

.quick-view {
    bottom: 0;
    left: 0;
    outline: 0 none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
    display:none; 
}
.quick-view .product-detail-section p.dt-sc-button {  margin:20px 0 0px 0; }

.quick-view form .actions button { font-weight:500;text-transform:uppercase;float:left;padding:8px 20px;@include transition(all 0.4s ease-in-out); padding-left:40px;}

.quick-view .product-shop.summary .details { float:left;width:100%; }

.quick-view .product-shop.summary .details label { float:left;margin-right:15px;width:70px;margin-top:10px;display:none; }

.quick-view .product-shop.summary h2 { margin-bottom:15px; }

.quick-view .product-detail-section p.dt-sc-button { margin:20px 0 0px 0;  float:left; }

.quick-view .product-detail-section p.product-description { margin-bottom:20px;float:left; }

.product-infor .out-of-stock { color:red; }

.product-infor .many-in-stock { color:green; }
.product-infor .unavailable { color:orchid; }

.product-infor .items-count { color:#fa9324; }

.quick-view .product-shop.summary select { width:100%;padding:12px 10px; }
.quick-view.open-in {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform .4s,opacity .4s;
    -webkit-transition: opacity .4s,-webkit-transform .4s;
    transition: opacity .4s,-webkit-transform .4s;
    transition: transform .4s,opacity .4s;
    transition: transform .4s,opacity .4s,-webkit-transform .4s;
}


.quick-view .content {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    z-index: 99;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    -ms-perspective: 1200px;
    perspective: 1200px;
}
.ajax-success-modal .overlay { z-index:99;}



._quick-view-content { display: none }
.quick-view .close-window,#fancybox-close,
.search-close,#popupBoxClose {

    background:url({{ 'hover.png' | asset_url }}) no-repeat;
border:none;
cursor: pointer;
width: 32px;
height:32px;
text-indent: -9999px;
position: absolute;
top: 0px;
right: 0px;
}

/* ajax */
.ajax-success-modal .overlay {
    background: rgba(45, 45, 50, 0.8);
    height: 100%;
    width: 100%;
    position: fixed;
}
.ajax-success-modal .content,.ajax-error-modal .modal-inner {  @include at-query ($max, $semilarge) { padding:20px  } @include at-query ($max, $small) { padding:10px  }padding:40px;background: #fff;bottom: auto;left: 0; position: fixed; right: 0;  top: 50% !important;  width: 500px;@include at-query ($max, $small) { width:270px;}  border: 8px solid #000; float: left;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);  margin:auto;z-index:999;}
.ajax-success-modal .ajax-left { float:left;padding-right:15px;width:30%;}
.ajax-product-image {width: 100px;float:left;border:1px solid $colorBorder; @include at-query ($max, $small) { width:80px; } }
.ajax-success-modal .ajax-left {float:left; }
.ajax-product-title { margin-bottom:7px;font-size:17px; margin-top:0; @include at-query ($max, $small) { font-size:18px; } }
.ajax-right .ajax_price { font-size:16px;font-weight:100;float:left;width:100%;margin-bottom:7px;@include at-query ($max, $small) { margin-bottom:5px;font-size:14px; } }
.ajax-success-modal .success-message a {  line-height:normal;padding:10px 17px;text-transform:uppercase; @include at-query ($max, $small) { font-size:13px;padding:10px 14px; }   }
.ajax-right { float:left;width:70%;padding:0px; }
.ajax-success-modal .added-to-cart.info,.ajax-success-modal .added-to-wishlist.info { font-size:16px;text-align:left;text-transform:uppercase;font-weight:normal;text-decoration:underline;margin:0;padding:0px 0 20px 0px; }

.blog-btn {
    float: left;
    margin-top: 10px;
}
/***/

.grid-view-item .tooltip-label {
    display: none;
}


/****************************/
.left-txt,.time-txt{
  display: none; 
}
.flip-countdown.simple-countdown .countdown-container {
    height: 40px;
    min-width: 215px;
    margin-right: 20px;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    text-align: center;
}
.flip-countdown.simple-countdown .countdown-container > span::after {
    color: #1b1b1b;
    content: ":";
    font-size: 20px;
    position: absolute;
    right: -17px;
    font-weight: normal;
    top: -2px;
}
.product-layouts .product-description .spr-badge{
  top:auto;
  position: relative;
}
.flip-countdown.simple-countdown .countdown-container span::last-child::after{
  display:none;
}
.flip-countdown.simple-countdown .countdown-container > span:last-child::after {
  display: none;
}
.flip-countdown.simple-countdown .countdown-container span.second{
  color: #f13340;
}
.flip-countdown.simple-countdown .countdown-container span {
  display: inline-block;
  height: 40px;
  margin: 0 20px 0 0;
  max-width: 4em;
  position: relative;
  text-align: center;
  width: 36px;
  text-align: center;
  line-height:42px;
  font-size: 16px;
}

.flip-countdown.simple-countdown{
  margin:0;
}
.flip-countdown.simple-countdown .countdown-container{
  background: #eee;
  left:10px;
  right:10px;
  width: calc(100% - 20px);
  -webkit-width: calc(100% - 20px);
  padding: 0 20px;
}
.flip-countdown .countdown-container span.time-txt,.flip-countdown .countdown-container span.left-txt{
  display: none; 
}

/*Start brand logo*/
.brand-bar .brand-bar__item {
    text-align: center;
}
.brand-bar .brand-bar__image {
    opacity: 0.6;
}
.brand-bar .brand-bar__image:hover {
    opacity: 1;
}
/*End brand logo*/
/**/
.shop_table.cart_table td,.shop_table.cart_table th{
    padding:5px;
    text-align: center;
}
.site-navigation {
    border-top: 1px solid #eeeeee;
    box-shadow: 0 2px 2px rgba(50, 50, 50, 0.1);
    display: inline-block;
    width: 100%;
}
.shop_table.cart_table .cart__mini-labels {
    display: none;
}
.shop_table.cart_table .js-qty{
    text-align: center;
    float: none;
    margin: 0 auto;
}
#template-index .site-navigation {
    box-shadow: none;
}

.page-header {
    display: none;
}
.breadcrumb .breadcrumb__sep:before {
    color: #333;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 13px;
    margin: 0px 8px;
}
.breadcrumb__sep {
    position: relative;
    display: inline-block;
    font-size: 0;
}
/*product*/
.success-message.added-to-cart i{
    margin-right: 5px; 
}
.qty-box-set .qtyminus, .qty-box-set .qtyplus,.qty-box-set .quantity {
    border: none;
    width: 40px;
    height: 37px;
    line-height: 40px;
    padding: 0;
    float: left;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
    margin:0;
}
.qty-box-set .quantity{
    -webkit-appearance: textfield !important;
    appearance: textfield !important;
  -moz-appearance: textfield;
}
/* Adds a box around the numeric value in Safari and Chrome */
.qty-box-set input[type=number]::-webkit-textfield-decoration-container {
  background: #efefef;
   -webkit-appearance: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  margin: 0; /* Removes leftover margin */
}
.qty-box-setinput [type=number]::-webkit-inner-spin-button, 
.qty-box-set  input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.qty-box-set {
    float: left;
    width: auto;
    border: 1px solid #eee;
    margin-right: 15px;
}
.qty-box-set .qtyminus{
    border-right:1px solid #eee; 
}
.qty-box-set .qtyplus{
    border-left:1px solid #eee; 
}
.product-description .h4,#slidedown-cart .product-details .product-name > a {
    font-weight: 400;
    font-size:14px;
    line-height:18px;
    overflow: hidden;
    margin: 0px;
    padding: 5px 0 8px;
    text-transform: capitalize;
    float: left;
    width:100%;
    text-overflow: ellipsis;
  	color:#777;
}
.product-wrapper .product {
    display: block;
    margin-bottom: 0;
}
.product-layouts {
    padding:0 15px;
    display: inline-block;
}
.TTProduct-Tab ul.nav-tabs{
    border:none;
  	float:left;
  	width:100%;
  	margin:0 0 30px 0;
}
ul.nav-tabs.jquery-tab-pager-tabbar {
    margin-bottom: 20px;
    border: none;
}
.TTProduct-Tab .nav-tabs>li {
    float: none;
    margin-bottom: 0;
    display: inline-block;
}
.TTProduct-Tab {
    text-align: center;
}
.tthometab-title h3,.tt-title {
    color: #222;
    letter-spacing: 0;
    margin:0;
    padding: 0 0 20px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    font:500 32px/34px "Poppins",sans-serif;
}
.tthometab-title h3{
  	margin:30px 0 0 ;
}
.TTProduct-Tab .nav-tabs > li.current > a,
.TTProduct-Tab .nav-tabs>li>a:hover,
.TTProduct-Tab .nav-tabs>li>a:focus{
    background: #111;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #fff;
    border-color: #111;
    border-radius:0;
}
.TTProduct-Tab .nav-tabs>li>a {
    margin-right: 10px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 0;
}
.TTProduct-Tab .nav-tabs > li:last-child > a{
    margin-right:0; 
}
.TTProduct-Tab .nav-tabs li:first-child::before {
    border-top: 1px solid #dddddd;
    content: "";
    left: -81px;
    position: absolute;
    top: 18px;
    width: 80px;
}
.TTProduct-Tab .nav-tabs li:last-child::before {
    border-top: 1px solid #dddddd;
    content: "";
    right: -81px;
    position: absolute;
    top: 18px;
    width: 80px;
}
.TTProduct-Tab .nav-tabs > li > a::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 50% 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.TTProduct-Tab .nav-tabs > li > a::before {
    background: #111111 none repeat scroll 0 0;
}
.TTProduct-Tab .nav-tabs > li > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #999999;
    font: 400 15px/27px "Poppins",Helvetica,sans-serif;
    letter-spacing: 0;
    margin: 0;
    outline: medium none;
    padding: 4px 15px;
    position: relative;
    text-transform: capitalize;
    transition: all 400ms ease-in-out 0s;
}
.TTProduct-Tab .nav-tabs > li:hover > a::before, .TTProduct-Tab .nav-tabs > li.active > a::before {
    background: #111111 none repeat scroll 0 0;
    transform: scaleX(1);
}
.TTProduct-Tab .nav-tabs > li.active > a,
.TTProduct-Tab .nav-tabs > li.active > a:hover,
.TTProduct-Tab .nav-tabs > li.active > a:focus,
.TTProduct-Tab .nav-tabs > li > a:hover,
.TTProduct-Tab .nav-tabs > li > a:focus {
    background: #111111 none repeat scroll 0 0;
    border-color: #111111;
    box-shadow: none;
    color: #ffffff;
}
.product_title .product_img{
    width:100px;
}
.qty-section.quantity-box .actions.hidden-md.hidden-xs.hidden-sm {
    display: none;
}
#slidedown-cart .product-details .product-name > a{
 padding-top: 3px;
}
@media screen and (max-width: 1199px){
  .flexslider .flex-direction-nav a.flex-next{
        right: 15px;
  }
  .flexslider .flex-direction-nav a.flex-prev{
        left: 15px;
  }
}
@media screen and (max-width: 991px){
    #ttcmspurchase{
        height: auto;
    }
    .qty-box-set .qtyminus, .qty-box-set .qtyplus, .qty-box-set .quantity{
        width: 25px;
    }
    .qty-box-set{
        width:80px;
        margin-right:0;
    }
    .site-navigation.sticky_header {
        background: #ffffff none repeat scroll 0 0;
        position: absolute;
        top: 50px;
        width:100%;
        display:none;
        z-index: 1;
    }
}
@media screen and (max-width: 767px){
    .product-thumb .btn_wrapper{
        bottom:20px;
        opacity:1;
    }
  .shopify-section .product-tab-type-1{
   margin: 10px 0; 
  }
    .newproduct.slider-newproduct-wrap,.testimonial-wrap{
        margin: 0; 
    }
    .testimonial-block{
        padding:80px 50px 45px;
    }
  	.blog-content .blog_image_holder .bloglinks a,
	.testimonial-wrap .owl-nav .owl-prev,.testimonial-wrap .owl-nav .owl-next,
  	.brand_slider.owl-carousel .owl-nav .owl-prev,.brand_slider.owl-carousel .owl-nav .owl-next{
       opacity: 1; 
    }  
    .testimonial-wrap .owl-carousel .owl-nav .owl-prev, .testimonial-wrap .owl-carousel .owl-nav .owl-next{
        background-position:  -9px -436px; background-color: #f0c708;
    }
      .blog-content .blog_image_holder .bloglinks a{
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);  
    }
    .testimonial-wrap .owl-carousel .owl-nav .owl-prev {
        background-position:-9px -403px;
    }
}
@media screen and (max-width: 543px){
  .ttcontent_inner{
   width: 100%; 
  }
  .servicetop-cms .ttcontent_inner:after {
    border-top: none;
    border-bottom: 1px solid #f0f0f0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 70%;
    top: auto;
    transform: none;
}
}
@media screen and (max-width: 480px){
    .blog_image_holder {
        position: relative;
        float: left;
        text-align: center;
        width: 100%;
    }
    .TTProduct-Tab .nav-tabs>li{
        margin-bottom: 8px; 
    }
    .TTProduct-Tab .nav-tabs li:first-child::before,.TTProduct-Tab .nav-tabs li:last-child::before{
        display: none; 
    }
    .tthometab-title h3 {
        font-size: 24px;
        padding: 0 0 10px;
    }
}
@-webkit-keyframes shine {
    100% {
    left: 125%;
}
}
@keyframes shine {
    100% {
    left: 125%;
}
}

/*404 page*/
.heading-404 {
    font-size: 200px;
    font-weight: 600;
}
.error-404 h4 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 20px;
}
.error-404 a {
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 5px;
    position: relative;
    text-transform: capitalize;
}

/**/

@media(min-width:992px){
  	.menu_toggle_wrap{
      	display:none;
    }
}