/*********************************************************** start header **************************************************/
@font-face{font-family:'hel-r';
			src: url('../fonts/hel-r.ttf') format('truetype');
}
@font-face{font-family:'hel-b';
			src: url('../fonts/hel-b.ttf') format('truetype');
}
@font-face{font-family:'hel-l';
			src: url('../fonts/hel-l.ttf') format('truetype');
}
#header {
	width: 100%;
	z-index: 99;
	background: #ff7900;
	width: 100%;
	border-bottom: 1px solid #eeeeee;
}
#header a:hover {
	text-decoration: none;
}
 #index #header{
	border-bottom: none;
}
#header.sticky, 
#index #header.sticky {
    top: 0;
    position: fixed;
    z-index: 50;
    width: 100%;
    left: 0;
    background-color: #ff7900;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.12);
    -webkit-animation: mySticky 1s;
    -moz-animation: mySticky 1s;
    animation: mySticky 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transition: transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -webkit-box-shadow:0px -1px 2px 1px rgba(128, 128, 128, 0.27);
    -moz-box-shadow:0px -1px 2px 1px rgba(128, 128, 128, 0.27);
    -ms-box-shadow:0px -1px 2px 1px rgba(128, 128, 128, 0.27);
    -o-box-shadow:0px -1px 2px 1px rgba(128, 128, 128, 0.27);
    box-shadow:0px -1px 2px 1px rgba(128, 128, 128, 0.27);
    list-style: none;
}
/*Chrome, Safari, Opera */
@-webkit-keyframes mySticky {
	from {
		margin-top:-200px;
	}
	to {
		margin-top:0;
	}
}
/*Standard syntax */
@-moz-keyframes mySticky {
	from {
		margin-top:-200px;
	}
	to {
		margin-top:0;
	}
}
/*Standard syntax*/
@keyframes mySticky {
	from {
		margin-top:-200px;
	}
	to {
		margin-top:0;
	}
}
img{
	max-width: 100%;
}
	
/****************************main-heder-box**************************/
.ttvcmsdesktop-wrapper-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ttvcmsdesktop-wrapper-navbar{
	background-color: #ed7632;
}
/***********************************************************start call-email*******************************************/
.ttvcmsdesktop-wrapper-call-email {
    background-color: #386335;
}
.ttvheader-nav-offer-text i{
	display: none;
}
.tvdisplay-offer-text{
	float: left;
}
.ttvcmsfooter-social-icon{
	float: right;
}
.tvdisplay-offer-text .ttvheader-nav-offer-text span{
	font-size: 13px;
	color: #ffffff;
	display: block;
	line-height: 40px;
}
@media(max-width: 991px){
	#_desktop_contact_link{
		text-align: left;
	}
	.block-social{
		text-align: right;
	}
	.lang-rtl .block-social{
		text-align: left;
	}
	.ttv-call{
		padding-right: 15px;
	}
	.lang-rtl .ttv-call{
		padding: 0 0 0 15px;
	}

}
@media(max-width: 767px){
	#_desktop_contact_link,
	.lang-rtl #contact-link,
	.block-social,
	.lang-rtl .block-social{
		text-align: center;
	}
	.tvdisplay-offer-text .ttvheader-nav-offer-text span{
		line-height: 22px;
	}
	.tvdisplay-offer-text{
		text-align: center;
		margin-top: 10px;
		width: 100%;
	}
	.ttvcmsfooter-social-icon{
		width: 100%;
	}
}
/***********************************************************end call-email*******************************************/
/*********************************************************** start mobile header **************************************************/
@media (max-width: 991px) {
	#ttvcms-mobile-view-header {
		padding: 0 15px;
	}
	#index #header,
	#header.sticky {
		position: relative;
		background-color: #ffffff;
	}
}
@media (max-width: 575px) {
	#ttvcms-mobile-view-header {
		height: auto;
		display: block;
	}
}
/************************************************************* start logo *************************************************/
#ttvcmsdesktop-logo .ttv-header-logo {
	height: 80px;
	position: relative;
	overflow: hidden;
}
#ttvcmsdesktop-logo .ttv-header-logo a {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
/********************* **************************************** mobile logo *************************************************/
@media (max-width: 991px) { 
	#ttvcmsmobile-header-logo .ttv-header-logo {
		height: 100px;
		position: relative;
		overflow: hidden;
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#ttvcmsmobile-header-logo .ttv-header-logo a{
		width: 100%;
	}
	#ttvcmsmobile-horizontal-menu{
		position: initial;
	}
	#header .logo {
		margin-left: auto;
		margin-right: auto; 
	}
	.lang-rtl #ttvcmsmobile-horizontal-menu{
		margin: 0;
		float: right;
	}
}
/************************************************************** end logo ***************************************************/
/************************************************************** start horizontal menu *************************/
.ttvmain-menu-sub-menu .top-menu.ttv-header-menu {
    overflow: hidden;
    margin: 0;
}
.ttvcmsdesktop-top-header-wrapper .ttvcmsmain-menu-wrapper {
	position: relative;
	width: 100%;
	text-align: center;	
}
#ttvcmsdesktop-main-menu .ttvcmsmain-menu-wrapper > .ttv-header-menu > li {
	display: inline-block;
	vertical-align: middle;
	padding: 22px 0px;
	cursor: pointer;
}
.ttvmain-menu-sub-menu .ttv-header-menu li {
    overflow: hidden;
    width: 160px;
    margin: 0;
    float: left;
    padding-right: 10px;
    position: relative;
}
#header .header-top .position-static {
	margin-bottom: 0;
}
.ttvcms-header-menu .ttv-header-menu > li > a[data-depth="0"],
.ttvcms-header-menu .ttv-header-menu > li .ttvmenu-link-wrapper a[data-depth="0"] {
	line-height: 35px;
	font-weight: 400;
	font-size: 14px;
}
#ttvcmsdesktop-main-menu .ttvcmsmain-menu-wrapper .ttv-header-menu[data-depth="0"] > li > .ttvmenu-link-wrapper a span {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
#ttvcmsdesktop-main-menu .ttvcmsmain-menu-wrapper .ttv-header-menu[data-depth="1"] > li > .ttvmenu-link-wrapper a span{
	color: #222;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
}

#ttvcmsdesktop-main-menu .ttvcmsmain-menu-wrapper .ttv-header-menu[data-depth="0"] > li.current > .ttvmenu-link-wrapper a span,
#ttvcmsdesktop-main-menu .ttvcmsmain-menu-wrapper .ttv-header-menu[data-depth="0"] > li:hover > .ttvmenu-link-wrapper a span{ 
	color: #376438;
}
#ttvcmsdesktop-main-menu .ttvcmsmain-menu-wrapper .ttv-header-menu[data-depth="0"] > li > .ttvmenu-link-wrapper {
    padding: 0 10px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.ttvcms-header-menu .ttv-header-menu > li > .ttvmenu-link-wrapper i {
	color: #222;
    font-size: 15px;
    width: 20px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    display: none;
}
.ttvmain-menu-sub-menu .ttvmenu-toggle-icon {
	display: none;
}

.ttvcmsdesktop-top-header-wrapper .ttvmain-menu-dropdown.ttv-auto-scroll{
	max-height: 400px;
    overflow-y: scroll;
}
.ttvmain-menu-wrapper a[data-depth="2"] .ttvmain-menu-text-box {
    font-size: 13px;
    color: #666;
    line-height: 35px;   
    width: 100%;
}
.ttvmain-menu-wrapper a[data-depth="2"] .ttvmain-menu-text-box:hover{
	color: #000;
}
.ttvcms-header-menu .ttv-header-menu > li > .ttvmenu-link-wrapper a[data-depth="1"] {
    font-size: 16px;
    font-weight: 600;
    display: block;
    /* margin-bottom: 10px; */
    /* border-bottom: 1px solid #eeeeee; */
}
.ttvheader-top-menu-img {
	padding-top: 20px;
}
.ttvheader-top-menu-img img {
    width: 100%;
}
@media(max-width: 1200px){
	#ttvcmsdesktop-main-menu .ttvcmsmain-menu-wrapper > .ttv-header-menu > li{
		padding: 9px 12px;	
	}
}
@media(min-width: 992px){	
	.ttv-header-menu {
		margin: 0;
		overflow: hidden;
	}	
	.ttvmain-menu-dropdown {
		position: absolute;
		background-color: #ffffff;
		z-index: 60;	
		padding: 20px;
		box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
		left: auto;
		opacity: 0;
	   	visibility: hidden;
	   	text-align: left;
	    transform-origin: 0% -10%;
	    -o-transform-origin: 0% -10%;
	    -ms-transform-origin: 0% -10%;
	    -moz-transform-origin: 0% -10%;
	    -webkit-transform-origin: 0% -10%;
	    transform-style: preserve-3d;
	    -o-transform-style: preserve-3d;
	    -ms-transform-style: preserve-3d;
	    -moz-transform-style: preserve-3d;
	    -webkit-transform-style: preserve-3d;
	    transform: rotateX(-90deg);
	    -o-transform: rotateX(-90deg);
	    -ms-transform: rotateX(-90deg);
	    -moz-transform: rotateX(-90deg);
	    -webkit-transform: rotateX(-90deg);
	    -webkit-transition: all 0.7s ease 0.0s;
	    -moz-transition: all 0.7s ease 0.0s;
	    -o-transition: all 0.7s ease 0.0s;
	    transition: all 0.7s ease 0.0s;
	}
	.lang-rtl .ttvmain-menu-dropdown{
		text-align: right;
	}
	.ttvmenu-button-wrapper {
		display: none;
	}
	.ttv-desk-open{
		opacity: 1;
	    visibility: visible;
		transform: rotateX(0deg);
	    -o-transform: rotateX(0deg);
	    -moz-transform: rotateX(0deg);
	    -webkit-transform: rotateX(0deg);
	}
	.ttvmain-menu-icon .ttvmain-menu-open i {
	    font-size: 0;
	    height: 40px;
	    width: 40px;
	    color: #222222;
	    background-image: url(../img/sprite.png);
	    background-position: -5px -451px;
	    cursor: pointer;
	    display: block;
	    -webkit-transition: all 0.5s ease 0.1s;
	    -o-transition: all 0.5s ease 0.1s;
	    transition: all 0.5s ease 0.1s;
	}
	.ttvmain-menu-icon .ttvmain-menu-open:hover i{
		background-position: -55px -451px;
	}
}

@media(max-width: 575px){
	#ttvcmsmobile-vertical-menu .ttvcmsverticalmenu .ttvverticalmenu-dropdown {
		top: 156px;
	}
}
/******************************************************** mobile horizontal menu ****************************************/
@media (max-width: 991px) {
	#ttvcmsmobile-horizontal-menu .ttvcmsmain-menu-wrapper > .ttv-header-menu {
		position: absolute;
		background-color: #ffffff;
		outline: 1px solid #eeeeee;
		top: 100%;
		width: 50%;
		z-index: 70;
		display: block;
		opacity: 0;
		-webkit-transition: all 0.7s ease 0.1s;
		-moz-transition: all 0.7s ease 0.1s;
		-ms-transition: all 0.7s ease 0.1s;
		-o-transition: all 0.7s ease 0.1s;
		transition: all 0.7s ease 0.1s;	
		padding: 15px;
		left: -300px;
		visibility: hidden;
		max-height: 500px;
		overflow-y: scroll 
	}
	#ttvcmsmobile-horizontal-menu .ttv-header-menu.open {
		opacity: 1;
		-webkit-transition: all 0.7s ease 0.1s;
		-o-transition: all 0.7s ease 0.1s;
		transition: all 0.7s ease 0.1s;
		visibility: visible;
		left: 0;
	}
	#ttvcmsmobile-horizontal-menu .ttv-header-menu li {
		width: 100%;
		text-align: center;
		position: relative;
		display: block;		
		padding: 0;
		direction: ltr;		
	}
	#ttvcmsmobile-horizontal-menu .ttv-header-menu ul[data-depth="1"] > li{
		padding: 10px 0;
		float: unset;
	}
	.ttvheader-top-menu-img {
		padding: 10px 0;
	}
	#ttvcmsmobile-horizontal-menu > .ttvcmsmain-menu-wrapper > .ttv-header-menu > li {
		border-bottom: 1px solid #f1f1f1;
	}
	#ttvcmsmobile-horizontal-menu > .ttvcmsmain-menu-wrapper > .ttv-header-menu > li > .ttvmenu-link-wrapper {
		padding: 15px 20px;
	}
	#ttvcmsmobile-horizontal-menu .ttv-header-menu li:last-child {
		border-bottom: none;
	}
	#ttvcmsmobile-horizontal-menu .ttv-header-menu li a i {
		float: right;
		padding: 0 40px;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}

	.ttvmain-menu-dropdown {
		display: none;
    	width: 100%;
    	padding: 0 0 15px 0;
	}
	.ttvmenu-toggle-icon {
	    position: absolute;
	    right: 0;
	}	
	#ttvcms-mobile-view-header .ttvmenu-button .ttvmenu-bottom,
	#ttvcms-mobile-view-header .ttvmenu-button .ttvmenu-middle,
	#ttvcms-mobile-view-header .ttvmenu-button .ttvmenu-top{
		width: 22px;
		height: 2px;
		background: #333;
		display: block;
		margin: 4px 0;
		-webkit-transition: -webkit-transform .4s cubic-bezier(.73,1,.28,.08);
    	-moz-transition: -moz-transform .4s cubic-bezier(.73,1,.28,.08);
    	-ms-transition: -ms-transform .4s cubic-bezier(.73,1,.28,.08);
    	-o-transition: -o-transform .4s cubic-bezier(.73,1,.28,.08);
    	transition: transform .4s cubic-bezier(.73,1,.28,.08);
	}
	#ttvcms-mobile-view-header .ttvmenu-button.open .ttvmenu-top{
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
    	-webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
    	-moz-transition: -moz-transform .2s cubic-bezier(.73,1,.28,.08);
    	-ms-transition: -ms-transform .2s cubic-bezier(.73,1,.28,.08);
    	-o-transition: -o-transform .2s cubic-bezier(.73,1,.28,.08);
    	transition: transform .2s cubic-bezier(.73,1,.28,.08);
    	position: relative;
    	top: 6px;
	}
	#ttvcms-mobile-view-header .ttvmenu-button.open .ttvmenu-middle{
		display: none;
	}
	#ttvcms-mobile-view-header .ttvmenu-button.open .ttvmenu-bottom{
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
    	-webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
    	-moz-transition: -moz-transform .2s cubic-bezier(.73,1,.28,.08);
    	-ms-transition: -ms-transform .2s cubic-bezier(.73,1,.28,.08);
    	transition: transform .2s cubic-bezier(.73,1,.28,.08);
	}
	#header .ttvcmsmain-menu-wrapper .menu {
		display: block;
	}
}
@media(max-width: 991px){
	.ttvcmsmobile-header-top{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 15px;
	}
	#ttvcms-mobile-view-header .ttvmenu-button i {
		color: #111111;
	    font-size: 0;
	    display: inline-block;
	    vertical-align: top;
	    cursor: pointer;
	    background-image: url(../img/sprite.png);
	    background-position: -255px -452px;
	    width: 40px;
	    height: 40px;	    
	}
	#ttvcms-mobile-view-header .ttvmenu-button span {
    	display: none;
	}
}
@media (max-width: 767px) {
	#ttvcmsmobile-horizontal-menu .ttv-header-menu.open {
		width: 70%;
	}
}

@media (max-width: 575px) {
	#ttvcmsmobile-horizontal-menu .ttvcmsmain-menu-wrapper > .ttv-header-menu {
		width: 100%;
	}
	#ttvcmsmobile-header-logo .ttv-header-logo{
		height: 55px;
	}
	.ttvcmsmobile-header-top{
		display: block;
	}
	.ttvmenu-button-wrapper{
		display: inline-block;
	}
}
/**************************************************** start header right ***********************************/
.ttvcmsmobile-header-right {
	position: relative;	
}
.ttv-search-account-cart-wrapper {
	text-align: right;
}
.ttvsearch-top-wrapper {
    padding:0;
}
.ttvsearch-all-dropdown-wrapper .product-price-and-shipping{
	display: inline-block;
	vertical-align: top;
}
.ttv-search-account-cart-wrapper .ttvcms-header-menu{
	display: inline-block;
	vertical-align: top;
	padding: 30px 0;
}

@media (max-width: 991px) { 
	.ttvcmsmobile-header-right {
		width: 50%;
	}
}
@media (max-width: 575px) {
	.ttvcmsmobile-header-right {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.ttvcmssearch-wrapper{
		padding: 10px 0;
	}
	#ttvcmsmobile-header-logo{
		padding: 0;
	}
}
.lang-rtl .ttv-search-account-cart-wrapper {
	text-align: left;
}
/**************************************************** start serach right ***********************************/
.ttvcmssearch-wrapper {
    display: inline-block;
    vertical-align: top;
    padding: 20px 0;
    float: none;
}

#header .ttvsearch-header-display-wrappper {
    z-index: 99;
    position: fixed;
    top: 0;
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 100%;
    padding: 100px 0 25px 0;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
#header .ttvsearch-header-display-wrappper.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#header .ttvsearch-header-display-wrappper.open {
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    background-color: #222;
}
.ttvsearch-header-display-wrappper .ttvsearch-result{
	left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: none;
    text-align: left;	
}
.ttvcmssearch-dropdown{
	margin: 0;
	padding: 15px;
	border: 1px solid #eeeeee;
}
.ttvsearch-dropdown-img-block{
	overflow: hidden;
}
.ttvsearch-top-wrapper .ttvsearch-close {
    display: none;
}
.ttvsearch-top-wrapper .ttvsearch-close i{
    color: #ffffff;
    font-size: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    background-image: url(../img/sprite.png);
    background-position: -105px -633px;
}
.ttvsearch-top-wrapper .ttvsearch-close {
    position: absolute;
    z-index: 99;
    top: 15px;
    right: 0;
    left: 0;
    text-align: center;
}
.ttvsearch-header-display-wrappper{
	position: relative;
	top: 0;
	opacity: 0;
	z-index: 0;
	visibility: hidden;
	-webkit-transform:none;
    -o-transform:none;
    -ms-transform:none;
    -moz-transform:none;
    transform:none;
    box-shadow: none;
}
.ttvsearch-header-display-wrappper .ttvheader-search-main{
	border: none;
	border: 1px solid #fff;
	position: relative;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    outline: none;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #fff;
}
#header .search-widget .ttvheader-search-main input[type=text]{
	height: 45px;
	color: #888888;
	font-size: 13px;
	width: 100%;
	padding: 0 10px;
	background: transparent;
}
.ttvheader-search-main input[type=text]::placeholder{
	color: #888888;
	font-weight: 400;
	font-size: 16px;
}
.ttvheader-top-search-wrapper{
	background-color: #788691;
}
#_desktop_search .ttvheader-top-search{
	float: none;
}
#_desktop_search .ttvheader-search-btn i,
.ttvheader-search-btn i{
	display: none;
}
#_desktop_search .ttvcmsheader-search .ttvserach-name{
	display: block;
	font-size: 16px;
	color: #222222;
	padding: 10px 20px;
	-moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#ttvcmsmobile-search .ttvcmsheader-search .ttvserach-name:hover,
#_desktop_search .ttvcmsheader-search .ttvserach-name:hover{
    color: #ffffff;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
}
.ttvheader-top-search-wrapper:hover {
    background-color: #000;
}
.page-content.page-not-found .ttvsearch-close{
	display: none;	
}
.ttv-search-account-cart-wrapper .ttvsearch-header-display-wrappper .ttvsearch-result {
    width: 60%;
}
#header .ttvsearch-header-display-wrappper .ttvsearch-result {
    top: 110px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.ttvsearch-dropdown-content-box{
	float: left;
    margin: 0 0 0 15px;
}
.ttvsearch-dropdown-img-block img{
	max-width: 100%;
 	width: 100%;
}
.ttvsearch-more-search{
	display: inline-block;
	cursor: pointer;
}
.ttvsearch-more-search-wrapper{
	text-align: center;
	float: left;
	width: 100%;
}
.ttvheader-top-search{
	width: 100%;
}
.ttvheader-top-search-wrapper .ttvheader-search-btn{
	cursor: pointer;
	position: inherit;
	width: 100%;
}
#search.page-search #content-wrapper .ttvsearch-header-display-wrappper{
	display: block;
	position: relative;
	z-index: 1;
}
.ttvheader-top-search-wrapper .ttvheader-search-btn:hover i{
	color: #788691;
}
#_desktop_search .ttvsearch-top-wrapper .ttvsearch-open {
	padding: 0;
	background-image: url(../img/sprite.png);
	height: 40px;
	background-position: -4px -541px;
	width: 40px;
	display: block;
	-webkit-transition: all 0.5s ease 0.1s;
	-o-transition: all 0.5s ease 0.1s;
	transition: all 0.5s ease 0.1s;
	position: relative;
	z-index: 1;
}
#_desktop_search .ttvsearch-top-wrapper .ttvsearch-open:hover{
	background-position: -54px -541px;
}
#products .ttvsearch-dropdown-content-box .product-price-and-shipping,
.ttvsearch-result .ttvsearch-all-dropdown-wrapper .ttvsearch-dropdown-wrapper{
	text-align: left;
}
.lang-rtl .ttvsearch-result .ttvsearch-all-dropdown-wrapper .ttvsearch-dropdown-wrapper,
#products .lang-rtl .ttvsearch-dropdown-content-box .product-price-and-shipping{
	text-align: right;
}
@media(min-width: 992px){
	.ttvsearch-all-dropdown-wrapper{
		float: left;
		width: 50%;
	}
}
@media(max-width: 991px){
	.page-not-found .search-widget .ttvheader-search-main button[type=submit] {
	    height: 40px;
	    line-height: 40px;
	}
	.ttvsearch-header-display-wrappper{
		padding-bottom: 15px;
	}
	#header1 .ttvsearch-header-display-wrappper{
		position: inherit;
	    padding: 0;
	    left: auto;
	    right: auto;
	    visibility: visible;
	    opacity: 1;
	    -webkit-transform: none;
	    -moz-transform: none;
	    -ms-transform: none;
	    -o-transform: none;
	    transform: none;
	}
	.ttvheader-top-search{
		float: left;
	}
	.ttvheader-top-search-wrapper{
		display: inline-block;
		float: right;
	}
	.ttvheader-top-search-wrapper .ttvserach-name{
		display: block;
		padding: 12px 15px;
		color: #fff;
	}
	#header .ttvsearch-header-display-wrappper .ttvsearch-result{
		top: 100%;
		left: 15px;
		right: 15px;
		width: auto;
	}
	.ttvsearch-header-display-wrappper .ttvheader-search-main{
		width: 100%;
		background: transparent;
		border: 1px solid #333;
	}
	.ttvcmsmobile-header-bottom{
		padding: 15px 0;
	}
}

@media(max-width: 575px){
	#header #_desktop_search .ttvheader-search-btn i {
	    line-height: 45px;
	    height: 45px;
	    color: #fff;
	    font-size: 21px;
	}
	
}
/**************************************************** start deckstop and mobile my account ****************************/

.ttvcms-header-myaccount {
	display: inline-block;
	vertical-align: top;
	position: relative;
	cursor: pointer;	
	padding: 20px 5px;
}
.ttvcms-header-myaccount .ttv-myaccount-btn i{
    line-height: 40px;
    height: 40px;
    width: 40px;
    color: #222222;
    background-image: url(../img/sprite.png);
    background-position: -5px -586px;
    cursor: pointer;
    display: block;
    -webkit-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
    position: relative;
    z-index: 1;
    font-size: 0;
}
.ttvcms-header-myaccount .ttv-myaccount-btn:hover i{
	background-position: -54px -586px;
}
.ttvcms-header-myaccount .ttv-account-dropdown {
	right: 0;
	left: auto;
	top: 100%;
	margin: 0;
	border: 1px solid #eeeeee;
	padding: 10px;
}
.lang-rtl .ttvcms-header-myaccount, 
.lang-rtl .ttvcmssearch-wrapper{
	float: none;
}
/********************************************** start deckstop language *************************************/
#ttvcmsdesktop-language-selector .ttv-language-btn .ttv-language-span, 
#ttvcmsdesktop-currency-selector .ttv-currency-btn .ttv-currency-span {
	color: #888888;
	font-size: 14px;
	width: 100%;
	line-height: 35px;
}
#ttvcmsdesktop-user-info .ttvhedaer-sign-btn {
	color: #888888;
	font-size: 14px;
	width: 100%;
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #eeeeee;
}

#ttvcmsdesktop-user-info a.ttvhedaer-sign-btn:last-child {
	border: none;
}
#ttvcmsdesktop-language-selector .ttv-language-lable,
#ttvcmsdesktop-currency-selector .ttv-currency-lable {
	display: none;
}
#ttvcmsdesktop-language-selector .ttv-language-btn,
#ttvcmsdesktop-currency-selector .ttv-currency-btn {
	display: block;
	width: 100%;
	cursor: pointer;
}
#ttvcmsdesktop-language-selector .ttv-language-btn i, 
#ttvcmsdesktop-currency-selector .ttv-currency-btn i, 
#ttvcmsdesktop-user-info .ttvhedaer-sign-btn i {
	color: #888888;
	font-size: 14px;
	line-height: 30px;
	height: 35px;	
	float: right;
}

#ttvcmsdesktop-language-selector:hover .ttv-language-btn i, 
#ttvcmsdesktop-currency-selector:hover .ttv-currency-btn i, 
#ttvcmsdesktop-user-info:hover .ttvhedaer-sign-btn i,
#ttvcmsdesktop-language-selector:hover .ttv-language-btn .ttv-language-span, 
#ttvcmsdesktop-currency-selector:hover .ttv-currency-btn .ttv-currency-span, 
#ttvcmsdesktop-user-info .ttvhedaer-sign-btn:hover {
	color: #788691;
}

.ttv-account-dropdown > div {
	border-bottom: 1px solid #eeeeee;
}
.ttv-account-dropdown > div:last-child {
	border-bottom: none;
}
.ttv-language-dropdown, 
.ttv-currency-dropdown {
	border: 1px solid #eeeeee;
	margin-bottom: 10px;
	padding: 10px;
}
.ttv-language-dropdown li a, 
.ttv-currency-dropdown li a {
	font-size: 14px;
	color: #888888;
	line-height: 30px;
	display: block;
}
.ttv-language-dropdown li a:hover, 
.ttv-currency-dropdown li a:hover {
	color: #788691;
}
.lang-rtl #ttvcmsdesktop-language-selector .ttv-language-btn i, 
.lang-rtl #ttvcmsdesktop-currency-selector .ttv-currency-btn i, 
.lang-rtl #ttvcmsdesktop-user-info .ttvhedaer-sign-btn i{
	float: left;
}
/***************************************************** media language ******************************************/
@media(max-width: 575px) {
	.ttvcms-header-myaccount {
		padding: 0px 0;
	}
	
}
/**************************************************** start decsktop cart **************************************/
.ttvcms-header-cart {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.ttvheader-cart-wrapper {
	display: inline-block;	
	vertical-align: top;
}
.ttvheader-cart-btn-wrapper {
	position: relative;
	padding: 20px 0;
}
.ttvheader-cart-btn-wrapper a{
    position: relative;
    display: block;
}
.ttvcmscart-show-dropdown.open{
	opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
   	-webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 99;
}
.ttv-cart-icon i {
	line-height: 40px;
	height: 40px;
	width: 40px;
	color: #222222;
	display: none;
}
.ttvcms-header-cart .ttv-cart-icon {
    background-image: url(../img/sprite.png);
    height: 40px;
    background-position: -6px -495px;
    width: 40px;
    -webkit-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
    position: relative;
    z-index: 1;
}
.ttvcms-header-cart .ttv-cart-icon:hover{
	background-position: -54px -494px;
}
.ttv-cart-cart-outer .ttv-cart-cart-inner {
	position: absolute;
    width: 16px;
    height: 16px;
    line-height: 17px;
    text-align: center;
    background-color: #788691;
    border-radius: 50px;
    right: 0;
    top: 8px;
    color: #fff;
    z-index: 1;
    font-size: 11px;
}
.lang-rtl .ttv-cart-cart-outer .ttv-cart-cart-inner{
	right: auto;
	left: 0;
}
.ttv-cart-cart-inner .ttv-cart-title{
	font-size: 13px;
	color: #333333;
	text-transform: uppercase;
	font-weight: 700;
}
.ttvcms-header-cart:hover .ttv-cart-cart-inner .ttv-cart-title{
	color: #788691;
}
.ttvcart-count-products-count .cart-products-count,
.ttvcart-count-products-count .ttvshopping-cart-name{
	font-size: 13px;
	color: #333333;
	padding-left: 2px;
	font-weight: 500;
}
.ttvcart-no-product-label {
    text-align: center;
}
.ttvcmscart-show-dropdown {
	width: 300px;
	position: absolute;
	right: 0;
	z-index: 9;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	padding: 15px;
	top: 100%;
	opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.ttvcmscart-show-dropdown .ttvcart-product-wrapper.items {
    overflow: hidden;
    margin-bottom: 15px;
}
.ttvcmscart-show-dropdown .ttvcart-product-list-img {
    border: 1px solid #eeeeee;
    height: 82px;
    width: 82px;
    float: left;
    margin-right: 15px;
}
.ttvcmscart-show-dropdown .ttvcart-product-list-quentity {
    margin-bottom: 5px;
}
.ttvshoping-cart-dropdown-title span.product-name {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ttvcart-product-content {
    margin-left: 80px;
    text-align: left;
}
.lang-rtl .ttvcart-product-content{
	text-align: right;
}
.ttvcmscart-show-dropdown .ttvshoping-cart-dropdown-title a {
	font-size: 15px;
}
.ttvcmscart-show-dropdown .ttvcart-product-list-attribute {
    display: none;
}
.ttvcart-product-remove a i {
	display: none;
}
.ttvcart-product-remove a {
	background-image: url(../img/sprite.png);
	height: 40px;
	width: 40px;
	background-position: -5px 167px;
	display: block;
}
.ttvcart-product-content-box {
	margin-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
	overflow-y: scroll;
    max-height: 301px; 
    scroll-behavior: smooth;
}
.ttvcart-product-list-total-info .ttvshoping-cart-subtotal,
.ttvshoping-cart-shipping,
.ttvshoping-cart-tax,
.ttshoping-cart-total {
	font-size: 16px;
	color: #222;
	font-weight: 600;
}
span.ttvcart-product-price {
    float: right;
}
.ttvcart-product-list-subtotal-prod,
.ttvcart-product-list-subtotal-shipping,
.ttvcart-product-list-subtotal-tax,
.ttvcart-product-list-subtotal-excluding-text {
    margin-bottom: 10px;
    text-align: left;
}
.lang-rtl .ttvcart-product-list-subtotal-prod,
.lang-rtl .ttvcart-product-list-subtotal-shipping,
.lang-rtl .ttvcart-product-list-subtotal-tax,
.lang-rtl .ttvcart-product-list-subtotal-excluding-text{
	text-align: right;
}
.ttvcart-product-list-subtotal-excluding-text {
	border-top: 1px solid #eeeeee;
	padding-top: 10px;
}
.ttvcart-product-list-checkout,
.ttvcart-product-list-viewcart  {
	border: 1px solid #222222;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}
.ttvcart-product-list-checkout a,
.ttvcart-product-list-viewcart a {
	display: block;
}
.ttvcart-product-list-btn {
    overflow: hidden;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}
.ttvcart-product-list-checkout, .ttvcart-product-list-viewcart {
	display: inline-block;
    vertical-align: top;
    margin: 0 2px;
}
.ttv-header-cart .ttvheader-cart-wrapper ul {
    margin: 0;
}
.ttvorder-conformation-wrapper {
	margin-bottom: 100px;
}
#products .product-thumbnail, 
.featured-products .product-thumbnail, 
.product-accessories .product-thumbnail, 
.product-miniature .product-thumbnail {
    position: relative;
}

#main .page-content, 
#main .page-header{
	border: 1px solid #eee;
    padding: 15px;
    box-shadow: none;
	direction: ltr;	
}
@media(max-width: 575px){
	.ttvheader-cart-btn-wrapper{
		padding: 0px 0;
	}
	.ttvcmscart-show-dropdown{
		right: 15px;
		width: 290px;
	}
	.lang-rtl .ttvcmscart-show-dropdown{
		right: auto;
		left: 15px;
	}
}
/*************************************************** Media cart *************************************/
@media(max-width: 575px) {
	.ttvcms-header-cart {
		position: unset;
	}
	.lang-rtl .ttvcmscart-show-dropdown {
		left: 0;
		-webkit-transform: none;
	    -o-transform: none;
	    -ms-transform: none;
	    -moz-transform: none;
	    transform: none;
	}
	.lang-rtl .ttvcmscart-show-dropdown.open {
	    -webkit-transform: none;
	    -o-transform: none;
	    -ms-transform: none;
	    -moz-transform: none;
	    transform: none;
	}
}
/************************************************************* end header *************************************/

/*********************************************** pagination btn **************************************************/
.ttvtab-pagination .ttvtab-featured-pagination-next-pre-btn .ttvtab-featured-product-prev i ,
.ttvtab-pagination .ttvtab-featured-pagination-next-pre-btn .ttvtab-featured-product-next i ,
.ttvtab-pagination .ttvtab-new-pagination-next-pre-btn .ttvtab-new-product-prev i ,
.ttvtab-pagination .ttvtab-new-pagination-next-pre-btn .ttvtab-new-product-next i ,
.ttvtab-pagination .ttvtab-best-seller-pagination-next-pre-btn .ttvtab-best-seller-product-prev i ,
.ttvtab-pagination .ttvtab-best-seller-pagination-next-pre-btn .ttvtab-best-seller-product-next i ,
.ttvtab-pagination .ttvtab-special-pagination-next-pre-btn .ttvtab-special-product-prev i ,
.ttvtab-pagination .ttvtab-special-pagination-next-pre-btn .ttvtab-special-product-next i ,
.ttvcmsspecial-pagination .ttvcmsspecial-next-pre-btn .ttvcmsspecial-prev i ,
.ttvcmsspecial-pagination .ttvcmsspecial-next-pre-btn .ttvcmsspecial-next i ,
.ttvcmsfeatured-pagination .ttvcmsfeatured-next-pre-btn .ttvcmsfeatured-prev i ,
.ttvcmsfeatured-pagination .ttvcmsfeatured-next-pre-btn .ttvcmsfeatured-next i ,
.ttvcmsbest-seller-pagination .ttvcmsbest-seller-next-pre-btn .ttvcmsbest-seller-prev i ,
.ttvcmsbest-seller-pagination .ttvcmsbest-seller-next-pre-btn .ttvcmsbest-seller-next i ,
.ttvcmsnew-pagination .ttvcmsnew-next-pre-btn .ttvcmsnew-prev i ,
.ttvcmsnew-pagination .ttvcmsnew-next-pre-btn .ttvcmsnew-next i ,
.ttvcategory-slider-pagination .ttvcategory-slider-next-pre-btn .ttvcategory-slider-prev i ,
.ttvcategory-slider-pagination .ttvcategory-slider-next-pre-btn .ttvcategory-slider-next i ,
.ttvcms-brandlist-pagination-wrapper .ttvcms-brandlist-next-pre-btn .ttvbrandlist-slider-prev i ,
.ttvcms-brandlist-pagination-wrapper .ttvcms-brandlist-next-pre-btn .ttvbrandlist-slider-next i ,
.ttvcms-testimonial-pagination-wrapper .ttvcms-testimonial-next-pre-btn .ttvtestimonial-prev i ,
.ttvcms-testimonial-pagination-wrapper .ttvcms-testimonial-next-pre-btn .ttvtestimonial-next i ,
.ttvrelated-pagination-wrapper .ttvcmsrelated-next-pre-btn .ttvcmsrelated-prev i ,
.ttvrelated-pagination-wrapper .ttvcmsrelated-next-pre-btn .ttvcmsrelated-next i ,
.ttvcms-blog-left-side-pagination-wrapper .ttvblog-left-side-prev i ,
.ttvcms-blog-left-side-pagination-wrapper .ttvblog-left-side-next i ,
.ttvcms-service-pagination-wrapper .ttvcms-service-next-pre-btn .ttvservice-slider-prev i ,
.ttvcms-service-pagination-wrapper .ttvcms-service-next-pre-btn .ttvservice-slider-next i ,
.ttvcms-singleimage-pagination-wrapper .ttvcms-singleimage-pagination-btn .ttvsingleimage-prev i ,
.ttvcms-singleimage-pagination-wrapper .ttvcms-singleimage-pagination-btn .ttvsingleimage-next i ,
.ttvcms-quickview-pagination-wrapper .ttvcms-quickview-pagination-btn .ttv-quickview-prev i ,
.ttvcms-quickview-pagination-wrapper .ttvcms-quickview-pagination-btn .ttv-quickview-next i ,
.ttvcmsblog-event-home .ttvcmsblog-event-home-next-pre-btn .ttvcmsblog-event-home-slider-prev i,
.ttvcmsblog-event-home .ttvcmsblog-event-home-next-pre-btn .ttvcmsblog-event-home-slider-next i{
	display: none;
}
.ttvcms-singleimage-pagination-wrapper .ttvcms-singleimage-pagination-btn .ttvsingleimage-prev{
	background-image: url(../img/Arrow-sprite.png);
    background-position: 0px -1px;
	left: 0;
	background-color: transparent;
	width: 40px;
	height: 40px;
	border:none;
}
.ttvcms-singleimage-pagination-wrapper .ttvcms-singleimage-pagination-btn .ttvsingleimage-next{
	background-image: url(../img/Arrow-sprite.png);
    background-position: -80px -1px;
	right: 0px;
	background-color: transparent;
	width: 40px;
	height: 40px;
	border: none;
}
.ttvtab-pagination .ttvtab-featured-pagination-next-pre-btn .ttvtab-featured-product-prev,
.ttvtab-pagination .ttvtab-new-pagination-next-pre-btn .ttvtab-new-product-prev,
.ttvtab-pagination .ttvtab-best-seller-pagination-next-pre-btn .ttvtab-best-seller-product-prev,
.ttvtab-pagination .ttvtab-special-pagination-next-pre-btn .ttvtab-special-product-prev,
.ttvcmsspecial-pagination .ttvcmsspecial-next-pre-btn .ttvcmsspecial-prev,
.ttvcmsfeatured-pagination .ttvcmsfeatured-next-pre-btn .ttvcmsfeatured-prev,
.ttvcmsbest-seller-pagination .ttvcmsbest-seller-next-pre-btn .ttvcmsbest-seller-prev,
.ttvcmsnew-pagination .ttvcmsnew-next-pre-btn .ttvcmsnew-prev,
.ttvcategory-slider-pagination .ttvcategory-slider-next-pre-btn .ttvcategory-slider-prev,
.ttvrelated-pagination-wrapper .ttvcmsrelated-next-pre-btn .ttvcmsrelated-prev,
.ttvcmsblog-event-home .ttvcmsblog-event-home-next-pre-btn .ttvcmsblog-event-home-slider-prev,
.ttvcms-quickview-pagination-wrapper .ttvcms-quickview-pagination-btn .ttv-quickview-prev,
.ttvcms-blog-left-side-pagination-wrapper .ttvcms-blog-left-side-next-pre-btn .ttvblog-left-side-prev{
	background-image: url(../img/Arrow-sprite.png);
    background-position: -40px -1px;
	right: 50px;
	background-color: transparent;
	width: 40px;
	height: 40px;
	border: 1px solid #eee;
	border-radius: 0;
}

.ttvtab-pagination .ttvtab-featured-pagination-next-pre-btn .ttvtab-featured-product-next,
.ttvtab-pagination .ttvtab-new-pagination-next-pre-btn .ttvtab-new-product-next,
.ttvtab-pagination .ttvtab-best-seller-pagination-next-pre-btn .ttvtab-best-seller-product-next,
.ttvtab-pagination .ttvtab-special-pagination-next-pre-btn .ttvtab-special-product-next,
.ttvcmsspecial-pagination .ttvcmsspecial-next-pre-btn .ttvcmsspecial-next,
.ttvcmsfeatured-pagination .ttvcmsfeatured-next-pre-btn .ttvcmsfeatured-next,
.ttvcmsbest-seller-pagination .ttvcmsbest-seller-next-pre-btn .ttvcmsbest-seller-next,
.ttvcmsnew-pagination .ttvcmsnew-next-pre-btn .ttvcmsnew-next,
.ttvcategory-slider-pagination .ttvcategory-slider-next-pre-btn .ttvcategory-slider-next,
.ttvrelated-pagination-wrapper .ttvcmsrelated-next-pre-btn .ttvcmsrelated-next,
.ttvcmsblog-event-home .ttvcmsblog-event-home-next-pre-btn .ttvcmsblog-event-home-slider-next,
.ttvcms-quickview-pagination-wrapper .ttvcms-quickview-pagination-btn .ttv-quickview-next,
.ttvcms-blog-left-side-pagination-wrapper .ttvcms-blog-left-side-next-pre-btn .ttvblog-left-side-next{
	background-image: url(../img/Arrow-sprite.png);
    background-position: -120px -1px;
	right: 0px;
	background-color: transparent;
	width: 40px;
	height: 40px;
	border: 1px solid #eee;
	border-radius: 0;
}
.ttvtab-pagination .ttvtab-featured-pagination-next-pre-btn .ttvtab-featured-product-prev:hover,
.ttvtab-pagination .ttvtab-new-pagination-next-pre-btn .ttvtab-new-product-prev:hover,
.ttvtab-pagination .ttvtab-best-seller-pagination-next-pre-btn .ttvtab-best-seller-product-prev:hover,
.ttvtab-pagination .ttvtab-special-pagination-next-pre-btn .ttvtab-special-product-prev:hover,
.ttvcmsspecial-pagination .ttvcmsspecial-next-pre-btn .ttvcmsspecial-prev:hover,
.ttvcmsfeatured-pagination .ttvcmsfeatured-next-pre-btn .ttvcmsfeatured-prev:hover,
.ttvcmsbest-seller-pagination .ttvcmsbest-seller-next-pre-btn .ttvcmsbest-seller-prev:hover,
.ttvcmsnew-pagination .ttvcmsnew-next-pre-btn .ttvcmsnew-prev:hover,
.ttvcategory-slider-pagination .ttvcategory-slider-next-pre-btn .ttvcategory-slider-prev:hover,
.ttvrelated-pagination-wrapper .ttvcmsrelated-next-pre-btn .ttvcmsrelated-prev:hover,
.ttvcms-brandlist-pagination-wrapper .ttvcms-brandlist-next-pre-btn .ttvbrandlist-slider-prev:hover,
.ttvcmsblog-event-home .ttvcmsblog-event-home-next-pre-btn .ttvcmsblog-event-home-slider-prev:hover,
.ttvcms-singleimage-pagination-wrapper .ttvcms-singleimage-pagination-btn .ttvsingleimage-prev:hover,
.ttvcms-quickview-pagination-wrapper .ttvcms-quickview-pagination-btn .ttv-quickview-prev:hover ,
.ttvcms-blog-left-side-pagination-wrapper .ttvcms-blog-left-side-next-pre-btn .ttvblog-left-side-prev:hover{
    background-position: -160px -1px;
    background-color: #788691;
}
.ttvtab-pagination .ttvtab-featured-pagination-next-pre-btn .ttvtab-featured-product-next:hover,
.ttvtab-pagination .ttvtab-new-pagination-next-pre-btn .ttvtab-new-product-next:hover,
.ttvtab-pagination .ttvtab-best-seller-pagination-next-pre-btn .ttvtab-best-seller-product-next:hover,
.ttvtab-pagination .ttvtab-special-pagination-next-pre-btn .ttvtab-special-product-next:hover,
.ttvcmsspecial-pagination .ttvcmsspecial-next-pre-btn .ttvcmsspecial-next:hover,
.ttvcmsfeatured-pagination .ttvcmsfeatured-next-pre-btn .ttvcmsfeatured-next:hover,
.ttvcmsbest-seller-pagination .ttvcmsbest-seller-next-pre-btn .ttvcmsbest-seller-next:hover,
.ttvcmsnew-pagination .ttvcmsnew-next-pre-btn .ttvcmsnew-next:hover,
.ttvcategory-slider-pagination .ttvcategory-slider-next-pre-btn .ttvcategory-slider-next:hover,
.ttvrelated-pagination-wrapper .ttvcmsrelated-next-pre-btn .ttvcmsrelated-next:hover,
.ttvcms-brandlist-pagination-wrapper .ttvcms-brandlist-next-pre-btn .ttvbrandlist-slider-next:hover,
.ttvcmsblog-event-home .ttvcmsblog-event-home-next-pre-btn .ttvcmsblog-event-home-slider-next:hover,
.ttvcms-singleimage-pagination-wrapper .ttvcms-singleimage-pagination-btn .ttvsingleimage-next:hover,
.ttvcms-quickview-pagination-wrapper .ttvcms-quickview-pagination-btn .ttv-quickview-next:hover ,
.ttvcms-blog-left-side-pagination-wrapper .ttvcms-blog-left-side-next-pre-btn .ttvblog-left-side-next:hover{
    background-position: -240px -1px;
    background-color: #788691;
}

.ttvcmsblog-event-home .ttvcmsblog-event-home-next-pre-btn .ttvcmsblog-event-home-slider-prev,
.ttvcmsblog-event-home .ttvcmsblog-event-home-next-pre-btn .ttvcmsblog-event-home-slider-next {
	-webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
	margin: 0 5px;
	position: unset;
	border-radius: 0;
}

.ttvcms-left-testimonial .ttvcms-testimonial-pagination-wrapper .ttvcms-testimonial-next-pre-btn .ttvtestimonial-prev,
.ttvcms-blog-left-side-pagination-wrapper .ttvcms-blog-left-side-next-pre-btn .ttvblog-left-side-prev,
.ttvcms-left-testimonial .ttvcms-testimonial-pagination-wrapper .ttvcms-testimonial-next-pre-btn .ttvtestimonial-next,
.ttvcms-blog-left-side-pagination-wrapper .ttvcms-blog-left-side-next-pre-btn .ttvblog-left-side-next{
	position: inherit;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	margin: 0 5px;
}
.ttvcms-left-testimonial .ttvcms-testimonial-pagination-wrapper .ttvcms-testimonial-next-pre-btn .ttvtestimonial-prev:hover{
	background-position: -160px -1px;
}
.ttvcms-left-testimonial .ttvcms-testimonial-pagination-wrapper .ttvcms-testimonial-next-pre-btn .ttvtestimonial-next:hover{
	background-position: -240px -1px;
}
.ttvcms-brandlist-pagination-wrapper,
.ttvcms-singleimage-pagination-wrapper,
.ttvcms-quickview-pagination-wrapper {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.ttvbrandlist-slider:hover .ttvcms-brandlist-pagination-wrapper,
.ttv-additional-image:hover .ttvcms-singleimage-pagination-wrapper,
.ttv-additional-image:hover .ttvcms-quickview-pagination-wrapper {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

@media (max-width: 991px) {	
	.ttvcms-brandlist-pagination-wrapper,
	.ttvcms-singleimage-pagination-wrapper,
	.ttvcms-quickview-pagination-wrapper {
		display: block;
	}
}

@media (max-width: 767px) {

	.ttvtab-pagination .ttvtab-featured-pagination-next-pre-btn .ttvtab-featured-product-prev,
	.ttvtab-pagination .ttvtab-new-pagination-next-pre-btn .ttvtab-new-product-prev,
	.ttvtab-pagination .ttvtab-best-seller-pagination-next-pre-btn .ttvtab-best-seller-product-prev,
	.ttvtab-pagination .ttvtab-special-pagination-next-pre-btn .ttvtab-special-product-prev,
	.ttvcmsspecial-pagination .ttvcmsspecial-next-pre-btn .ttvcmsspecial-prev,
	.ttvcmsfeatured-pagination .ttvcmsfeatured-next-pre-btn .ttvcmsfeatured-prev,
	.ttvcmsbest-seller-pagination .ttvcmsbest-seller-next-pre-btn .ttvcmsbest-seller-prev,
	.ttvcmsnew-pagination .ttvcmsnew-next-pre-btn .ttvcmsnew-prev,
	.ttvcategory-slider-pagination .ttvcategory-slider-next-pre-btn .ttvcategory-slider-prev,
	.ttvrelated-pagination-wrapper .ttvcmsrelated-next-pre-btn .ttvcmsrelated-prev {
		margin: 0 5px;
		position: relative;
		-webkit-transform:none;
		-moz-transform:none;
		-ms-transform:none;
		-o-transform:none;
		transform:none;
		display: inline-block;
		left: auto;
		right: auto;
	}

	.ttvtab-pagination .ttvtab-featured-pagination-next-pre-btn .ttvtab-featured-product-next,
	.ttvtab-pagination .ttvtab-new-pagination-next-pre-btn .ttvtab-new-product-next,
	.ttvtab-pagination .ttvtab-best-seller-pagination-next-pre-btn .ttvtab-best-seller-product-next,
	.ttvtab-pagination .ttvtab-special-pagination-next-pre-btn .ttvtab-special-product-next,
	.ttvcmsspecial-pagination .ttvcmsspecial-next-pre-btn .ttvcmsspecial-next,
	.ttvcmsfeatured-pagination .ttvcmsfeatured-next-pre-btn .ttvcmsfeatured-next,
	.ttvcmsbest-seller-pagination .ttvcmsbest-seller-next-pre-btn .ttvcmsbest-seller-next,
	.ttvcmsnew-pagination .ttvcmsnew-next-pre-btn .ttvcmsnew-next,
	.ttvcategory-slider-pagination .ttvcategory-slider-next-pre-btn .ttvcategory-slider-next,
	.ttvrelated-pagination-wrapper .ttvcmsrelated-next-pre-btn .ttvcmsrelated-next {
		margin: 0 5px;
		position: relative;
		-webkit-transform:none;
		-moz-transform:none;
		-ms-transform:none;
		-o-transform:none;
		transform:none;
		display: inline-block;
		left: auto;
		right: auto;
	}
}

/*************************end pagination button************************************************************/
/******************* product title design ***********/
.ttvcmsmain-title-wrapper {
    margin-bottom: 30px;
}
.ttvtab-product .ttvcmsmain-title-wrapper {
    margin-bottom: 35px;
}
.ttvcms-main-title .ttvmain-title {
    font-size: 40px;
    color: #222222;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
    padding-bottom: 5px;
	font-family:hel-l;
}
.ttvcms-main-title .ttvmain-title span {
    font-size: 40px;
    color: #386335;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
    text-align: center;
    padding-bottom: 5px;
    font-family: hel-b;
}.ttvcms-main-title .ttvmain-cate {
    font-size: 16px;
    color: #ee7c3c;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
    text-align: center;
    padding-bottom: 5px;
    font-family: hel-b;
    display: inline-block;
    margin: 0 auto;
    padding-left: 50px;
}
.ttvcms-main-title .ttvmain-cate:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 40px;
    bottom: 13px;
    left: 48px;
    background-color: #ee7c3c;
    transform: translate(-110%, 0);
    -webkit-transform: translate(-110%, 0);
    -o-transform: translate(-110%, 0);
    -ms-transform: translate(-110%, 0);
    -moz-transform: translate(-110%, 0);
}
.ttvcustomer-services .ttvcms-main-title .ttvmain-title {
    color: #ffffff;
}
.ttvcms-main-title .ttvmain-sub-title {
    text-align: center;
    font-size: 20px;
    color: #bfbfbf;
    line-height: normal;
    margin-bottom: 5px;
    font-family: 'Parisienne', cursive;
}
.ttvcms-main-title .ttvmain-desc {
    text-align: center;
    font-size: 14px;
    line-height: normal;
    color: #666666;
    display: none;
}
.ttvtab-title-wrapper .ttvtabs-products li {
    padding: 5px 30px;
    border: 1px solid #dddddd;
    margin: 0 7px;
}
.ttvtab-title-wrapper .ttvtabs-products li span {
    font-size: 16px;
    color: #222;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}
.ttvtabs-products li.active, .ttvtabs-products li:hover {
    background-color: #ed7632;
    border: 1px solid #ed7632;
}
.ttvtabs-products li.active span,
.ttvtabs-products li:hover span {
    color: #fff;
}
.ttvtab-product {
    overflow: hidden;
    text-align: center;
    position: relative;
}
.ttvtab-product .ttvtab-title-wrapper .ttvtabs-products {
    margin-bottom: 40px;
}
.ttvtab-product-all-box .ttvtab-title-wrapper{
	position: relative;
}
@media(max-width: 991px) {
    .ttvcmsmain-slider-wrapper {
        margin-bottom: 30px;
    }
    .ttvcms-main-title .ttvmain-title {
        font-size: 28px;
    }
    .ttvcmstab-title-product,
    .ttvcmsspecial-product,
    .ttvcmsfeatured-product,
    .ttvcmsbest-seller-product,
    .ttvcmsnew-product,
    .ttvcmsrelated-product {
        margin-bottom: 30px;
    }
    .ttvcmsmain-title-wrapper,
    .ttvtab-product .ttvcmsmain-title-wrapper {
        margin-bottom: 15px;
    }
    .ttvtab-product .ttvtab-title-wrapper .ttvtabs-products {
        margin-bottom: 0;
    }
    .ttvnew-main-title-wrapper, 
    .ttvbest-seller-main-title-wrapper, 
    .ttvspecial-main-title-wrapper, 
    .ttvfeatured-main-title-wrapper, 
    .ttvcmsmain-title-wrapper,
    .ttvtab-product ,
    .ttvrelated-main-title-wrapper{
        margin-bottom: 15px;
    }
    .ttvcms-main-title .ttvmain-sub-title {
        font-size: 18px;
    }
    .ttvtab-product-all-box .ttvtab-title-wrapper{
    	padding: 10px 0;
    }
}
@media(max-width: 767px){
	.ttvtab-product .ttvtab-title-wrapper .ttvtabs-products {
		display: inline-block;
	}
	.ttvtab-title-wrapper .ttvtabs-products li {
		margin: 5px 0;
	}
	.ttvcms-next-pre-btn {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	}
}
@media(max-width: 575px) {
    .ttvcms-main-title {
        margin-bottom: 15px;
    }
    .ttvtab-title {
		text-align: center;
	}
	
}
/*******************************all product design***********/
.ttvproduct-wrapper {
    background-color: #fff;
    position: relative;
    cursor: pointer;
    border: 1px solid #eee;
    margin-bottom: 2px;
}
.ttvtab-first-product .ttvproduct-wrapper {
    margin-bottom: 30px;
}
.ttvall-product-wrapper-info-box {
    padding: 0 15px;
}
.ttvproduct-image a img {
    max-width: 100%;
    width: 100%;
}
@media(max-width: 991px){
    .ttvproduct-wrapper .ttvproduct-image:before{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .ttvproduct-wrapper{
        border: 1px solid #eee; 
    }
}
/*********Start Hover btn**********/
/* Start Add To Cart */
.ttvproduct-wrapper .ttvproduct-hover-btn-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: scale(0) translateY(-50%);
    -moz-transform: scale(0) translateY(-50%);
    -ms-transform: scale(0) translateY(-50%);
    -o-transform: scale(0) translateY(-50%);
    transform: scale(0) translateY(-50%);
}
.ttvproduct-wrapper:hover .ttvproduct-hover-btn-wrapper{
    -webkit-transform: scale(1) translateY(-50%);
    -moz-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    -o-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
    visibility: visible;
}
.ttvproduct-wrapper .ttvproduct-hover-btn{
    display: inline-block;
}
.ttvproduct-wrapper.grid .ttvproduct-hover-btn .ttvproduct-cart-btn,
.ttvproduct-wrapper.grid-2 .ttvproduct-hover-btn .ttvproduct-cart-btn,
#products.list .ttvproduct-hover-btn .ttvproduct-cart-btn-list,
#products.list-2 .ttvproduct-hover-btn .ttvproduct-cart-btn-list,
#products.catalog .ttvproduct-hover-btn .ttvproduct-cart-catalog-btn,
.ttvproduct-wrapper.grid .ttvproduct-hover-btn .ttvproduct-quick-btn,
.ttvproduct-wrapper.grid-2 .ttvproduct-hover-btn .ttvproduct-quick-btn,
#products.list .ttvproduct-hover-btn .ttvproduct-quick-btn,
#products.list-2 .ttvproduct-hover-btn .ttvproduct-quick-btn,
#products.catalog .ttvproduct-hover-btn .ttvproduct-quick-btn ,
.ttvproduct-wrapper.grid .ttvproduct-hover-btn .ttvproduct-wishlist-btn,
.ttvproduct-wrapper.grid-2 .ttvproduct-hover-btn .ttvproduct-wishlist-btn,
#products.list .ttvproduct-hover-btn .ttvproduct-wishlist-btn-list,
#products.list-2 .ttvproduct-hover-btn .ttvproduct-wishlist-btn-list,
#products.catalog .ttvproduct-hover-btn .ttvproduct-wishlist-catalog-btn,
.ttvproduct-wrapper.grid .ttvproduct-hover-btn .ttvproduct-compare-btn,
.ttvproduct-wrapper.grid-2 .ttvproduct-hover-btn .ttvproduct-compare-btn,
#products.list .ttvproduct-hover-btn .ttvproduct-compare-btn-list,
#products.list-2 .ttvproduct-hover-btn .ttvproduct-compare-btn-list,
#products.catalog .ttvproduct-hover-btn .ttvproduct-compare-catalog-btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
    overflow: hidden;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.13);
}
#products.list .ttvproduct-hover-btn .ttvproduct-cart-btn-list,
#products.list-2 .ttvproduct-hover-btn .ttvproduct-cart-btn-list  {
	margin-left: 0;
}
.ttvproduct-wrapper .ttvproduct-cart-btn .ttvproduct-add-to-cart,
#products.list .ttvproduct-cart-btn-list .ttvproduct-add-to-cart,
#products.list-2 .ttvproduct-cart-btn-list .ttvproduct-add-to-cart,
#products.catalog .ttvproduct-catalog-btn-wrapper .ttvproduct-add-to-cart{
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding: 12px 12px;
    background-image: url(../img/sprite.png);
	background-position: -105px -407px;
	height: 40px;
    width: 40px;
    z-index: 2;
}
.ttvproduct-wrapper .ttvproduct-hover-btn .ttvproduct-quick-icon:hover,
 #products.list .ttvproduct-quick-btn .ttvproduct-quick-icon:hover, 
 #products.list-2 .ttvproduct-quick-btn .ttvproduct-quick-icon:hover, 
 #products.catalog .ttvproduct-quick-btn .ttvproduct-quick-icon:hover,
 .ttvproduct-wishlist-btn .ttvproduct-wishlist:hover,
 .ttvproduct-compare-btn .ttvproduct-compare:hover,
.ttvproduct-wrapper .ttvproduct-cart-btn .ttvproduct-add-to-cart:hover,
#products.list .ttvproduct-cart-btn-list .ttvproduct-add-to-cart:hover,
#products.list-2 .ttvproduct-cart-btn-list .ttvproduct-add-to-cart:hover,
#products.catalog .ttvproduct-catalog-btn-wrapper .ttvproduct-add-to-cart:hover{
	background-color: #788691;
}
.ttvproduct-cart-btn .ttvproduct-add-to-cart i{
	display: none;
}
.ttvproduct-wrapper .btn-primary:active:focus,.ttvproduct-wrapper .btn-primary:active:hover {
	background-color: #ffffff;
}
.ttvproduct-wrapper .ttvproduct-cart-btn:hover .ttvproduct-add-to-cart {	
	background-position: -155px -407px;
}

.ttvproduct-cart-btn:hover .ttvproduct-add-to-cart i{
    color: #788691;
}
#products.list .ttvproduct-cart-btn-list .ttvproduct-add-to-cart span,
#products.list-2 .ttvproduct-cart-btn-list .ttvproduct-add-to-cart span,
#products.catalog .ttvproduct-catalog-btn-wrapper .ttvproduct-add-to-cart span,
.ttvproduct-cart-btn .ttvproduct-add-to-cart span{
    display: none;
}
@media(max-width: 991px){
    .ttvproduct-wrapper .ttvproduct-hover-btn-wrapper {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        visibility: visible;
        bottom: 50px;
        top: auto;
    }
    .ttvproduct-wrapper:hover .ttvproduct-hover-btn-wrapper{
        -webkit-transform: scale(1) translateY(0);
        -moz-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        -o-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        visibility: visible;
    }
}
.ttvproduct-catalog-btn-wrapper .ttvproduct-add-to-cart i,
#products.list-2 .ttvproduct-cart-btn-list .ttvproduct-add-to-cart i, 
#products.list-2 .ttvproduct-quick-btn .ttvproduct-quick-icon i,
#products.list .ttvproduct-cart-btn-list .ttvproduct-add-to-cart i, 
#products.list .ttvproduct-quick-btn .ttvproduct-quick-icon i{
    display: none;   
}
/* End Add To Cart*/

/* Start Quick View Btn */
.ttvproduct-wrapper .ttvproduct-hover-btn .ttvproduct-quick-icon,
#products.list .ttvproduct-quick-btn .ttvproduct-quick-icon,
#products.list-2 .ttvproduct-quick-btn .ttvproduct-quick-icon,
#products.catalog .ttvproduct-quick-btn .ttvproduct-quick-icon{
    background-image: none;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding: 12px 12px;
    background-image: url(../img/sprite.png);
	background-position: -105px -497px;
	height: 40px;
    width: 40px;    
    box-shadow: none;
}
.ttvproduct-wrapper .ttvproduct-quick-btn a{
    display: block;
}
.ttvproduct-wrapper .ttvproduct-quick-btn:hover .ttvproduct-quick-icon {	
	background-position: -155px -497px;
}
.ttvproduct-quick-btn .ttvproduct-quick-icon i{
	display: none;
}
.ttvproduct-wrapper .ttvproduct-hover-btn .ttvproduct-quick-lable{
    display: none;
}

@media(max-width: 767px){
    .ttvcatlog-button-wrapper{
        padding: 5px 0;
    }
}
/* End Quick View Btn */
/***** wishlist button*****/
.ttvproduct-wishlist-btn .ttvproduct-wishlist {
    background-image: url(../img/sprite.png);
	background-position: -104px -361px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding: 12px 12px;
	height: 40px;
    width: 40px;    
    box-shadow: none;
}
.ttvproduct-add-to-wishlist-label {
	display: none;
}
.ttvproduct-wishlist-btn:hover .ttvproduct-wishlist {
	background-position: -154px -361px;
}
.ttvproduct-wishlist-btn .ttvproduct-wishlist i{
	display: none;
}
/***** compare product button*****/
.ttvproduct-compare-btn .ttvproduct-compare {	
    background-image: url(../img/sprite.png);
	background-position: -106px -453px;
	background-color: #fff;
    position: relative;
    z-index: 2;
    padding: 12px 12px;
	height: 40px;
    width: 40px;    
    box-shadow: none;
}
.ttvproduct-add-to-compare-label {
	display: none;
}
.ttvproduct-compare-btn:hover .ttvproduct-compare {
	background-position: -156px -453px;
}
.ttvproduct-compare-btn .ttvproduct-compare i {
	display: none;
}

/*********** end *******/
/*********End Hover btn**********/


/**Start Image, Block, title And Prise**/
.ttvproduct-wrapper .ttvproduct-name{
    padding: 5px 0;
}
.ttvproduct-wrapper .ttvproduct-image{
    overflow: hidden;
    padding: 0;
}
.ttvproduct-info-box-wrapper{
    overflow: hidden;
    text-align: left;
    position: relative;
}
.product-miniature .product-price-and-shipping{
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.ttvproduct-name .product-title a, .ttvproduct-name .product-title a h6 {
    color: #222222;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    line-height: 22px;
    min-height: 47px;
}.ttvproduct-wrapper .ttvproduct-name:hover .product-title h6{
    color: #555;
}
.ttvproduct-name .ttvproduct-cat-name {
    display: block;
    color: #ed7632;
}
.product-price-and-shipping .price {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #333333;
    vertical-align: middle;
    float: left;
    margin-right: 10px;
}
.product-price-and-shipping .regular-price {
	font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-decoration: line-through;
    color: #888888;
    vertical-align: middle;
}
.product-price-and-shipping .ttvproduct-discount-price{
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px;
    color: #444444;
}
.product-price-and-shipping {
    margin-bottom: 10px;
    overflow: hidden;
}
.ttvproduct-wrapper.grid .product-description, .ttvproduct-wrapper.grid-2 .product-description {
    overflow: hidden;
    padding: 14px;
    text-align: center;
}
.product-price-and-shipping .price-tax{
	display: none;
}
@media(max-width: 1199px){
    .ttvproduct-catalog-btn-wrapper{
        text-align: center;
    }
    .ttvproduct-catalog-btn-wrapper .ttv-product-cart-quentity-inner{
        margin: 10px auto;
    }
}
@media(max-width: 991px){
    .ttv-product-hover-info-box{
        position: relative;
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
	    -o-transform: none;
	    -ms-transform: none;
	    -moz-transform: none;
	    transform: none;
        top: 0;
        z-index: 1;
    }
    .ttvcatlog-button-wrapper{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

}
@media(min-width: 768px) and (max-width: 991px){
    .product-price-and-shipping .regular-price,
    .product-price-and-shipping .price{
        margin-right: 5px;
    }
    .ttvproduct-wrapper.catalog .product-price-and-shipping .price{
        margin-left: 0;
    }
    
    .ttv-product-catalog-btn{
        padding: 0;
    }
}
@media(max-width: 575px){
    #products.list .ttv-product-desc {
        text-align: center;
    }
    #products.list .product-description{
        text-align: center;
    }   
}
.lang-rtl .ttvproduct-name .product-title a, 
.lang-rtl .ttvproduct-name .product-title a h6{
	text-align: right;
}
.lang-rtl .product-price-and-shipping .price{
	margin-right: 0;	
}
.lang-rtl .product-price-and-shipping .regular-price{
	margin-left: 10px;
}
/**End Image, Block, title And Prise**/
/**** Start image change on hover****/
.ttvproduct-wrapper .ttvproduct-hover-img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    background-color: #fff;
}
.ttvproduct-wrapper:hover .ttvproduct-hover-img {
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
/* End image change on hover */


/***************Start timer design **********************************/
    .ttvproduct-timer-wrapper-outer{
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 10px;
        -webkit-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .ttvproduct-wrapper:hover .ttvproduct-timer-wrapper-outer{
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    }
    .ttvtimer-wrapper {
        overflow: hidden;
        vertical-align: top;
        display: inline-block;
        background-color: #fff;
        border: 1px solid #eeeeee;
        padding: 5px;
    }
    .ttvproduct-timer-wrapper {
        position: relative;
        text-align: center;
        min-width: 35px;
        display: inline-block;
        vertical-align: middle;
        background-color: #fff;
        font-weight: 500;
    }
    .ttvproduct-timer-wrapper .days,
    .ttvproduct-timer-wrapper .hours,
    .ttvproduct-timer-wrapper .minutes{
        font-size: 13px;
        color: #010101;
        font-weight: 500;
    }
    .ttvproduct-timer-wrapper .seconds{
        font-size: 13px;
        color: #788691;
        font-weight: 500;
    }
    .ttvtimer-wrapper i{
    	margin: 0 5px 0 10px;
	    vertical-align: middle;
	    font-size: 18px;
    }
    .ttvtimer-dot {
        display: inline-block;
        vertical-align: top;
        margin: 0 2px;
        font-size: 14px;
        color: #a0a0a0;
        font-weight: 500;
    }
    .ttvproduct-timer-wrapper .ttvtimer-name{
        display: none;
    }
    
    @media(max-width: 991px){
        .ttvproduct-wrapper:hover .ttvproduct-timer-wrapper-outer,
        .ttvproduct-wrapper .ttvproduct-timer-wrapper-outer{
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }
    }
    @media(max-width: 575px){
        #products.list .ttvproduct-timer{
            text-align: center;
        }
    }
/***************End timer design ************************************/

/**Start Product Review**/
.ttvall-product-star-icon .comments_note{
    text-align: left;
}
#product .ttvall-product-star-icon{
    display: block;
}
.ttvall-product-star-icon .star i {
    font-size: 13px;
    color: #b5b5b5;
    width: 15px;
}
.ttvall-product-star-icon .star.star_on i {
    color: #fad232;
}
@media(max-width: 767px){
    .ttvproduct-wrapper .ttvall-product-star-icon{
        padding: 0;
        float: none;
    }

}
/**End Product Review**/


/*Start Gride List cataloge Product*/

#products.grid-2 .ttv-grid-list-wrapper-info-box{
    width: 33.3%;
}
.ttvcms-left-column-wrapper .ttv-left-pannal-btn-wrapper,
.ttvcms-right-column-wrapper .ttv-right-pannal-btn-wrapper,
.ttvcmsproduct-grid-list .ttvproduct-grid,
.ttvcmsproduct-grid-list .ttvproduct-grid-2,
.ttvcmsproduct-grid-list .ttvproduct-list,
.ttvcmsproduct-grid-list .ttvproduct-list-2,
.ttvcmsproduct-grid-list .ttvproduct-catalog,
.ttv_search_filter_wrapper .ttvleft-right-title-wrapper {
    background-color: #222222;
}
#products.catalog .ttvproduct-cart-quentity-increment, 
#products.catalog .ttvproduct-cart-quentity-decrement {
    background-color: #444444;
    border: none;
    color: #000;
}
.ttvproduct-catalog-btn-wrapper{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;    
}
#products.list .product-description,
#products.list-2 .product-description,
#products.catalog .product-description {
    border: none;
}
#products.catalog .ttvproduct-cart-quentity-increment, 
#products.catalog .ttvproduct-cart-quentity-decrement {
    border: none;
    color: #000;
    width: auto;
    height: auto;
    background-color: transparent;
    padding: 0 7px;
}
#products.catalog .ttvproduct-cart-quentity{
    color: #000;
    border: none;
    height: 33px;
    width: 20px;
    padding: 0;
}
.ttvproduct-hover-btn .ttv-product-btn .ttvproduct-btn-wrapper,
.ttvproduct-catalog-btn-wrapper .ttv-product-cart-quentity-inner{
    height: 35px;
    width: 70px;
    border: 1px solid #333;
    border-radius: 5px;
}
.ttvproduct-hover .ttvproduct-cart-quentity-increment:hover, 
.ttvproduct-hover .ttvproduct-cart-quentity-decrement:hover{
    background-color: transparent;
}
#products.list .ttv-product-desc,
#products.list-2 .ttv-product-desc,
#products.catalog .ttv-product-desc {
    margin-bottom: 10px;
}
#products.list .ttv-product-desc {
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
#products.list-2 .ttv-product-desc {
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
#products.catalog .ttv-product-desc {
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: center;
}
#products.list .ttvproduct-name,
#products.list-2 .ttvproduct-name,
#products.catalog .ttvproduct-name {
    margin-bottom: 10px;
}
#products.catalog .ttvall-product-star-icon .comments_note {
    text-align: center;
}
#products.catalog .product-description, 
#products.catalog .ttvproduct-name {
    text-align: center;
    margin-bottom: 10px;
}
.ttvproductdescription-button-wrapper .ttvall-product-btn-list,
.ttv-product-catalog-btn .ttvcatlog-button-wrapper{
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#products #products.catalog .product-price-and-shipping, 
#products.catalog .product-accessories .product-price-and-shipping, 
#products.catalog .product-miniature .product-price-and-shipping {
    text-align: center;
}
#products.catalog .ttvproduct-catalog-price{
    text-align: center;
    padding: 0;
}
#products.catalog .ttvproduct-timer {
    display: block;
}
#products.catalog .ttvproduct-timer-wrapper{
	min-width: 30px;
}
#products.list .ttvproduct-wrapper.list .ttvproduct-image{
    padding-left: 0;
}

.ttvproductlist-comment-stock-wrapper{
    overflow: hidden;
}
#products.list-2 .ttvproduct-image {
    width: 50%;
    padding: 0;
}
#products.list-2 .ttvproductdescription-button-wrapper {
    width: 50%;
    padding:30px 15px;
}
@media(max-width: 1199px){
    .ttv-product-catalog-btn .ttvcatlog-button-wrapper{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }   
}
@media(min-width: 768px) and (max-width: 991px){
    .ttv-product-catalog-btn{
        text-align: center;
    }
    .ttvcatlog-button-wrapper{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .ttv-grid-list-wrapper-info-box{
        margin-bottom: 15px;
    }
}
@media(min-width: 576px) and (max-width: 767px){
    #products.list .ttvproductdescription-button-wrapper,
    #products.list .ttvproduct-wrapper.list .ttvproduct-image{
        width: 50%;
    }
}
@media(max-width: 767px){
    .ttvproduct-catalog-btn-wrapper .ttv-product-cart-quentity-inner{
        margin: 10px auto;
    }
}
/*End Gride List cataloge Product*/


/**Start Product Rtl**/
.lang-rtl .thumbnail-container .ttvproduct-timer .ttvtimer-wrapper,
.lang-rtl .block-categories .category-sub-menu li[data-depth="0"]>a{
	direction: ltr;
}
.lang-rtl .ttvleft-right-penal-all-block .product-price-and-shipping{
	display: inline-block;
}
.lang-rtl .ttvall-product-star-icon .comments_note,
.lang-rtl .ttvproduct-info-box-wrapper{
    text-align: right;
}
.lang-rtl .product-flags.ttvproduct-online-new-wrapper {
    left: 15px;
    right: auto;
}
.lang-rtl .product-flags.ttvproduct-sale-pack-wrapper {
    right: 15px;
    left: auto;
}
.lang-rtl #product.list .ttvall-product-star-icon,
.lang-rtl #product.list-2 .ttvall-product-star-icon{
    float: right;
}
.lang-rtl .ttvproduct-cart-btn .ttvproduct-add-to-cart{
    float: none;
}
.lang-rtl #products.list-2 .product-description,
.lang-rtl #products.list .product-description{
    text-align: right;
}
.lang-rtl .ttvproduct-wrapper-content-box{
    clear: both;
}

/**Rtl Start Product mobile **/
@media(min-width: 992px) and (max-width: 1199px){
    .lang-rtl .ttvproduct-wrapper.catalog .ttv-product-cart-quentity-inner{
        text-align: center;

    }
    .lang-rtl .ttvproduct-wrapper.catalog .ttvcatlog-button-wrapper{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media(min-width: 992px){
    .lang-rtl .ttvproduct-wrapper.list .ttv-product-list{
        float: right;
        margin-right: 0;
        margin-left: 30px;
        text-align: center;
    }
    
}
@media(min-width: 768px) and (max-width: 991px){
    .lang-rtl .ttvproduct-wrapper.list .ttv-product-list{
        float: right;
        margin-right: 0;
        margin-left: 15px;
    }

}
@media(max-width: 767px){
    .lang-rtl .ttvproduct-wrapper.list .ttv-product-list{
        float: right;
        margin-right: 0;
        margin-left: 15px;
    }
    .lang-rtl #products.list .ttvall-product-star-icon{
        float: right;
    }
    .lang-rtl .ttvproduct-catalog-btn-wrapper .ttv-product-cart-quentity-inner{
        margin: 10px auto;
    }
}
@media(max-width: 575px){
    .lang-rtl #products.list .ttvproduct-name,
    .lang-rtl #products.list .ttv-indicator .ttv-items,
    .lang-rtl #products.list .ttvproduct-timer,
    .lang-rtl #products.list .comments_note,
    .lang-rtl #products.list .product-miniature .product-price-and-shipping,
    .lang-rtl #products.list-2 .product-description, 
    .lang-rtl #products.list .product-description{
        text-align: center;
    }
    .lang-rtl .ttvproduct-wrapper.list .ttvall-product-btn-list{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .lang-rtl .ttvall-product-btn-list {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        padding-top: 10px;
    }
    .lang-rtl .ttvproduct-wrapper.list .ttv-product-list{
        float: none;
        margin: 0;
    }
}
/**end Product Rtl**/
/***************************End All Product design***********************************/

.ttvcms-left-column-wrapper .ttv-left-pannal-btn-wrapper,
.ttvcms-right-column-wrapper .ttv-right-pannal-btn-wrapper,
.ttvcmsproduct-grid-list .ttvproduct-grid,
.ttvcmsproduct-grid-list .ttvproduct-grid-2,
.ttvcmsproduct-grid-list .ttvproduct-list,
.ttvcmsproduct-grid-list .ttvproduct-list-2,
.ttvcmsproduct-grid-list .ttvproduct-catalog,
.ttv_search_filter_wrapper .ttvleft-right-title-wrapper {
	background-color: #222222;
}

#products.list .product-description,
#products.list-2 .product-description,
#products.catalog .product-description {
	border: none;
}

#products.list .ttvproduct-cart-btn-list .ttvproduct-add-to-cart,
#products.list-2 .ttvproduct-cart-btn-list .ttvproduct-add-to-cart,
#products.catalog .ttvproduct-catalog-btn-wrapper .ttvproduct-add-to-cart {
	background-position: -105px -408px;
	
}
#products.list .ttvproduct-quick-btn .ttvproduct-quick-icon:hover,
#products.list-2 .ttvproduct-quick-btn .ttvproduct-quick-icon:hover,
#products.catalog .ttvproduct-quick-btn .ttvproduct-quick-icon:hover {
	background-position: -155px -497px;
	border-radius: 0;
}
#products.list .ttvproduct-cart-btn-list .ttvproduct-add-to-cart:hover,
#products.list-2 .ttvproduct-cart-btn-list .ttvproduct-add-to-cart:hover,
#products.catalog .ttvproduct-catalog-btn-wrapper .ttvproduct-add-to-cart:hover {
	background-position: -155px -408px;
	background-color: #788691;
	border-radius: 0;
}
#products.list .ttvproduct-wishlist-btn-list .ttvproduct-wishlist:hover,
#products.list-2 .ttvproduct-wishlist-btn-list .ttvproduct-wishlist:hover,
#products.catalog .ttvproduct-catalog-btn-wrapper .ttvproduct-wishlist:hover {
    background-position: -156px -363px;
    background-color: #788691;
    border-radius: 0;
}
#products.list .ttvproduct-compare-btn-list .ttvproduct-compare:hover,
#products.list-2 .ttvproduct-compare-btn-list .ttvproduct-compare:hover,
#products.catalog .ttvproduct-catalog-btn-wrapper .ttvproduct-compare:hover {
    background-position: -156px -453px;
    background-color: #788691;
    border-radius: 0;
}
#products.list .ttv-product-desc,
#products.list-2 .ttv-product-desc,
#products.catalog .ttv-product-desc {
	margin-bottom: 10px;
}

#products.list .ttv-product-desc {
	-webkit-line-clamp: 3;
	overflow: hidden;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

#products.list-2 .ttv-product-desc {
	-webkit-line-clamp: 3;
	overflow: hidden;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

#products.catalog .ttv-product-desc {
	-webkit-line-clamp: 3;
	overflow: hidden;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	text-align: center;
}

#products.list .ttvproduct-quick-btn .ttvproduct-quick-icon,
#products.list-2 .ttvproduct-quick-btn .ttvproduct-quick-icon,
#products.catalog .ttvproduct-quick-btn .ttvproduct-quick-icon {
	background-color: transparent;
}



#products.list .ttvproduct-name,
#products.list-2 .ttvproduct-name,
#products.catalog .ttvproduct-name {
	margin-bottom: 10px;
}

#products.catalog .ttvall-product-star-icon .comments_note {
	text-align: center;
}

#products.catalog .product-description,
#products.catalog .ttvproduct-name {
	text-align: center;
	margin-bottom: 10px;
}

#products #products.catalog .product-price-and-shipping,
#products.catalog .product-accessories .product-price-and-shipping,
#products.catalog .product-miniature .product-price-and-shipping {
	text-align: center;
}

#products.catalog .ttvproduct-timer {
	display: block;
}

#products.list .ttvproduct-wrapper .product-description .ttvall-product-star-icon,
#products.list-2 .ttvproduct-wrapper .product-description .ttvall-product-star-icon,
#products.catalog .ttvproduct-wrapper .product-description .ttvall-product-star-icon {
	display: block;
}

#products.list .ttvproduct-wrapper.list .ttvproduct-image {
	padding-left: 0;
}

.ttvproduct-wrapper.list .ttv-product-list {
	float: left;
	margin-right: 30px;
}

.ttvproductlist-comment-stock-wrapper {
	overflow: hidden;
}

#products.list-2 .ttvproduct-image {
	width: 50%;
}

#products.list-2 .ttvproductdescription-button-wrapper {
	width: 50%;
    padding: 30px 15px;
}
.ttvcms-main-title {
	position: relative;
}


/***************************************start footer***************************/
.footer_sub_menu_social_icon{
    margin: 0 -10px 0 0;
    display: block;
}
.lang-rtl .footer_sub_menu_social_icon{
    margin: 0 0 0 -10px;
}
.ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li a{
    display: block;
    position: relative;
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    padding: 0;
}
.block-social li{
    background-color: transparent;
    margin: 0;
}
.block-social li:hover{
    background-color: transparent;
}
#header .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.facebook a{
    background-image: url(../img/sprite.png);
    background-position: -11px -53px;
}
#header .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.twitter a {
    background-image: url(../img/sprite.png);
    background-position: -10px -98px
}
#header .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.rss a{
    background-image: url(../img/sprite.png);
    background-position: -10px -8px
}
#header .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.youtube a {
    background-image: url(../img/sprite.png);
    background-position: -10px -142px;
}
#header .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.googleplus a {
    background-image: url(../img/sprite.png);
    background-position: -10px -232px;
}
#header .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.pinterest a {
    background-image: url(../img/sprite.png);
    background-position: -10px -187px;
}
#header .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.vimeo a {
    background-image: url(../img/sprite.png);
    background-position: -10px -322px;
}
#header .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.instagram a {
    background-image: url(../img/sprite.png);
    background-position: -10px -277px;
}
#header .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.facebook:hover a{
    background-position: -111px -53px;
}
#header .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.twitter:hover a {
    background-position: -110px -98px;
}
#header .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.rss:hover a {
    background-position: -110px -8px;
}
#header .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.youtube:hover a {
    background-position: -110px -142px;
}
#header .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.googleplus:hover a {
    background-position: -110px -232px;
}
#header .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.pinterest:hover a {
    background-position: -110px -187px;
}
#header .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.vimeo:hover a {
    background-position: -110px -322px; 
}
#header .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.instagram:hover a {
    background-position: -110px -277px;
}
@media(max-width: 767px){
    .footer_sub_menu_social_icon,
    .lang-rtl .footer_sub_menu_social_icon{
        margin-right: 0;
        margin-left: 0;
    }
}
/***************************************end social-icon***************************/

/**************************newsletter*****************/

.ttv-newsletter-wrapeer {
    margin-bottom: 50px;
    border-bottom: none;
    overflow: hidden;
}
.ttvnewsletter-block {
    text-align: left;
}
.block_newsletter{
    margin-bottom: 0;
}
.ttvnewsleeter-input-button-wraper button i{
    display: none;
}
.block_newsletter .ttvnewsletter-input input.submitNewsletter{
	font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    height: auto;
    padding: 6px 11px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.block_newsletter .ttvnewsletter-input input.submitNewsletter:hover{
	background-color: #788691;
}

.ttvnewsleteer-btn-wrapper i{
    color: #ffffff;
    font-size: 14px;
    margin-right: 10px;
}
.ttvnewsleeter-input-button-wraper .input-wrapper input {
    height: 23px;
    border: none;
    border-bottom: 1px solid #333;
    background-color: transparent;
    color: #fff;
    padding: 0
}
.block_newsletter .ttvnewsletter-input input[type=email]{
	padding: 0;
}
.ttvnewsleeter-input-button-wraper .input-wrapper input::placeholder{
    color: #cccccc;
    font-size: 11px;
    font-weight: 500;
}
.ttvnewsletter-block .ttvnewsletter-description {
    color: #ffffff;
    display: none;
}
.ttvnewsleeter-input-button-wraper	 .input-wrapper{
	margin-bottom: 20px;
}
.ttvnewsletter-block .block_newsletter .ttvnewsletter-input .input-wrapper {
    overflow: hidden;
    margin-right: 40px;
}
.ttvnews-event-link{
    padding: 0 15px;
}
.ttv-newsletter-wrapeer .ttvnewsletter-title{
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 25px;
    text-transform: capitalize;
}
.ttv-newsletter-wrapeer .ttvnewsletter-sub-title{
    font-size: 13px;
    color: #a8a8a8;
    font-weight: 500;
    margin-bottom: 0px;   
    padding: 0;
}
.ttvnewsletter-lable-wrapper{
    margin-bottom: 15px;
}
@media(max-width: 991px){
    .ttv-newsletter-wrapeer {
        margin: 0 0 30px 0;
    }
    .ttv-newsletter-wrapeer .ttvnewsletter-title{
    	font-size: 18px;
    }
}

@media (max-width: 767px){
    .ttvnewsletter-text{
    	display: inline-block;
    	vertical-align: middle;
	    text-align: left;
    }
    .ttv-newsletter-wrapeer .ttvnewsletter-title{
    	font-size: 15px;
    }
}
@media(max-width: 575px){
    .ttvnewsleteer-btn-wrapper i{
        display: none;
    }	
}
/******rtl newletter***************/
.lang-rtl .ttvnewsleeter-input-button-wraper .input-wrapper{
    margin: 0;
    clear: both;
    margin-bottom: 20px;
}
.lang-rtl .ttvnewsletter-block{
	text-align: right;
}
.lang-rtl .ttvnewsletter-lable-wrapper{
	float: right;
}
.lang-rtl .mfp-bottom-bar .mfp-counter{
	direction: ltr;
}
/**********end rtl***********/
/******end newsletter*************/

/*************************footer after ********************/
.footer-container {
    margin-top: 0;
    box-shadow: none;
    padding: 0;
    background-color: #dc6416;
    clear: both;
}
.ttvfooter-logo-link-wrapper{
    padding: 34px 15px 15px 15px;
}
.ttvfooter-logo-desc{
    color: #a8a8a8;
    margin-bottom: 20px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
}
.ttvcmsfooter-contact-info .ttvfooter-store-link i {
    font-size: 14px;
    color: #f8f8f8;
    margin-right: 15px;
    float: left;
    line-height: 18px;
}
.ttv-contact-info-text {
    float: left;
    overflow: hidden;
}
.footer_sub_menu_social_icon li{
    margin-bottom: 0;
}
.ttvcmsfooter-social-icon .ttvfooter-title-wrapper{
    margin-bottom: 0;
    float: left;
}   
.ttvfooter-title-wrapper .ttvfooter-title,
.ttvfooter-title-wrapper .ttvmain-title {
    margin: 0 25px 0 0;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
}
.ttvfooter-title-wrapper .ttvcmsmain-title-wrapper {
	margin-bottom: 0;
}
.ttvfooter-title-wrapper {
    margin-bottom: 25px;
}
.ttvfooter-storelogo-imformation .ttvfooter-logo-link-wrapper a {
    color: #ffffff;
}
.ttvfooter-storelogo-imformation .ttvfooter-logo-link-wrapper a:hover {
    color: #788691;
}
.links .title {
    border-bottom: none;
}
.ttvfooter-title-wrapper .ttvfooter-toggle-icon {
    display: none;
}

.ttvfooter-time-wrapper .ttvfooter-open-time-wrapper,
.footer-container .ttvfooter-account-link li, 
.footer-container #block_myaccount_infos li,
.footer-container li ,
#footer_sub_menu_store_info .ttvfooter-store-link{
    margin-bottom: 10px;
}
#footer_sub_menu_myaccount,
#footer_sub_menu_ttvfooter_category,
.ttvfooter-link-wrapper,
#footer_sub_menu_store_info,
#footer_sub_menu_store_info .ttvfooter-store-link,
#footer_sub_menu_store_info .ttvfooter-store-link .ttvemail-send-link,
.footer-container li a{
    color: #cccccc;
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
}

.ttvfooter-store-link.shop-name {
    display: none;
}

.ttvfooter-account-link .ttvfooter-link-wrapper li a:hover, 
#block_myaccount_infos #footer_account_list li a:hover, 
#block_myaccount_infos li a:hover {
    color: #788691;
}

.social-icon li {
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
    border-radius: 50%;
    display: inline-block;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 0;
}
.social-icon li a{
    height: 40px;
    width: 40px;
    display: block;
}
.facebook.icon-black a{
    background-image: url(../img/sprite.png);
    background-position: -55px -47px;
}
.twitter.icon-black a{
    background-image: url(../img/sprite.png);
    background-position: -55px -92px;
}
.rss.icon-black a{
    background-image: url(../img/sprite.png);
    background-position: -55px -13px;
}
.youtube.icon-black a{
    background-image: url(../img/sprite.png);
    background-position: -55px -144px;
}
.googleplus.icon-black a{
    background-image: url(../img/sprite.png);
    background-position: -52px -226px;
}
.pinterest.icon-black a{
    background-image: url(../img/sprite.png);
    background-position: -55px -183px;
}
.vimeo.icon-black a{
    background-image: url(../img/sprite.png);
    background-position: -55px -326px;
}
.instagram.icon-black a{
    background-image: url(../img/sprite.png);
    background-position: -55px -282px;
}
.facebook.icon-black a:hover {
    background-position: -105px -47px;
}
.twitter.icon-black a:hover {
    background-position: -105px -92px;
}
.rss.icon-black a:hover {
    background-position: -105px -13px;
}
.youtube.icon-black a:hover {
    background-position: -105px -144px;
}
.googleplus.icon-black a:hover {
    background-position: -102px -226px;
}
.pinterest.icon-black a:hover {
    background-position: -105px -183px;
}
.vimeo.icon-black a:hover {
    background-position: -105px -326px;
}
.instagram.icon-black a:hover {
    background-position: -105px -282px;
}

.ttvfooter-payment-icon-img-block .ttvfooter-payment-icon-wrapper .ttvfooter-payment-content-block {
    margin: 0 10px;
    display: inline-block;
}
.ttvfooter-payment-icon-img-block{
    text-align: right;
    padding: 0;
}
.ttvfooter-store-info .ttvcmsfooter-contact-info{
    text-align: center;
}
.ttvcopylink{
    padding: 0;
    text-align: left;
}
.ttvcopylink p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
}
.ttvcopylink p:hover {
    color: #788691;
}
.ttvbottom-to-top {
	position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 50;
    background-color: #000;
    border: 1px solid #ffffff; 
}
.ttvbottom-to-top:hover{
    background-color: #788691;
}
.ttvbottom-to-top i{
	font-size: 24px;
    color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
}
.ttvbottom-to-top:hover i{
	color: #fff;
}
.ttvbottom-to-top a{
    display: inline-block;
}
.ttvbottom-to-top span {
    display: none;
}
.ttvfooter-copy-payment-icon-wrapper {
    background-color: #376438;
    padding: 17px 0;
}
@media (min-width: 992px) { 
    #footer_sub_menu_store_time,
    #footer_sub_menu_link,
    #footer_sub_menu_myaccount,
    .footer_sub_menu_social_icon {
        display: block;
    }
    #footer_sub_menu_store_info,
    .ttvfooter-link-wrapper,
    #footer_sub_menu_ttvfooter_category{
        display: block;
        clear: both;
    } 
}

@media (max-width: 991px) { 
    .ttvfooter-logo-link-wrapper {
        padding: 30px 15px 20px 15px;
    }
    .ttvfooter-title-wrapper {
        position: relative;
        margin-bottom: 10px;
        padding: 10px;
        background-color: #000;
        border-bottom: 1px solid #333;
    }    
    .ttvfooter-about-logo-wrapper .ttvfooter-logo-title{
        margin-bottom: 15px;
    }
    .ttvfooter-toggle-icon-wrapper .ttvfooter-toggle-icon {
        display: block;
        padding: 0;
        height: 45px;
        width: 40px;
        text-align: center;
        line-height: 45px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .ttvfooter-toggle-icon-wrapper .ttvfooter-toggle-icon i {
        color: #ffffff;
        line-height: 45px;
        font-size: 20px;
    }
    .ttvfooter-toggle-icon-wrapper .ttvfooter-toggle-icon .remove {
        display: none;
    }
    #footer_sub_menu_store_info,
    #footer_sub_menu_store_time,
    #footer_sub_menu_link,
    #footer_sub_menu_myaccount,
    .ttvfooter-link-wrapper,
    #footer_sub_menu_ttvfooter_category {
        padding: 0 15px;
        margin: 0;
    }
    .ttvfooter-copy-payment-icon-link{
        display: block;
        overflow: hidden;
    }
    .ttvfooter-payment-icon-img-block{
        text-align: center;
        margin-bottom: 5px;
    }
    .ttvfooter-social-icon-wrapper{
        display: block;
        margin-bottom: 5px;
    }
    .ttvcopylink,
    .ttvcopylink p{
        text-align: center;
        margin: 0 0;
    }
    .ttvcmsfooter-social-icon .ttvfooter-title-wrapper
    {
        border: none;
    }
    .ttvcmsfooter-social-icon .ttvfooter-title-wrapper .ttvfooter-title:after{
        display: none;
    }
    .ttvfooter-about-logo-wrapper{
        padding: 30px 15px;
    }
    .ttvcopylink p {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .ttvfooter-payment-icon-img-block .ttvfooter-payment-icon-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        float: none;
    }
    
    .ttvfooter-payment-icon-img-block .ttvfooter-payment-icon-wrapper .ttvfooter-payment-content-block{
        margin: 10px;
    }
    .ttvfooter-payment-icon-img-block{
        margin-bottom: 0;
    }
    #footer{
        padding: 0;
    }
}

@media (max-width: 575px) { 
    .ttvbottom-to-top{
        bottom: 30px;
        right: 30px;
    }
    .ttvcmsfooter-social-icon .ttvfooter-title-wrapper{
        float: none;
    }
}
/********footer-ltr*************/
.lang-rtl .ttvfooter-storelogo-imformation, 
.lang-rtl .ttvcmsfooter-store-time, 
.lang-rtl .ttvfooter-account-link, 
.lang-rtl #block_myaccount_infos{
	float: left;
}
.lang-rtl .ttvfooter-logo {
	float: right;
}

.lang-rtl .ttvcopylink{
    float: right;
    text-align: right;
}
.lang-rtl .ttv-contact-info-text{
    float: right;
    text-align: right;
}

.lang-rtl .ttvfooter-storelogo-imformation{
    float: none;
}
.lang-rtl .ttvcmsfooter-contact-info .ttvfooter-store-link i{
    float: right;
    margin-right: 0;
    margin-left: 15px;
}
.lang-rtl .ttvfooter-payment-icon-img-block{
    text-align: left;
}
.lang-rtl .ttvfooter-title-wrapper .ttvfooter-title,
.lang-rtl .ttvfooter-title-wrapper .ttvmain-title {
    margin: 0 0 0 25px;
}
@media (min-width: 992px){
    .lang-rtl .ttvfooter-payment-icon-wrapper {
     margin-left: -35px;
     margin-right: 0;
    }
	.lang-rtl .ttvcmsfooter-contact-info .ttvcontact-info-inner{
		text-align: right;
	}
}
@media(max-width: 991px){
    .lang-rtl .ttvfooter-payment-icon-img-block,
    .lang-rtl .ttvcopylink p
    {
        text-align: center;
    }
    .lang-rtl .ttvfooter-account-wrapper{
        float: none;
    }
    .lang-rtl .ttvfooter-title-wrapper .ttvfooter-title:after{
        right: -7px;
        left: auto;
    }
}
/***********end footer***********/
@media (max-width: 575px) {
	#ttvcmsmobile-horizontal-menu-left {
		float: left;
		padding: 15px 0;
	}
}
@media (max-width: 1230px) and (min-width: 992px) {
	.ttv-main-div.ttv-box-layout.container {
	    margin: 30px 15px 30px 15px;
	    width: auto;
	}
}
/******************************** end *************************/
.lang-rtl .ttvtab-pagination .ttvtab-featured-pagination-next-pre-btn .ttvtab-featured-product-prev,
.lang-rtl .ttvtab-pagination .ttvtab-new-pagination-next-pre-btn .ttvtab-new-product-prev,
.lang-rtl .ttvtab-pagination .ttvtab-best-seller-pagination-next-pre-btn .ttvtab-best-seller-product-prev,
.lang-rtl .ttvtab-pagination .ttvtab-special-pagination-next-pre-btn .ttvtab-special-product-prev,
.lang-rtl .ttvcmsspecial-pagination .ttvcmsspecial-next-pre-btn .ttvcmsspecial-prev,
.lang-rtl .ttvcmsfeatured-pagination .ttvcmsfeatured-next-pre-btn .ttvcmsfeatured-prev,
.lang-rtl .ttvcmsbest-seller-pagination .ttvcmsbest-seller-next-pre-btn .ttvcmsbest-seller-prev,
.lang-rtl .ttvcmsnew-pagination .ttvcmsnew-next-pre-btn .ttvcmsnew-prev,
.lang-rtl .ttvcategory-slider-pagination .ttvcategory-slider-next-pre-btn .ttvcategory-slider-prev,
.lang-rtl .ttvrelated-pagination-wrapper .ttvcmsrelated-next-pre-btn .ttvcmsrelated-prev {
	left: 0;
}

.lang-rtl .ttvtab-pagination .ttvtab-featured-pagination-next-pre-btn .ttvtab-featured-product-next,
.lang-rtl .ttvtab-pagination .ttvtab-new-pagination-next-pre-btn .ttvtab-new-product-next,
.lang-rtl .ttvtab-pagination .ttvtab-best-seller-pagination-next-pre-btn .ttvtab-best-seller-product-next,
.lang-rtl .ttvtab-pagination .ttvtab-special-pagination-next-pre-btn .ttvtab-special-product-next,
.lang-rtl .ttvcmsspecial-pagination .ttvcmsspecial-next-pre-btn .ttvcmsspecial-next,
.lang-rtl .ttvcmsfeatured-pagination .ttvcmsfeatured-next-pre-btn .ttvcmsfeatured-next,
.lang-rtl .ttvcmsbest-seller-pagination .ttvcmsbest-seller-next-pre-btn .ttvcmsbest-seller-next,
.lang-rtl .ttvcmsnew-pagination .ttvcmsnew-next-pre-btn .ttvcmsnew-next,
.lang-rtl .ttvcategory-slider-pagination .ttvcategory-slider-next-pre-btn .ttvcategory-slider-next,
.lang-rtl .ttvrelated-pagination-wrapper .ttvcmsrelated-next-pre-btn .ttvcmsrelated-next,
.lang-rtl .ttvrelated-pagination-wrapper .ttvcmsrelated-next-pre-btn .ttvcmsrelated-next {
	left: 50px;
}

@media (max-width: 575px) {

	.lang-rtl .ttvtab-pagination .ttvtab-featured-pagination-next-pre-btn .ttvtab-featured-product-prev,
	.lang-rtl .ttvtab-pagination .ttvtab-new-pagination-next-pre-btn .ttvtab-new-product-prev,
	.lang-rtl .ttvtab-pagination .ttvtab-best-seller-pagination-next-pre-btn .ttvtab-best-seller-product-prev,
	.lang-rtl .ttvtab-pagination .ttvtab-special-pagination-next-pre-btn .ttvtab-special-product-prev,
	.lang-rtl .ttvcmsspecial-pagination .ttvcmsspecial-next-pre-btn .ttvcmsspecial-prev,
	.lang-rtl .ttvcmsfeatured-pagination .ttvcmsfeatured-next-pre-btn .ttvcmsfeatured-prev,
	.lang-rtl .ttvcmsbest-seller-pagination .ttvcmsbest-seller-next-pre-btn .ttvcmsbest-seller-prev,
	.lang-rtl .ttvcmsnew-pagination .ttvcmsnew-next-pre-btn .ttvcmsnew-prev,
	.lang-rtl .ttvcategory-slider-pagination .ttvcategory-slider-next-pre-btn .ttvcategory-slider-prev,
	.lang-rtl .ttvrelated-pagination-wrapper .ttvcmsrelated-next-pre-btn .ttvcmsrelated-prev {
		margin: 0;
		position: relative;
		right: auto;
		left: auto;
	}

	.lang-rtl .ttvtab-pagination .ttvtab-featured-pagination-next-pre-btn .ttvtab-featured-product-next,
	.lang-rtl .ttvtab-pagination .ttvtab-new-pagination-next-pre-btn .ttvtab-new-product-next,
	.lang-rtl .ttvtab-pagination .ttvtab-best-seller-pagination-next-pre-btn .ttvtab-best-seller-product-next,
	.lang-rtl .ttvtab-pagination .ttvtab-special-pagination-next-pre-btn .ttvtab-special-product-next,
	.lang-rtl .ttvcmsspecial-pagination .ttvcmsspecial-next-pre-btn .ttvcmsspecial-next,
	.lang-rtl .ttvcmsfeatured-pagination .ttvcmsfeatured-next-pre-btn .ttvcmsfeatured-next,
	.lang-rtl .ttvcmsbest-seller-pagination .ttvcmsbest-seller-next-pre-btn .ttvcmsbest-seller-next,
	.lang-rtl .ttvcmsnew-pagination .ttvcmsnew-next-pre-btn .ttvcmsnew-next,
	.lang-rtl .ttvcategory-slider-pagination .ttvcategory-slider-next-pre-btn .ttvcategory-slider-next,
	.lang-rtl .ttvrelated-pagination-wrapper .ttvcmsrelated-next-pre-btn .ttvcmsrelated-next {
		margin: 0;
		position: relative;
		right: auto;
		left: 8px;
	}
	
}
.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 0!important;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
/********************************************
*	
* clock
*
********************************************/
.hotline12 {
    width: 191px;
    float: left;
    height: 27px;
    position: fixed;
    bottom: 121px;
    left: -33px;
    z-index: 2;
}
.phonering-alo-phone.phonering-alo-static {
    opacity:.6
}

.phonering-alo-phone.phonering-alo-hover,.phonering-alo-phone:hover {
    opacity:1
}

.phonering-alo-ph-circle {
    width:160px;
    height:160px;
    top:20px;
    left:20px;
    position:absolute;
    background-color:transparent;
    border-radius:100% !important;
    border:2px solid rgba(30,30,30,0.4);
    border:2px solid #bfebfc 9;
    opacity:.1;
    -webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color:#00aff2;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    border-color:#baf5a7;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color:#00aff2 ;
    border-color:#bfebfc;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color:#ccc;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    opacity:.5
}

.phonering-alo-ph-circle-fill {
    width:100px;
    height:100px;
    top:50px;
    left:50px;
    position:absolute;
    background-color: #000;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity:0!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#00aff2 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    background-color:#baf5a7 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#a6e3fa 9
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(204,204,204,0.5);
    background-color:#ccc 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    opacity:.75!important
}

.phonering-alo-ph-img-circle {
    width:60px;
    height:60px;
    top:70px;
    left:70px;
    position:absolute;
    background:rgba(30,30,30,0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color:#00aff2
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    background-color:#75eb50;
    background-color:#75eb50 9
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color: #ff3030;
    background-color: #00aff2 9;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color:#ccc
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color:#75eb50
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        -webkit-opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        -webkit-opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        -webkit-opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}