/*
Theme Name: Gshop
Theme URI: http://themeforest.net/user/ThemeRox/portfolio 
Description: The gshop theme  is a fully responsive theme that looks great on any device. Features include 
a front page template with its own widgets, an optional display font, styling for post formats on both index and single views,
and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Author: ThemeRox
Author URI: http://themeforest.net/user/ThemeRox
Version: 1.0.0
Tags: custom-background, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, translation-ready
Text Domain: gshop
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
@font-face {
  font-family: PTSansRegular;
  src: url('fonts/PT_Sans-Web-Regular.ttf');
}

body {
	color: #9A9A9A;
	font-family: PTSansRegular, Arial, Helvetica, sans-serif;
}

p {

}

a {
	color:#FF5C5C;
        font-family: PTSansRegular, Arial, Helvetica, sans-serif;
}

h1 {

}

h2 {

}

h3 {
  margin-top: 0;
  font-size: 17px;
  text-transform: capitalize;
}

h4 {
	margin: 0;
}

h5 {

}

h6 {

}

a:hover {color: #FF0000 !important;}
a:focus {
	text-decoration: none;
}

a:focus {
    outline: medium none;
}

label {
	font-weight: normal;
}

img {
	max-width: 100%;
	height: auto;
}

/*--------------presets------------------------*/

#header,
.more-button,
.submit-btn,
.navigation ul li.active a,
.navigation ul li a:hover,
.top-button {
  /*background-color: #FB6C64;*/
}

#footer,
.eemail_button input[type="button"],
.sidebar .widget_search input[ type= "submit" ],
#footer .searchform input[type="submit"] {
  /*background-color: #ff6946;*/
}

a:hover,{color;	#FF5C5C !important;}
a:focus,
.tagcloud a,
.author a,
.blog-tags ul li a,
.comment-meta a,
.navigation ul li a {
	/*color: #FB6C64;*/
}

.form-control:focus {
   /* border-color: #FB6C64;*/
}

.navigation {
	display: inline-block;
	width: 100%;
}

.navigation ul li.active a,
.navigation ul li a:hover {
	color: #fff;
}

/*--------------header-------------------------*/

.container {
    max-width: 1200px;
}

.boxed section {
	max-width: 1200px;
	margin: 0 auto;
}

#main-container {
	background: #fff;
}

#header {
  padding: 0 0 40px 0;
  	
}

.fixed {
	padding: 0 0 1px 0!important;
}

.main-header {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: rgba( 255, 255, 255, 0.3);
  position: relative;
}

.main-header:before {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: rgba( 0, 0, 0, 0.1);
  bottom: -2px;
  height: 3px;
  position: absolute;
  width: 100%;
}

.logo {
  margin: 0;
}

.header-shopping-cart {
  padding: 35px 0 5px 0;
}

.fixed .header-shopping-cart {
	padding: 5px 0 5px 0;
}

.header-language-cart-listing {
  float: right;
}

.language {
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	float: left;
}

.language li {
	height: 30px;
	padding: 5px 10px 5px 28px!important;
	position: relative;
	background: url(images/globe.png) left center no-repeat;
	margin-left: 5px;
}

.language li a {
	color: #fff;
}

.language li li {
	list-style: none;
}

.language li li a {
	color: #999999;
}

.language ul {
	display: block;
	padding: 5px;
}

.language li > ul {
    background-color: #FFFFFF;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	-o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	-ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    margin-top: 10px;
    position: absolute;
    visibility: hidden;
    width: 170px;
    z-index: 999;
	right: 0;
	left: auto;
}

.language li:hover > ul {
    margin-top: 0;
    transition: margin 200ms ease 0s;
    visibility: visible;
}

.language-cart {
  border: 1px solid #FFFFFF;
  text-align: right;
  margin: 0 15px 0 0;
  padding: 0 5px;
  float: right;
}

.language-cart li {
  border-right: 1px solid #fff;
  padding: 5px 10px;
  height: 30px;
  min-width: 30px;
  position: relative;
}

.language-cart li a {
  color: #fff;
  padding-left: 28px;
  display: block;
}

.language-cart li a:hover {
  text-decoration: none;
}

.language-cart .item-wishlist a{
  background: url(images/heart.png) left center no-repeat;
  
}

.language-cart .item-cart{
   border-right: none;
}

.language-cart .item-cart a{
  background: url(images/header-cart.png) left center no-repeat;
 
}

.dropdown-cart{
  background: #fff;
  border-width: 1px;
  border-style: solid;
/*  border: 1px solid #FB6C64;*/
  border-top: none;
  left: auto;
  padding: 10px;
  position: absolute;
  right: -7px;
  top: 30px;
  visibility: hidden;
  width: 300px;
  z-index: 9999;
}

.woocommerce-page .dropdown-cart ul.product_list_widget li,
.woocommerce-cart .dropdown-cart ul.product_list_widget li,
.woocommerce .dropdown-cart ul.product_list_widget li{
  height: auto;
  text-align: left;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 5px;
}

.woocommerce-page .dropdown-cart ul.product_list_widget li a,
.woocommerce-cart .dropdown-cart ul.product_list_widget li a,
.woocommerce .dropdown-cart ul.product_list_widget li a{
  float: right;
  color: #9a9a9a;
  font-weight: normal;
}

.woocommerce-page .dropdown-cart ul.product_list_widget li .quantity,
.woocommerce-cart .dropdown-cart ul.product_list_widget li .quantity,
.woocommerce .dropdown-cart ul.product_list_widget li .quantity{
  float: left;
  width: 60px;
}

.woocommerce-page .dropdown-cart a.button,
.woocommerce-cart .dropdown-cart a.button,
.woocommerce-page .dropdown-cart a.button{
  font-size: 12px;
  padding: 5px;
}

.item-cart:hover .dropdown-cart{
  visibility: visible;
}

.header-search-form {
  float: right;
}

.header-search-form input.search-query {
    background: url("images/search.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    border: medium none;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    padding: 3px 0 4px;
    transition-duration: 400ms;
    transition-property: width, background;
    transition-timing-function: ease;
    width: 30px;
}

.header-search-form-mobile {
	display: none;
}

.header-search-form input.search-query:focus {
    border: 1px solid #fff;
    cursor: auto;
    margin-bottom: 0;
    outline: 0 none;
    padding: 5px 14px 5px 22px;
    width: 200px;
    -o-border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px 0 0 50px;
    -ms-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
}

.header-search-form-mobile input.search-query-mobile {
    border: 1px solid #fff;
    cursor: auto;
    margin-bottom: 0;
    outline: 0 none;
    padding: 5px 14px 5px 22px;
    width: 200px;
	background: url("images/search.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	color: #fff;
}

/*---------------------menu---------------------*/
.navbar-nav {
  float: right;
  position: relative;
}

.navbar-collapse {
  max-height: none;
}

.navbar-collapse.in {
    overflow-y: visible;
}

.navbar-nav > li {
  margin: 0;
  position: relative;
  padding: 0 10px;
}

.navbar-nav > li > a {
  color: #fff;
  display: block;
  font-size: 17px;
  padding: 20px 15px;
  text-transform: capitalize;
}

.navbar-nav > li.current-menu-item > a {
  font-weight: bold;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
}

.navbar-collapse {
  padding-right: 0;
}

.navbar-nav li .dropdown-menu {
  display: block;
}

.dropdown-menu > li > a{
  color: #999;
  padding: 8px 20px;
}


.navbar-nav li > .sub-menu, 
.navbar-nav li ul ul, 
.navbar-nav li > .dropdown-menu { 
  visibility: hidden;
  background-color: #fff;
  position :absolute;
  z-index: 999;
  width: 260px;
  margin-top: 30px;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);;
  -ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);;
  border: none;
}

.navbar-nav li:nth-last-child(2) .sub-menu, 
.navbar-nav li:nth-last-child(2) .dropdown-menu,
.navbar-nav li:nth-last-child(3) .sub-menu, 
.navbar-nav li:nth-last-child(3) .dropdown-menu {
	right: 0;
	left: auto;
}

.navbar-nav li ul li{
  position: relative;
}

.navbar-nav li ul ul {
  top: 30px;
  left: 80px !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-nav li ul li a{
  background-color: transparent;
  color: #999999;
}

.navbar-nav li:hover > .dropdown-menu {
  transition: margin 200ms ease 0s;
  -o-transition: margin 200ms ease 0s;
  -webkit-transition: margin 200ms ease 0s;
  margin-top: -1px;
  visibility: visible;
}

.navbar-nav .open .dropdown-menu {
    visibility: hidden;
  }

.navbar-toggle .icon-bar {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0px;
}

.navbar-toggle {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0px;
    float: left;
    padding: 9px 6px;
	color: #fff;
}

#magic-line {
  position: absolute;
  bottom: 0px; 
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.68);
}

.fixed {
	position: fixed;
	/*background-color: #FB6C64;*/
	z-index: 9999;
	width: 100%;
}

.boxed .fixed {
	max-width: 100%;
}
 
/*--------------------main container---------------*/
#main-container {
  min-height: 300px;
  position: relative;
}

.content-main {
	padding: 50px 0 38px;
	overflow: hidden;
}

.content {
	margin-bottom: 20px;
}

/*------------------------front page-------------------------*/
.product-title-recent:before {
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 2px;
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
}

.product-title-recent h2 {
	font-size: 24px;
}

.product-title-icon {
	position: absolute;
	left: 47.5%;
	bottom: -23px;
}

.product-title-icon i:before {
    /*background: none repeat scroll 0 0 #FB6C64;*/
    border-radius: 65%;
    display: block;
    line-height: 45px;
    padding: 0 4px;
    width: 45px;
}

.product-title-icon i {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 50%;
    color: #FFFFFF;
    display: inline-block;
    height: 53px;
    padding: 3px;
    width: 53px;
}

.product-title-recent {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
	border-bottom: 1px solid #d4d4d4;
	position: relative;
	padding-bottom: 40px;
}

.summer-sale  {
	padding: 20px;
	color: #fff;
  width: 100%;
}

.discount-sale {
    color: #FFFFFF;
    width: 100%;
}

.summer-sale td,
.discount-sale td{
  padding: 15px 20px 0;
  width: 140px;
}

.summer-sale td> span,
.discount-sale td > span{
  display: inline-block;
}

.summer-sale td:nth-child(2),
.discount-sale td:nth-child(2){
  padding: 15px 15px 15px 0;
  width: auto;
}

.summer-sale span.offer,
.discount-sale span.offer {
	font-size: 60px;
  display: block;
  line-height: 60px;
  text-transform: uppercase;
}

.summer-sale a,
.discount-sale a {
	border: 1px solid #FFFFFF;
    color: #FFFFFF;
    float: right;
    font-size: 18px;
    padding: 8px 15px;
	background-image: url("images/button-large.png");
    background-position: center center;
    background-size: 100% 100%;
    margin-top: 15px;
}

.summer-sale a:hover,
.discount-sale a:hover,
.summer-sale a:focus,
.discount-sale a:focus {
	background-image: url("images/button-large-hover.png");
	color: #fff;
}

/*------------------------pages------------------------------*/
/*.content-main h3:after {
	position: absolute;
	width: 100%;
	height: 0;
	content: "";
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 2px;
	left: 0;
	bottom: 0;
}

.content-main h3 {
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 30px;
	margin-top: 15px;
}*/

/*------------------------sidebar----------------------------*/

.sidebar {
	display: block;
	overflow: hidden;
}

.content-main .title-content h3:after {
	border: none;
}

.title-content {
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 30px;
}

.title-content h3 {
	border-bottom: 1px solid #d4d4d4;
	margin: 0 0 2px 0;
	padding-bottom: 30px;
}

.widget {
	margin-bottom: 60px;
}

.sidebar ul {
	padding: 0;
	margin: 0;
}

.sidebar ul li {
	list-style: none;
	line-height: 32px;
}
.sidebar .post-date{
  display: block;
  font-style: italic;
}
.tagcloud a {
	border: 1px solid #EEEEEE;
    font-size: 14px!important;
    margin: 3px 6px 3px 0px;
    padding: 10px;
	float: left;
}

.sidebar .widget_search label {
	display: block;
}

.sidebar .widget_search input[ type= "text" ] {
	padding: 7px;
	border: 1px solid #d4d4d4;
}

.sidebar .widget_search input[ type= "submit" ] {
	padding: 8px 20px;
	border: none;
	background-image: url(images/button-large.png);
    background-position: center center;
    background-size: 100% 100%;
	color: #fff;
}

.sidebar .widget_search input[ type= "submit" ]:hover {
	background-image: url(images/button-large-hover.png);
}

/*------------------------blog-------------------------------*/

.blog-thumbnail {
	width: 48%;
	margin-right: 4%;
	float: left;
}

.gallery-icon {
	position: relative;
}

.gallery-icon img {
	width: 100%;
}

.gallery-icon .blog-thumbnail {
	width: 98%;
	margin-right: 2%;
}

.gallery-item {
	border: 1px solid #D4D4D4;
    margin: 10px;
    overflow: hidden;
    padding: 5px !important;
}

.gallery-icon .blog-thumbnail a.element-lightbox {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.gallery-icon .element-overly {
	display: none;
}

.blog-thumbnail img {
	float: left;
	border: 1px solid #d4d4d4;
	padding: 8px;
	margin: 0;
	width: 100%;
}

.single .blog-thumbnail img {
	margin-bottom: 25px;
}

.title-border-blog {
	margin: 30px 0;
    width: 100%;
	height: 4px;
	display: inline-block;
	border-bottom: 1px solid #D4D4D4;
    border-top: 1px solid #D4D4D4;
}

.title-border-single {
	margin: 30px 0;
    width: 100%;
	height: 4px;
	display: inline-block;
    border-top: 1px solid #D4D4D4;
}

.post-meta-blog {
	float: left;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	width: 100%;
	text-align: center;
}

.no-thumbnail {
	border-top: 1px solid #d4d4d4;
	width: 50%;
}

.post-meta-blog li {
	border-right: 1px solid #d4d4d4;
	padding: 10px 0;
	width: 33%;
}

.post-meta-blog li:last-child {
	border-right: none;
}

.post h3 {
	color: #9A9A9A;
    font-size: 30px;
    font-weight: normal;
}

.format-video h3{
  margin: 10px 0 20px 0;
}

.widget_rox-panels-latest-post{
  overflow: hidden;
}

.latest-posts{
  margin-bottom: 10px;
}

.latest-post-thumbnail{
  width: 30%;
  border: 1px solid #d4d4d4;
  margin-right: 10px;
}
.latest-post-thumbnail img{
  padding: 5px;
  width: 100%;
  height: auto;
}


.more-button,
.submit-btn,
.top-button {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 25px;
    text-align: center;
    text-transform: uppercase;
	margin-top: 20px;
	border: none;
    background-image: url(images/button-large.png);
    background-position: center center;
    background-size: 100% 100%;
    position: relative;
}

.top-button {
	float: right;
	margin: 0;
}

.wpcf7-submit.submit-btn {
	margin-top: 0;
}

.more-button:hover,
.submit-btn:hover,
.more-button:focus,
.submit-btn:focus,
.top-button:hover,
.top-button:focus {
	background-image: url(images/button-large-hover.png);
	color: #fff;
}

.form-control {
    border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	height: 40px;
}

textarea.form-control {
	height: 150px;
}

.form-control:focus {
	 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(258, 108, 100, 0.6);
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(258, 108, 100, 0.6);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(258, 108, 100, 0.6);
	-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(258, 108, 100, 0.6);
}

.more-button:hover {
	color: #fff;
} 

.author a {
	padding-left: 5px;
	margin-right: 20px;
}

.time i {
	padding-right: 5px;
}

.blog-tags ul span {
	display: inline-block;
    margin-top: 15px;
    vertical-align: top;
}

.blog-tags ul {
	margin-bottom: 30px;
}

.blog-tags ul li {
	padding: 0;
}

.blog-tags ul li a {
	border: 1px solid #EEEEEE;
    font-size: 14px!important;
    margin: 3px 0px 3px 0px;
    padding: 10px;
	float: left;
}

.comment-list {
	padding: 0;
	margin-bottom: 30px;
}

.comment-list li {
	list-style: none;
}

.comment-list li img {
	float: left;
	background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
    float: left;
    margin: 4px 10px 4px 0;
    padding: 4px;
}

.comment-meta {
	margin-bottom: 0;
}

.commentbody {
	display: inline-block;
}

.navigation ul {
	float: left;
	border: 1px solid #d4d4d4;
}

.navigation ul li {
	border-right: 1px solid #d4d4d4;
	padding: 0!important;
	float:left;	
}

.navigation ul li a {
	padding: 4px 12px;
	display: block;
}

.navigation ul li:last-child {
	border-right: none;
}

.addthis_toolbox {
	border-bottom: 1px solid #D4D4D4;
    margin-bottom: 30px;
    padding: 0 0 30px;
	position: relative;
}

.addthis_toolbox:after {
	position: absolute;
	height: 0;
	width: 100%;
	line-height: 0;
	content: "";
	border-bottom: 1px solid #d4d4d4;
	bottom: 0;
	left: 0;
	margin-bottom: 2px;
}

.no-thumbnail-blog {
	width: 100%;
}

.recent-slider {
	position: relative;
}

.arrow-next-previous {
	background: none repeat scroll 0 0 #FFFFFF;
    position: absolute;
    right: 0;
    top: 34px;
    width: 40px;
}

.arrow-next-previous a {
	font-size: 22px;
	margin-left: 5px;
}

.view i.fa-video-camera {
	font-size: 70px;
	margin-top: 25%;
}

.testimonial-thumbnail {
	float: left;
	max-width: 28%;
	position: relative;
}

.testimonial-right-content {
	float: left;
	margin-left: 7%;
	max-width: 65%;
}

.testimonial-right-content h5,
.simple-tabs h5 {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

.testimonial-right-content p {
	margin-bottom: 5px;
}

.testimonial-thumbnail img:before {
    border-radius: 65% 65% 65% 65%;
    display: block;
    line-height: 105px;
    padding: 4px;
}

.testimonial-thumbnail img {
	border-width: 1px;
	border-style: solid;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    padding: 4px;
}

.testimonial-wrap {
	overflow: hidden;
}

.testimonial {
	overflow: hidden;
}

.testimonial-wrap .testimonial:nth-child(1) {
	-webkit-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -o-animation-duration: 500ms;
  -ms-animation-duration: 500ms;
  animation-duration: 500ms;
}

.testimonial-wrap .testimonial:nth-child(2) {
	-webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  -ms-animation-duration: 1000ms;
  animation-duration: 1000ms;
}

.testimonial-wrap .testimonial:nth-child(3) {
	-webkit-animation-duration: 1500ms;
  -moz-animation-duration: 1500ms;
  -o-animation-duration: 1500ms;
  -ms-animation-duration: 1500ms;
  animation-duration: 1500ms;
}

.testimonial-wrap .testimonial:nth-child(4) {
	-webkit-animation-duration: 2000ms;
  -moz-animation-duration: 2000ms;
  -o-animation-duration: 2000ms;
  -ms-animation-duration: 2000ms;
  animation-duration: 2000ms;
}


.sticky {
}
	
.gallery-caption {	
}

.bypostauthor {
}

/*------------------------breadcrumb-------------------------*/

.bredcrumbs {
	display: block;
  margin-bottom: 30px;
}

.bredcrumbs ul li a {
    padding: 0 10px 0 0;
}

.bredcrumbs ul li {
	text-transform: capitalize;
}

.bredcrumbs.single ul{
	text-align: right;
	margin-bottom: 29px;
}

.sidebar-right .bredcrumbs ul {
	text-align: left;
}

/*-----------------------shortcodes---------------------------*/
.simple-tabs {
	border-color: #d4d4d4;
}

.google-map-container {
	margin-bottom: 50px;
}

.wpcf7 {
    margin: 0 0 50px!important;
}

.services-left-icon {
	width: 10%;
	float: left;
}

.services-right-content {
	width: 87%;
	float: left;
  padding-bottom: 30px;
}
.services-right-content h4{
  margin-bottom: 5px;
}

#questions {
	margin-bottom: 20px;
}

#questions ul {
	padding: 0 0 0 2px;
}

#questions ul li {
	list-style: none;
	/*color: #FB6C64;*/
}

#answers i {
	/*color: #F8AA33;*/
}

#answers ul {
	padding: 0 0 0 2px;
}

#answers ul li {
	list-style: none;
	display: inline-block;
}

#answers ul li.current-faq {
	padding: 10px 20px;
	/*background: #F8AA33;*/
	color: #fff;
}

#answers ul li.current-faq i {
	color: #fff;
}

.woocommerce nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination,
.woocommerce #content nav.woocommerce-pagination,
.woocommerce-page #content nav.woocommerce-pagination {
	display: inline-block;
	width: 100%;
}

/*-----------------------footer-------------------------------*/
#footer-top {
    background: url(images/footer_bg.png) repeat center center rgba(0, 0, 0, 0);
    text-align: center;
    color: #fff;
	position: relative;
}

.footer-top-bg {
	background: rgba(251, 108, 100, 0.8);
	padding: 65px 65px 35px;
	overflow: hidden;
}

.back-to-top {
	text-align: center;
	position: absolute;
	left: 47.5%;
	bottom: -29px;
	z-index: 11;
}

.back-to-top a {
}

#footer .widget ul {
	padding: 0;
	margin: 0;
}

#footer .widget ul li {
	list-style: none;
}

#footer .widget ul li a {
	color: #fff;
}

.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li{
  height: 12px;
  width: 12px;
}

.carousel-indicators .active{
  height: 14px;
  width: 14px;
}

.customer{
  padding: 0;
  margin-bottom: 40px; 
}

.customer li{
  list-style: none;
}

.customer span {
    font-size: 28px;
    font-weight: bold;
    margin: 0 15px;
}

.customer .counter{
  font-size: 16px;
}

#footer {
  color: #fff;
  padding-top: 40px;
}

#footer .widget {
	margin: 0;
}

#footer .widget ul {
	padding: 0;
}

.social-icons {
  padding-top: 10px;
}

.social-icons li{
  line-height: 35px;
  text-align: center;
  width: 39px;
  border: 1px solid #fff;
  -o-border-radius: 60px;
  -webkit-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
  margin-right: 12px;
  margin-bottom: 12px;
   background-image: url(images/button-large.png);
   background-position: center center;
   background-size: 100% 100%;
}

.social-icons li:hover,
.social-icons li:focus {
	background-image: url(images/button-large-hover.png);
}

.social-icons li a{
  font-size: 17px;
  color: #fff;
  text-decoration: none;
}

.eemail_caption {
  margin-bottom: 25px;
}

.eemail_textbox input[type="text"],
#footer .searchform input[type="text"]{
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 13px 5px;
  width: 100%;
  max-width: 300px;
}

.eemail_button input[type="button"],
#footer .searchform input[type="submit"]{
  padding: 13px 25px;
  margin-top: 6px;
  background-image: url(images/button-large.png);
    background-position: center center;
    background-size: 100% 100%;
    position: relative;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}

.eemail_button input[type="button"]:hover,
.eemail_button input[type="button"]:focus,
#footer .searchform input[type="submit"]:hover,
#footer .searchform input[type="submit"]:focus {
	background-image: url(images/button-large-hover.png);
	color: #fff;
}

.credit-list {
  text-align: center;
  width: 100%;
  margin: 0;
  padding-top: 70px;
}

.credit-list li {
  padding-left: 0;
  padding-right: 3px;
  line-height: 36px;
}

.credit-list a {
  background: #fff;
  padding: 8px 13px;
}

.credit-list a img{

}

#footer .best_sellers_slider .product-thumb {
	border: 1px solid #fff;
}

/*--------------------------------revolution slider-----------------*/
.tp-caption.small-title{
  font-size:17px;
  color:#fff;
  
  
 }
.tp-caption.medium-title{
  font-size:60px;
  color:#fff;
  font-weight:bold;
 }
.tp-caption.big-title{
  font-size:120px;
  color:#fff;
  font-weight:bold;
 }
.tp-caption.img-border{
  border:1px solid #fff;
 }
 
  body .tp-leftarrow.default:before,
  body .tp-rightarrow:before {
	  position: absolute;
	  content: "<";
	  font-size: 16px;
	  color: #fff;
	  left: 14px;
	  top: 7px;
  }
  
  body .tp-rightarrow:before {
	  content: ">";
	  right: 14px;
  }
 
 body .tp-leftarrow.default,
  body .tp-rightarrow.default {
	 background: url(images/button-large.png) no-repeat;
	 background-position: center center;
    background-size: 100% 100%;
	position: relative;
	border: 1px solid #fff;
	 
 }
 
  body .tp-leftarrow.default:hover,
   body .tp-rightarrow.default:hover {
	 background: url(images/button-large-hover.png) no-repeat;
	 background-position: center center;
    background-size: 100% 100%;	 
 }

/*--------------------------------responsive-----------------------*/

@media (min-width: 300px) and (max-width: 767px) {
	.language-cart li {
		padding: 5px;
	}
	.language-cart {
		margin: 0;
	}
	
	.fixed {
		position: relative;
	}
	
  .header-search-form input.search-query:focus {
    width: 198px;
    margin-bottom: 2px; 
  }

  .header-search-form,
  .header-language-cart-listing {
    float: left;
  }

  .navbar-nav {
      float: left;
      width: 100%;
  }

  .navbar-collapse.in {
    overflow-y: auto;
}

  .navbar-nav > li {
    margin: 0;
  }

  .navbar-nav > li > a {
    padding: 5px 0;
  }

  .navbar-nav li > .dropdown-menu {
    position: relative!important;
  }

  .navbar-nav li:hover > .dropdown-menu{
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }

  .navbar-nav li .dropdown-menu,
  .navbar-nav li.open .dropdown-menu {
    visibility: visible;
    display: none;
  }

  .navbar-nav li.open .dropdown-menu {
    visibility: visible;
    display: block;
  }

  .dropdown-toggle:after{
    border-bottom: 4px solid rgba(255, 255, 255, 0) !important;
      border-top: 4px solid rgba(255, 255, 255, 0) !important;
      border-left: 5px solid #fff;
      content: "";
      height: 0;
      margin-top: 8px;
      width: 0;
	  position: absolute;
	  margin-left: 15px;
  }

  .open .dropdown-toggle:after{
    border-left: 4px solid rgba(255, 255, 255, 0) !important;
      border-right: 4px solid rgba(255, 255, 255, 0) !important;
      border-top: 5px solid #fff !important;
      content: "";
      height: 0;
      margin-top: 8px;
      width: 0;
	  margin-left: 15px;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header{
    padding: 5px 0px;
    color: #fff;
  }
  .navbar-nav .open ul{
    padding-left: 25px;
  }
  
  .dropdown-menu >li >a:hover,
  .dropdown-menu > li > a:focus{
    background: none;
    color: #efefef!important;
  }

  .navbar-nav li ul ul {
    top: 100%;
    left: 0;
  }

  #magic-line {
    display: none;
  }
  
  /*----------------blog---------------*/
  
  .blog-thumbnail {
	  width: 100%;
  }

  /*---------------footer--------------*/
  #footer-top {
  }
  
  .footer-top-bg {
	  padding: 65px 0px 22px;
  }
  
  .header-search-form, .header-language-cart-listing {
	  margin-right: 5px;
  }
  
  #footer .widget {
    margin: 0 0 15px;
	}
	
	label {
    width: 100%;
	}
  
  
}

@media (min-width: 768px) and (max-width: 1199px ) {
	.sidebar .widget {
		width: 48%;
		margin-right: 10px;
		float: left;
	}
}

@media (min-width: 300px) and (max-width: 500px ) {
.header-search-form {
	  display: none;
  }
  
  .header-search-form-mobile {
	display: block;
	right: 10px;
	top: 15px;
	position: absolute;
	}
  .dropdown-cart{
    width: 265px;
    padding: 4px;
  }
  
  .summer-sale td,
	.discount-sale td{
	  padding: 15px 5px 0;
	  width: 140px;
	}
	
	.testimonial {
		margin-bottom: 15px;
	}
}
.alignleft {
   display: inline;
   float: left;
}
.alignright {
   display: inline;
   float: right;
}
.aligncenter {
   display: inline;
   float: center;
}
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }