@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');
body {
    background: #f6f8fa;
	color: #777;
	font-family: "Roboto",Helvetica,sans-serif;
	font-size: 14px;
	height: 100%;
	line-height: 24px;
	overflow-x: hidden;
	
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", Helvetica, sans-serif;
    color: #414141;
}
/* default font size */

.fa {
    font-size: 14px;
    vertical-align: baseline;
}
/* Override the bootstrap defaults */

h1 {
    font-size: 33px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: #333333;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #000;
}
legend {
    font-size: 18px;
    padding: 7px 0px
}
small,
.small {
    font-size: 11px;
}
label {
    font-size: 14px;
    font-weight: normal;
    color: #878787;
}
.form-control {
    border-color: #e9e9e9;
	margin-bottom: 5px;
}
select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.select-wrapper {
    position: relative;
}
.select-wrapper::after {
    font-family: 'fontawesome';
    content: '\f107';
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 7px;
    pointer-events: none;
}
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 12px;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px;
}
.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}
.btn-primary.focus,
.btn-primary:focus {
    background-color: #000;
    border-color: #000;
    color: #FFF;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    background-color: #000;
    border-color: #000;
    color: #FFF;
}
/* ------------------------------- Product Rollover CSS Start ----------------------- */

.product-thumb .image img.image_thumb {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
    transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
    transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
}
.product-thumb .image img.image_thumb_swap {
	left: 0;
    opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
    right: 0;
    top: 0;
    transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
    transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
}
.product-thumb:hover .image img.image_thumb {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
}
.product-thumb:hover .image img.image_thumb_swap {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
}
/* ------------------------------- Product Rollover CSS End ----------------------- */
/* ------------------------------ CartTooltip CSS Start -------------------------------*/

.product-grid .product-thumb .button-group .btn-cart span.tooltip-cart {
    background: #000000;
    color: #ffffff;
    display: none;
    font-size: 12px;
    font-weight: normal;
    left: 40px;
    line-height: 17px;
    min-width: 100px;
    padding: 3px 8px;
    position: absolute;
    text-align: center;
    text-transform: none;
    top: 7px;
    z-index: 999;
    opacity: 0.9;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    -webkit-opacity: 0.9;
}
.tooltip-cart::before {
    bottom: -7px;
    color: #000000;
    content: "\f0dd";
    font-family: "FontAwesome";
    font-size: 15px;
    left: 45%;
    position: absolute;
}
.product-grid .product-thumb .button-group .btn-cart:hover span.tooltip-cart {
    display: block !important;
}
.product-list .product-thumb .button-group .btn-cart span.tooltip-cart {
    display: none !important;
}
/*----------------------------------- CartTooltip CSS Start -----------------------------*/
/* ------------------------------- Special small-Product CSS Start ------------------------------------------- */
.common-home .specialproductmain .ttspecislproducts {
	padding: 0;
}
.common-home .specialproductmain.container {
	padding: 0;
}
.common-home .specialproductmain .special-items .owl-buttons {
	display: none;
}
.common-home .special-product-main .small_product {
	 padding: 45px 0 0;
	 margin: 0 0 15px;
}
.common-home .small_product .special-items .product-thumb {
	background: #FFF;
}	
@media (max-width: 991px) { 
	.common-home .special-product-main .small_product {
    	padding: 45px 0 20px;
	}
	.common-home .specialproductmain .ttspecislproducts {
		width: 100%;
	}
	
}
/* ------------------------------- Special small-Product CSS End --------------------------------------------- */
/* ------------------------------- HomePage Featured Products CSS Start ----------------------------------------*/
.common-home .main-featured .box-heading > h3 {
	display: none;
}
.common-home .featured-products .owl-carousel {
	margin: 0;
}
.common-home .main-featured .featured-items .product-layouts {
	padding: 10px 5px;
}
.common-home .main-featured .featured-products {
	padding: 0 5px;
}
.common-home .main-featured {
    background: #f5f5f5;
    float: left;
    margin: 0 0 30px;
    position: relative;
    width: 100%;
}
.main-featured .featured-products .products-carousel .owl-wrapper-outer {
  margin: 0;
}
.common-home .main-featured .featured-items .product-thumb {
	background: #FFF;
}
.common-home .main-featured .products-carousel.owl-carousel .owl-buttons .owl-prev::before,
.common-home .main-featured .products-carousel.owl-carousel .owl-buttons .owl-next::before {
	 background: none;
}
.common-home .main-featured .products-carousel .owl-buttons {
	width: auto;
}
.common-home .main-featured .featured-items .owl-buttons > div {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	border: none;
	margin: 0;
	padding: 0;
    height: 40px;
    opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
    text-align: center;
    width: 50px;
}
.common-home .main-featured .featured-items.owl-carousel .owl-buttons .owl-prev {
    background: url("TemplateTrip/images/prev.png") no-repeat scroll 0 0;
	position: absolute;
    left: 0;
    right: auto;
    top: 50%;
}
.common-home .main-featured .featured-items.owl-carousel .owl-buttons .owl-next {
    background: url("TemplateTrip/images/next.png") no-repeat scroll 0 0;
	position: absolute;
    left: auto;
    right: 0;
    top: 50%;
}
.common-home .main-featured .featured-items.owl-carousel .owl-buttons div {
	font-size: 0;
}
.common-home .main-featured .owl-carousel:hover .owl-buttons div {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
/* ------------------------------- HomePage Featured Products CSS End ----------------------------------------*/
/* Fix some bootstrap issues */

a,
a:focus,
a:active,
a:hover,
select,
input[type=radio],
input[type=checkbox] {
    outline: 0 none !important;
}
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}
.owl-carousel .owl-wrapper-outer {
    direction: ltr !important;
}
input[type="radio"],
input[type="checkbox"] {
    margin-top: 0;
    cursor: pointer;
}
.nav-tabs {
    border: 0 none;
    text-align: left;
}
.nav-tabs > li {
    float: none;
    vertical-align: top;
    display: inline-block;
}
.datepicker .datepicker-days .table-condensed .day.active,
.bootstrap-datetimepicker-widget td span.active,
.bootstrap-datetimepicker-widget .accordion-toggle a.btn:hover,
.bootstrap-datetimepicker-widget .timepicker td a span:hover,
.bootstrap-datetimepicker-widget td span.active,
.datepicker-months .table-condensed .month.active,
.datepicker-years .table-condensed .year.active {
    background-color: #000;
}
.datepicker-days .table-condensed .day.today::before {
    border-bottom: 7px solid #000;
}
.datepicker-days .table-condensed .day.active.today::before {
    border-bottom: 7px solid #ffffff;
}
.tab-content {
    padding: 15px 0;
	margin-bottom: 30px;
}
.product-tabs .tab-content {
	width: 100%;
}
.tab-content ul,
.tab-content ol {
    padding: 0 0 0 15px;
}
.product-tabs .nav > li > a:hover,
.product-tabs .nav > li > a:focus {
    background: none;
    border: none;
}
.product-tabs .nav.nav-tabs {
    border-bottom: 2px solid #ebebeb;
}
.product-tabs .nav > li > a {
	background: none;
    color: #999;
	font: 700 16px/22px "Roboto",Helvetica,sans-serif;
    padding: 8px 0;
    text-transform: uppercase;
    border: none;
}
.product-tabs .nav-tabs > li {
    margin: 0 20px 0 0;
}
.product-tabs .nav-tabs > li:first-child {
    margin: 0 15px 0 0;
}
.product-tabs .nav-tabs > li.active a,
.product-tabs .nav-tabs > li:hover a {
    color: #232323;
}
.product-tabs .nav-tabs > li.active a::before {
    background: #232323;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
eader .row {
    margin: 0;
}
.common-home .tt-home {
    width: 100%;
    float: left;
}
/*------------------------------ Full Header Css Start ------------------------------------------*/
header .header-left {
    float: left;
}
.header-right {
}
/*------------------------------ Full Header Css End ------------------------------------------*/
/* TTPRoduct tab START */

.ttproduct-main .TTProduct-Tab .customNavigation {
    margin: 0 0 20px;
}
.ttproduct-main {
    float: left;
    width: 100%;
    margin: 5px auto 50px;
}
.TTProduct-Tab ul.nav-tabs {
    border: none;
    float: left;
    margin: 10px auto 8px;
    text-align: center;
    width: 100%;
    display: inline block;
}
.TTProduct-Tab .nav-tabs > li > a {
	background: none;
    border: medium none;
	color: #999;
	font: 400 15px/24px "Roboto",Helvetica,sans-serif;
	letter-spacing: 0;
	margin: 0;
	outline: medium none;
	padding: 10px 15px;
	text-transform: none;
}
.TTProduct-Tab .nav-tabs > li:hover a {
    color: #000;
}
.TTProduct-Tab .nav > li > a:hover,
.TTProduct-Tab .nav > li > a:focus {
    background: none;
}
.TTProduct-Tab .tab-content {
    margin-bottom: 0;
	margin-top: 15px;
	padding: 0;
}
.TTProduct-Tab .products-carousel .owl-buttons {
  display: none;
}
.TTProduct-Tab .nav-tabs > li.active > a,
.TTProduct-Tab .nav-tabs > li:hover a {
    color: #232323;
	cursor: pointer;
}
.TTProduct-Tab .nav-tabs > li.active > a,
.TTProduct-Tab .nav-tabs > li.active > a:hover,
.TTProduct-Tab .nav-tabs > li.active > a:focus {
    border: 0 none;
}
.TTProduct-Tab .nav-tabs > li {
    display: inline-block;
    float: none;
    position: relative;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
	margin: 0;
}
/*------------------------------------- Next-Prev Owl Button CSS Start ------------------------------------------*/

.products-carousel.owl-carousel .owl-buttons div {
    display: inline-block;
    opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
    position: static;
	border: 1px solid #777777;
    color: #222222;
    font: 400 13px/18px "Roboto",Helvetica,sans-serif;
    height: auto;
    letter-spacing: 0.4px;
    padding: 9px 13px 7px;
	margin: 0 4px 0 0;
    text-transform: uppercase;
    width: auto;
	text-shadow:none;
}
.products-carousel.owl-carousel .owl-buttons .owl-prev::before {
   background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -17px -359px;
   content: "";
   float: left;
   height: 15px;
   text-align: left;
   width: 24px;
}
.products-carousel.owl-carousel .owl-buttons .owl-prev:hover::before {
    background-position: -75px -359px;
}
.products-carousel.owl-carousel .owl-buttons .owl-next::before {
    background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -8px -392px;
	content: "";
	float: right;
	height: 15px;
	text-align: right;
	width: 24px;
}
.products-carousel.owl-carousel .owl-buttons .owl-next:hover::before {
    background-position: -66px -392px;
}
.products-carousel.owl-carousel .owl-buttons div:hover{
    background-color: #000;
    border-color: #000;
    color: #FFF;
}
.products-carousel .owl-buttons {
    float: left;
    text-align: center;
    width: 100%;
}
/*------------------------------------- Next-Prev Owl Button CSS End ------------------------------------------*/
/*----------------------------- Brand Carousel Start ----------------------------*/

.brand-carousel .swiper-viewport {
    background: none;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
}
.common-home .brand-carousel {
    float: left;
    padding: 20px 0;
    margin: 0 auto 10px;
    width: 100%;
}
.brand-carousel .brand-items .img-responsive {
    display: inline-block;
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
}
.brand-carousel .brand-items .img-responsive:hover {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
.brand-carousel .swiper-viewport .swiper-pager div {
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 30px;
    border: 1px solid #777777;
    color: #222222;
    font: 400 13px/18px "Roboto Slab", Helvetica, sans-serif;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}
.brand-carousel .swiper-viewport:hover .swiper-pager div {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
.brand-carousel .swiper-pager .swiper-button-prev::before {
    background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -10px -353px;
    content: "";
    float: left;
    height: 100%;
    width: 100%;
}
.brand-carousel .swiper-pager .swiper-button-prev:hover::before {
    background-position: -68px -353px;
}
.brand-carousel .swiper-pager .swiper-button-next::before {
    background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -11px -386px;
    content: "";
    float: left;
    height: 100%;
    width: 100%;
}
.brand-carousel .swiper-pager .swiper-button-next:hover::before {
    background-position: -69px -386px;
}
.brand-carousel .swiper-viewport .swiper-pager div:hover {
    background: #222222;
    border-color: #222222;
}
.brand-carousel .swiper-viewport .swiper-pager .swiper-button-prev {
    left: 10px;
}
.brand-carousel .swiper-viewport .swiper-pager .swiper-button-next {
    right: 10px;
}
@media (max-width: 767px) {
	.brand-carousel .swiper-viewport .swiper-pager div {
		opacity: 1;
	}
}
/*----------------------------------- Brand Carousel End -------------------------------------------*/

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
body > .container {
    clear: both;
}
.page-section {
    float: left;
    width: 100%;
}
.page-title-wrapper {
	float: left;
	width: 100%;
}

.page-title-wrapper .page-title {
    color: #232323;
    float: left;
    font: 600 21px/26px "Roboto",sans-serif;
    letter-spacing: 1px;
    margin: 25px 0 23px;
    text-transform: uppercase;
}
/* Gradent to all drop down menus */

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
    text-decoration: none;
    color: #FFFFFF;
}
/* header */
/*header {
  float: left;
  padding: 39px 0;
  width: 100%;
}*/
header {
    float: left;
    padding: 30px 0;
    width: 100%;
    min-height: 174px;
}
#logo img {
    display: block;
    max-width: 120px;
    height: auto;
}
/*end*/

.menu-container.fixed {
	  transition: all 400ms ease 0s;
	  -webkit-transition: all 400ms ease;
	  -moz-transition: all 400ms ease;
	  -ms-transition: all 400ms ease;
	  -o-transition: all 400ms ease;
	  animation: fixedmenu 1s ease 0s normal both 1 running;
	  -webkit-animation: fixedmenu 1s ease 0s normal both 1 running;
	  -moz-animation: fixedmenu 1s ease 0s normal both 1 running;
	  -o-animation: fixedmenu 1s ease 0s normal both 1 running;
	  position: fixed;
	  width: 100%;
	  z-index: 999;
	}
	@-webkit-keyframes fixedmenu {
	  0% {
		top: -100%;
	  }
	
	  100% {
		top: 0;
	  }
	}
	
	@-moz-keyframes fixedmenu {
	  0% {
		top: -100%;
	  }
	
	  100% {
		top: 0;
	  }
	}
	
	@keyframes fixedmenu {
	  0% {
		top: -100%;
	  }
	  100% {
		top: 0;
	  }
	}

/* top */
#top > .container {
  position: relative;
}
.header-top-left {
}
.header-top-left .header-phone {
	display: none;
}
.header-top-left #form-currency {
  margin: 0 15px 0 0;
}
#form-currency button span {
    display: inline-block;
}
#currency .btn.dropdown-toggle,
#language .btn.dropdown-toggle {
    padding: 10px 0;
    margin-right: 15px;
}
#top-links ul li.header_user_info a span,
#top-links ul li.header_user_info > a > i.fa-caret-down,
#top-links ul li.header_user_info > a > i.fa-user {
    display: none;
}
#top-links li.header_user_info > a {
    background: url("TemplateTrip/images/sprite.png") no-repeat scroll -5px -274px;
    cursor: pointer;
    float: left;
    height: 40px;
    margin: 0;
    width: 40px;
}
#top-links li.header_user_info:hover > a,
#top-links li.header_user_info:focus > a,
#top-links li.dropdown.header_user_info.open > a {
    background-position: -65px -274px;
}
#top-links li.header_user_info > ul.dropdown-menu {
    background: #ffffff;
	border: 1px solid #e5e5e5;
	width: 240px;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	top: 55px;
	z-index: 2;
}
#top .btn-link,
#top-links li,
#top-links a {
	background: none;
   color: #777;
}
#top-links ul li.ttwishlist {
    float: left;
    width: 100%;
}
#form-language .btn,
#form-currency .btn {
    padding: 7px 10px;
}
#form-currency .btn-link.dropdown-toggle,
#form-language .btn-link.dropdown-toggle {
    border: 1px solid #e5e5e5;
    float: left;
    padding: 5px 15px;
    position: relative;
    text-align: center;
    width: 100%;
    color: #777;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
}
#form-currency button.dropdown-toggle > strong,
#form-language button.dropdown-toggle > img {
    display: none;
}
#form-currency .btn-group button.btn-link:hover,
#form-currency .btn-group.open button.btn-link span,
#form-currency .btn-group.open button.btn-link,
#form-currency button:hover span,
#form-language .btn-group button.btn-link:hover,
#form-language .btn-group.open > button.btn-link {
    color: #000;
    text-decoration: none;
}
#form-currency .btn-group.open .fa-caret-down::before,
#form-language .btn-group.open .fa-caret-down::before {
    content: "\f106";
}
#form-language .language-toggle img {
    margin-right: 3px;
}
#form-currency .btn-group .dropdown-menu.currency-toggle li button,
#form-language .btn-group .dropdown-menu.language-toggle li button {
    color: #777777;
	font-size: 14px;
	line-height: 22px;
	padding: 0;
	text-align: left;
	text-transform: none;
}
#form-currency .btn-group .dropdown-menu.currency-toggle li:hover button,
#form-language .btn-group .dropdown-menu.language-toggle li:hover button {
    color: #000;
}
#form-currency .btn-group ul.dropdown-menu.currency-toggle,
#form-language .btn-group ul.dropdown-menu.language-toggle {
    border: 1px solid #e5e5e5;
	left: 0;
	min-width: 150px;
	padding: 8px 15px;
	position: absolute;
	right: auto;
	top: 47px;
}
#form-language ul.dropdown-menu > li > button {
    font-size: 14px;
    padding: 2px 0;
    text-align: left;
}
#form-currency .fa-caret-down::before,
#form-language .fa-caret-down::before,
#top-links .fa-caret-down::before {
    content: '\f107';
    font-size: 13px;
	color: #777777;
	line-height: 18px;
}
.header-right .header_user_info {
    float: left;
    position: relative;
}
#top .btn-link:hover,
#top-links a:hover {
    color: #444444;
}
#top-links .dropdown-menu a:hover,
#top-links .dropdown-menu a.active {
    color: #000;
    background: none;
}
#top-links > ul {
    float: left;
	margin: 0;
	width: 100%;
}
#top-links .header-phone {
    display: none;
}
#top-links > ul > li {
   padding: 0;
   vertical-align: top;
   float: left;
}
#top-links a + a {
    margin-left: 15px;
}
#top-links .dropdown-menu a {
    padding: 0;
	line-height: 22px;
}
#top-links ul li a#wishlist-total span {
    display: inline-block;
}
/* --------------------------------- search Start------------------------------------------------------------*/

#search.input-group.active.container {
    position: relative;
    left: 0;
    right: 0;
    width: auto;
}
#search .input-lg,
#header-search .input-lg {
    width: 100%;
    float: left;
}
#search .ttserach-bg {
    background: #f5f5f5;
    height: 0;
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    width: 100%;
}
#search .btn-lg,
#header-search .btn-lg {
    background: none;
    border: none;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 47px;
    margin: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
}
#search.input-group.active .btn-lg,
#header-search#search.input-group.active .btn-lg {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    display: block;
    color: #414141;
}
#search.input-group.active .btn-lg:hover, 
#header-search#search.input-group.active .btn-lg:hover {
	color: #777777;
}
.ttsearch_button .fa.fa-search {
    display: none;
}
#search {
    float: left;
    position: relative;
}
#search .ttsearch_button {
    background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -5px -232px;
    cursor: pointer;
    float: right;
    font-size: 0;
    height: 40px;
    position: relative;
    right: 0;
    width: 40px;
    z-index: 99;
}
#search .ttsearchtoggle {
    background: #fff;
    border: 1px solid #e5e5e5;
    height: 40px;
    width: 320px;
    position: absolute;
    right: 0;
    left: auto;
    top: 55px;
    display: none;
    z-index: 99;
}
#search.active .ttsearch_button {
	background: none;
    cursor: pointer;
}
#search.active .ttsearch_button::before {
  color: #ffc547;
  content: "\f00d";
  float: left;
  font-family: "FontAwesome";
  font-size: 16px;
  height: 40px;
  line-height: 18px;
  padding: 11px 13px;
  width: 40px;
}
#search .input-lg,
#header-search .input-lg {
    background: none;
    border: none;
    color: #777777;
    font-size: 14px;
    display: inline;
    padding: 10px;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    height: auto;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    width: 100%;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
#search .ttsearch_button:hover {
    background-position: -65px -232px;
}
#search.active .ttserach-bg {
    bottom: 0;
    height: 100%;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
#search .ttsearch_button .fa.fa-search {
    display: none;
}
.ttsearchtoggle .input-group-btn {
    float: right;
}
@media (max-width: 480px) {
    #search .ttsearchtoggle {
        left: auto;
		right: -85px;
		top: 47px;
		width: 300px;
    }
}
/*--------------------------------------------- Search End --------------------------------------------------------*/
/*------------------------------ cart css start -----------------------------*/

#cart {
    float: left;
}
#cart button.dropdown-toggle {
    float: left;
    height: 100%;
    padding-top: 0;
    position: relative;
    width: 100%;
}
#cart button.dropdown-toggle {
    background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -34px -173px;
    border: medium none;
    color: #888888;
    display: block;
    height: 40px;
    padding: 0;
    width: 40px;
}
#cart.btn-group.open .dropdown-toggle {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
#cart:hover button.dropdown-toggle,
#cart:focus button.dropdown-toggle {
    background-position: -34px -112px;
}
#cart button .fa-shopping-cart {
    display: none;
}
#cart #cart-total {
    background: #ffc446;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: #000000;
    float: right;
    font-size: 12px;
    font-weight: 700;
    height: 16px;
    line-height: 16px;
    margin: auto;
    position: absolute;
    right: -6px;
    text-align: center;
    top: 15px;
    bottom: auto;
    width: 16px;
	z-index: 1;
}
#cart > .btn {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
    padding: 10px 20px;
    height: 40px;
}
#cart.open > .btn:hover {
    color: #444444;
}
#cart .dropdown-menu {
    border: 1px solid #e5e5e5;
	margin: 0;
	min-width: 300px;
	padding: 10px;
	top: 55px;
	z-index: 2;
}
#cart .dropdown-menu .btn.btn-danger {
    height: auto;
    padding: 0;
    background: none;
    border: none;
    color: #777;
}
#cart .dropdown-menu .btn.btn-danger:hover {
    color: #9c9b9b;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
#cart .dropdown-menu .table-striped td.cart-price {
    font: 500 18px/20px "Roboto", Helvetica, sans-serif;
    color: #282828;
}
#cart .dropdown-menu .table-striped td.cart-prd-name > a {
    color: #414141;
    font-size: 13px;
}
#cart .dropdown-menu .table-striped td.cart-qty {
    font-size: 14px;
}
#cart .cart-block .table-striped tbody td {
    background: #FFF;
}
#cart .header-cart-toggle .text-right.price-total {
    color: #414141;
    font: 14px/24px "Roboto", Helvetica, sans-serif;
    text-align: right;
    white-space: nowrap;
}
#cart .table-bordered > thead > tr > th,
#cart .table-bordered > tbody > tr > th,
#cart .table-bordered > tfoot > tr > th,
#cart .table-bordered > thead > tr > td,
#cart .table-bordered > tbody > tr > td,
#cart .table-bordered > tfoot > tr > td {
    border: none;
    text-align: left;
    line-height: 24px;
}
#cart .table > tbody > tr > td,
#cart .table > tbody > tr > th,
#cart .table > tfoot > tr > td,
#cart .table > tfoot > tr > th,
#cart .table > thead > tr > td,
#cart .table > thead > tr > th {
    border: none;
    padding: 5px;
}
#cart .cart-block .table-striped td img {
    border: 1px solid #e5e5e5;
    max-width: none;
}
#cart .cart-block .cart-info .table.table-bordered {
    border: none;
    margin: 0;
}
#cart .cart-block .cart-info p {
    margin: 0;
    padding: 35px 0 0;
    float: left;
    width: 100%;
}
#cart .dropdown-menu .btn.btn-danger i.fa-times {
    font-size: 14px;
    padding: 4px 0;
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
    padding: 10px;
	margin: 0;
}
#cart .dropdown-menu li p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
}
#cart .dropdown-menu li p a:first-child {
	background: none;
    color: #000;
}
#cart .dropdown-menu li p a:first-child:hover {
    color: #ffc547;
}
#cart .dropdown-menu li p a {
    background: #222222;
    border: none;
    color: #fff;
    font: 400 13px/18px "Roboto", Helvetica, sans-serif;
	letter-spacing: 1px;
    padding: 10px 25px;
	margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
	width: 50%;
    float: left;
    text-align: center;
}
#cart .dropdown-menu li p a:hover {
    background: #ffc547;
    color: #232323;
}
#cart .dropdown-menu li p a strong {
    font-weight: normal;
}
#cart .header-cart-toggle li:first-child tr:first-child td {
    border: 0 none;
}
/* cart Special CSS Start */

#cart .dropdown-menu > li:last-child {
    padding: 0;
}
#cart .header-cart-toggle .table.table-bordered {
    border-style: solid none;
	margin: 0 0 10px;
}
#cart .dropdown-menu .table-bordered tr td.text-right {
    padding: 0;
}
#cart .dropdown-menu .table-bordered tr:first-child td.text-right {
	padding: 10px 0 0;
}
#cart .dropdown-menu .table-bordered tr:last-child td.text-right {
	padding: 0 0 10px;
}
#cart ul li .table.table-striped {
  margin: 0 0 10px;
}
#cart ul li .image .img-thumbnail {
  border: 1px solid #e5e5e5;
}
#cart ul table tr .text-left.name > a {
  font-size: 13px;
}
#cart .header-cart-toggle .text-right > strong {
    font-size: 13px;
    color: #222;
    font-weight: normal;
}
#cart .text-right > a:hover:first-child,
#cart .text-right > a:focus:first-child {
    background: none;
    border: none;
}
/*------------------------------ cart css end -----------------------------*/
/* menu */
/* Mega Menu Stylesheet START */

.header-middle {
	text-align: center;
}
#menu.mega-menu ul.nav ul.list-unstyled li {
    display: table;
}
#menu.mega-menu ul.nav li ul.list-unstyled > li.dropdown .dropdown-menu {
    position: static;
    display: block;
}
/* Mega Menu Stylesheet START */

#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a {
    color: #777777;
    font: 700 13px/22px "Roboto",Helvetica,sans-serif;
    letter-spacing: 0.8px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a:hover {
    color: #272727;
}
#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a::before {
    border-top: 1px solid #e5e5e5;
    bottom: -4px;
    content: "";
    float: left;
    height: 1px;
    position: absolute;
    width: 20%;
}
.menu-container {
 
	float: left;
	position: relative;
	width: 100%;
}
header #menu ul.navbar-nav {
    float: right;
}
#menu {
   margin: 0;
   text-align: center;
}
#menu .navbar-nav {
  float: none;
}
#menu .navbar-nav > li {
  float: none;
display: inline-block;
border-bottom: 1px solid #fff !important;
}
#menu .navbar-nav > li:nth-last-child(-n+4) {
	border: none;
}
#menu .navbar-collapse {
    padding: 0;
}
#menu div.navbar-header {
    cursor: pointer;
    overflow: hidden;
    display: block;
}
#menu .collapse .dropdown i.fa:hover {
    background: rgba(0, 0, 0, 0.1);
}
#menu .nav > li.dropdown > a::after,
#menu .nav > li.dropdown > span::after {
    bottom: auto;
    color: #ffffff;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 12px;
    left: auto;
    position: absolute;
    right: 10px;
    top: 23px;
}
#menu .nav > li.dropdown:hover > a::after,
#menu .nav > li.dropdown:hover > span::after {
    content: "\f106";
	color: #ffc547;
}
#menu .nav > li.dropdown > a,
#menu .nav > li.dropdown > span {
    padding: 22px 25px;
}
#menu .dropdown-inner .list-unstyled.childs_1.single-dropdown-menu a {
  padding: 0 15px;
}
#menu .nav > li > span {
    cursor: pointer;
    float: left;
}
#menu .nav > li > a,
#menu .nav > li > span {
    color: #fff;
	font: 400 14px/22px "Roboto",Helvetica,sans-serif;
	letter-spacing: 1px;
	padding: 22px 20px;
	position: relative;
	text-transform: uppercase;
}
#menu .nav > li > a:hover,
#menu .nav > li > a:focus,
#menu .nav > li.open > a,
#menu .nav > li > span:hover {
    background: none;
}
#menu .nav > li > a:hover,
#menu .nav.navbar-nav > li:hover > a,
#menu .nav.navbar-nav > li:hover > span,
#menu .nav.navbar-nav > li:focus > a,
#menu .nav.navbar-nav > li:focus > span,
#menu .nav > li > a:focus,
#menu .nav > li > a:active {
    color: #ffc547;
}
#menu .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul {
    display: table-cell;
    padding: 15px 0;
}
#menu .navbar-nav li.dropdown .dropdown-menu .dropdown-inner ul.mega-dropdown-menu:first-child {
	padding: 25px 0 25px 30px;
}
#menu .navbar-nav li.dropdown .dropdown-menu .dropdown-inner ul.mega-dropdown-menu {
    padding: 25px 30px;
}
#menu .navbar-nav li.dropdown .dropdown-menu .dropdown-inner ul.childs_2 {
    padding: 0;
}
#menu .dropdown-menu .dropdown-inner .single-dropdown-menu {
    padding: 15px 0;
}
#menu .list-unstyled.childs_1.mega-dropdown-menu .list-unstyled.childs_2 a {
    padding: 0;
}
#menu .dropdown-inner a {
    width: 240px;
    display: block;
    line-height: 22px;
    color: #777777;
    font-size: 13px;
    padding: 0 20px;
	text-transform: none;
}
#menu ul.nav > li.dropdown:hover > .dropdown-menu {
    display: block;
    padding: 0;
    border-color: #e9e9e9;
}
#menu .dropdown-inner li a:hover,
#menu .dropdown-inner li a:focus {
    color: #000;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    font-size: 12px;
}
#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #509ac8;
}
#menu #category {
    float: left;
    padding: 15px 0;
    color: #fff;
	font: 700 14px/20px "Roboto",sans-serif;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}
#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown > a:after {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    right: 15px;
    top: 0;
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #509ac8;
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #509ac8;
}
/*------------------------- 2 Level Sub Categories START-------------------------------*/

#menu ul.nav ul.list-unstyled li {
    width: 240px;
}
#menu .navbar-nav li.dropdown ul.mega-dropdown-menu li.dropdown .dropdown-menu {
    padding: 15px 0 0;
}
#menu ul.nav li ul.list-unstyled.mega-dropdown-menu > li.dropdown .dropdown-menu {
    border: 0;
    position: static;
    display: block;
}
#menu .dropdown-inner ul.list-unstyled.mega-dropdown-menu:last-child {
    border-right: 0;
}
#menu ul.nav li ul.list-unstyled.single-dropdown-menu > li.dropdown .dropdown-menu {
	border-color: #e5e5e5;
    display: none;
    left: 238px;
    position: absolute;
    top: 0px;
}
#menu ul.nav li ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
    display: block;
}
/* 2 Level Sub Categories END */
/* content */

#content {
    min-height: 500px;
}
.common-home #content {
    padding: 0;
}
/*---------------------------------------------- Slideshow Slider Stylesheet start-------------------------------*/
.main-slider {
  clear: both;
  margin: 30px auto auto;
}
.swiper-wrapper {
    direction: ltr !important;
}
.slideshow-panel {
    float: left;
}
.slideshow-panel .swiper-viewport {
	float: left;
    border: medium none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
}
.slideshow-panel .ttloader {
    background: #f5f5f5 url("TemplateTrip/images/ajax-loader.gif") no-repeat scroll center center;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 9;
}
.slideshow-panel img {
    width: 100%;
    height: auto;
}
.slideshow-panel .swiper-pagination-bullet {
	background: #222222;
	border-radius: 0;
	height: 12px;
	width: 12px;
	transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
	box-shadow: none;
}
.slideshow-panel .swiper-pagination-bullet-active {
	background: #fa7a33;
}
.slideshow-panel .swiper-pagination-bullet:hover {
	background: #ffc446;
	transform: rotateY(180deg);
}
.slideshow-panel .swiper-viewport .swiper-pager {
  position: static;
  display: none;
}
.slideshow-panel .swiper-container .swiper-pager div {
    display: block;
	height: 100%;
	margin: auto;
	overflow: hidden;
	position: absolute;
	text-shadow: none;
	top: 0;
	width: 170px;
}
.slideshow-panel .swiper-container .swiper-pager .swiper-button-prev {
    cursor: url("TemplateTrip/images/prev.png"), pointer;
	left: 0;
	right: auto;
}
.slideshow-panel .swiper-container .swiper-pager .swiper-button-next {
    cursor: url("TemplateTrip/images/next.png"), pointer;
	left: auto;
	right: 0;
}
.slideshow-panel:hover .swiper-container .swiper-pager div {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
.slideshow-panel .swiper-pager .swiper-button-prev::before,
.slideshow-panel .swiper-pager .swiper-button-next::before {
	display: none;
}
@media (max-width: 767px) {
    .slideshow-panel .swiper-container .swiper-pager div,
    .slideshow-panel .swiper-container .swiper-pager div:hover {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
    }
}
@media (max-width: 480px) {
	.slideshow-panel {
		width: 100%;
		margin-bottom: 10px;
	}
    .slideshow-panel .swiper-container .swiper-pager div,
    .slideshow-panel .swiper-container .swiper-pager div:hover {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        background: none;
        border: none;
    }
    .slideshow-panel .swiper-pager .swiper-button-prev:hover::before,
    .slideshow-panel .swiper-pager .swiper-button-next:hover::before {
        color: #ffffff;
    }
}
/*---------------------------------------------- Slideshow Slider Stylesheet end-------------------------------*/

.html-content {
    width: 100%;
    float: left;
}
footer .html-content {
  float: none;
  width: auto;
}
.products-list {
    float: left;
    position: relative;
    width: 100%;
}
/*-------------------------custome navigation button css start--------------------------*/
.customNavigation {
    display: table;
    float: none;
    position: static;
    width: auto;
	margin: 0  auto;
}
.customNavigation a {
    border: 1px solid #777777;
    color: #222222;
    float: left;
    font: 400 13px/18px "Roboto",Helvetica,sans-serif;
    height: auto;
    letter-spacing: 0.4px;
    padding: 9px 13px 7px;
    text-transform: uppercase;
    width: auto;
}
.customNavigation a.prev {
    margin: 0 4px 0 0;
}
.customNavigation a.prev::before {
    background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -17px -359px;
    content: "";
    float: left;
    height: 15px;
    text-align: left;
    width: 24px;
}
.customNavigation a.next::before {
    background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll -8px -392px;
    content: "";
    float: right;
    height: 15px;
    text-align: right;
    width: 24px;
}
.customNavigation a:hover {
    background: #222 none repeat scroll 0 0;
    border-color: #222;
    color: #ffffff;
}
.customNavigation a.next:hover::before {
    background-position: -66px -392px;
}
.customNavigation a.prev:hover::before {
    background-position: -75px -359px;
}
/*-------------------------------.customNavigation css end---------------------------*/
/* Category Page */
.ttproduct-main .products-list .box-heading {
  margin: 0;
}
.products-list .box-heading {
    position: relative;
	margin: 0 0 30px;
}
.product-category .category-description {
    float: left;
    width: 100%;
}
.product-category .category-list {
    float: left;
    width: 100%;
}
.category-products {
    float: left;
    width: 100%;
}
.category-products .product-grid .product-thumb.row {
  margin: 0;
}
.product-grid .product-thumb .image {
  padding: 0;
}
#column-left .panel.panel-default.category-treeview {
    background: #eee;
    padding: 15px;
    margin: 0 0 20px;
    border: none;
}
#column-left .box-heading > h3,
#column-right .box-heading > h3 {
    float: left;
    width: 100%;
}
#column-left .panel-heading,
#column-right .panel-heading,
#column-left .box-heading > h3,
#column-right .box-heading > h3 {
    background: none;
    font: 700 16px/18px "Roboto",sans-serif;
	letter-spacing: 0;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border: none;
    color: #232323;
    text-transform: uppercase;
    position: relative;
    text-align: left;
}
#column-left .panel-heading::before, 
#column-right .panel-heading::before, 
#column-left .box-heading > h3::before {
  border-top: 1px solid #cccccc;
  bottom: -4px;
  content: "";
  float: left;
  height: 1px;
  position: absolute;
  width: 12%;
}
#column-left .products-list .box-heading > h3::after,
#column-right .products-list .box-heading > h3::after {
	display: none;
}
#column-left .category-treeview li .list-group-item,
#column-right .category-treeview li .list-group-item {
    background: #f0f0f0;
    border: none;
    color: #333;
    font-size: 14px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    text-transform: none;
    letter-spacing: normal;
}
#column-left .category-treeview li .list-group-item:hover,
#column-right .category-treeview li .list-group-item:hover,
#column-left .category-treeview li .list-group-item.active,
#column-right .category-treeview li .list-group-item.active {
    color: #000;
}
#content h2.category-name {
    margin-top: 0;
}
#column-left > div,
#column-right > div {
    float: left;
    margin-bottom: 20px;
	width: 100%;
}
#column-left .swiper-viewport, 
#column-right .swiper-viewport {
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	border: none;
}
.category-list ul {
    padding: 0;
}
.category-list ul li {
    background: none repeat scroll 0 0 #F1F1F1;
    display: inline-block;
    list-style: none;
    margin-right: 5px;
}
.category-list a {
    padding: 5px 10px;
    float: left;
}
#column-left .category-li > ul,
#column-right .category-li > ul {
    margin: 0 0 0 15px;
}
.category-compare {
    margin: 0;
    float: left;
    width: 100%;
}
.category-treeview ul {
    margin: 0;
}
.category-treeview li {
    position: relative;
    list-style: none;
}
.category-treeview li.category-li .list-tree:before {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 12px;
    font-weight: bold;
    color: #333;
    position: absolute;
    cursor: pointer;
    padding: 0;
    right: 0;
    top: 5px;
    z-index: 9;
}
.category-treeview li.category-li.active .list-tree:before {
    content: "\f106";
}
.category-treeview a.list-group-item:before {
    font-family: 'FontAwesome';    
    content: "";
}
.category-treeview a.list-group-item.child-item:before,
.category-treeview a.current-child-item:before {
    content: "";
}
.product-thumb .caption .description {
    /*display: none;*/
}
.rating span.fa-stack,
#review span.fa-stack {
    color: #ffc84f;
	height: 13px;
	width: 13px;
}
.product-list .product-thumb .caption .description {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    color: #777;
}
.product-thumb,
.product-layout,
.product-layouts {
    position: relative;
}
.product-thumb {
	background: #ffffff;
	border: 3px solid rgba(0, 0, 0, 0);
	box-shadow: 0 0 3px #eeeeee;
	display: block;
	overflow: auto;
	position: relative;
	text-align: center;
	transition: all 400ms ease-in-out 0s;
}
.product-thumb:hover {
  border-color: #eee;
}
.product-thumb .image {
    margin: 0 0 13px;
}
.product-thumb .sale-icon,
.product-sale-icon {
    background-color: #f1f1f1;
	color: #222;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	opacity: 0;
	padding: 2px 11px 4px;
	position: absolute;
	right: 5px;
	text-align: center;
	text-transform: uppercase;
	top: 5px;
	transition: all 300ms ease-in-out 0s;
	z-index: 1;
}
.product-thumb:hover .sale-icon {
    opacity: 1;
}
/* Column Left - Right Product List */

#column-left .panel-default,
#column-right .panel-default {
	background: none;
    width: 100%;
    float: left;
    border: none;
    padding: 0;
}
#column-right .panel.panel-default .list-group .list-group-item,
#column-left .panel.panel-default .list-group .list-group-item {
    background: none;
    border: none;
}
#column-left .products-list > .row,
#column-right .products-list > .row,
#header-left .products-list > .row,
#header-right .products-list > .row,
#footer-left .products-list > .row,
#footer-right .products-list > .row {
    margin: 0;
}
#column-left .product-thumb,
#column-right .product-thumb,
#header-left .product-thumb,
#header-right .product-thumb,
#footer-left .product-thumb,
#footer-right .product-thumb {
    background: none;
	border: medium none;
	box-shadow: none;
	float: left;
	margin: 0 0 15px;
	width: 100%;
}
#column-left .product-thumb .image,
#column-right .product-thumb .image,
#header-left .product-thumb .image,
#header-right .product-thumb .image,
#footer-left .product-thumb .image,
#footer-right .product-thumb .image {
    border: 1px solid #e5e5e5;
    max-width: 70px;
    float: left;
    margin: 0;
	padding: 0;
}
#column-left .product-thumb .sale-icon,
#column-right .product-thumb .sale-icon {
    display: none;
}
#column-left .product-thumb .rating,
#column-right .product-thumb .rating,
#header-left .product-thumb .rating,
#header-right .product-thumb .rating,
#footer-left .product-thumb .rating,
#footer-right .product-thumb .rating {
    position: static;
    display: block;
    line-height: normal;
}
#column-left .product-thumb .button-group,
#column-right .product-thumb .button-group,
#header-left .product-thumb .button-group,
#header-right .product-thumb .button-group,
#footer-left .product-thumb .button-group,
#footer-right .product-thumb .button-group {
    background: none;
    border: 0 none;
	opacity: 1;
	position: static;
}
#column-left .product-thumb .button-group button,
#column-left .product-thumb .button-group button.btn-cart i.fa,
#column-right .product-thumb .button-group button,
#column-right .product-thumb .button-group button.btn-cart i.fa,
#header-left .product-thumb .button-group button,
#header-left .product-thumb .button-group button.btn-cart i.fa,
#header-right .product-thumb .button-group button,
#header-right .product-thumb .button-group button.btn-cart i.fa,
#footer-left .product-thumb .button-group button,
#footer-left .product-thumb .button-group button.btn-cart i.fa,
#footer-right .product-thumb .button-group button,
#footer-right .product-thumb .button-group button.btn-cart i.fa {
    display: none;
}
#column-left .product-thumb .button-group button.btn-cart,
#column-right .product-thumb .button-group button.btn-cart,
#header-left .product-thumb .button-group button.btn-cart,
#header-right .product-thumb .button-group button.btn-cart,
#footer-left .product-thumb .button-group button.btn-cart,
#footer-right .product-thumb .button-group button.btn-cart {
    display: block;
	height: 100%;
	margin: 5px 0;
	text-align: left;
	width: 100%;
}
#column-left .product-thumb .button-group .btn-cart:hover span,
#column-right .product-thumb .button-group .btn-cart:hover span {
    color: #000;
}
#column-left .product-thumb .button-group button.btn-cart span,
#column-right .product-thumb .button-group button.btn-cart span,
#header-left .product-thumb .button-group button.btn-cart span,
#header-right .product-thumb .button-group button.btn-cart span,
#footer-left .product-thumb .button-group button.btn-cart span,
#footer-right .product-thumb .button-group button.btn-cart span {
    display: block !important;
    color: #777777;
    padding: 0;
    font: 400 14px/16px "Roboto", Helvetica, sans-serif;
    text-transform: none;
}
/* Column Left Right - Product Option Filter Style */

.option-filter-box .checkbox {
    margin: 0;
    padding: 2px 0;
    line-height: normal;
}
.option-filter-box .checkbox input[type="checkbox"],
.option-filter-box .checkbox-inline input[type="checkbox"] {
    vertical-align: middle;
}
.option-filter {
    background: none;
    padding: 0;
}
.option-filter .panel-heading,
.option-filter .panel-heading {
    color: #222;
    border: medium none;
    font: 700 16px/18px "Roboto", Helvetica, sans-serif;
    margin-bottom: 20px;
    padding: 0 0 10px;
    position: relative;
    text-transform: uppercase;
    margin-top: 0;
}
.option-filter-box .checkbox > label,
.option-filter-box .checkbox > label {
    text-transform: none;
    color: #888;
    margin: 0;
    vertical-align: super;
}
.option-filter .list-group {
    margin: 0;
}
.option-filter-box .list-group-item,
.option-filter-box .list-group-item {
    text-transform: none;
}
#column-left .option-filter .list-group-items .list-group-item,
#column-right .option-filter .list-group-items .list-group-item {
    background: #FFF;
    border: none;
    color: #333;
    cursor: pointer;
    font: 400 13px/28px "Roboto", Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    text-transform: none;
    float: left;
    position: relative;
    width: 100%;
}
.option-filter label:hover,
.option-filter label:focus {
    color: #000;
}
.option-filter .panel-footer {
    border: none;
    padding: 10px 0;
    background: none;
    float: left;
    width: 100%;
}
.option-filter-box a.list-group-item:before {
    font-family: "FontAwesome";
    content: "\f068";
    font-size: 10px;
    color: #333333;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
}
.option-filter-box a.list-group-item.collapsed:before {
    content: "\f067";
}
#column-left .account-list .list-group a.list-group-item:before,
#column-right .account-list .list-group a.list-group-item:before,
#column-left .affiliate-list .list-group a.list-group-item:before,
#column-right .affiliate-list .list-group a.list-group-item:before,
#column-left .information-list .list-group a.list-group-item:before,
#column-right .information-list .list-group a.list-group-item:before {
    font-family: "FontAwesome";
    /*content:"\f105";*/
    
    padding: 0 5px 0 0;
    float: left;
}
.store-list .store-tags {
    padding: 5px 15px;
}
.store-list .store-tags > a {
    border: 1px solid #DDDDDD;
    display: inline-block;
    margin: 5px 10px 5px 0px;
    padding: 5px 10px;
}
.store-list .store-tags > a.active-store {
    font-weight: bold;
    position: relative;
}
.store-list .store-tags > a.active-store > i {
    bottom: -4px;
    color: #00bb00;
    font-size: 16px;
    left: -4px;
    position: absolute;
}
#content .category-filter {
	padding: 12px 0;
    width: 100%;
    float: left;
}
.category-filter .filter-sort-by,
.category-filter .filter-show {
    float: right;
}
.category-filter .filter-text {
    float: left;
	text-align: left;
}
.category-filter .filter-show .filter-selection {
    width: 80px;
    float: left;
}
.category-filter .filter-sort-by .filter-selection {
    width: 150px;
    float: left;
}
.category-filter .filter-sort-by {
    width: 100%;
    max-width: 240px;
}
.category-filter .filter-show {
    min-width: 120px;
}
.category-filter .filter-text {
   padding: 5px 5px 0 0;
}
.filter-show .filter-text {
  margin: 0 5px 0 0;
}
.category-filter label {
	background: none;
	border: none;
	line-height: 18px;
	padding: 0;
	display: inline-block;
}
.category-filter .filter-selection {
    padding: 0;
}
.category-filter .filter-grid-list {
    padding: 0;
    width: 70px;
    float: left;
}
.category-filter .filter-grid-list button {
    background: url("TemplateTrip/images/sprite.png");
    width: 34px;
    height: 34px;
    padding: 0;
}
.category-filter .filter-grid-list button#grid-view {
	background-color: rgba(0,0,0,0);
    background-position: -6px -15px;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
}
.category-filter .filter-grid-list button#grid-view:hover,
.category-filter .filter-grid-list button#grid-view.active {
    background-position: -6px -64px;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
}
.category-filter .filter-grid-list button#list-view {
	background-color: rgba(0,0,0,0);
    background-position: -65px -15px;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
}
.category-filter .filter-grid-list button#list-view:hover,
.category-filter .filter-grid-list button#list-view.active {
    background-position: -65px -64px;
}
.category-filter .filter-grid-list button i.fa {
    font-size: 0;
}
.category-description .category-content {
    color: #777;
    float: left;
    font-weight: 400;
    text-transform: none;
    width: 100%;
}
.product-category .category-list > h3 {
    color: #222;
    font: 400 16px/18px "Roboto", sans-serif;
    text-transform: none;
}
.category-pagination {
    float: left;
	margin: 30px 0;
	width: 100%;
}
.category-description .category-image {
    margin: 0 0 20px;
}
.category-pagination div.text-left {
    line-height: 41px;
	padding: 0;
}
.category-pagination div.text-right {
    padding: 0;
}
/* Left Column stylesheet */

#column-left .product-thumb .thumb-description,
#column-right .product-thumb .thumb-description {
    padding: 0 10px;
	text-align: left;
}
#column-left .products-list .row > div .caption h4,
#column-right .products-list .row > div .caption h4 {
    margin: 0;
    font: 400 16px/18px "Roboto", Helvetica, sans-serif;
}
#column-left .products-list .row > div .caption .price,
#column-right .products-list .row > div .caption .price {
	background: none;
    padding: 0;
    text-align: left;
	opacity: 1;
	font-size: 14px;
}
#column-left .product-thumb .price-new,
#column-right .product-thumb .price-new {
    font: 14px/18px "Roboto", Helvetica, sans-serif;
}
#column-left .product-thumb .price-old,
#column-right .product-thumb .price-old {
    line-height: 18px;
	font-size: 12px;
}
/* Category Pagination Start*/

.pagination > li > a,
.pagination > li > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    height: 34px;
	padding: 7px 12px;
    width: 34px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #777777;
    border-color: #777777;
	cursor: pointer;
}
.pagination li.active:hover > span, 
.pagination li:hover > a {
    background-color: #777777;
    border-color: #777777;
    color: #FFF;
}
.pagination > li > a,
.pagination > li > span {
    color: #777;
    display: block;
}
.pagination li:first-child > a::after,
.pagination li:last-child > a::after {
    color: #777;
    font-family: fontawesome;
    font-size: 14px;
    position: absolute;
    left: 10px;
    right: auto;
}
.pagination li:first-child > a::after {
    content: "\f177";
}
.pagination li:last-child > a::after {
    content: "\f178";
}
.pagination li:first-child > a:hover::after,
.pagination li:last-child > a:hover::after {
    color: #FFF;
}
.pagination li:first-child > a,
.pagination li:last-child > a {
    font-size: 0;
    padding: 6px 10px;
}
.pagination > li {
    margin: 0 3px;
    display: inline-block;
    float: left;
    text-align: center;
}
/* Category Pagination End*/
/* Product page stylesheet */
.product-product .product-image .thumbnail {
    padding: 0;
    border: none;
    position: relative;
    overflow: hidden;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}
.product-product .product-image .thumbnail img {
  border: 1px solid #e5e5e5;
}
.product-image .product-sale-icon {
    opacity: 1;
}
.product-details .product-price h2.price-new {
    color: #222;
	font: 700 18px/26px "Roboto",Helvetica,sans-serif;
	margin: 0;
}
#content .product-images,
#content .product-details {
    float: left;
}
.product-product #button-cart::before {
    background: rgba(0, 0, 0, 0) url("TemplateTrip/images/sprite.png") no-repeat scroll 0 -415px;
    bottom: 0;
    content: "";
    font-size: 15px;
    height: 45px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
}
.product-product #button-cart:hover::before,
.product-product #button-cart:active::before,
.product-product #button-cart:focus::before {
	background-position: -55px -415px;
}
.product-details .product-quantity .btn-primary {
    background: #222 none repeat scroll 0 0;
	border: 1px solid #222;
	color: #ffffff;
	font: 13px/20px "Roboto",Helvetica,sans-serif;
	letter-spacing: 1px;
	padding: 9px 10px 9px 42px;
	text-transform: uppercase;
}
.product-details .product-quantity .btn-primary:hover,
.product-details .product-quantity .btn-primary:active,
.product-details .product-quantity .btn-primary:focus {
    background: #ffc547;
	border-color: #ffc547;
	color: #000000;
}
.product-details .product-info td {
    padding: 3px;
    color: #272727;
    font: 500 13px/20px "Roboto", Helvetica, sans-serif;
    padding: 3px;
    text-transform: uppercase
}
.product-details .product-info .product-info-value {
    padding-left: 10px;
    color: #777;
    font-weight: normal;
    text-transform: none;
}
.product-quantity label {
    text-align: center;
    margin: 0 5px 0 0;
    padding: 5px 0;
    float: left;
    line-height: 28px;
}
.product-quantity #input-quantity {
    width: auto;
    height: 41px;
    text-align: center;
    margin: 0 5px 0 0;
    float: left;
}
.product-details h1.product-name {
    border-bottom: 1px solid #e5e5e5;
    color: #444;
    font-size: 18px;
    margin: 0 auto;
    padding-bottom: 16px;
    font-family: "Roboto", Helvetica, sans-serif
}
.product-info-value > a {
    color: #ffc547;
}
.product-info-value > a:hover {
    color: #000;
}
.product-details table.product-info {
    margin: 15px 0 0;
}
.product-details .product-price,
.product-details .rating {
    padding: 15px 0;
}
.product-details ul.product-price,
.product-details .rating {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 15px;
    width: 100%;
    float: left;
}
.product-price .product-discounts {
    list-style: none;
    margin-top: 10px;
}
.product-details ul.product-price h2 {
    margin-top: 0;
    font: 400 20px/22px "Roboto", Helvetica, sans-serif;
}
.product-product .product-options {
  float: left;
  width: 100%;
}
.product-details .product-options h3 {
    font: 400 20px/22px "Roboto",Helvetica,sans-serif;
	margin: 10px 0;
}
.product-product .btn.btn-default {
  background-color: #eee;
  border-color: #ccc;
  color: #777777;
}
.product-product .btn.btn-default:hover {
  color: #232323;
}
.product-options .product-quantity {
    clear: both;
}
.product-options .radio,
.product-options .checkbox {
    padding: 0;
    margin-top: 0;
    margin-bottom: 5px;
}
.product-details .rating{display:table;}
.product-total-review .fa.fa-comment, .product-write-review .fa.fa-pencil {
    margin-right: 5px;
}
.product-details .rating > a {
    border-right: 1px solid #ebebeb;
    color: #777777;
    float: left;
    font-size: 14px;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
	height:20px;
}
.product-details .rating > a:last-child {
    border-right: none;
}
.product-details .rating > a:hover {
	color: #000;
}
.rating .product-rating {
    border-right: 1px solid #ebebeb;
    float: left;
    margin: 0 10px 0 0;
    padding: 4px 10px 0 0;
	height :20px;
}
.product-product .product-details .btn-group > button {
    background: none;
    border: none;
    margin: 0 10px 0 0;
    padding: 0;
    font-size: 13px;
    color: #777777;
	text-transform: none;
}
.product-product .product-details .btn-group > button:hover {
    color: #000;
}
.product-product .product-details .addthis_toolbox > a:first-child {
    margin: 0;
	padding: 0;
}
.product-product .product-details .addthis_toolbox > a {
    margin: 0 5px;
}
.product-tabs {
    margin: 40px 0;
    clear: both;
}
.cart-form .table-bordered > thead > tr > th,
.cart-form .table-bordered > tbody > tr > th,
.cart-form .table-bordered > tfoot > tr > th,
.cart-form .table-bordered > tbody > tr > td,
.cart-form .table-bordered > tfoot > tr > td {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    color: #222222;
    font-size: 14px;
    vertical-align: middle;
}
.table-bordered {
	background: #ffffff;
    border-color: #e9e9e9;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #e5e5e5;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-color: #e9e9e9;
}
.sub-total-table table tr td strong {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0;
}
.table-bordered tr:last-child > td.text-right.total-amount {
    color: #282828;
    font: 700 18px/25px "Roboto", Helvetica, sans-serif;
}
.checkout-cart tr:last-child > td.text-right.heading-title {
    color: #555454;
    font: 700 18px/22px "Roboto", Helvetica, sans-serif;
    text-transform: uppercase;
}
.table-bordered tr td.text-right.total-amount {
    color: #282828;
    font: 500 18px/20px "Roboto", Helvetica, sans-serif;
    text-align: right;
}
.cart-form .table-bordered td.text-right.unit-price {
    color: #282828;
    font: 500 18px/20px "Roboto", Helvetica, sans-serif;
}
.cart-form .table-bordered tbody td.text-right.total-price {
    color: #282828;
    font: 500 18px/20px "Roboto", Helvetica, sans-serif;
}
#tab-review label.control-label {
    font-weight: bold;
}
.checkout-cart #accordion .panel-heading {
    padding: 0;
    border-color: #e9e9e9;
}
.checkout-cart #accordion .panel-heading a {
    padding: 10px 15px;
}
.checkout-cart #content .buttons {
    float: left;
    width: 100%;
}
.checkout-checkout #accordion .panel.panel-default {
    float: left;
    width: 100%;
}
.checkout-checkout #accordion .panel .panel-heading {
    float: left;
    width: 100%;
    border-color: #e9e9e9;
}
.checkout-checkout #accordion .panel .panel-collapse {
    float: left;
    width: 100%;
}
.checkout-cart #accordion label.control-label {
    width: 100%;
    padding: 0;
    text-align: left;
}
#cart .table-striped > tbody > tr:nth-of-type(2n+1) {
    background: none;
}
.checkout-cart #accordion .form-group {
    margin: 10px 0;
}
.checkout-cart #accordion .form-group > div {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
}
.checkout-cart .sub-total-table {
    float: right;
}
.bootstrap-datetimepicker-widget .accordion-toggle a.btn,
.bootstrap-datetimepicker-widget .timepicker td a span {
    background: #EEEEEE;
}
.bootstrap-datetimepicker-widget .timepicker td a:hover,
.bootstrap-datetimepicker-widget .timepicker td a:focus {
    color: #FFFFFF;
}
.bootstrap-datetimepicker-widget .accordion-toggle a.btn:hover,
.bootstrap-datetimepicker-widget .timepicker td a span:hover {
    background: #000;
}

/* Extra pages Stylesheet */

#accordion .panel-heading h4.panel-title a {
    display: block;
}
#accordion .panel-heading h4.panel-title a i.fa-caret-down {
    float: right;
}
.product-search #content .search-criteria {
    border: 1px solid #CCCCCC;
    padding: 10px;
}
.product-compare #content .table .btn {
  display: inline-block;
  margin: 2px 0;
  text-transform: uppercase;
  width: auto;
}
.information-sitemap .col-sm-6 > ul {
    padding-left: 15px;
}
.information-sitemap #content ul ul {
    padding-left: 30px;
    margin-bottom: 5px;
}
body.product-compare .table-product-image {
    padding: 3%;
}
/* information/contact - Location Icons Stylesheet */

.information-contact .contact-location .location-title {
    font-weight: bold;
}
.information-contact .panel.google-map,
.information-contact .panel.google-map iframe {
    float: left;
    width: 100%;
}
.information-contact .contact-location .location-detail {
    margin: 0 0 20px 0;
}
.information-contact .contact-location .location-title i.fa {
    border: 2px solid #e9e9e9;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: #999999;
    font-size: 16px;
    height: 30px;
    margin: 0 5px 0 0;
    padding: 5px;
    text-align: center;
    width: 30px;
}
/* manufacturer_list & account_list &  affiliate_list - Tabular list of Brands Stylesheet */

.a-link-group {
    margin-bottom: 10px;
}
.a-link-group a {
    font-weight: bold;
}
.a-link-list {
    border: 1px solid #dbdee1;
    margin-bottom: 20px;
    padding: 5px;
}
.a-link-heading {
    background: #F5F5F5;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}
.a-link-heading p,
.a-link-heading h2 {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
}
.a-link-content {
    padding: 8px;
}
.modal-header {
    background: none;
    border:none;
}
.modal-dialog .modal-header .close {
    font-size: 24px;
    padding: 3px 5px;
    margin-top: -5px;
    float: right;
}
.modal-title {
    font-weight: bold;
}
#at15s .at-label {
	margin: 0 5px;
}
/* checkout/cart - cart-form Stylesheet */

.cart-form .input-group .form-control {
    width: auto;
    min-width: 50px;
    text-align: center;
    padding: 7px 12px;
}
.cart-form .input-group-btn {
    display: table;
    float: left;
}
/* checkout success - Stylesheet */

body.checkout-success #content {
    background: url("TemplateTrip/images/checkout-success.jpg") no-repeat scroll center bottom;
}
body.account-success #content {
    background: url("TemplateTrip/images/account-success.jpg") no-repeat scroll center bottom;
}
body.product-compare #content.no-compare-products {
    background: url("TemplateTrip/images/no-compare-products.jpg") no-repeat scroll center bottom;
}
#content.request-not-found {
    background: url("TemplateTrip/images/request-not-found.jpg") no-repeat scroll center bottom;
}
#content.no-manufacture-products {
    background: url("TemplateTrip/images/no-manufacture-products.jpg") no-repeat scroll center bottom;
}
#content.no-wishlist-products {
    background: url("TemplateTrip/images/no-wishlist-products.jpg") no-repeat scroll center bottom;
}
body.checkout-success #content div.buttons,
body.account-success #content div.buttons,
#content.print-bg-image div.buttons {
    float: left;
}
footer {
	background: #fff;
	color: #878787;
	float: left;
	margin: 30px 0 0;
	width: 100%;
}
footer .footer-column {
  min-height: 280px;
  padding: 0;
  text-align: center;
}
.footer-column.footer-right-cms {
  border: medium none;
}
.footer-column .list-unstyled > li {
    margin: 0;
    position: relative;
    display: block;
    vertical-align: middle;
    padding: 0 0 6px;
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #666666;
}
footer a {
    color: #878787;
    font: 400 14px/10px "Roboto",Helvetica,sans-serif;
}
footer a:hover,
footer a:focus {
    color: #000000;
}
footer .footer-column h5 {
    color: #232323;
	cursor: pointer;
	font: 500 18px/22px "Roboto",sans-serif;
	letter-spacing: 0.8px;
	margin: 0 0 25px;
	position: relative;
	text-transform: uppercase;
}
/* ------------------------------------ Common footer CSS Strat ---------------------------------------------*/

#goToTop {
    background: #ffc547;
	border: 2px solid #ffc547;
	border-radius: 50%;
	bottom: 20px;
	cursor: pointer;
	height: 38px;
	position: fixed;
	right: 20px;
	transition: all 400ms ease-in-out 0s;
	width: 38px;
	z-index: 999;
}
#goToTop:hover {
    background: #ffa500;
}
#goToTop:before {
    color: #000;
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 16px;
	line-height: 30px;
    padding: 6px 12px;
}
/* alert */
.alert .close {
  left: 0;
  top: 0;
}
.alert {
    padding: 8px 14px;
	clear: both;
}
.alert-success {
    margin: auto auto 30px;
}
.common-home .alert-success {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 120px;
    max-width: 1170px;
    z-index: 999;
}
/* breadcrumb */

.breadcrumb {
    float: right;
	list-style: outside none none;
	margin: 25px 0 23px;
}
.breadcrumb > li {
    white-space: nowrap;
    display: inline-block;
    float: none;
}
.breadcrumb > li + li:before {
    font-family: 'FontAwesome';
    content: '\f105';
    font-size: 12px;
    margin: 0 8px;
    float: none;
}
.breadcrumb a.last-breadcrumb,
.breadcrumb a.last-breadcrumb:hover {
    color: #000;
}
.breadcrumb a {
    color: #444444;
    display: inline-block;
    font-size: 13px;
    margin: 0;
    padding: 0;
    z-index: 99;
}
.breadcrumb a:hover,
.breadcrumb i:hover {
    color: #000;
}
/* buttons */

.buttons {
    margin: 1em 0;
}
.btn {
    font-size: 12px;
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 6px 20px;
    font-size: 15px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 12px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #555555;
	color: #555;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.btn-default:hover,
.btn-default:focus {
    background-color: #555555;
    border-color: #555555;
    color: #FFF;
}
.btn-default.active.focus, 
.btn-default.active:focus, 
.btn-default.active:hover, 
.btn-default.focus:active, 
.btn-default:active:focus, 
.btn-default:active:hover, 
.open > .dropdown-toggle.btn-default.focus, 
.open > .dropdown-toggle.btn-default:focus, 
.open > .dropdown-toggle.btn-default:hover {
	background-color: #555555;
    border-color: #555555;
    color: #FFF;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary.active[disabled],
.btn-primary.focus[disabled],
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #000000;
    border-color: #000000;
	color: #ffffff;
}
.btn-primary {
    background: #000;
	border: 1px solid #000;
	color: #ffffff;
	font-size: 13px;
	letter-spacing: 1px;
	position: relative;
	text-transform: uppercase;
}
.checkout-cart .buttons .pull-left a.btn-default {
    background: #000;
    border-color: #000;
    color: #fff;
    letter-spacing: 1px;
    font: 400 13px/18px "Roboto", Helvetica, sans-serif;
}
.checkout-cart .buttons .pull-left a.btn-default:hover {
    background: #ffc547;
    border-color: #ffc547;
    color: #000000;
}
.checkout-cart .pull-right a.btn-primary {
    background: #ffc547;
    border-color: #ffc547;
    font: 400 13px/18px "Roboto", Helvetica, sans-serif;
    letter-spacing: 1px;
    color: #000000;
}
.checkout-cart .pull-right a.btn-primary:hover {
    background: #000;
    border-color: #000;
    color: #FFF;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background: #ffc547;
    color: #232323;
    border-color: #ffc547;
}
.btn-warning {
    color: #ffffff;
    background-color: #faa732;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-block {
	width: auto;
}
.btn-danger {
    color: #ffffff;
    background-color: #da4f49;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info:hover,
.btn-info.active.focus, 
.btn-info.active:focus, 
.btn-info.active:hover, 
.btn-info.focus:active, 
.btn-info:active:focus, 
.btn-info:active:hover, 
.open > .dropdown-toggle.btn-info.focus, 
.open > .dropdown-toggle.btn-info:focus, 
.open > .dropdown-toggle.btn-info:hover,
.btn-info.active, 
.btn-info:active, 
.open > .dropdown-toggle.btn-info,
.btn-info.focus, .btn-info:focus {
  background-color: #c9302c;
  border-color: #c9302c;
  color: #ffffff;
}
.btn-success {
    color: #ffffff;
    background-color: #5bb75b;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #ffffff;
    background-color: #df5c39;
    border-color: #df5c39;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #777;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    text-decoration: none;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.btn-inverse {
    color: #ffffff;
    background-color: #363636;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
}
/* list group */

.list-group .list-group-item {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 0;
    line-height: 24px;
    cursor: pointer;
    background: none;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background: #eeeeee;
}
.list-group a.child-item,
.list-group a.current-child-item {
    padding-left: 30px;
}
/* carousel */

.carousel-caption {
    color: #FFFFFF;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}
/* product list */

.product-layout,
.product-layouts {
    padding: 15px;
}
.product-thumb .thumb-description {
	padding: 0 0 20px;
}
.product-thumb .image a {
    display: block;
    overflow: hidden;
    position: relative;
}
.product-thumb .image img {
    margin: 0 auto;
    max-width: 100%;
}
.product-thumb h4 {
    display: inline-block;
    font: 400 15px/26px "Roboto",Helvetica,sans-serif;
    margin: 0;
    text-transform: none;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.product-thumb h4 a {
    color: #555555;
    font: 400 15px/18px "Roboto", Helvetica, sans-serif;
    /*white-space: nowrap;*/
    white-space: break-spaces;
}
.product-thumb:hover h4 a,
.product-thumb h4 a:hover {
    color: #000;
}
.product-thumb .rating {
    padding: 0;
    position: absolute;
    top: auto;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    display: block;
}
.rating .fa-stack {
    font-size: 5px;
}
.rating .fa-star-o,
#review .fa-star-o {
    color: #d7d7d7;
    font-size: 15px;
}
.rating .fa-star.off {
    color: #d7d7d7;
}
.rating .fa-star,
#review .fa-star {
    font-size: 13px;
}
.rating .fa-star + .fa-star-o,
#review .fa-star + .fa-star-o {
    color: #E69500;
}
h2.price {
    margin: 0;
}
.product-thumb .price {
	color: #272727;
	display: inline-block;
	font: 400 16px/18px "Roboto",Helvetica,sans-serif;
	padding: 2px 10px;
}
.product-thumb:hover .price {
	opacity: 0;
}
.product-thumb .price-old,
.product-details .price-old {
    color: #777;
	font: 400 14px/18px "Roboto",Helvetica,sans-serif;
	text-decoration: line-through;
}
.product-thumb .price-tax {
    color: #888;
    font-size: 14px;
    display: none;
}
.product-list .product-thumb .price-tax {
    display: block;
    padding: 5px 0 0;
}
.well {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
/*----------------------button css start----------------------*/

.product-thumb .button-group {
    bottom: 20px;
    float: none;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}
.product-thumb:hover .button-group {
    opacity: 1;
    -moz-opacity: 1;    
    -khtml-opacity: 1;    
    -webkit-opacity: 1;
}
.product-thumb .button-group button {
    background-color: rgba(0, 0, 0, 0);
	border: medium none;
	color: #888;
	display: inline-table;
	float: none;
	font-weight: bold;
	height: 30px;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: none;
	width: 50px;
	vertical-align: top;
}

.product-list .product-thumb .button-group .btn-wishlist, 
.product-list .product-thumb .button-group .btn-compare {
  border: 1px solid #e5e5e5;
  margin: 0 0 0 -1px;
}
.product-thumb .button-group .btn-cart .fa-shopping-cart {
    background-position: 13px -43px;
}
.product-thumb .button-group .btn-cart:hover .fa-shopping-cart {
	 background-position: -29px -43px;
}
.product-thumb .button-group i {
    background-image: url("TemplateTrip/images/product-sprite.png");
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}
.button-group button.btn-cart span,
.button-group button.btn-wishlist span,
.button-group button.btn-compare span {
    display: none !important;
}
.product-thumb .button-group i::before {
    content: "";
}
.product-thumb .button-group .btn-wishlist i.fa-heart {
    background-position: 11px 4px;
}
.product-thumb .button-group .btn-wishlist:hover i.fa-heart {
    background-position: -31px 4px;
}
.product-thumb .button-group .btn-compare i {
    background-position: 11px -89px;
}
.product-thumb .button-group .btn-compare:hover i {
    background-position: -31px -89px;
}
.product-list .product-thumb .button-group .btn-cart .fa-shopping-cart {
    background-position: 12px -36px;
	height: 45px;
	width: 45px;
}
.product-list .product-thumb .button-group .btn-wishlist i.fa-heart {
  background-position: -30px 9px;
}
.product-list .product-thumb .button-group .btn-compare i {
  background-position: -30px -83px;
}
.product-list .product-thumb .button-group {
    float: left;
	margin: 15px 0 0;
	opacity: 1;
	position: static;
}
.product-list .product-thumb:hover .button-group {
    position: static;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    height: auto;
}
.product-list .button-group button.btn-cart:hover span {
    color: #000;
}
.product-list .product-thumb .button-group .btn-cart {
    border: 1px solid #e5e5e5;
	height: 45px;
	padding: 0 15px 0 5px;
	width: auto;
}
.product-list .product-thumb .button-group button:hover {
    background: #ffc547;
	border-color: #ffc547;
}
.product-list .product-thumb .button-group button {
    height: 45px;
	width: 50px;
	float: left;
}
.product-list .button-group button.btn-cart span {
    color: #333;
	display: inline-block !important;
	font: 400 13px/43px "Roboto",Helvetica,sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	vertical-align: top;
}
/*----------------------------button css end----------------------*/

.product-list .product-thumb .price {
	background: none;
    padding: 0;
	opacity: 1;
}
.product-list .image {
  border-right: 1px solid #e5e5e5;
  margin: 0;
  padding: 0;
}
.product-list .product-thumb {
    background: none;
	border: medium none;
	box-shadow: none;
	transition: none 0s ease 0s ;
}
.product-list .product-thumb .rating {
    position: static;
    padding: 0;
    margin: 0 0 5px;
}
.product-list .product-thumb .thumb-description {
    float: right;
	padding: 30px;
	text-align: left;
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > li {
    margin-left: 20px;
}
.thumbnails > img {
    width: 100%;
}
.product-images .additional-images-container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
    width: 90%;
    text-align: center;
}
.additional-images-container .additional-images {
    margin: 0;
    padding: 0 20px;
    float: left;
    width: 100%;
}
.additional-images-container .customNavigation > .btn {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
}
.products-list .customNavigation,
.product-images .customNavigation {
    display: none;
}
.products-list .customNavigation.owl-navigation,
.product-images .customNavigation.owl-navigation {
    display: block;
}
.product-images .customNavigation.owl-navigation {
    width: 100%;
}
.products-list .customNavigation .btn {
    font-size: 0;
}
.additional-images-container .additional-images .owl-buttons > div {
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-size: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 9;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}
.additional-images-container .additional-images .owl-buttons > .owl-prev {
    left: -20px;
    right: auto;
}
.additional-images-container .additional-images .owl-buttons > .owl-next {
    right: -20px;
    left: auto;
}
.additional-images-container .owl-carousel .owl-controls .owl-buttons .owl-prev::before {
    color: #FFF;
    content: "\f104";
    font-family: "fontawesome";
    font-size: 16px;
    line-height: 22px;
    vertical-align: top;
    padding: 8px;
}
.additional-images-container .owl-carousel .owl-controls .owl-buttons .owl-next::before {
    color: #FFF;
    content: "\f105";
    font-family: "fontawesome";
    font-size: 16px;
    line-height: 22px;
    padding: 9px;
    vertical-align: top;
}
.additional-images .owl-controls .owl-buttons .owl-prev:hover,
.additional-images .owl-controls .owl-buttons .owl-next:hover {
    background: #ffc547;
    border-color: #ffc547;
}
.additional-images-container .owl-carousel .owl-controls .owl-buttons .owl-prev:hover::before,
.additional-images-container .owl-carousel .owl-controls .owl-buttons .owl-next:hover::before {
	color: #000000;
}
.products-list .owl-carousel {
    background: none;
    border: 0 none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: auto;
}
.additional-images > .image-additional {
    display: inline-block;
}
.additional-images .thumbnail {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin: 5px;
    padding: 0;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}
.additional-images .thumbnail img {
  border: 1px solid #e5e5e5;
}
.additional-images .thumbnail:hover img {
  border: 1px solid #ccc;
}
.product-details .btn-group {
    margin-bottom: 20px;
	width: 100%;
}
/*----------------------------------------other pages-------------------------------*/
.search-criteria .checkbox-inline {
    padding: 7px 0;
}

/* MENU HEADER*/
#menu ul.nav ul.list-unstyled li {
  width: 240px;
  float: left;
  margin-right: 10px;
}
#menu .dropdown-inner ul {
  display: block;
  min-width: 500px;
}
#menu .dropdown-menu {
  position: absolute;
  top: 100%;
  /*left: -50%;*/
  z-index: 1000;
  display: none;
  float: left;
  max-width: 500px;
}
/*END MENU HEADER*/

/* Media start.. */
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}
@media (max-width: 1199px) {
    header .header-left {
		width: auto;
    }
	.common-home .alert-success {
		margin: 10px;
	}
	footer .footer-column {
		min-height: 210px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .product-list .product-thumb .thumb-description {
        padding-bottom: 0;
    }
}
@media (max-width: 991px) {
	.header-right {
		margin: 0;
	}
	.TTProduct-Tab .tab-content {
	  float: left;
	  margin-bottom: 0;
	  margin-top: 10px;
	  width: 100%;
	}
    .TTProduct-Tab ul.nav-tabs {
        padding: 0;
    }
    /*---------------------------------- Responsive Menu Start --------------------------*/
    #menu .nav > li.dropdown > a::after, 
	#menu .nav > li.dropdown > span::after,
	#menu .nav > li.dropdown:hover > a::after,
	#menu .nav > li.dropdown:hover > span::after {
		content: "";
	}
    #menu #category {
        display: block !important;
        font-size: 22px;
margin-left: 20px;
    }
    #menu .navbar-collapse .navbar-nav > li {
        float: left;
        line-height: 0;
        cursor: pointer;
        width: 100%;
    }
    #menu .navbar-nav > li,
    #menu .nav > li > span {
        float: none;
        display: inline-block;
    }
    .menu-container {
        width: 100%;
        float: left;
    }
    .menu-container #menu .navbar-header {
        width: 100%;
    }
    #menu .navbar-collapse {
        background: #FFF;
        border: 1px solid #e5e5e5;
        position: absolute;
        width: 100%;
        z-index: 99;
        top: 50px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: left;
		overflow: hidden;
    }
    #menu ul.navbar-nav {
        padding: 5px 20px;
    }
    #menu .nav > li > a,
    #menu .nav > li > span {
        color: #414141;
		float: left;
		font-size: 15px;
		line-height: 28px;
		margin: 0;
		padding: 0;
		text-transform: none;
		width: 100%;
    }
    #menu .nav > li.dropdown > a,
	#menu .nav > li.dropdown > span {
        padding: 0;
    }
    #menu .nav > li > a:hover,
    #menu .nav > li > a:focus,
    #menu .nav > li > span:hover {
        color: #000;
    }
    #menu div.navbar-header:after,
    #menu .navbar-header i.fa {
        font-family: "FontAwesome";
        content: "\f0c9";
        font-size: 35px;
        color: #FFFFFF;
        display: block;
        position: absolute;
        right: 5px;
        top: 15px;
        left: auto;
        z-index: 1;
        margin-right: 20px;
    }
    #menu .nav > li > a:hover,
    #menu .nav.navbar-nav > li:hover > a,
    #menu .nav.navbar-nav > li:hover > span,
    #menu .nav > li.dropdown:hover::after,
    #menu .nav > li.dropdown:focus::after,
    #menu .nav > li > a:focus,
    #menu .nav > li > a:active {
        color: #000;
    }
    .navbar-nav {
        float: none;
        width: 100%;
        margin: 0;
    }
    #menu .navbar-collapse > li {
        clear: both;
        width: 100%;
        line-height: 0;
    }
    #menu .nav > li > a::before {
        border: none;
    }
    #menu .nav > li > a:hover::before,
    #menu .nav > li:hover > a::before {
        width: 0 !important;
    }
    #menu ul.nav > li.dropdown:hover > .dropdown-menu {
        display: none;
    }
    #menu .navbar-collapse li.dropdown > i {
        font-size: 0;
    }
    #menu .navbar-collapse li.dropdown > i:after {
        font-size: 14px;
        position: absolute;
        color: #414141;
        content: "\f067";
        font-family: "fontawesome";
        right: 0;
        top: 0;
        cursor: pointer;
        padding: 7px 0;
        text-align: center;
    }
    #menu .navbar-collapse li.dropdown.active > i::after {
        content: "\f068";
    }
    #menu ul.nav > li.dropdown > .dropdown-menu {
        border: none;
        position: static;
        padding: 0;
    }
    #menu .navbar-collapse li.dropdown > .dropdown-menu {
        position: relative;
        padding: 0;
        width: 100%;
    }
    #menu .dropdown-inner ul.list-unstyled.mega-dropdown-menu {
        border: 0;
        padding: 5px 15px;
        float: left;
        width: 100%;
    }
    #menu .navbar-nav li.dropdown .dropdown-menu .dropdown-inner ul.mega-dropdown-menu,
	#menu .navbar-nav li.dropdown .dropdown-menu .dropdown-inner ul.mega-dropdown-menu:first-child {
        padding: 5px 15px;
    }
    #menu .dropdown-inner ul.list-unstyled.childs_2 {
        float: left;
        margin: 0 0 0 15px;
        padding: 6px 0 0;
        width: 100%;
    }
    #menu .dropdown-inner li a:hover,
    #menu .dropdown-inner li a:focus,
    #menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a:hover,
    #menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a:focus {
        color: #000;
    }
    #menu .dropdown-menu .dropdown-inner .single-dropdown-menu {
        float: left;
		padding: 5px 0;
		width: 100%;
    }
    #menu ul.nav li ul.list-unstyled.single-dropdown-menu > li.dropdown .dropdown-menu {
        position: static;
        display: block;
        padding: 0;
        float: left;
        width: 100%;
    }
    #menu .dropdown-inner ul {
  min-width: fit-content;
}
    #menu ul.nav li ul.list-unstyled.mega-dropdown-menu > li.dropdown .dropdown-menu {
        padding: 0;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
        padding: 0;
    }
    #menu div.dropdown-menu {
        border: 0;
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        color: #414141;
        float: left;
		padding: 0 10px;
        width: 100%;
    }
    #menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a::before {
        border-top: none;
    }
    #menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown > a::after {
        content: "";
    }
    /* ------------------------------------ Responsive Menu End -------------------------------*/
    /* slideshow Start*/
   
    footer .footer-column {
        width: 100%;
		min-height: 100%;
		border: none;
		text-align: left;
    }
    footer .footer-column ul li {
        line-height: 16px;
        padding: 0;
    }
    footer .footer-column .list-unstyled {
        padding: 0 10px;
    }
    .footer-container {
        padding: 20px 0 0;
    }
    footer .footer-column.footer-left-cms {
        float: left;
        padding: 0;
        margin: 0;
        width: 100%;
    }
    footer .footer-column h5.toggle {
       cursor: pointer;
		font: 500 18px/22px "Roboto",sans-serif;
		margin: 0 0 2px;
		padding: 10px;
		text-transform: uppercase;
    }
    footer .footer-column h5.toggle:hover {
        background: #eeeeee;
    }
    footer .footer-column h5.toggle:after {
        font-family: 'FontAwesome';
        content: '\f107';
        font-size: 16px;
        font-weight: bold;
        float: right;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    footer .footer-column.active h5.toggle:after,
    footer .footer-column .contact-us.active h5.toggle:after,
    footer .follow-us.active h5.toggle:after {
        content: '\f106';
    }
    .footer-right-cms #footer-right .contact-us > h5 {
        display: block;
    }
    .TTProduct-Tab .tab-box-heading {
        float: left;
        width: 100%;
    }
    .product-category {
        clear: both;
    }
    /*------------------------------------- Column Toggle CSS Start ------------------------------------------*/
    
    body > .container > .row > #content {
        float: left;
        width: 100%;
    }
    body > .container > .row > #column-left,
    body > .container > .row > #column-right {
        float: left;
        width: 100%;
        display: block !important;
    }
    #column-left .panel-heading::before,
    #column-right .panel-heading::before,
    #column-left .box-heading > h3::before,
    #column-right .box-heading > h3::before {
        border: none;
        position: static;
        display: none;
    }
    #column-left .panel-heading,
    #column-right .panel-heading,
    #column-left .box-heading > h3,
    #column-right .box-heading > h3 {
		background: #ffffff;
		border: 1px solid #e5e5e5;
        padding: 15px;
        margin: 0;
        float: left;
        width: 100%;
        text-align: left;
        position: relative;
		cursor: pointer;
    }
    #column-left .toggle:after,
    #column-right .toggle:after {
        content: "\f067";
		color: #232323;
        float: right;
        font-family: "FontAwesome";
        font-size: 14px;
        font-weight: 400;
        left: auto;
        position: absolute;
        right: 15px;
        left: auto;
        top: 15px;
        display: block;
        background: none;
		cursor: pointer;
    }
    #column-left .panel-default.active > div.toggle:after,
    #column-left .products-list.active > div.toggle:after,
    #column-right .panel-default.active > div.toggle:after,
    #column-right .products-list.active > div.toggle:after {
        content: "\f068";
    }
    #column-left .products-list > .row,
    #column-right .products-list > .row,
    #header-left .products-list > .row,
    #header-right .products-list > .row,
    #footer-left .products-list > .row,
    #footer-right .products-list > .row {
        border: 1px solid #e5e5e5;
		float: left;
		margin: -1px 0 0;
		padding: 15px;
		width: 100%;
    }
    #column-left .list-group .list-group-item,
    #column-right .list-group .list-group-item {
        float: left;
        width: 100%;
    }
    #column-left .panel > .list-group,
    #column-right .panel > .list-group {
        border: 1px solid #e5e5e5;
		float: left;
		margin: -1px 0 0;
		padding: 15px;
		width: 100%;
    }
    #column-left .panel.panel-default.category-treeview {
        background: none;
		padding: 0;
    }
    /*-------------------------------- CateGory Filter CSS Start --------------------------------------*/
    
    #column-left .panel-default.option-filter,
    #column-right .panel-default.option-filter {
        display: none;
    }
    .category-treeview ul {
        float: left;
        width: 100%;
        margin: 5px 0;
    }
    .option-filter-box {
        border: 1px solid #e5e5e5;
        float: left;
        padding: 20px;
        width: 100%;
    }
    .option-filter-box a.list-group-item::after {
        top: 9px;
    }
    .option-filter-box .list-group .list-group-item {
        padding: 0 0 10px;
    }
    .option-filter-box .list-group .list-group-item,
    .option-filter-box .radio,
    .option-filter-box .checkbox {
        width: 100%;
        float: left;
        margin: 0;
        background: none;
        border: none;
    }
    .option-filter-box a.list-group-item {
        padding: 10px 0;
        text-transform: uppercase;
        color: #414141;
    }
    .option-filter-box a.list-group-item:hover {
        color: #000;
    }
    .option-filter label:hover,
    .option-filter label:focus {
        color: #000;
    }
    .option-filter-box .list-group {
        float: left;
        width: 100%;
        margin: 0;
    }
    .option-filter-box .panel-footer {
        float: left;
        width: 100%;
        background: none;
		padding: 0;
    }
    .option-filter-box .panel-footer .btn-primary {
        padding: 10px 15px 8px;
    }
    /*-------------------------------- CateGory Filter CSS Start --------------------------------------*/
    /*------------------------------------- Column Toggle CSS End ------------------------------------------*/
}
@media (max-width: 767px) {
	#form-currency button.dropdown-toggle > strong, 
	#form-language button.dropdown-toggle > img {
	  display: inline-block;
	}
    .product-thumb .rating {
        bottom: 120px;
    }
	.product-thumb:hover .price {
		opacity: 1;
	}
	.product-thumb .sale-icon,
	.product-sale-icon {
		opacity: 1;
	}
    .category-description .img-thumbnail {
        width: 100%;
    }
    /*.category-products .product-grid {
        width: 50%;
    }*/
    .information-contact .contact-location .col-sm-3 {
        width: 50%;
        padding: 15px;
        float: left;
    }
    .information-contact .store-contact {
        clear: both;
    }
    .products-carousel .owl-buttons {
        bottom: -35px;
    }
    footer .footer-column {
        padding: 0;
    }
    .category-pagination div.text-left,
    .category-pagination div.text-right {
        text-align: center;
        width: 100%;
    }
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
    .product-details h1.product-name {
        margin-top: 15px;
    }
    .product-tabs {
        width: 100%;
        float: left;
    }
    .account-wishlist #content td .btn {
        margin: 2px 0;
    }
    .checkout-cart #content .input-group input {
        min-width: 20px;
        padding: 7px 10px;
    }
    .product-thumb .button-group {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
		padding: 10px 0 0;
		position: static;
    }
    .breadcrumb {
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .page-title-wrapper .page-title {
        width: 100%;
        text-align: center;
        margin: 0 0 10px;
    }
    .page-title-wrapper .container {
        margin: 10px 0;
    }
    .category-filter .btn-group.hidden-xs {
        display: block !important;
    }
    .product-images .additional-images-container {
        width: 400px;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
	.product-product .product-image {
        margin: 0 auto;
        width: 78%;
    }
}
@media (max-width: 480px) {
    #logo > a {
        display: table;
        margin: 0 auto;
    }
    #top-links li.header_user_info > ul.dropdown-menu {
		top: 47px;
    }
    #cart .dropdown-menu .table-striped td.cart-prd-name > a,
    #cart .dropdown-menu .table-striped td.cart-price {
        font-size: 12px;
    }
    header .header-left {
        padding: 0;
        margin: 20px auto;
        display: inline-block;
        width: 100%;
        float: none;
    }
	header {
		padding: 10px 0;
	}
	.header-middle {
	  float: left;
	  margin: 20px 0;
	  position: static;
	  width: 100%;
	}
    #cart .dropdown-menu {
        min-width: 300px;
		right: -5px;
		top: 47px;
    }
	.products-list .box-heading {
		margin: 0 0 10px;
	}
    .TTProduct-Tab .nav-tabs > li {
        width: 80%;
    }
	.TTProduct-Tab .nav-tabs > li > a {
		padding: 5px 15px;
	}
    .TTProduct-Tab ul.nav-tabs {
        margin: 0;
    }
    .TTProduct-Tab .nav-tabs > li::after {
        display: none;
    }
    .TTProduct-Tab .owl-buttons {
        margin: 0;
    }
    .TTProduct-Tab .tab-box-heading h3 {
        padding: 5px 15px;
    }
    .product-thumb .image {
        margin-left: auto;
        margin-right: auto;
    }
    .ttproduct-main .TTProduct-Tab .customNavigation {
        margin: 0;
    }
    .rating .product-rating {
        width: 100%;
        margin: 0;
    }
    .product-details .rating > a::before {
        content: "";
    }
    .product-list .product-thumb .thumb-description {
		padding: 15px;
        width: 100%;
        text-align: center;
    }
    .product-tabs .nav-tabs > li {
        width: 100%;
        margin: 0;
    }
    .product-tabs .nav-tabs > li:first-child {
        margin: 0;
    }
    .product-list .product-thumb .image {
        float: left;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        border: none;
    }
    .product-list .product-thumb .button-group {
        float: none;
        display: inline-block;
    }
    .common-home .brand-carousel {
        margin: 20px 0 0;
    }
	.category-filter .filter-show, 
	.category-filter .filter-sort-by {
	  float: right;
	  margin: 3px;
	  width: auto;
	}
    .category-products .product-grid {
        width: 100%;
    }
    #column-left .banner-panel,
    #column-right .banner-panel {
        text-align: center;
    }
    #column-left .banner-panel .img-responsive,
    #column-right .banner-panel .img-responsive {
        display: inline-block;
        text-align: center;
    }
    .product-images .additional-images-container {
        width: 200px;
    }
    .checkout-cart #content > .buttons {
        text-align: center;
    }
    .checkout-cart #content .pull-left {
        float: none !important;
        margin: 0;
    }
    .checkout-cart #content .pull-right {
        float: none !important;
        margin: 10px 0;
    }
}
@media (max-width: 319px) {
    header #logo,
    #logo .img-responsive,
    #search,
    #header-search {
        width: 100%;
    }
}
/*-------------------------- Common Sub Title CSS Start --------------------------------------*/
.TTProduct-Tab.products-list .owl-carousel {
  margin: 0;
}
.products-list .box-heading > h3 {
    color: #232323;
	font: 700 30px/26px "Roboto",sans-serif;
	letter-spacing: 0.6px;
	margin: 0 auto;
	padding: 0 0 12px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.products-list .box-heading > h3::after {
  background: #000000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40px;
}
.tttab-desc {
    color: #c78b2b;
	float: left;
	font-family: 'Poiret One', cursive;
	position: relative;
	text-align: center;
	text-transform: none;
	width: 100%;
	font-size: 40px;
	padding-bottom: 20px;
}
.title_block .ttblock-heading {
	color: #232323;
	font: 700 30px/32px "Roboto",sans-serif;
	letter-spacing: 0.6px;
	margin: 0 auto;
	padding: 0 0 12px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.title_block .ttblock-heading::after {
  background: #000000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40px;
}
/* --------------- Product Title CSS Start --------------------*/

@media (max-width: 480px) {
	.products-list .box-heading > h3 {
		font-size: 26px;
		line-height: 28px;
	}
}
/*---------------------------------------- Footer Store Info Block Start -----------------------------*/
.contact-us {
    min-height: 280px;
	padding: 52px 6% 0;
} 
#footer-right .contact-us ul li i {
	float: none;
    font-size: 14px;
	padding: 5px 0 0;
	margin: 0 10px 0 0;
	display: inline-block;
    text-align: center;
	color: #777;
	width: 8px;
	vertical-align: top;
}
.footer-right-cms .phone{color:#aaa;}
.footer-bottom {
	border-top: 1px solid #dfdfdf;
	color: #777;
	padding: 0;
	text-align: center;
}
footer .footer-bottom > p {
	margin: 0;
	padding: 0 0 20px;
}
footer #footer-right ul a::before {
	display: none;
}
#footer-right ul li {
    list-style: outside none none;
	position: relative;
	line-height: 20px;
    overflow: hidden;
    padding: 0 0 10px;
	text-align: center;
	color: #777;
}
@media (max-width: 1199px) {
	.contact-us {
		padding: 6% 0 0;
	    min-height: 210px;
	}
}
@media (max-width: 991px) {
	.contact-us {
		border: medium none;
		float: left;
		min-height: 100%;
		padding: 0;
		width: 100%;
    }
	#footer-right ul li {
		text-align: left;
	}
}
/*---------------------------------------- Footer Store Info Block End -----------------------------*/
/* ----------------------------------------------- Footer-information CSS Start ------------------------------------------*/
footer .footer-information-link.footer-column {
  padding: 6% 6% 0;
  border: none;
}
@media (max-width: 1199px) {
footer .footer-information-link.footer-column {
  padding: 6% 0 0;
}
}
/* ----------------------------------------------- Footer-information CSS End ------------------------------------------*/
/* --------------------------------------- Homepage ThemeBlock  CMS Start --------------------------------------------*/
.mainthemeblock {
	float: left;
    margin: 0 0 70px;
	overflow: hidden;
    text-align: center;
}
.ttthemeblock-div .parallex {
    background: #FFF;
	  box-shadow: 0 0 5px #eeeeee;
	-moz-box-shadow: 0 0 5px #eeeeee;
	-webkit-box-shadow: 0 0 5px #eeeeee;
    float: left;
    margin: 0;
    padding: 15px;
    position: relative;
    width: 100%;
}
#theme_block_left .parallex .ttthemeblock-border {
    border: 1px solid #e5e5e5;
    float: left;
    height: 100%;
    padding: 20px;
    width: 100%;
}
#theme_block_left .tt-content {
    display: inline-block;
    float: left;
    padding: 0 40px 0 30px;
    position: relative;
    text-align: center;
    width: 100%;
}
#theme_block_left .block_content {
    display: inline-block;
    float: none;
    overflow: hidden;
    padding: 0;
    vertical-align: top;
    width: 300px;
}
#theme_block_left h4::after {
    color: #cdcbca;
    content: "\f087";
    font-family: "FontAwesome";
    font-size: 28px;
    height: 18px;
    left: 0;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
}
#theme_block_left h4 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #232323;
    display: block;
    float: left;
    font: 400 18px/40px "Roboto",Helvetica,sans-serif;
    letter-spacing: 0.8px;
    margin: 0;
    padding: 40px 0 0;
    text-transform: uppercase;
    width: 100%;
}
#theme_block_left .ttdesc {
    color: #777777;
    float: left;
    font: 400 14px/18px "Roboto",Helvetica,sans-serif;
    letter-spacing: 0;
    margin: 0 0 25px;
    width: 100%;
}
#theme_block_left .purchage-theme {
	border: 1px solid #888888;
    display: inline-block;
    float: none;
	font-size: 14px;
    overflow: hidden;
    padding: 10px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
    width: 150px;
}
#theme_block_left .purchage-theme:hover {
    background: #222222 none repeat scroll 0 0;
    border-color: #222222;
    color: #ffffff;
}
#theme_block_left .purchage-theme:hover a {
	color: #ffffff;
}
@media (min-width:768px) and (max-width:991px) {
	.mainthemeblock {
		float: left;
		width: 100%;
		margin: 30px 0;
		padding: 0;
	}
}
@media (max-width: 991px) { 
	.mainthemeblock {
		margin: 0 0 30px;
		padding: 20px;
	}
}
@media (max-width: 767px) { 
	#theme_block_left h4,
	#theme_block_left .tt-content {
		padding: 0;
	}
	.ttthemeblock-div .parallex {
		height: 220px;
	}
	#theme_block_left h4::after {
		display: none;
		content: "";
	}
	#theme_block_left .ttdesc {
		margin: 0 0 20px;
	}
}
@media (max-width: 480px) { 
	.mainthemeblock {
		margin: 0;
	}
	#theme_block_left .parallex .ttthemeblock-border {
		padding: 15px 0;
	}
	#theme_block_left .purchage-theme {
		 padding: 5px 0;
	}
	#theme_block_left h4 {
		font: 400 14px/24px "Roboto",Helvetica,sans-serif;
	}
}
/*--------------------------------------------- Homepage ThemeBlock  CMS End ----------------------------------------*/
/* ---------------------- Start TT - CMS Testimonial block  --------------------------*/
#ttcmstestimonial {
  float: left;
  margin: 0 0 70px;
  position: relative;
  text-align: center;
}
#ttcmstestimonial .tttestimonial-content {
  background-color: #fff;
  padding: 25px 45px 55px;
  box-shadow: 0 0 5px #eeeeee;
	-moz-box-shadow: 0 0 5px #eeeeee;
	-webkit-box-shadow: 0 0 5px #eeeeee;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner {
  display: inline-block;
  float: none;
  text-align: center;
  width: 100%;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner .title_block {
  margin: 0;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner .title_block .ttblock-heading {
  border: medium none;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 600;
  padding: 8px 20px;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner .tttestimonial-subtitle {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
  text-transform: none;
  padding-bottom: 10px;
  position: relative;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner .tttestimonial-subtitle:after {
  background-color: #e5e5e5;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 120px;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li {
  list-style: none;
  position: relative;
  padding: 0;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-image {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: table;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-image img {
   border: 4px solid #ffffff;
    box-shadow: 0 0 4px 3px rgba(170, 170, 170, 0.1);
	-moz-box-shadow: 0 0 4px 3px rgba(170, 170, 170, 0.1);
	-webkit-box-shadow: 0 0 4px 3px rgba(170, 170, 170, 0.1);
    height: 86px;
    margin: 10px auto;
    padding: 0;
    text-align: center;
    width: 86px;
    z-index: 9;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content {
  margin: 10px 0;
  text-align: center;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content h4 {
	color: #000;
    font: 400 15px/18px "Roboto",Helvetica,sans-serif;
    letter-spacing: 1px;
    margin: 5px 0 10px;
    position: relative;
    text-transform: uppercase;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content h4 i {
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  color: #888888;
}
#ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content .testimonial-desc {
  margin: 0 0 10px;
}
#ttcmstestimonial .tttestimonial-content .testimonial-bg-image {
  bottom: -25px;
  position: absolute;
  right: -10px;
  z-index: 9999;
}
#ttcmstestimonial .owl-pagination {
	bottom: -30px;
	float: left;
	left: 0;
	position: absolute;
	right: 0;
	top: auto;
	text-align: center;
	z-index: 99;
}
#tttestimonial-carousel {
	margin: 0;
}
#ttcmstestimonial .owl-controls .owl-pagination .owl-page {
  display: inline-block;
  height: 10px;
  margin: 0 10px 1px 0;
  width: 10px;
  border-radius: 50%;
  background: #b5b5b5;
  transition: background 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
}
#ttcmstestimonial .owl-controls .owl-pagination .owl-page.active {
  background: #222222;
  height: 12px;
  width: 12px;
  margin: 0 10px 0 0;
}
#ttcmstestimonial .owl-controls .owl-page span {
	width: 12px;
	height: 12px;
	background: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#ttcmstestimonial .owl-controls .owl-pagination .owl-page:hover {
  background: #222222;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-image {
    margin: 15px auto 20px;
  }
  #ttcmstestimonial .tttestimonial-content {
  	padding: 12px 45px 35px;
  }
   #ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content {
    margin: 20px 0px;
  }
}
@media (max-width: 1170px) {
	#ttcmstestimonial .owl-pagination {
		bottom: -10px;
	}
	#ttcmstestimonial .tttestimonial-content {
		padding: 5px 45px 10px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
  #ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content {
    margin: 20px 0 25px;
  }
   #ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-image {
    margin: 15px auto 20px;
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 992px) {
 #ttcmstestimonial .tttestimonial-content {
	padding: 10px 25px 20px 25px;
  }
  #ttcmstestimonial .owl-pagination {
  	 bottom: -10px;
  }
  .common-home #ttspeciallist .specials-carousel .product-layouts.odd, .common-home #ttspeciallist .specials-carousel .product-layouts.even {
  		padding: 30px;

  }
  .product-thumb .button-group i.fa-heart {
  	width: 50px;
  }
}
@media (max-width: 991px) and (min-width: 768px) { 
	#ttcmstestimonial .tttestimonial-content {
		padding: 25px 45px 35px;
	}
	 #ttcmstestimonial .owl-pagination {
        bottom: -30px;
  	}
	.common-home #ttspeciallist .specials-carousel .product-layouts.odd, .common-home #ttspeciallist .specials-carousel .product-layouts.even {
  		padding: 0;
  	}
}
@media (max-width: 991px) {
  #ttcmstestimonial {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #ttcmstestimonial .tttestimonial-content .testimonial-bg-image {
    right: 0;
  }
   #ttcmstestimonial .tttestimonial-content .tttestimonial-inner ul li .testimonial-content {
    margin: 20px 0 30px;
  }
  #ttcmstestimonial .tttestimonial-content .tttestimonial-inner {
    padding: 30px 10px 40px;
  }
}
/* ----------------------------------- End TT - CMS Testimonial block  --------------------------------------*/
/* ----------------------------- Start TemplateTrip Right banner ------------------------------ */
#ttcmsrightbanners .ttrightbanner {
  float: left;
  width: 100%;
}
#ttcmsrightbanners .ttrightbanner .ttrightbannerblock {
  float: left;
  width: 100%;
}
#ttcmsrightbanners .ttrightbanner .ttrightbannerblock .ttrightbanner-img.rightbanner1 {
  margin: 0 0 30px;
}
#ttcmsrightbanners .ttrightbanner .ttrightbannerblock .ttrightbanner-img a {
  position: relative;
  display: block;
}
#ttcmsrightbanners .ttrightbanner .ttrightbannerblock .ttrightbanner-img a:before {
  background-color: #ffffff;
  border-radius: 5px;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  opacity: 0.2;
  -moz-opacity: 0.2;
  /* Netscape */
  -khtml-opacity: 0.2;
  /* Safari 1.x */
  -webkit-opacity: 0.2;
  /* other webkit*/
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -khtml-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  width: 0;
}
#ttcmsrightbanners .ttrightbanner .ttrightbannerblock .ttrightbanner-img a:after {
  background-color: #ffffff;
  border-radius: 5px;
  bottom: 0;
  content: "";
  height: 0;
  opacity: 0.2;
  -moz-opacity: 0.2;
  /* Netscape */
  -khtml-opacity: 0.2;
  /* Safari 1.x */
  -webkit-opacity: 0.2;
  /* other webkit*/
  position: absolute;
  right: 0;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -khtml-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  width: 0;
}
#ttcmsrightbanners .ttrightbanner .ttrightbannerblock .ttrightbanner-img img {
  max-width: 100%;
  box-shadow: 0 0 5px #eeeeee;
  -moz-box-shadow: 0 0 5px #eeeeee;
  -webkit-box-shadow: 0 0 5px #eeeeee;
}
@media (min-width: 768px) {
  #ttcmsrightbanners .ttrightbanner .ttrightbannerblock .ttrightbanner-img a:hover:before, 
  #ttcmsrightbanners .ttrightbanner .ttrightbannerblock .ttrightbanner-img a:hover:after {
    height: 100%;
    transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -khtml-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    width: 100%;
  }
}
@media (max-width: 480px) {
  #ttcmsrightbanners {
    width: 100%;
  }
  #ttcmsrightbanners .ttrightbanner .ttrightbannerblock .ttrightbanner-img {
    width: 50%;
    float: left;
    padding: 0;
  }
  #ttcmsrightbanners .ttrightbanner .ttrightbannerblock .ttrightbanner-img {
    padding: 0 5px;
  }
  #ttcmsrightbanners .ttrightbanner .ttrightbannerblock .ttrightbanner-img.rightbanner1 {
    margin: 0 0 10px;
  }
}
/* ----------------------------- End TemplateTrip Right banner ------------------------------ */
/* ----------------------------- Start TemplateTrip TT-MetaBanner-01 ------------------------------ */
/*#tthometabbannersinfo {
  margin: 30px 0 0 0;
}

#ttspecialbannersinfo {
  margin: 15px 0 0 0;
}
#tthometabbannersinfo .tthometabbanner, #ttspecialbannersinfo .tthometabbanner {
  background: #82d4ed;
}
#tthometabbannersinfo .tthometabbanner .coupan, #ttspecialbannersinfo .tthometabbanner .coupan {
  color: #2095b8;
}
#tthometabbannersinfo .tthometabbanner .discount, #ttspecialbannersinfo .tthometabbanner .discount {
  margin: 70px 0 0;
}
#tthometabbannersinfo .tthometabbanner .discount-label, #ttspecialbannersinfo .tthometabbanner .discount-label {
  margin: 0 0 60px;
}
#tthometabbannersinfo .ttspecialbanner, #ttspecialbannersinfo .ttspecialbanner {
  background: #ff9e6f;
}
#tthometabbannersinfo .ttspecialbanner .coupan, #ttspecialbannersinfo .ttspecialbanner .coupan {
  color: #cd5a22;
}
#tthometabbannersinfo .ttspecialbanner .discount, #ttspecialbannersinfo .ttspecialbanner .discount {
  margin: 0 0 70px;
}
#tthometabbannersinfo .ttspecialbanner .discount-label, #ttspecialbannersinfo .ttspecialbanner .discount-label {
  margin: 60px 0 10px;
}
#tthometabbannersinfo .tthometabbanner, #tthometabbannersinfo .ttspecialbanner, #ttspecialbannersinfo .tthometabbanner, #ttspecialbannersinfo .ttspecialbanner {
  min-height: 760px;
  padding: 120px 20px 0;
  color: white;
  text-align: center;
}
#tthometabbannersinfo .tthometabbanner .offer-title, #tthometabbannersinfo .ttspecialbanner .offer-title, #ttspecialbannersinfo .tthometabbanner .offer-title, #ttspecialbannersinfo .ttspecialbanner .offer-title {
  font: 36px/40px "Alex Brush", sans-serif;
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 30px;
  padding: 0 0 15px;
}
#tthometabbannersinfo .tthometabbanner .offer-title:before, #tthometabbannersinfo .ttspecialbanner .offer-title:before, #ttspecialbannersinfo .tthometabbanner .offer-title:before, #ttspecialbannersinfo .ttspecialbanner .offer-title:before {
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#tthometabbannersinfo .tthometabbanner .desc, #tthometabbannersinfo .ttspecialbanner .desc, #ttspecialbannersinfo .tthometabbanner .desc, #ttspecialbannersinfo .ttspecialbanner .desc {
  font: 14px/18px "Roboto", Helvetica, sans-serif;
  float: left;
  width: 100%;
}
#tthometabbannersinfo .tthometabbanner .discount, #tthometabbannersinfo .ttspecialbanner .discount, #ttspecialbannersinfo .tthometabbanner .discount, #ttspecialbannersinfo .ttspecialbanner .discount {
  font: 72px/72px "Alex Brush", sans-serif;
  float: left;
  width: 100%;
}
#tthometabbannersinfo .tthometabbanner .discount-label, #tthometabbannersinfo .ttspecialbanner .discount-label, #ttspecialbannersinfo .tthometabbanner .discount-label, #ttspecialbannersinfo .ttspecialbanner .discount-label {
  font: 18px/24px "Roboto", Helvetica, sans-serif;
  float: left;
  width: 100%;
  text-transform: none;
}
#tthometabbannersinfo .tthometabbanner .coupan, #tthometabbannersinfo .ttspecialbanner .coupan, #ttspecialbannersinfo .tthometabbanner .coupan, #ttspecialbannersinfo .ttspecialbanner .coupan {
  background: white;
  padding: 8px 20px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #tthometabbannersinfo .tthometabbanner, #tthometabbannersinfo .ttspecialbanner, #ttspecialbannersinfo .tthometabbanner, #ttspecialbannersinfo .ttspecialbanner {
    min-height: 670px;
  }
}
@media (max-width: 991px) {
  #tthometabbannersinfo, #ttspecialbannersinfo {
    width: 100%;
    float: left;
  }
  #tthometabbannersinfo .tthometabbanner .discount, #ttspecialbannersinfo .tthometabbanner .discount {
    margin: 20px 0 0;
  }
  #tthometabbannersinfo .tthometabbanner .discount-label, #ttspecialbannersinfo .tthometabbanner .discount-label {
    margin: 0 0 10px;
  }
  #tthometabbannersinfo .ttspecialbanner .discount, #ttspecialbannersinfo .ttspecialbanner .discount {
    margin: 0 0 20px;
  }
  #tthometabbannersinfo .ttspecialbanner .discount-label, #ttspecialbannersinfo .ttspecialbanner .discount-label {
    margin: 10px;
  }
  #tthometabbannersinfo .tthometabbanner, #tthometabbannersinfo .ttspecialbanner, #ttspecialbannersinfo .tthometabbanner, #ttspecialbannersinfo .ttspecialbanner {
    min-height: 100%;
    padding: 30px 20px 40px;
  }
}*/
/* ----------------------------- End TemplateTrip TT-MetaBanner-01 ------------------------------ */
/* ----------------------------- Start TemplateTrip TTSpecialBannerInfo ------------------------------ */
#tthometabbannersinfo {
  margin: 30px 0 0 0;
}

#ttspecialbannersinfo {
  margin: 15px 0 0 0;
}
#tthometabbannersinfo .tthometabbanner, #ttspecialbannersinfo .tthometabbanner {
  background: #82d4ed;
}
#tthometabbannersinfo .tthometabbanner .coupan, #ttspecialbannersinfo .tthometabbanner .coupan {
  color: #2095b8;
}
#tthometabbannersinfo .tthometabbanner .discount, #ttspecialbannersinfo .tthometabbanner .discount {
  margin: 70px 0 0;
}
#tthometabbannersinfo .tthometabbanner .discount-label, #ttspecialbannersinfo .tthometabbanner .discount-label {
  margin: 0 0 60px;
}
#tthometabbannersinfo .ttspecialbanner, #ttspecialbannersinfo .ttspecialbanner {
  background: #ff9e6f;
}
#tthometabbannersinfo .ttspecialbanner .coupan, #ttspecialbannersinfo .ttspecialbanner .coupan {
  color: #cd5a22;
}
#tthometabbannersinfo .ttspecialbanner .discount, #ttspecialbannersinfo .ttspecialbanner .discount {
  margin: 0 0 70px;
}
#tthometabbannersinfo .ttspecialbanner .discount-label, #ttspecialbannersinfo .ttspecialbanner .discount-label {
  margin: 60px 0 10px;
}
#tthometabbannersinfo .tthometabbanner, #tthometabbannersinfo .ttspecialbanner, #ttspecialbannersinfo .tthometabbanner, #ttspecialbannersinfo .ttspecialbanner {
  min-height: 750px;
  padding: 120px 20px 0;
  color: white;
  text-align: center;
}
#tthometabbannersinfo .tthometabbanner .offer-title, #tthometabbannersinfo .ttspecialbanner .offer-title, #ttspecialbannersinfo .tthometabbanner .offer-title, #ttspecialbannersinfo .ttspecialbanner .offer-title {
  font: 36px/40px "Alex Brush", sans-serif;
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 30px;
  padding: 0 0 15px;
}
#tthometabbannersinfo .tthometabbanner .offer-title:before, #tthometabbannersinfo .ttspecialbanner .offer-title:before, #ttspecialbannersinfo .tthometabbanner .offer-title:before, #ttspecialbannersinfo .ttspecialbanner .offer-title:before {
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#tthometabbannersinfo .tthometabbanner .desc, #tthometabbannersinfo .ttspecialbanner .desc, #ttspecialbannersinfo .tthometabbanner .desc, #ttspecialbannersinfo .ttspecialbanner .desc {
  font: 14px/18px "Roboto", Helvetica, sans-serif;
  float: left;
  width: 100%;
}
#tthometabbannersinfo .tthometabbanner .discount, #tthometabbannersinfo .ttspecialbanner .discount, #ttspecialbannersinfo .tthometabbanner .discount, #ttspecialbannersinfo .ttspecialbanner .discount {
  font: 72px/72px "Alex Brush", sans-serif;
  float: left;
  width: 100%;
}
#tthometabbannersinfo .tthometabbanner .discount-label, #tthometabbannersinfo .ttspecialbanner .discount-label, #ttspecialbannersinfo .tthometabbanner .discount-label, #ttspecialbannersinfo .ttspecialbanner .discount-label {
  font: 18px/24px "Roboto", Helvetica, sans-serif;
  float: left;
  width: 100%;
  text-transform: none;
}
#tthometabbannersinfo .tthometabbanner .coupan, #tthometabbannersinfo .ttspecialbanner .coupan, #ttspecialbannersinfo .tthometabbanner .coupan, #ttspecialbannersinfo .ttspecialbanner .coupan {
  background: white;
  padding: 8px 20px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #tthometabbannersinfo .tthometabbanner, #tthometabbannersinfo .ttspecialbanner, 
  #ttspecialbannersinfo .tthometabbanner, #ttspecialbannersinfo .ttspecialbanner {
    min-height: 630px;
  }
}
@media (max-width: 991px) {
  #tthometabbannersinfo, #ttspecialbannersinfo {
    width: 100%;
	margin: 0;
    float: left;
  }
  #tthometabbannersinfo .tthometabbanner .discount, #ttspecialbannersinfo .tthometabbanner .discount {
    margin: 20px 0 0;
  }
  #tthometabbannersinfo .tthometabbanner .discount-label, #ttspecialbannersinfo .tthometabbanner .discount-label {
    margin: 0 0 10px;
  }
  #tthometabbannersinfo .ttspecialbanner .discount, #ttspecialbannersinfo .ttspecialbanner .discount {
    margin: 0 0 20px;
  }
  #tthometabbannersinfo .ttspecialbanner .discount-label, #ttspecialbannersinfo .ttspecialbanner .discount-label {
    margin: 10px;
  }
  #tthometabbannersinfo .tthometabbanner, 
  #tthometabbannersinfo .ttspecialbanner, 
  #ttspecialbannersinfo .tthometabbanner, 
  #ttspecialbannersinfo .ttspecialbanner {
    min-height: 100%;
    padding: 30px 20px 40px;
  }
}
/* ----------------------------- End TemplateTrip TTSpecialBannerInfo ------------------------------ */
/* ----------------------------- Start TemplateTrip Banner ------------------------------ */
#ttbanners {
  margin: 5px auto 50px;
}
#ttbanners .ttbanner .ttbannerblock .ttbanner-img a, #ttbanners .ttbanner .ttbannerblock .ttbanner1-img a {
  position: relative;
  display: block;
}
#ttbanners .ttbanner .ttbannerblock .ttbanner-img a:before, #ttbanners .ttbanner .ttbannerblock .ttbanner1-img a:before {
  background-color: #ffffff;
  border-radius: 5px;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  opacity: 0.2;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -khtml-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  width: 0;
}
#ttbanners .ttbanner .ttbannerblock .ttbanner-img a:after, #ttbanners .ttbanner .ttbannerblock .ttbanner1-img a:after {
  background-color: #ffffff;
  border-radius: 5px;
  bottom: 0;
  content: "";
  height: 0;
  opacity: 0.2;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  position: absolute;
  right: 0;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -khtml-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  width: 0;
}
#ttbanners .ttbanner .ttbannerblock .ttbanner-img img, #ttbanners .ttbanner .ttbannerblock .ttbanner1-img img {
  width: 100%;
  box-shadow: 0 0 5px #eeeeee;
  -moz-box-shadow: 0 0 5px #eeeeee;
  -webkit-box-shadow: 0 0 5px #eeeeee;
}
@media (min-width: 768px) {
  #ttbanners .ttbanner .ttbannerblock .ttbanner-img a:hover:before, #ttbanners .ttbanner .ttbannerblock .ttbanner-img a:hover:after, #ttbanners .ttbanner .ttbannerblock .ttbanner1-img a:hover:before, #ttbanners .ttbanner .ttbannerblock .ttbanner1-img a:hover:after {
    height: 100%;
    transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -khtml-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    width: 100%;
  }
}
@media (max-width: 991px) {
	#ttbanners {
	  margin: 5px auto 10px;
	}
}
@media (max-width: 480px) {
  #ttbanners .ttbanner .ttbannerblock .ttsubbanner1, #ttbanners .ttbanner .ttbannerblock .ttsubbanner2 {
    width: 100%;
  }
  #ttbanners .ttbanner .ttbannerblock .ttsubbanner1 {
    margin: 0 0 10px;
  }
}
/* ----------------------------- End TemplateTrip Banner ------------------------------ */
/* ----------------------------- Start TT - CMS Counter block ----------------------- */
.container.ttcountermain {
	padding: 0;
}
#ttcounter {
  float: left;
  width: 100%;
  margin: 30px 0 50px;
}
#ttcounter .ttcmscounter {
  float: left;
  width: 100%;
  background: white;
  box-shadow: 0 0 5px #eeeeee;
  -moz-box-shadow: 0 0 5px #eeeeee;
  -webkit-box-shadow: 0 0 5px #eeeeee;
}
#ttcounter .ttcmscounter .ttcmscounter-content {
  margin: 0;
  float: left;
  width: 100%;
}
#ttcounter .ttcmscounter .ttcmscounter-content .counter-content {
  float: left;
  text-align: left;
  width: 100%;
}
#ttcounter .ttcmscounter .ttcmscounter-content .counter-content .ttcounter-content {
  background: #3d3d3d none repeat scroll 0 0;
  padding: 40px 30px;
  text-align: center;
}
#ttcounter .ttcmscounter .ttcmscounter-content .counter-content .ttcounter-title {
  color: #ffffff;
  float: left;
  font: 500 24px/26px "Roboto", sans-serif;
  margin: 0 0 20px;
  width: 100%;
  position: relative;
}
#ttcounter .ttcmscounter .ttcmscounter-content .counter-content .ttcounter-title:before {
  border-bottom: 2px solid #ffffff;
  bottom: -10px;
  content: "";
  height: 1px;
  right: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  width: 40px;
}
#ttcounter .ttcmscounter .ttcmscounter-content .counter-content .ttcounter-desc {
  float: left;
  width: 100%;
  color: #bbbbbb;
  margin: 15px 0 0;
}
#ttcounter .ttcmscounter .ttcmscounter-content .counter-content .ttcounter {
  padding-top: 42px;
}
#ttcounter .ttcmscounter .ttcmscounter-content .counter-content .ttcounter span {
  float: left;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
#ttcounter .ttcmscounter .ttcmscounter-content .counter-content .ttcounter .counter-title {
  float: left;
  width: 100%;
  text-align: center;
  color: #000;
  font: 600 42px "Roboto", sans-serif;
}
#ttcounter .ttcmscounter .ttcmscounter-content .counter-content .ttcounter .counter-desc {
  color: #777;
  float: left;
  width: 100%;
  letter-spacing: 1px;
  margin: 15px 0 0;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
#ttcounter .ttcmscounter .ttcmscounter-content .counter-content .ttcounter.counter2 .ttcounterimg:before {
  content: "";
  cursor: pointer;
  display: inline-block;
  float: none;
  font-size: 14px;
  height: 50px;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}
#ttcounter .ttcmscounter .ttcmscounter-content .counter-content .ttcounter.counter2 .ttcounterimg.counterimg2:before {
  background: transparent url("TemplateTrip/images/store-services-icon.png") no-repeat scroll -30px -48px;
}
#ttcounter .ttcmscounter .ttcmscounter-content .counter-content .ttcounter.counter2:hover .ttcounterimg.counterimg2:before {
  background-position: -122px -48px;
}
#ttcounter .ttcmscounter .ttcmscounter-content .counter-content .ttcounter.counter3 {
  margin: 0;
}
#ttcounter .ttcmscounter .ttcmscounter-content .counter-content .ttcounter.counter3 .ttcounterimg:before {
  content: "";
  cursor: pointer;
  display: inline-block;
  float: none;
  font-size: 14px;
  height: 50px;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}
#ttcounter .ttcmscounter .ttcmscounter-content .counter-content .ttcounter.counter3 .ttcounterimg.counterimg3:before {
  background: transparent url("TemplateTrip/images/store-services-icon.png") no-repeat scroll -30px -175px;
}
#ttcounter .ttcmscounter .ttcmscounter-content .counter-content .ttcounter.counter3:hover .ttcounterimg.counterimg3:before {
  background-position: -122px -175px;
}
#ttcounter .ttcmscounter .ttcmscounter-content .counter-content .ttcounter.counter4 {
  margin: 0;
}
#ttcounter .ttcmscounter .ttcmscounter-content .counter-content .ttcounter.counter4 .ttcounterimg:before {
  content: "";
  cursor: pointer;
  display: inline-block;
  float: none;
  font-size: 14px;
  height: 50px;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}
#ttcounter .ttcmscounter .ttcmscounter-content .counter-content .ttcounter.counter4 .ttcounterimg.counterimg4:before {
  background: transparent url("TemplateTrip/images/store-services-icon.png") no-repeat scroll -30px -303px;
}
#ttcounter .ttcmscounter .ttcmscounter-content .counter-content .ttcounter.counter4:hover .ttcounterimg.counterimg4:before {
  background-position: -122px -303px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #ttcounter {
    margin: 30px 0px;
  }
  #ttcounter .ttcmscounter .ttcmscounter-content .counter-content .ttcounter-content {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  #ttcounter .ttcmscounter .ttcmscounter-content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #ttcounter .ttcmscounter {
    padding: 0px 0 20px;
  }
  #ttcounter .ttcmscounter .ttcmscounter-content .counter-content .ttcounter-content {
    padding: 20px 25px;
  }
  #ttcounter .ttcmscounter .ttcmscounter-content .counter-content .ttcounter {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 480px) {
  #ttcounter {
  	margin: 10px 0 20px;
  }
  #ttcounter .ttcmscounter .ttcmscounter-content .counter-content .ttcounter-content {
    width: 100%;
  }
  #ttcounter .ttcmscounter .ttcmscounter-content .counter-content .ttcounter {
    margin: 20px 0 30px;
    width: 100%;
  }
}
/* ----------------------------- End TT - CMS Counter block ----------------------- */
/* ------------------------------------ Start TT - Footer-Top CMS Purchase block ------------------------------- */
footer .footer-top-cms {
    float: left;
    width: 100%;
} 
#ttcmspurchase {
  float: left;
  padding: 50px 0;
  width: 100%;
  background: #222222;
}
#ttcmspurchase .ttcmspurchase-subtitle {
  float: left;
  font: 400 16px/24px "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 0 6px;
  color: white;
  position: relative;
}
#ttcmspurchase .ttcmspurchase-subtitle:before {
  background: #ffffff;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  width: 35px;
}
#ttcmspurchase .ttcmspurchase-title {
  float: left;
  font: 400 22px/38px "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  clear: left;
  color: white;
}

#ttcmspurchase .ttcmspurchase-btn {
  float: right;
}
#ttcmspurchase .ttcmspurchase-btn a {
  padding: 10px 20px;
  font: 400 16px/18px "Roboto", sans-serif;
  border: 1px solid #ffd26f;
  text-transform: uppercase;
  background: #ffd26f;
  color: #212121;
}
#ttcmspurchase .ttcmspurchase-btn a:hover {
  background: #ffb520 none repeat scroll 0 0;
  border-color: #ffb520;
}
@media (max-width: 991px) {
  #ttcmspurchase {
      margin: 0 0 30px !important;
  }
  #ttcmspurchase .footer-container {
    padding: 20px 0px;
  }
  #ttcmspurchase .ttcmspurchase-title {
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  #ttcmspurchase .footer-container {
    padding: 20px 10px;
  }
  #ttcmspurchase .ttcmspurchase-subtitle {
    font-size: 12px;
    line-height: 14px;
  }
  #ttcmspurchase .ttcmspurchase-subtitle {
    font-size: 12px;
    line-height: 14px;
  }
  #ttcmspurchase .ttcmspurchase-title {
    font-size: 14px;
    line-height: 28px;
  }
  #ttcmspurchase .ttcmspurchase-btn a {
    font-size: 13px;
    line-height: 18px;
    padding: 5px 6px;
  }
}
@media (max-width: 480px) {
  #ttcmspurchase {
    margin: 0 0 10px !important;
  }
  #ttcmspurchase .ttcmspurchase-title {
    font-size: 12px;
    line-height: 18px;
  }
  #ttcmspurchase .ttcmspurchase-btn {
    float: left;
    clear: left;
    margin: 5px 0 0;
  }
}

/* ------------------------------------ End TT - Footer-Top CMS Purchase block ------------------------------- */
/*--------------------------------------- Footer Left CMS Start -------------------------------*/
#ttcmsfooter {
    float: left;
    margin: 0;
	padding: 52px 10% 0;
	min-height: 280px;
	border-right: 1px solid #dfdfdf;
    text-align: center;
}
#ttcmsfooter .ttfooter-logo {
    float: left;
    margin: 0 0 20px;
    width: 100%;
}
#ttcmsfooter .ttfooter-desc {
    float: left;
    margin: 20px 0 0;
    width: 100%;
	color: #777;
}
@media (max-width: 1199px) {
	#ttcmsfooter {
		padding: 6% 0 0;
	    min-height: 210px;
	}
}
@media (max-width: 991px) {
	#ttcmsfooter {
		border: medium none;
		float: left;
		min-height: 100%;
		padding: 0;
		margin: 30px auto;
		width: 100%;
	}
	#ttcmsfooter .ttfooter-desc {
	  display: inline-block;
	  float: none;
	  padding: 0 20px;
	  width: 80%;
	}
	#ttcmsfooter .ttfooter-logo {
		margin: 0;
	}
}
@media (max-width: 480px) {
	#ttcmsfooter .ttfooter-desc {
		width: 100%;
	}
}
/*---------------------------------------- Footer Left CMS End ----------------------------------*/
/*------------------------ follow us CSS Start -----------------------------------------*/
.footer-left-content .follow-us .social-info {
    color: #777;
    display: block;
    font-size: 13px;
    margin: 0 0 30px;
    text-align: center;
}
.footer-left-content {
    min-height: 280px;
    padding: 52px 6% 0;
	border-right: 1px solid #dfdfdf;
}
.footer-left-content .follow-us ul li {
    display: inline-block;
    float: none;
    margin: 0 5px 0 0;
	padding: 0 !important;
}
.footer-left-content .follow-us ul li a {
    border: 1px solid #dfdfdf;
    color: #000000;
    display: inline-block;
    height: 48px;
	padding: 15px;
    text-align: center;
    width: 48px;
}
.footer-left-content .follow-us .social-info {
	width: 100%;
}
.footer-left-content .follow-us ul li a:hover { 
	background: #ffc547;
	color: #000;
	border-color: #ffc547;
}
@media (max-width: 1199px) {
	.footer-left-content {
		padding: 6% 0 0;
	    min-height: 210px;
	}
}
@media (max-width: 991px) {
   .footer-left-content {
		border: medium none;
		float: left;
		min-height: 100%;
		padding: 0;
		width: 100%;
   }
}
/*------------------------ follow us CSS Start -----------------------------------------*/
/*---------------------------------------- Footer Bottom Extra Links start -----------------------------*/
.footer-bottom .footer-extra-link .list-unstyled > li {
	display: inline-block;
	border-right: 1px solid #777;
	padding: 0 8px;
	line-height: 10px;
}
.footer-bottom .footer-extra-link .list-unstyled > li:last-child {
	border: none;
}
footer  .footer-bottom .footer-column h5 {
	display: none;
}
footer .footer-bottom .footer-column {
    border: medium none;
    min-height: 100%;
	float: left;
	width: 100%;
}
footer .footer-extra-link ul.list-unstyled {
	padding: 25px 0 0;
	margin: 0 0 2px;
}
@media (max-width: 991px) { 
	footer .footer-extra-link ul.list-unstyled {
		margin: 0;
		padding: 0 10px;
	}
	.footer-bottom .footer-extra-link .list-unstyled > li {
		border: medium none;
		display: block;
		line-height: 24px;
		padding: 0;
	}
	footer .footer-bottom .footer-column h5 {
		display: block;
	}
	footer .footer-bottom .footer-column {
		float: left;
		width: 100%;
	}
	.footer-bottom {
		border: none;
	}
	footer .footer-bottom > p {
		border-top: 1px solid #e5e5e5;
		color: #777;
		text-align: center;
		padding: 20px 0;
		float: left;
		width: 100%;
	}
}
/*---------------------------------------- Footer Bottom Extra Links end -----------------------------*/
/*------------------------ CheckBox,Radio Extra CSS Start -----------------------------------------*/

input[type="radio"],
input[type="checkbox"] {
    margin-top: 0;
    cursor: pointer;
}
.checkbox-wrapper {
    background: #fbf9f5 url("TemplateTrip/images/input-sprite.png") repeat scroll 0 -257px;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.checkbox-wrapper:hover {
    background-position: -30px -257px;
}
.checkbox-wrapper.active {
    background-position: -15px -257px;
}
.checkbox-wrapper input {
    background: none;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    position: relative;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}
.radio-wrapper {
    background: #fbf9f5 url("TemplateTrip/images/input-sprite.png") repeat scroll 0 -243px;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.radio-wrapper:hover,
.radio-wrapper.active {
    background-position: -13px -243px;
}
.radio-wrapper input {
    background: none;
    border: none;
    box-shadow: none;
    position: relative;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}
/*------------------------ CheckBox,Radio Extra CSS End -----------------------------------------*/

#menu .dropdown-inner .list-unstyled.childs_1.single-dropdown-menu a {
    border-bottom: 1px solid #eee;
}
.dropdown-menu {
	border: none;
}
#menu .dropdown-inner a {
    width: 240px;
    display: block;
    line-height: 22px;
    font-size: 16px;
    text-transform: none;
}
#menu .dropdown-inner li a:hover, #menu .dropdown-inner li a:focus {
    color: #fff;
    background: linear-gradient(to left,#e8a424, #e3b80e);
}

#menu .dropdown-menu .dropdown-inner .single-dropdown-menu {
    padding: 0;
}
.dropdown-menu {
	padding: 0;
}
#menu ul.nav > li.dropdown:hover > .dropdown-menu {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
#menu ul.nav li ul.list-unstyled.single-dropdown-menu > li.dropdown .dropdown-menu {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
#menu .dropdown-inner a {
    line-height: 22px;
    padding: 10px 10px !important;
    }
    
#menu ul.nav ul.list-unstyled.single-dropdown-menu li.dropdown > a::after {
    right: 6px;
    top: 27%;
}
.randomcat a li {
    display: inline-block;
    padding: 5px 10px;
    background: #dfdfdf;
    border: 2px solid #dfdfdf;
    margin: 5px;
    border-radius: 6px;
    opacity: 1.0;
    font-size: 16px;
}
.randomcat a:hover li {
	border: 2px solid #f8c700;
    opacity: 0.7;
}



/* TAGS /////////////////////////////////////////////////////////////////////////// */
/* linktags top */
.linktagsinfo3 {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

.tag-slider3 {
	padding: 0;
	max-height: 162px;
	overflow: hidden;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.tag-slider3 li {
	display: inline-block;
	margin: 5px;
}

.tag-slider3 li a {
	color: #fff;
	border: #222 solid 1px;
	padding: 4px 20px;
	border-radius: 0px;
	display: inline-block;
	background: #222;
	opacity: 1;
}

.tag-slider3 li a:hover {
	text-decoration: none;
	color: #ffffff;
border: #e89800 solid 1px;
background: #e89800;
	opacity: 1;
}

.linktagsinfo3-overflow {
	text-decoration: underline;
	font-size: 18px;
	margin: 10px;
	color: #222;
	cursor: pointer;
	opacity: 0.70;
}

.linktagsinfo3-overflow:hover {
	color: #222;
	opacity: 1;
}



/* linktags bootom */
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .70;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 0px;/*-25*/
}
[dir='rtl'] .slick-prev
{
    right: 0px;/*-25*/
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 0px;/*-25*/
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0px;/*-25*/
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.object-fit_cover {
	-o-object-fit: cover;
	object-fit: cover;
}

.m_image img {
	height: auto;
	background-color: #444;
}

.m_image img[class] {
	width: 100%;
}

.m_image {
	position: relative;
	z-index: 0;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.m_image:nth-child(2n) {
	clear: left;
}

.m_image:nth-child(2n+1) {
	margin-right: 0;
}

.subcategories {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #efefef;
	position: relative;
}

.subcategories__h3 {
	font-size: 14px;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	width: 140px;
}

.sub-links-2 {
	font-size: 14px;
	font-weight: 500;
	padding: 0;
	margin-right: 120px !important;
	list-style: none;
	margin-bottom: 10px !important;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
	position: relative;
	height: 36px;
	min-height: 32px !important;
	overflow: hidden;
	display: block !important;
}

.sub-links-2.open, .sub-links-2.opens {
	height: auto;
	margin: 0 auto 30px auto !important;
}

.sub-links-2 li {
	margin: 0 5px 10px 5px;
	display: inline-block;
}

.sub-links-2 a {
    color: #222;
    border: #666 solid 1px;
    padding: 4px 20px;
    border-radius: 0px;
    display: inline-block;
    opacity: 0.70;
}

.sub-links-2 a:hover {
    text-decoration: none;
    color: #ffffff;
    border: #222 solid 1px;
    background: #222;
    opacity: 1;
}

.linktagsinfo .sub-links-2 a {
	color: #fff;
	border: #f0a20c solid 1px;
	padding: 4px 20px;
	border-radius: 0px;
	display: inline-block;
	background: #f0a20c;
}

.linktagsinfo .sub-links-2 a:hover {
	text-decoration: none;
	color: #ffffff;
	border: #f0a20c solid 1px;
	background: #f0a20c;
}

.slick-prev::before, .slick-next::before {
	color: #222;
}

.bgsub-links-2::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 32px;
	/*background: url("../image/grad-left.png") no-repeat;*/
	position: absolute;
	left: 20px;
	top: 0;
	z-index: 1;
}

.bgsub-links-2::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 32px;
	/*background: url("../image/grad-right.png") no-repeat;*/
	position: absolute;
	right: 140px;
	top: 0;
	z-index: 1;
}

.linktagsinfo, .footertagsinfo {
	display: block !important;
}

.subcategories .navi {
	position: absolute;
	bottom: 6px;
	right: 0;
	width: 100px;
	height: 31px;
}

.subcategories .navi span {
    cursor: pointer;
    color: #222;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.70;
    font-weight: bold;
}

.subcategories .close {
	filter: alpha(opacity = 100) !important;
	opacity: 1 !important;
}

.subcategories .navi span:hover {
	text-decoration: none;
	opacity: 1;
}

.footerlist {
	font-size: 22px!important;
	font-weight: bold!important;
	color: #222 !important;
	margin-top: 40px;
}
.footerlist ul {
	font-size: 14px!important;
	font-weight: normal!important;
    list-style: none;
margin: 15px 0 70px;
    padding: 0;
    color: #a1a5a8!important;
}
.footerlist ul li {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
color: #666 !important;
font-weight: bold;
}
.categorytags {
    overflow: hidden;
    padding: 40px;
    max-height: 270px;
}
.categorytags_wrap {
    background: #222;
    color: #fff;
    font-size: 16px;
    padding-bottom: 40px;
}
#title_categorytagbootom {
    font-weight: normal;
    margin-bottom: 20px;
    font-size: 22px;
font-weight: bold;
color: #222;
}
#ltags_bootom {
    width: 100%;
    float: left;
}
#ltags_top {
    width: 100%;
    float: left;
    margin-top: 30px;
}
#catname_categorytagbootom {
    font-weight: bold;
}
.list_categorytagbootom {
    list-style: none;
}
.list_categorytagbootom {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
.list_categorytagbootom li {
    display: inline-flex;
    padding: 6px 14px;
    margin: 6px;
    background: #222;
    color: #fff;
    border: 1px solid #222;
    border-bottom: 1px solid #fff;
}
.list_categorytagbootom li:hover{background: #fff; color: #222;border: 1px solid #fff;}
#btnmore_categorytagbootom {
    text-align: center;
    font-weight: bold;
    padding-top: 0px;
    background: #222;
    border-top: 1px solid #ffd26f;
    width: 95%;
    margin: auto;
}
#btnmore_categorytagbootom a {
background: #ffd26f;
padding: 15px 30px;
display: inline-block;
color: #222;
cursor: pointer;
}
#btnmore_categorytagbootom a:hover {
background: #ffb520;
padding: 15px 30px;
color:#222;
}

#menu {
    background: #222;
}
.category-wall-panel {
    border: none;
    background: #fff;
    box-shadow: 0 0 3px #eeeeee;
}
.panel-heading.category-wall-panel-heading {
    color: #232323 !important;
    background-color: unset !important;
    border-color: unset !important;
    border: none !important;
}
.panel-footer.category-wall-panel-footer {
    background: none !important;
    border: none !important;
}
#category-wall #TTPTab-0 {
    margin-bottom: 30px;
}
#category-wall .panel-body {
    padding: 0px 15px;
    min-height: unset !important;
}
#category-wall .panel-heading {
    padding: 10px 15px;
        padding-bottom: 10px;
    padding-bottom: 0px;
}
#category-wall .product-thumb, #category-wall .product-layout, #category-wall .product-layouts {
    position: relative;
    display: inline-grid;
    float: none;
    width: 100%;
}
.category-products .product-layout, .category-products .product-layouts {
    padding: 15px;
    display: inline-flex;
    float: none;
    width: 100%;
}
@media (min-width:768px) {
	#category-wall .product-thumb, #category-wall .product-layout, #category-wall .product-layouts {
    position: relative;
    display: inline-grid;
    float: none;
    width: 49.7%;
}
.category-products .product-layout, .category-products .product-layouts {
    padding: 15px;
    display: inline-flex;
    float: none;
    width: 49%;
}
}
@media (min-width:992px) {
#category-wall .product-thumb, #category-wall .product-layout, #category-wall .product-layouts {
    position: relative;
    display: inline-grid;
    float: none;
    width: 24.7%;
}
.category-products .product-layout, .category-products .product-layouts {
    padding: 15px;
    display: inline-flex;
    float: none;
    width: 33%;
}
}
#category-wall .category-wall-panel-body-description {
    word-wrap: anywhere;
    text-align: left;
}
#category-wall .panel.panel-primary.category-wall-panel, #category-wall .product-layout, #category-wall .product-layouts {
    min-height: 1px !important;
}
.list-group-item.category-wall-list-group-item {
    color: #000;
    background: #ffe6af;
    border: 3px solid #fff;
    text-align: center;
}
.list-group-item.category-wall-list-group-item:hover {
	color: #000;
    background: #ffbd67;
}
.category-wall-panel-title {
    font-size: 20px;
    padding: 10px 0px;
    text-decoration: underline;
}
.ttcart {
    width: 100%;
}

#form82Modal .modal-dialog .modal-header .close {
    font-size: 30px;
    padding: 3px 5px;
    margin-top: -5px;
    float: right;
    color: #fff;
    opacity: 1;
}
#form82Modal .modal-title {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}
#form82Modal .modal-content {
    background: linear-gradient(45deg,#fff17e,#dd7c00);
    border: none;
}
#form82Modal .modal-header {
    background: #000;
    color: #fff;
    font-size: 20px;
    border: none;
    text-align: center;
    text-transform: uppercase;
}
#form82Modal .modal-body {
    position: relative;
    background-image: url("/image/sizes.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 400px;
    padding-right: 80px;
    padding-top: 40px;
    padding-left: 40px;
}
#form82Modal .control-label {
    color: #000;
    font-size: 16px;
}
#form82Modal .modal-footer {
    padding: 15px;
    border: none;
    text-align: center;
}
#form82Modal .btn-primary {
    background: #000;
    border: 1px solid #000;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
}
#form82Modal .btn-primary {
    background: #000;
    border: 1px solid #000;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
}
#form82Modal .btn-primary:hover {
background: #ffe683;
color: #232323;
border-color: #ffa700;
}
#form87ModalLabel {
    text-align: center;
    color: #fff;
    font: 700 30px/26px "Roboto",sans-serif;
        line-height: 26px;
    letter-spacing: 0.6px;
    margin: 0 auto;
    padding: 0 0 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    line-height: 37px;
}
#form87Form .control-label {
    text-align: left;
}
#form87Button {
    font-size: 22px;
    padding: 20px;
    font-weight: bold;
}
#form87 .modal-footer {
    padding: 5px 15px;
    text-align: center;
    border-top: none;
}
#form87 .col-sm-9:nth-child(1), #form87 .col-sm-8:nth-child(1) {
	margin-top: 50px;
margin-bottom: 50px;
    background: linear-gradient(120deg, #b6df69, #5aa666);
    padding: 20px;
}
#wawidget {
    background: #22d772;
position: fixed;
bottom: 100px;
right: 16px;
width: 68px;
height: 68px;
border-radius: 50%;
font-size: 70px;
text-align: center;
color: #fff;
border: 6px solid #137940;
opacity: 0.9;
}
#wawidget:hover {
    opacity: 1.0;
}
#wawidget .fa-whatsapp {
    font-size: 67px;
    color: #fff;
    left: -1px;
    position: absolute;
    top: -4px;
}
#montajtable {
    color: #402f23;
    font-size: 16px;
    border-color: #eac79b;
}
#montajtable td, #montajtable tr, #montajtable th {
    border-color: #eac79b !important;
    text-align: center;
    padding: 10px;
}
.customform {
    /*float: left;*/
}
.product-thumb {
    width: 100%;
}

.category-filter .col-md-3 {
	min-width: 40%;
	padding: 0 20px;
}
.category-filter .filter-sort-by {
    max-width: 34%;
}
.filter-show .col-md-4 {
	min-width: 50%;
	padding: 0 20px;
}
.category-products {
	margin-top: 40px;
	margin-bottom: 40px;
}
.category-products h3 {
    text-align: center;
    color: #232323;
    font: 700 30px/26px "Roboto",sans-serif;
        line-height: 26px;
    line-height: 26px;
    line-height: 26px;
    letter-spacing: 0.6px;
    margin: 0 auto;
    padding: 0 0 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    line-height: 37px;
}

#hdopmenu_left, #hdopmenu_right {
	font-size: 14px;
line-height: 28px;
}
#hdopmenu_left a, #hdopmenu_right a {
	font-weight: bold;
	font-size:16px;
}

#hdopmenu_left {
}
#hdopmenu_left ul {
    list-style: none;
}


#hdopmenu_right {
}
#hdopmenu_right ul {
    list-style: none;
}

#form87 label {
    font-size: 18px;
    color: #5b864b;
    padding: 3px 0 !important;
    font-weight: bold;
}
#form87 textarea.form-control {
    font-size: 16px;
}
.formfix {
    float: left;
}

.category-image {
  position: fixed;
  top: -10000px;
}














.product-thumb .button-group {
  bottom: 20px;
  float: none;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  background: #fff;
}

.product-thumb .button-group button{
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  color: #888;
  display: inline-table;
  float: none;
  font-weight: bold;
  height: 50px;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: none;
  width: 46%;
  vertical-align: middle;
}
.btn-cart.cp-call-button {
  width: 100% !important;
}
/*.product-thumb .button-group button:nth-child(1) {
  float: right !important;
}
.product-thumb .button-group button:nth-child(2) {
  float: left;
}
.product-thumb .button-group button:nth-child(3) {
  float: left;
}*/

.product-thumb .button-group i {
  background-image: url("TemplateTrip/images/product-sprite.png");
  background-repeat: no-repeat;
  height: 30px;
  width: 37px;
}

.fa {
  font-size: 14px;
  vertical-align: middle;
}

/* WIDTH < 980 */
@media (max-width:991px) {
	
#menu .dropdown-inner .list-unstyled.childs_1.single-dropdown-menu a {
  /*border: none !important;*/
  font-weight: bold;
}
#menu .navbar-nav li.dropdown .dropdown-menu .dropdown-inner ul.childs_2 a {
  font-weight: normal !important;
}

#menu ul.nav > li.dropdown:hover > .dropdown-menu {
  box-shadow: none !important;
}

#menu .dropdown-inner li a:hover, #menu .dropdown-inner li a:focus {
  color: #fff;
  background: linear-gradient(to left,#e8a424, #e3b80e);
}

#menu ul.nav li ul.list-unstyled.single-dropdown-menu > li.dropdown .dropdown-menu {
  box-shadow: none !important;
}

#menu .dropdown a {
	font-weight: bold !important;
}

#menu .dropdown-inner {
  font-weight: normal !important;
}

}

.pspecification {
  font-size: 11px;
  line-height: 14px;
  margin: 10px;
  text-align: justify;
}

.dop-menu-background {
  background: #fff;
  position: absolute;
  z-index: 999;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
  display: none;
}
.oct-menu-li {  
  text-align: left;
  list-style: none;
  font-size: 16px;
font-weight: bold;
width: 100%;
}
.oct-menu-child-ul .oct-menu-li {
  margin: 8px 15px;
  font-size: 14px;
font-weight: normal;
}
.oct-menu-back {
  display: none;
}
.oct-menu-li.main-dop-menu {
  float: left;
  width: 25%;
  padding: 15px;
}
.main-dop-menu .oct-menu-child-ul {
  display: none;
  position: absolute;
  background: #fff;
box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
padding: 10px;
}
.main-dop-menu:hover .oct-menu-child-ul {
	display: block;
}
.dop-menu-butt {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  color: #222;
  padding: 10px 0px;
  cursor: cell;
  width: 138px;
  border-bottom: 3px solid;
  overflow: hidden;
}
.dop-menu {
  padding: 0px;
}

@media (max-width:991px) {
	.dop-menu {
	display:none;
	}
}













