/*
Theme Name: buy2etsy
Theme URI: http://migrateshop.com
Author: Migrate Shop Team
Author URI: http://sangvish.com
Description: Multi vendor marketplace
Version: 6.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sangvish-tn
Tags: marketplace,multivendor
*/

/* =Reset default browser CSS. 
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
	.glyph {
		float: left;
		text-align: center;
		padding: .75em;
		margin: .4em 1.5em .75em 0;
		width: 6em;
text-shadow: none;
	}
        .glyph_big {
        font-size: 128px;
        color: #59c5dc;
        float: left;
        margin-right: 20px;
        }

        .glyph div { padding-bottom: 10px;}

	.glyph input {
		font-family: consolas, monospace;
		font-size: 12px;
		width: 100%;
		text-align: center;
		border: 0;
		box-shadow: 0 0 0 1px #ccc;
		padding: .2em;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
	}
	.centered {
		margin-left: auto;
		margin-right: auto;
	}
	.glyph .fs1 {
		font-size: 2em;
	}
/* =HTML5 display-role reset for older browsers
----------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
font-family: 'Montserrat', sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* =Global
----------------------------------------------- */
body {
  line-height: 24px;
  color: #555;
  overflow-x: hidden;
  background: #fff;
}

a {
  text-decoration: none;
  color: #000;
  outline: none;
}

.ui-tabs-hide {
  display: none;
}

br.clear {
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  padding-bottom: 15px;
  color: #444444;
font-family: 'Montserrat', sans-serif;
  line-height: 1.3;
}

.woof .chosen-container-multi .chosen-choices li.search-field input[type="text"]
{
	min-height:28px !important;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #444444;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 24px;
}

h3, h4, h5, h6 {
  font-size: 16px;
  color: #222;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 12px;
}

p {
  padding-bottom: 15px;
  line-height: 24px;font-size:14px;
}

strong, b {
  font-weight: bold;
  color: #666;
}

cite, em, i {
  font-style: italic;
}

pre {
  background-color: #eee;
  overflow: auto;
  padding: 20px;
  color: #555;
  margin-bottom: 30px;
}

pre, code {
  font-family: Courier New, monospace;
}

ins {
  text-decoration: none;
}

sup, sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 6px;
}

sub {
  top: 4px;
}
/* Blockquote */
blockquote {
  border-left: 4px solid #ccc;
  border-right: 4px solid #ccc;
  background: url(images/blockquote-bg.jpg) 10px 10px no-repeat #eee;
  width: 85%;
  margin: 0 auto;
  padding: 20px 20px 20px 48px;
  margin-bottom: 30px;
}
blockquote p {
  color: #555;
  padding-bottom: 0px;
}
/* Breadcrumb */
.breadcrumb {
  padding: 25px 0 0;
  overflow: hidden;
}
.breadcrumb ul {
  list-style: none none;
  margin: 0;
  height: 24px;
  border-right: 1px solid #dadada;
  float: left;
}
.breadcrumb ul li {
  float: left;
  padding: 0 0px 0 0;
  font-size: 12px;
  font-style: italic;
}
.breadcrumb ul li a {
  float: left;
  line-height: 23px;
  height: 22px;
  padding: 0 22px 0 12px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  display: block;
  background: url(images/breadcrumb-bg.png) right 8px no-repeat #fff;
  color: #888;
}
.breadcrumb ul li a:hover {
  color: #fff;
  background-color: #888888;
  background-position: right 0px;
}
.breadcrumb ul li.current_item a, .breadcrumb ul li.current_item {
  background-color: #888888;
  background-image: none;
  border-bottom: 1px solid #DADADA;
  border-left: 1px solid #DADADA;
  border-top: 1px solid #DADADA;
  color: #FFFFFF;
  height: 22px;
  line-height: 23px;
  padding: 0 15px;
}
/* Form */
input[type=text], input.text, input.title, textarea, select, input[type=password], input[type=tel], input[type=email], input[type=date] {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #111;
  padding:2px 10px;
  width: 100%;
      height: 35px;
    line-height: 29px;margin:0 0 10px;
}
.woocommerce div.product form.cart .variations label
{
	margin-top:8px;
}
.delete {
  color: red;
}
#sidebar .input[type=text] {
  width: 282px;
}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
  background-color: #f3f3f3;
  border: 1px solid #bbb;
}
textarea {
  padding: 10px;
}
/* Contact Form 7 Support */
.wpcf7-form span.wpcf7-not-valid-tip {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  color: #FF0000;
  font-size: 14px;
  left: 10px;
  line-height: 16px;
  top: 0;
}

img#about-image {
  float: left;
  margin: 3px 8px 8px 0px;
}
hr {
  border-bottom-color: #ddd;
  border-bottom-style: solid;
  border-width: 0 0 1px;
  height: 0px;
  margin: 0 0 30px;
  overflow: hidden;
}
ol {
  list-style: outside decimal;
  margin: 0 0 20px 25px;
}

ul li a, ol li a {
  color: #222;font-size:14px;
}

ol ol {
  list-style: outside upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

dl {
  margin: 0 0 1.5em 0;
}

dl dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
  margin-bottom: 1em;
}

strong {
  font-weight: bold;
}

cite, em, i {
  font-style: italic;
}

big {
  font-size: 131.25%;
}

ins {
  background: #ffc;
  text-decoration: none;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

a.readmore {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  padding-top: 8px;
}

a.readmore:hover {
  text-decoration: underline;
}

.margin-auto {
  margin: 0 auto;
}
/* Clearfix */
.CL {
  clear: left;
  height: 0px;
  overflow: hidden;
}

.CR {
  clear: right;
  height: 0px;
  overflow: hidden;
}

.clear {
  clear: both;
}
/* clearfix hack */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}


/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

/* close commented backslash hack */
.displayblock {
  display: block;
}

.displaynone {
  display: none;
}

#wrapper {
  width: 980px;
  margin: 0 auto;
}
/* =Header
----------------------------------------------- */
#header .top-bg {
  background-position: center bottom;
  height: 16px;
  border-bottom: 4px solid #ccc;
}

#header .bottom-bg {
  border-bottom: 1px solid #fefefe;
  padding-top: 20px;
}
#headimg {
  clear: both;
  display: block;
  overflow: hidden;
  width: 976px;
  margin-top: 40px;
}

#headimg img {
  width: 100%;
  height: auto;
}
ul.social-profile {
  list-style: none;
  margin: -10px 0 0;
}

#header ul.social-profile {
  float: right;
}

ul.social-profile li {
  float: left;
  margin: 10px 10px 0 0;
}

#header ul.social-profile li {
  margin: 10px 0 0 10px;
}

ul.social-profile li a {
  text-indent: -99999px;
}

ul.social-profile li a {
  background: url(images/social-profile.png) right bottom no-repeat;
  display: block;
  height: 33px;
  width: 33px;
  text-indent: -99999px;
}

ul.social-profile li.facebook a {
  background-position: 0 0;
}

ul.social-profile li.facebook a:hover {
  background-position: 0 -43px;
}

ul.social-profile li.twitter a {
  background-position: -44px 0;
}

ul.social-profile li.twitter a:hover {
  background-position: -44px -43px;
}

ul.social-profile li.you-tube a {
  background-position: -87px 0;
}

ul.social-profile li.you-tube a:hover {
  background-position: -87px -43px;
}

ul.social-profile li.rss a {
  background-position: -130px 0;
}

ul.social-profile li.rss a:hover {
  background-position: -130px -43px;
}

ul.social-profile li.google-plus a {
  background-position: -173px 0;
}

ul.social-profile li.google-plus a:hover {
  background-position: -173px -43px;
}

ul.social-profile li.pinterest a {
  background-position: -216px 0;
}

ul.social-profile li.pinterest a:hover {
  background-position: -216px -43px;
}

ul.social-profile li.slideshare a {
  background-position: -259px 0;
}

ul.social-profile li.slideshare a:hover {
  background-position: -259px -43px;
}

ul.social-profile li.foursquare a {
  background-position: -302px 0;
}

ul.social-profile li.foursquare a:hover {
  background-position: -302px -43px;
}

ul.social-profile li.viemo a {
  background-position: -345px 0;
}

ul.social-profile li.viemo a:hover {
  background-position: -345px -43px;
}

ul.social-profile li.myspace a {
  background-position: -388px 0;
}

ul.social-profile li.myspace a:hover {
  background-position: -388px -43px;
}

ul.social-profile li.flickr a {
  background-position: -431px 0;
}

ul.social-profile li.flickr a:hover {
  background-position: -431px -43px;
}

ul.social-profile li.dribbble a {
  background-position: -474px 0;
}

ul.social-profile li.dribbble a:hover {
  background-position: -474px -43px;
}

ul.social-profile li.wordpress a {
  background-position: -517px 0;
}

ul.social-profile li.wordpress a:hover {
  background-position: -517px -43px;
}

ul.social-profile li.deviantart a {
  background-position: -560px 0;
}

ul.social-profile li.deviantart a:hover {
  background-position: -560px -43px;
}

ul.social-profile li.linkedin a {
  background-position: -603px 0;
}

ul.social-profile li.linkedin a:hover {
  background-position: -603px -43px;
}

ul.social-profile li.tumblr a {
  background-position: -646px 0;
}

ul.social-profile li.tumblr a:hover {
  background-position: -646px -43px;
}

ul.social-profile li.delicious a {
  background-position: -689px 0;
}

ul.social-profile li.delicious a:hover {
  background-position: -689px -43px;
}

ul.social-profile li.lastfm a {
  background-position: -732px 0;
}

ul.social-profile li.lastfm a:hover {
  background-position: -732px -43px;
}

ul.social-profile li.instagram a {
  background-position: -776px 0;
}

ul.social-profile li.instagram a:hover {
  background-position: -776px -43px;
}

ul.social-profile li.github a {
  background-position: -818px 0;
}

ul.social-profile li.github a:hover {
  background-position: -818px -43px;
}

ul.social-profile li.odnoklassniki a {
  background-position: -860px 0;
}

ul.social-profile li.odnoklassniki a:hover {
  background-position: -860px -43px;
}

ul.social-profile li.vkontakte a {
  background-position: -903px 0;
}

ul.social-profile li.vkontakte a:hover {
  background-position: -903px -43px;
}

ul.social-profile li.myworld a {
  background-position: -946px 0;
}

ul.social-profile li.myworld a:hover {
  background-position: -946px -43px;
}

ul.social-profile li.goodreads a {
  background-position: -989px 0;
}

ul.social-profile li.goodreads a:hover {
  background-position: -989px -43px;
}

ul.social-profile li.skype a {
  background-position: -1033px 0;
}

ul.social-profile li.skype a:hover {
  background-position: -1033px -43px;
}

ul.social-profile li.soundcloud a {
  background-position: -1076px 0;
}

ul.social-profile li.soundcloud a:hover {
  background-position: -1076px -43px;
}

ul.social-profile li.email a {
  background-position: -1119px 0;
}

ul.social-profile li.email a:hover {
  background-position: -1119px -43px;
}

#header .social-search form.searchform input, .search-field {
  height: 35px;
  padding: 0px 10px;
  font-size: 14px;
}

#header .social-search form.searchform button, .woocommerce-product-search input[type=submit] {
  background:#fa6800 !important;
  border: 0 none !important;
  width: 84px;
  height: 35px;
  display: block;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  padding: 0px;
}

/* =Menu
----------------------------------------------- */
#header #mainmenu {
  float: left;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-top: 40px;
  position: relative;
  width: 976px;
  z-index: 1000;
  box-shadow: 0 1px 0px #fff;
}

.home #header #mainmenu {
  box-shadow: none;
}

#header #mainmenu ul {
  margin: 0px;
  list-style: none;
}

#header #mainmenu ul li {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  float: left;
  margin-bottom: -1px;
  position: relative;
}

#header #mainmenu ul li a {
  padding: 0 15px;
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 48px;
  color: #444;
  float: left;
  white-space: nowrap;
}

#header #mainmenu ul li a:hover,
#header #mainmenu ul li.current-menu-item a,
#header #mainmenu ul li.current-menu-parent a,
#header #mainmenu ul li.current_page_item a,
#header #mainmenu ul li.current_page_ancestor a,
#header #mainmenu ul li:hover > a {
  background-color: #444;
  color: #fff;
}
/* Dropdown menu */
#header #mainmenu ul li ul, #header #mainmenu ul li:hover ul li ul {
  display: none;
  list-style: none none;
  z-index: 9999;
}
#header #mainmenu ul li:hover ul, #header #mainmenu ul li ul li:hover ul {
  display: block;
}
#header #mainmenu ul li ul {
  position: absolute;
  background-color: #444;
  top: 48px;
  left: 0px;
  padding: 0px;
  width: 185px;
  margin: 0px;
  border-right: 1px solid #555555;
  border-left: 1px solid #555555;
  border-top: 1px solid #555555;
}
#header #mainmenu ul li ul li ul {
  left: 185px;
  top: -1px;
}
#header #mainmenu ul li ul li {
  float: none;
  border-bottom: 1px solid #666;
  border-right: 0 none;
}
#header #mainmenu ul li ul li a {
  padding: 7px 10px;
  color: #999;
  float: none;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  white-space: normal;
}
#header #mainmenu ul li ul li a:hover, #header #mainmenu ul li ul li:hover > a {
  background-color: #333;
  text-decoration: none;
  color: #fff;
}
/* Page Title */
#header #page-title {
  padding: 34px 20px 0px;
}
#header #page-title p {
  padding-bottom: 0;
}
.featured .img-effect {
  display: block;
  height: 313px;
  width: 976px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/featured-img-effect.png);
  z-index: 10;
}
.featured-text {
  padding: 16px 10px 0;
}
.featured-text .slider-title {
  font-size: 15px;
  font-weight: bold;
}
.featured-text a.readmore {
  display: inline;
  padding: 0;
}
/* Controllers */
#controllers {
  padding-top: 7px;
  text-align: center;
}
#controllers a {
  background-color: #B7B7B7;
  display: inline-block;
  height: 12px;
  margin: 0 3px;
  overflow: hidden;
  text-indent: 999999px;
  width: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

#controllers a:hover, #controllers a.active {
  background-color: #000;
}

/* =Content
----------------------------------------------- */

#main {
  padding: 30px 0;
}
#main #content .post {
  padding-bottom: 30px;
}

#main #content .post h1,
#main #content .post h2.entry-title {
  font-size: 25px;
  line-height: 45px;
  padding-bottom: 6px;
}

#main #content .post-img a {
  width: 210px;
  height: 210px;
  overflow: hidden;
  display: block;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #bbb;
}

#main #content .post-img img {
  max-width: 100%;
  height: auto;
  border: 0 none;
  margin: 0;
  padding: 0;
}

#main #content ul.post-by {
  height: 20px;
  list-style: none outside none;
  margin: 0;
  padding-bottom: 12px;
}

#main #content ul.post-by li {
  float: left;
  color: #999;
  font-size: 12px;
  font-weight: bold;
  padding: 0 10px;
  background: url(images/post-by-seperator.jpg) right center no-repeat;
}

#main #content ul.post-by li.last {
  background: none;
}

#main #content ul.post-by li a {
  color: #999;
}

#main #content ul.post-by li a:hover {
  color: #444;
}

.home .post p,
.archive .post p {
  clear: both;
  padding-bottom: 0;
}
/* Tags */
#main #content .tags {
  padding-bottom: 15px;
}

#main #content .tags a {
  color: #999;
  font-size: 12px;
  font-weight: bold;
}

#main #content .tags a:hover {
  color: #444;
}
/* Table */
#content table {
  border-bottom: 1px solid #ddd;
  margin: 0 0 1.625em;
  width: 100%;
}

#content th {
  font-size: 15px;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase;
}

#content td {
  border-top: 1px solid #ddd;
  padding: 6px 10px 6px 0;
}

.no-sidebar div.col8,
.error404 div.col8 {
  margin: 0 auto;
  float: none;
}
/* Comments form */
#respond, #comments {
  overflow: hidden;
  position: relative;
}

h2#comments-title, h3#reply-title {
  color: #444;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-top: 30px;
  text-transform: capitalize;
}

.commentlist {
  list-style: none;
  margin: 0;
  word-wrap: break-word;
}

.commentlist li.comment {
  border-bottom: 1px solid #e7e7e7;
  line-height: 24px;
  margin: 0 0 24px 0;
  padding: 0 0 0 56px;
  position: relative;
}

.commentlist li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

#comments .comment-body ul, #comments .comment-body ol {
  margin-bottom: 18px;
}

.commentlist ol {
  list-style: decimal;
}

.commentlist .avatar {
  position: absolute;
  top: 4px;
  left: 0;
}
.comment-author cite {
  color: #000;
  font-style: normal;
  font-weight: bold;
}
.comment-author .says {
  font-style: italic;
}
.comment-meta {
  font-size: 12px;
  margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
  color: #888;
  text-decoration: none;
}
.comment-meta a.current_page_item, .comment-meta a:hover {
  color: #ff4b33;
}
.commentlist .bypostauthor {
}
.reply {
  font-size: 12px;
  padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link {
  color: #888;
}
.reply a:hover, a.comment-edit-link:hover {
  color: #ff4b33;
}
.commentlist .children {
  list-style: none;
  margin: 0;
}
.commentlist .children li {
  border: none;
  margin: 0;
}
.nopassword, .nocomments {
  display: none;
}
#comments .pingback {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 18px;
  padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
  margin-top: -6px;
}
#comments .pingback p {
  color: #888;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}

#comments .pingback .url {
  font-size: 13px;
  font-style: italic;
}
#comments .navigation {
  padding-bottom: 15px;
}

#respond p {
  margin: 0;
}

#respond p.form-submit {
  padding-bottom: 0;
}

#respond .comment-notes {
  margin-bottom: 1em;
}

.form-allowed-tags {
  line-height: 1em;
}

.children #respond {
  margin: 0 48px 0 0;
}

#cancel-comment-reply-link {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}

#respond .required {
  color: #ff4b33;
  font-weight: bold;
}

#respond label {
  color: #888;
  font-size: 14px;
}

#respond input {
  margin: 0 0 20px;
  padding: 9px 10px;
  width: 368px;
}

#respond input.submit {
  background: url("images/submit.jpg") no-repeat scroll center top transparent;
  border: medium none;
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 35px;
  line-height: 36px;
  margin-left: 84px;
  text-align: center;
  width: 138px;
}

#respond input.submit:hover {
  background-position: center bottom;
}

#respond textarea {
  width: 620px;
}

#respond .form-allowed-tags {
  color: #888;
  font-size: 12px;
  line-height: 18px;
}

#respond .form-allowed-tags code {
  font-size: 11px;
}

#respond .form-submit {
  margin: 12px 0;
}

#respond .form-submit input {
  font-size: 14px;
  width: auto;
}

#respond #commentform {
  margin-bottom: 30px;
  margin-top: 10px;
}

#respond #commentform p {
  clear: both;
  margin: 0px !important;
  padding: 0 0 5px !important;
}

#respond #commentform label {
  float: left;
  line-height: 33px;
  margin: 0 30px 0 0;
  text-align: left;
  clear: left;
}

#respond #commentform .comment-subscription-form {
  margin: 20px 0 0 84px;
  padding-bottom: 0;
}

#respond #commentform .comment-subscription-form label {
  float: none;
  line-height: 33px;
  margin: 0;
  text-align: left;
  clear: left;
  width: auto;
}

#respond #commentform .comment-subscription-form input {
  margin: 0 10px 0 0;
  padding-bottom: 0;
}

#respond #commentform .text {
  background-color: #fff;
  border: 1px solid #ccc;
  float: left;
  margin: 0;
  color: #aaa !important;
  padding: 9px 10px;
  width: 368px;
  box-shadow: 0 2px 2px #e5e5e5 inset;
}

#respond #commentform textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #aaa;
  height: 205px;
  width: 510px;
  margin: 0;
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 22px;
  //box-shadow: 0 2px 2px #e0e0e0 inset;
}

#commentform #submit,
.wpcf7-form .wpcf7-submit {
  background: url(images/submit.jpg) center top no-repeat;
  border: 0 none;
  color: #666 !important;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.1;
  height: 35px;
  text-align: center;
  width: 138px;
  display: block;
  margin-left: 105px;
  margin-bottom: 0px;
  text-shadow: 0 1px 0px #fff;
  box-shadow: 2px 2px 2px #e0e0e0;
}

.wpcf7-form .wpcf7-submit {
  margin: 0;
}

#respond #commentform #submit:hover,
.wpcf7-form .wpcf7-submit:hover {
  background-position: center bottom;
  border: none;
}

#respond #commentform .text:focus, #respond #commentform .text:hover, #respond #commentform textarea:hover, #respond #commentform textarea:focus {
  background-color: #f3f3f3;
  border: 1px solid #bbb;
}
/* Support for Captcha Plugin */
#respond #commentform .cptch_block label {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* =Caption, Images and Alignments
-------------------------------------------------------------- */
.alignright {
  display: inline;
  float: right;
}

.alignleft {
  display: inline;
  float: left;
}

.aligncenter,
div.post .new-post .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background-color: #FFFFFF;
  border: 1px solid #BBBBBB;
  padding: 5px;
  margin-bottom: 15px;
  max-width: 630px;
}

.wp-caption.alignleft {
  margin: 0px 10px 10px 0px;
}

.wp-caption.alignright {
  margin: 0px 0px 10px 10px;
}

#main #content .wp-caption img {
  margin: 0;
  border: none;
}

.wp-caption p.wp-caption-text {
  color: #666;
  font-style: italic;
  padding: 10px 10px 5px;
}

img.alignleft {
  margin-right: 20px;
  margin-bottom: 20px;
}

img.alignright {
  margin-left: 20px;
  margin-bottom: 20px;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%;
 /* When images are too wide for containing element, force them to fit. */
  height: auto;
 /* Override height to match resized width for correct aspect ratio. */;
}

.wp-smiley {
  margin: 0;
}
/* Gallery */
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
  margin-bottom: 10px;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery img {
  border: 2px solid #cfcfcf;
}

#main #content .gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

#main #content .gallery-columns-4 .attachment-thumbnail {
  max-width: 80%;
  height: auto;
}

#main #content .gallery-columns-5 .attachment-thumbnail {
  max-width: 72%;
  height: auto;
}

.gallery .gallery-caption {
  color: #888;
  font-size: 11px;
  margin: 0 0 12px;
}

.gallery dl {
  margin: 0;
}

.gallery img {
  border: 10px solid #f1f1f1;
}

.gallery br+br {
  display: none;
}

.entry-attachment .attachment {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: 5px;
  margin-bottom: 20px;
}

.attachment h1 span.img-title {
  font-size: 30px;
  color: #bbb;
}

#main #content .attachment img {
/* single attachment images should be centered */
  display: block;
  margin: 0 auto;
  background: none;
  border: 0 none;
  padding: 0;
}

.entry-caption p {
  color: #666666;
  font-style: italic;
  padding: 10px 10px 5px;
}
/* Single page */
.single a.readmore {
  padding-top: 0px;
}

.single #main #content .post {
  padding-bottom: 0px;
}

.single #main #content blockquote {
  margin-bottom: 15px;
}
/* =Sidebar
-------------------------------------------------------------- */

#sidebar {
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
}

#sidebar ul {
  margin-bottom: 0px;
}

#sidebar ul li a, #sidebar ol li a {
  color: #666;
}

#sidebar ul li a:hover, #sidebar ol li a:hover {
  color: #000;
}

#sidebar, #sidebar p {
  font-size: 13px;
  line-height: 22px;
  color: #222;
}

#sidebar hr {
  border-bottom-color: #ddd;
  border-bottom-style: solid;
  border-width: 0 0 1px;
  height: 0px;
  margin: 0 0 10px;
  overflow: hidden;
}

#sidebar h3, #sidebar h4, #sidebar h5 {  
  font-weight: 600;
}

#simple-paragraph p {
  padding-bottom: 0px;
}

#sidebar .tagcloud a {
  margin-right: 5px;
  font-size: 12px;
  color: #666;
}

#sidebar .tagcloud a:hover {
  color: #000;
}

#sidebar .custom-tagcloud a {
  padding: 1px 7px;
  color: #666;
  background-color: #DDD;
  display: inline-block;
  margin-bottom: 4px;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#sidebar .custom-tagcloud a:hover {
  color: #fff;
  background-color: #888;
}

#sidebar #email-subscription input {
  background-color: #ddd;
  border: 0 none !important;
  color: #888;
  float: left;
  font-size: 14px;
  font-style: italic;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0 10px;
  width: 246px;
}

#sidebar #email-subscription button {
  background: url(images/subscription-button.jpg) #666 no-repeat;
  border: 0 none !important;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  height: 35px;
  padding: 0;
  width: 40px;
}

/* Search Widget */
#sidebar form.searchform input {
  background: none #f5f5f5;
  border: 0 none !important;
  box-shadow: none;
  width: 202px;
  height: 35px;
  margin: 0px;
  float: left;
  padding: 0px 10px;
  color: #888;
  font-size: 14px;
  font-style: italic;
  line-height: 35px;
}

#sidebar form.searchform button {
  background: none #333;
  border: 0 none !important;
  width: 84px;
  height: 35px;
  display: block;
  float: left;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  padding: 0px;
}

/* =Calender
-------------------------------------------------------------- */
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 306px;
}

#wp-calendar a {
  display: block;
  text-decoration: none;
  font-weight: bold;
}

#wp-calendar a:hover {
  text-decoration: underline;
}

#wp-calendar caption {
  text-decoration: none;
  font: bold 13px Arial, Sans-Serif;
  padding-bottom: 20px;
}

#wp-calendar td {
  padding: 3px 5px;
  color: #9f9f9f;
  text-align: center;
}

#wp-calendar td#today {
  color: #ffffff;
  background-color: #444;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
  padding: 3px 5px;
  text-align: center;
}

#wp-calendar #prev a, #wp-calendar #next a {
  font-size: 9pt;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}
/* =Pagination
-------------------------------------------------------------- */
#content #wp_page_numbers,
#content .wp-pagenavi {
  float: right;
  margin: 0;
  padding-bottom: 30px;
  width: auto;
}

#content #wp_page_numbers ul {
  border: none;
  list-style: none;
}

#content #wp_page_numbers ul li.page_info,
#content .wp-pagenavi .pages {
  background: none;
  border: none;
  color: #aaa;
  font-size: 14px;
  float: left;
  line-height: 30px;
  padding: 2px;
}

#content #wp_page_numbers ul li {
  margin-left: 10px;
}

#content #wp_page_numbers ul li a,
#content .wp-pagenavi a,
#content .wp-pagenavi span {
  border: none;
  float: left;
  height: 32px;
  background: #ddd;
  color: #555;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  display: block;
  padding: 0 12px;
  text-decoration: none;
}

#content .wp-pagenavi a,
#content .wp-pagenavi span {
  margin: 0 0 0 10px;
}

#content #wp_page_numbers ul li a:hover,
#content .wp-pagenavi a:hover {
  background: #444;
  color: #fff;
}

#content #wp_page_numbers ul li.active_page a,
#content .wp-pagenavi span.current {
  background: #444;
  color: #fff;
  font-weight: normal;
}
/* Single pagination */
.pagination {
  clear: both;
  text-align: right;
  padding: 15px 0 30px;
}

.pagination a {
  display: inline-block;
  text-decoration: none;
  margin-left: 10px;
}

.pagination span {
  background: none repeat #444444;
  color: #FFFFFF;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
}

.pagination a span {
  background: inherit;
  color: #555;
  margin-left: 0;
}

.pagination a:hover span {
  background: none repeat #ddd;
}
/* Default wp-page */
ul.default-wp-page {
  margin: 0;
  list-style: none outside;
  list-style-image: none;
}

ul.default-wp-page li.previous {
  float: left;
}

ul.default-wp-page li.next {
  float: right;
}

ul.default-wp-page li.previous a {
  background: url(images/ul-bg-prev.png) no-repeat left 9px;
  padding: 0 0 30px 15px;
  float: left;
  display: block;
}

ul.default-wp-page li.next a {
  background: url(images/ul-bg.png) no-repeat right 9px;
  padding: 0 15px 30px 0;
  float: right;
  display: block;
}

/* =Jetpack Infinite Scroll
-------------------------------------------------------------- */
#content #infinite-handle {
  clear: both;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}

#content #infinite-handle span {
  background-coor: #333333;
  display: block;
  padding: 10px 0;
  width: 100%;
}

#content #infinite-handle span:hover {
  background-color: #000;
}

/* =Footer
-------------------------------------------------------------- */
#footer a, #footer p {
  color: #131313;
  line-height:30px;
  font-size:11px;
  font-weight:500;
}
#footer h3 {
    color: #222;
	    font-weight: 600;
    font-size: 14px;
}
/* =Accessibility
-------------------------------------------------------------- */
/* Assistive text */
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
 /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
 /* Above WP toolbar */;
}

.social {
    margin-bottom: 25px;
    display: inline-block;
}


/* =Print styling
-------------------------------------------------------------- */
@media print {
  body {
    background: none !important;
  }

  #wrapper {
    clear: both !important;
    display: block !important;
    float: none !important;
    position: relative !important;
  }

  #header {
    border-bottom: 2pt solid #000;
    padding-bottom: 18pt;
  }

  #colophon {
    border-top: 2pt solid #000;
  }

  #site-title, #site-description {
    float: none;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
  }

  #site-title {
    font-size: 13pt;
  }

  .entry-content {
    font-size: 14pt;
    line-height: 1.6em;
  }

  .entry-title {
    font-size: 21pt;
  }

  #access, #branding img, #respond, .comment-edit-link, .edit-link, .navigation, .page-link, .widget-area {
    display: none !important;
  }

  #container, #header, #footer {
    margin: 0;
    width: 100%;
  }

  #content, .one-column #content {
    margin: 24pt 0 0;
    width: 100%;
  }

  .wp-caption p {
    font-size: 11pt;
  }

  #site-info, #site-generator {
    float: none;
    width: auto;
  }

  #colophon {
    width: auto;
  }

  img#wpstats {
    display: none;
  }

  #site-generator a {
    margin: 0;
    padding: 0;
  }

  #entry-author-info {
    border: 1px solid #e7e7e7;
  }

  #main {
    display: inline;
  }

  .home .sticky {
    border: none;
  }
}
/* =404 error page styling
-------------------------------------------------------------- */

.post.error404 {
  text-align: center;
}

/*------------------- Sangvish -----------------*/
.top-nav > ul > li { 
  float:left;
  padding:0px 12px 0 12px;
  cursor: pointer; 
}
.wcv-verified-vendor p {
  display: none;
}

.main-menu ul li a, .top-nav ul li a {
  color: #000;
  font-size: 13px;font-weight:500;
}
.home #sidebar, .home .entry-title, #site-details, .children {
  display: none;
}

.page_item_has_children {
  position: relative;
}

.page_item_has_children:hover .children {
  display: block;
  position: absolute;
  left: 0;
  background: #fff;
  width: 200px;
  border: 1px solid #f3f3f3;
  top: 20px;
}
.main-menu-cover ul li {
  float: left;
  padding: 10px 19px;
}
.main-menu-cover {
  border-top: 1px solid #e1e3df;
 border-bottom:1px solid #e1e3df;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.navbar-nav {
  float: none;
}
#mega-menu-wrap-primary {
  background: transparent;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  color: #000;
}

.right {
  float: right;
  padding: 8px 0;
}

.navbar, .wcv-grid h2 {
  margin: 0;
}

.title-banner h3 {
  color: #000;
  font-size: 21px;    font-weight: 300;
}
.search-banner {
  padding: 50px;
}
.search-banner input[type="submit"] {
  background: #c8263b none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #fff;
  font-size: 15px;
  line-height: 0;
  margin-left: -5px;
  padding: 20px 30px;
  text-transform: uppercase;
  width: 120px;
}

.search-banner .search-field {
  height: 40px !important;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {	
ul.dropdown-menu.sv_sub_menu {
    left:-81% !important;
    top: -2% !important;min-width:130px;
}
.shop_table .actions .coupon .input-text , .shop_table .actions .coupon .button, .woocommerce .shop_table .actions .button  { width:100% !important;}
#commentform input, #commentform textarea { width:100% !important}

	.sub-menu-account .sub-menu-new {position:relative !important; width:auto !important; }
	.sub-menu-account .sub-menu-new { left:0 !important; top:10px !important;}
	.woocommerce form .form-row label { font-size:14px;}
	.wcv-datepicker-calendar.bottom {
    left: 0 !important;
    right: auto;
    top: -200%;
}
#content th {
    background: #eee none repeat scroll 0 0;
    font-size: 11px;
    padding: 0;
	line-height:1.6;
}

.all-50 , .all-30, .all-80, .all-20, .all-70, .all-10, .all-40, .all-60, .all-90, .all-100, .all-75, .all-25, .all-33, .wcv-tabs .tabs-nav li{ width:100% !important; }
.my-account > ul.sub-menu > li > a, .my-account > ul.sub-menu > li > ul > li > a { padding:10px 0 !important;}
.buddypress #whats-new-form, .buddypress .wcv-grid, .buddypress .activity-list, .buddypress #send_message_form, .buddypress #notifications-bulk-management, .buddypress .standard-form, .buddypress .members.friends, .buddypress #messages-bulk-management .messages-notices, .buddypress .wcv-form.wcv-formvalidator, .buddypress .messages-options-nav, .wcv_dashboard_table_header
{
	padding:10px !important;
}

	.my-account ul.sub-menu li { padding:10px 20px; }
#main {
    padding:15px;
}
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: 100%;
  }

  blockquote {
    width: 100%;
  }

  .panel-selling .panel {
    border: 1px solid #ddd;
    margin: 0 auto;
    width: 80% !important;
  }

  #buddypress div.item-list-tabs ul {
    clear: both;
    list-style: outside none none;
    margin-bottom: 0;
    min-height: 20px;
    padding: 0 2px;
    white-space: nowrap;
    width: 100%;
    overflow: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;   
  }

  #buddypress div.message-search {
    float: none;
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
  }

  #buddypress .comment-reply-link, #buddypress .generic-button a, #buddypress a.button, #buddypress button, #buddypress input[type="button"], #buddypress input[type="reset"], #buddypress input[type="submit"], #buddypress ul.button-nav li a, a.bp-title-button {
    width: 100%;
    margin: 5px 0;
  }

  #buddypress div.item-list-tabs ul li a, #buddypress div.item-list-tabs ul li span {
    padding: 10px;
  }

  #buddypress div#subnav.item-list-tabs {
    background: transparent;
  }

  #buddypress div.item-list-tabs ul li.current a, #buddypress div.item-list-tabs ul li.selected a {
    background-color: #fa6800;
  }

  .cart-count {
    display: none;
  }

  .author-img-slide {
    display: none;
  }
select{margin:0 0 10px;}

  #mega-menu-wrap-primary .mega-menu-toggle {
    border-radius: 0 !important;
  }

  .search-banner {
    padding: 20px;
  }

  #buddypress .standard-form input[type="text"], #buddypress .standard-form textarea {
    width: 100%;
  }

  ul.acfb-holder li {
    float: none;
  }

  .search-banner input[type="submit"] {
    border: 1px solid #E77979;
    margin: 10px 0;
    width: 100%;
  }
}

@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) {
	  #shipping .control-group, #social .control-group{width:100% !important;margin:0 !important;}
  li.my-account {
    padding: 0px 20px !important;
	}
  .shop_table .actions .coupon .input-text , .shop_table .actions .coupon .button, .woocommerce .shop_table .actions .button  { width:32% !important;}
  .author-img-slide{
    display: none;
  }

  .title-banner h3 {
    padding: 0 50px 0;
  }
}

.img-author-list img {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  height: 70px;
  margin-right: 3px;
  padding: 3px;
  width: 70px;
  margin-top: 6px;
}

.author-img-slide {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  padding: 0 22px;
  width: 100%;
  z-index: 99999;
}

.author-img img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  vertical-align: middle;
}

.author-img-name {
  color: #fff;
  font-size: 15px;
  margin-left: 10px;
  text-transform: uppercase;
}

.items-list-author {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 30px;
  height: 70px;
  margin-left: -40px;
  padding: 22px 0 0;
  text-align: center;
  width: 70px;
  margin-top: 6px;
}

.items-list-author span {
  display: block;
  font-size: 13px;
}

.author-details {
  margin: 10px 0;
}

.banner_area {
  padding: 50px 0 0 !important;
}

.testimonial_area h3 {
  color: #fff;
  font-size:25px;
}

.testimonial_area .textwidget {
  color: #fff;
}

.trending_area h3 {
  color: #000;
  font-size: 25px;font-weight:600;
}

.woocommerce ul.products li.product h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 0.5em 0;
}

.woocommerce-breadcrumb {
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px 20px !important;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  color: #000 !important;
}
.woocommerce ul.products li.product a img, #pg-13-0, #pg-13-1, #pl-13 .panel-grid-cell .so-panel , .woocommerce .products ul, .woocommerce ul.products, .panel-grid {
  margin: 0;
}
ul.products.list li.product .sv_right {
    text-align: left;
    padding-left:0;
}

.abt_content h3 {
  color: #323232;
  font-size: 18px;
  margin-top: 10px !important;
}

.abt_content .textwidget {
  color: #000;
}

.testimonial_rotator_star {
  color: #fbbd54;
}

.testimonial_rotator_quote, .testimonial_rotator_author_info.cf-tr {
  color: #fff;
}

.mailpoet_submit {
background: #222;
    border: 1px solid transparent;
    color: #fff !important;
    height: 35px;
    font-weight: 600;
    padding: 0 15px;
    border-radius: 0 3px 3px 0px;
     margin-left: -5px;
}
.copyright {
border-top: 1px solid #eee;
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}
.woocommerce .star-rating::before, .woocommerce .star-rating span {
  color: #f45800;
}

.product_title {
  font-size: 25px;
  font-weight: bold;
  padding: 13px 0 !important;
  text-transform: uppercase;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #434343;
  color: #fff;
  padding: 9px 30px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #fa6800;
}

.woocommerce .quantity .qty {
 
  text-align: center;
  width: 5.631em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #000;
  font-weight: 500;
  font-size:14px;padding:.5em 5px;
}

/*=== Mobile View Products grid
=========================================*/
@media screen and (min-width: 480px) and  (max-width: 768px) {	
	
	.dropdown-menu {
    right: 0;
}
	.sv_cat_sec .textwidget{text-align:center !important;}
	.sv_cat_sec .sow-features-feature{margin-bottom:20px !important;}
		.wcv-header-container #inner-element .store-icon {
    width: 100px !important;
    height: 100px !important;
}
}
.cart-count {
  background: #fa6800 none repeat scroll 0 0;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 3px 5px;
  position: absolute;
  right: -15px;
  top: -14px;
}
 
.my-account #menu-my-account .sub-menu, .my-account ul.sub-menu , .main-menu-cover ul li  > .sub-menu, .sub-menu-account .sub-menu-new {
    display: none;
}
.my-account #menu-my-account li:hover  .sub-menu, li.my-account:hover ul.sub-menu, .main-menu-cover ul li:hover  > .sub-menu , .sub-menu-account:hover .sub-menu-new  {
    display: block;
} 
.my-account #menu-my-account li , li.my-account, .main-menu-cover ul li, .sub-menu-account {
  position: relative;
  cursor: pointer;
 
}
.main-menu-cover ul li .sub-menu li {
 width:100%;
 border-bottom:1px solid #ddd;
}
.my-account #menu-my-account .sub-menu, .my-account ul.sub-menu {
  position: absolute;
  display: block;
  width: 200px;
  background: #fff;
  right: 0;
  top: 40px;
   border:1px solid #ddd;
  z-index: 9999;
  display: none;
  text-align:left;
}

.main-menu-cover ul li  > .sub-menu, .sub-menu-account .sub-menu-new {
  position: absolute;
  display: block;
  width: 200px;
  background: #fff;
  left: 0;
  top: 40px;
  z-index: 9999;
  display: none;
    text-align:left;	 
}
.sub-menu-account .sub-menu-new { left:-101%; top:-15px;}
.my-account > ul.sub-menu > li  > a, .my-account > ul.sub-menu > li  > ul > li > a  {
  width: 100%;
  display:block;
  padding:20px 10px;
}

.my-account #menu-my-account .sub-menu  li > a{
  border-bottom: 1px solid #f1f1f1;
 padding:0 10px; 
   width: 100%;
  display:block;
}
.my-account #menu-my-account .sub-menu  li , .my-account ul.sub-menu li { width:100%; border-bottom:1px solid #ddd;}
.my-account #menu-my-account .sub-menu  li:hover, .my-account .sub-menu li:hover , .main-menu-cover ul li  > .sub-menu > li:hover {
  background: #e6e6e6;
}

.main-menu ul li a:hover, .top-nav ul li a:hover, .main-menu ul li.current-menu-item a{
    color: #fa6800;
}

.my-account #menu-my-account .sub-menu  li:last-child {
  border: none;
}
.ac-reply-cancel {
    float: right;
	line-height:2 !important;
}
.button.fav, .button.unfav, .button.acomment-reply , #post-mention .send-message,  #post-mention .activity-button, .button.delete-activity, .button.delete-activity-single,
#bp-delete-avatar-container a.button.edit,
 .buddypress .activity-meta .button.view , .buddypress .is_friend.remove, #send-private-message .send-message, .remove_row.delete, .remove_variation.delete {
  padding: 10px !important;
  border: 1px solid transparent !important;
  color: #fff !important;
}

.button.unfav {
  background: #e36639 none repeat scroll 0 0 !important;
}

.buddypress .activity-meta .button.view {
  background: #626060 none repeat scroll 0 0 !important;
}

.button.fav {
  background: rgba(238, 93, 41, 0.68) none repeat scroll 0 0 !important;
}

.button.unfav::before {
  content: "\f004" !important;
}

#post-mention .activity-button {
  background: #6F6EC5 !important;
}

#send-private-message .send-message {
  background: #7B8127 none repeat scroll 0 0 !important;
}

#post-mention .activity-button::before {
  content: "\f122" !important;
}

#send-private-message .send-message::before {
  content: "\f112" !important;
}

#post-mention .send-message::before {
  content: "\f06e" !important;
}

.buddypress .is_friend.remove::before {
  content: "\f05e" !important;
}

.button.fav::before , .button.unfav::before, .button.delete-activity::before, .buddypress .is_friend.remove::before, #post-mention .send-message::before, #bp-delete-avatar-container a#bp-delete-avatar::before, 
#post-mention .activity-button::before, #send-private-message .send-message::before, .button.delete-activity-single::before {
  content: "\f08a";
  display: inline;
  color: #fff;
  margin-right: 10px;
  font-family: 'FontAwesome';
}

.button.delete-activity::before, #bp-delete-avatar-container a.button.edit::before, .button.delete-activity-single::before {
  content: "\f014" !important;
}

.button.delete-activity, #bp-delete-avatar-container a.button.edit, .remove_row.delete, .remove_variation.delete, .button.delete-activity-single {
  background: #c85757 none repeat scroll 0 0 !important;
  font-size:13px;
  font-weight:normal;
}

.button.acomment-reply {
  background: #6479d2 none repeat scroll 0 0 !important;
}

#buddypress #reply-title small a span, #buddypress a.bp-primary-action span {
  background: #ffffff none repeat scroll 0 0;
  color: #5177c8;
  font-size: 100%;
  margin-left: 2px;
  padding: 5px 8px;
}

.buddypress .entry-title , .woocommerce span.onsale {
  display: none;
}

.buddypress #main {
  background: #fff none repeat scroll 0 0;
  padding: 0;
  margin-bottom: 30px;
  margin-top: 0px;
  border: 1px solid #e0e0e0; 
  box-shadow: 1px 1px 2px #ddd;
  -webkit-box-shadow: 1px 1px 2px #ddd;
  -moz-box-shadow: 1px 1px 2px #ddd;
  -o-box-shadow: 1px 1px 2px #ddd;
}

.buddypress #content {
  padding: 0;
}

.buddypress #item-nav {
  background: #eee none repeat scroll 0 0;
}

#buddypress div.item-list-tabs ul li.current a, #buddypress div.item-list-tabs ul li.selected a {
  background:#e26105;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.4px;
  opacity: 1;
}

#buddypress div.item-list-tabs ul li a span {
  background: rgba(0, 0, 0, 0.41) none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 0%;
  color: #ffffff;float:right;
}

#buddypress div.item-list-tabs ul li a, #buddypress div.item-list-tabs ul li span {
  letter-spacing: 0.5px;font-weight:500;
}

#buddypress div#subnav.item-list-tabs {
  background:#fa6800;
  color: #ffffff;
  margin: -1px;
}

#buddypress div#subnav.item-list-tabs ul li a {
  color: #fff;
}

#buddypress div#subnav.item-list-tabs ul li.last {
  margin: 2px 0;
  width: 25%;
}
#search-message-form {
    display: inline-flex;
    width: 100%;
}
.buddypress #activity-filter-by, .buddypress #notifications-sort-order-list , .buddypress .message-search #messages_search, .buddypress #members-friends,
	.buddypress #groups-order-by, .buddypress .message-search #messages_search_submit {
  font-size: 14px;
  height: 31px;
  margin: 0;
  padding: 0 5px;
}

#buddypress div.item-list-tabs ul li.current a span, #buddypress div.item-list-tabs ul li.selected a span {
  color: #000;
}

#buddypress div.item-list-tabs ul li.current a:hover span, #buddypress div.item-list-tabs ul li.selected a:hover span {
  color: #fff;
}

.buddypress #whats-new-form, .buddypress .wcv-grid, .buddypress .activity-list , .buddypress #send_message_form, .buddypress #notifications-bulk-management , .buddypress .standard-form,
.buddypress .members.friends, .buddypress #messages-bulk-management .messages-notices,  .buddypress .messages-options-nav, .buddypress .wcv-form.wcv-formvalidator,
 .wcv_dashboard_table_header {
  padding: 10px 20px !important;
}

#item-body > h3 {
  color: #000;
  font-weight: bold;
  padding: 10px;
}

#branding .wcv-file-uploader-delete_wcv_store_banner_id, #branding .wcv-file-uploader-delete_wcv_store_icon_id, #branding .wcv-file-uploader-add_wcv_store_banner_id, #branding
.wcv-file-uploader-add_wcv_store_icon_id {
  margin: 10px 0;
  line-height: 2;
}

#buddypress div#item-header-cover-image .user-nicename a, #buddypress div#item-header-cover-image .user-nicename {
  margin: 0;
}

.buddypress .acomment-options .acomment-reply, .buddypress #whats-new-submit #aw-whats-new-submit, .buddypress .wcv-button.expand, .buddypress #notification-bulk-manage, .button {
  background: #ddd !important;
  color: #000 !important;
  padding: 10px 20px ;
  border: 1px solid transparent !important;
}

.buddypress .wcv-button.expand {
  margin-left: 10px;
}

.buddypress #notification-bulk-manage, .buddypress #messages-bulk-manage {
  background: #b1b1b1 none repeat scroll 0 0 !important;
  color: #000 !important;
  font-size: 15px;
  opacity: 1 !important;
  padding: 7px 20px !important;
  border: 1px solid transparent;
}

#buddypress table#message-threads tr.unread td {
  background: rgba(225, 225, 225, 0.28) none repeat scroll 0 0;
  border-bottom: 1px solid #c1bfbc;
  border-top: 1px solid #c1bfbc;
  font-weight: 500;
}

.buddypress .wcv-grid h3 {
  margin: 0;
  padding: 0 0 10px;
  font-size: 18px;
}

table.wcv-table td, table.wcv-table th {
  vertical-align: top;
}

#buddypress div.item-list-tabs ul li a:hover span {
  background: #000;
}

#buddypress div.item-list-tabs ul li {
  position: relative;
}

center > p > a.button {
  background: #e0dfdf;
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  font-size: 14px;
}

center > p > a.button:hover {
  background: #d02020;
  color: #fff;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.btn {
  background: #d02020;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}

h2.entry-title {
  margin-bottom: 20px;
  text-align: center !important;
}

.pv_paypal_container  b, .pv_shop_name_container  b,
#pv_seller_info_container b, #pv_shop_description_container b {
  color: #d02020;
  font-size: 20px;
  font-weight: normal;
}

.pv_paypal_container,  .pv_shop_name_container {
  background: #eaeaea;
  padding: 20px 20px 10px;
  margin-bottom: 20px;
  text-align: center;
}

div#pv_seller_info_container, div#pv_shop_description_container {
  background: #eaeaea;
  padding: 20px 20px 10px;
  margin-bottom: 20px;
}

div#pv_seller_info_container p , div#pv_shop_description_container p {
  text-align: center;
}

input#pv_paypal, input#pv_shop_name {
  margin: 20px 0 0;
}

#buddypress table.forum tr td.label, #buddypress table.messages-notices tr td.label, #buddypress table.notifications tr td.label, #buddypress table.notifications-settings tr td.label, #buddypress table.profile-fields tr td.label, #buddypress table.wp-profile-fields tr td.label {
  font-size: 15px;
  color: #000 !important;
}

.buddypress .profile .profile-fields tr {
  border: 1px solid #ddd;
}

.buddypress .is_friend.remove {
  background: #e16262 none repeat scroll 0 0 !important;
}

.buddypress .profile {
  padding: 20px;
}

.buddypress .profile  .base h4 {
  color: #000;
  font-size: 20px;
}

ul.acfb-holder li {
  float: none !important;
}

#buddypress .standard-form label, #buddypress .standard-form legend, #buddypress .standard-form span.label {
  font-weight: 500;
  margin: 0;
}

#buddypress .standard-form input[type="password"] {
  margin-bottom: 15px;
}

#settings-form > a {
  color: #fa6800;
  text-decoration: underline;
}

#content th {
  background: #eee;
  padding: 5px 10px;
}

#content td {
  padding: 5px 10px;
}

#buddypress .standard-form div.submit > input[type="submit"], .buddypress #messages-bulk-manage {
  background: #549953 none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #fff;
}

.wcvendors-table th i.fa {
  font-size: 25px;
  margin:8px 0;
}

#buddypress div.profile h4 {
  color: #3f9d26;
  font-size: 20px;
  margin-bottom: auto;
  margin-top: 15px;
}

.bp-avatar-nav li.current a {
  background: rgba(207, 207, 207, 0.49) none repeat scroll 0 0;
  color: inherit;
  font-weight: 500;
  opacity: 1;
  color: #000;
  outline: 0 none;
}

#buddypress ul.item-list {
  border: none;
}

#buddypress table.forum tr td, #buddypress table.forum tr th, #buddypress table.messages-notices tr td, #buddypress table.messages-notices tr th, #buddypress table.notifications tr td, #buddypress table.notifications tr th, #buddypress table.notifications-settings tr td, #buddypress table.notifications-settings tr th, #buddypress table.profile-fields tr td, #buddypress table.profile-fields tr th, #buddypress table.profile-settings tr td, #buddypress table.wp-profile-fields tr td, #buddypress table.wp-profile-fields tr th {
  padding: 8px;
  vertical-align: super;
}

#buddypress table.forum tr td.label, #buddypress table.messages-notices tr td.label, #buddypress table.notifications tr td.label, #buddypress table.notifications-settings tr td.label, #buddypress table.profile-fields tr td.label, #buddypress table.wp-profile-fields tr td.label {
  border: none;
  width: auto;
}

#content td {
  border-top: medium none;
}

.wcv-tabs .tabs-nav li.active a {
  background: #efefef none repeat scroll 0 0;
}




.wcv-button:hover {
  color: #000 !important;
}

#buddypress span.activity {
  color: #000;
  text-transform: capitalize;
}

.buddypress #item-meta #latest-update > a {
  background: #FF7C25 none repeat scroll 0 0;
  color: #ffffff;
  margin-left: 10px;
  padding: 5px 20px;
}

.wp-core-ui .button-group.button-hero .button, .wp-core-ui .button.button-hero {
  line-height: 2;
}

.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
  line-height: 0;
}

.wcv-media-uploader-featured-add, .wcv-media-uploader-gallery a, .wcv-media-uploader-featured-delete {
    background: #fa6800;
    color: #fff;
    margin-top: 10px;
    float: left;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}


#product_images_container .product_images .wcv-gallery-image img {
    height: 100px;
    width: 100px;
}
.wcv-grid a.sale_schedule, .wcv-grid a.cancel_sale_schedule { line-height:2.3;}
#buddypress div.item-list-tabs {
  background: rgba(169, 169, 169, 0.23) none repeat scroll 0 0;
}

.acomment-options a.acomment-delete {
  color: #fc3737 !important;
  text-decoration: underline !important;
}

#buddypress form#whats-new-form #whats-new-content {
  padding: 0px 0px 0px 20px;
}

.buddypress textarea#whats-new, .wcv-grid h4 {
  margin: 0;
}

.buddypress .notification-actions .mark-read, .expand_all {
  color: #02b700;
  text-decoration: underline;
}

.buddypress .notification-actions .delete.confirm , .close_all {
  color: #c60404;
  text-decoration: underline;
}

.vclone {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  border-radius: 5px;
    box-shadow: 0 13px 22px -5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 13px 22px -5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 13px 22px -5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 13px 22px -5px rgba(0, 0, 0, 0.15);
  margin: 0 auto; 
  position: relative;
  width: 80%;
  max-width:80%;
}

.vclone .u-column1, .vclone .u-column2 {
  min-height: 430px;
}

.vclone .u-column2 {
  background: #eee none repeat scroll 0 0;
  color: #000;
}

.woocommerce form.login , .woocommerce form.register {
  border: 0px solid transparent;
  border-radius: 0;
  margin: 0;
  padding: 20px;
  text-align: left;
}

.u-column1 > h2, .u-column2 > h2 {
  color: #000;
  padding: 20px 0 0;
}

.wcv-datepicker-calendar.bottom {
  left: 0;
  top: 75%;
}

.user-link img {
  height: 35px;
  width: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -o-border-radius: 50%;margin-top: -5px;vertical-align: middle;
}

.main-menu-cover ul ul ul ul, .my-account  ul ul ul {
  top: 0;
  left: 100%;
  border-top-width: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom:30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation{padding:0;}
.woocommerce-account .woocommerce-MyAccount-content {
  min-height: 311px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #e8e8e8;
  padding: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  border: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
  background: rgba(0,0,0,0.07);
  color: #000;
}

.addresses .woocommerce-Address-title {
  background: rgba(201, 0, 0, 0.64) none repeat scroll 0 0;
  color: #fff;
  line-height: 2.4;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.addresses .woocommerce-Address-title.title > h3 {
  color: #fff;
  line-height: 2.3;
  margin: 0 !important;
  padding: 0 !important;
}

.addresses .woocommerce-Address-title.title > a {
  color: #fff;
  text-decoration: underline;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #fa6800 !important;
  color: #fff !important;
  border-radius:0px; 
  font-weight:normal;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #ef6503 !important;
}
.woocommerce-info {
  border-top-color: #fa6800;
}
.wcvendors-table.wcvendors-table-product.wcv-table td div a
{
	color:#fff !important;font-size: 13px;
}
.shop_button {
  margin-top: 40px;
}
.panel-selling {
  text-align: center;
  margin: 60px 0;
}

.panel-selling .panel {
  border: 1px solid #ddd;
  margin: 0 auto;
  width: 25%;
  min-height: 150px;
}

.panel-selling .panel .img-cat {
  background: url(images/hand-clap-new.jpg) no-repeat;
  padding: 45px 0px;
  background-position: center center;
  width: 100%;
  margin-top: -40px;
}

.panel-selling .panel a {
  background: #fa6800 none repeat scroll 0 0;
  color: #fff;
  padding: 10px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -o-border-radius: 3px;
}

.title-selling-offer h3 {
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.title-selling-offer, .usd-price h1 {
  color: #fff;
}

.mh {
  line-height: 1.6;
  min-height: 65px;
}

.usd-price > h3 {
  font-size: 18px;
  font-weight: 800;
  padding: 20px 0 0;
}

.usd-price {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  min-height: 180px;
}

.panel-headings {
  text-align: center;
}

.panel-headings h3 {
  display: inline-block;
  margin: 20px;
  font-size: 20px;
}

.title_section h3 {
  color: #000;
  font-size: 30px;
  text-align: center;
}
.wcv-form input[type="color"], .wcv-form input[type="date"], .wcv-form input[type="datetime-local"], .wcv-form input[type="datetime"], .wcv-form input[type="email"], .wcv-form input[type="month"], .wcv-form input[type="number"], .wcv-form input[type="password"], .wcv-form input[type="search"], .wcv-form input[type="tel"], .wcv-form input[type="text"], .wcv-form input[type="time"], .wcv-form input[type="url"], .wcv-form input[type="week"], .wcv-form select, .wcv-form textarea {
  padding: 3px;
  margin-bottom: 5px;
  font-size: 14px;
}

.product_meta > a {
  background: #fa6800;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    margin: 3px 10px;
    padding: 1px 6px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -o-border-radius: 3px;
}

.posted_in > a {
  color:#19a9d5;
  font-size: 13px;
  padding: 0 3px;
  text-decoration: underline;
}

.woocommerce div.product form.cart .variations label {
  color: #000000;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
}

.woocommerce div.product .stock {
  color: #37b100;
  font-weight: bold;
}

.reset_variations {
  background: rgba(0, 0, 0, 0.67) none repeat scroll 0 0;
  color: #fff;
  padding: 5px;
}

.sub-menu-account > span {
  background: #fa6800 none repeat scroll 0 0;
  color: #fff;
  margin-left: 10px;
  padding: 0px 5px;
}
.woocommerce-tabs ul.tabs li.active {
  background: #fff none repeat scroll 0 0;
  border-bottom-color: #fff;
  z-index: 2;
}

.woocommerce-tabs ul.tabs {
  list-style: outside none none;
  margin: 0 0 1.618em;
  overflow: hidden;
  padding: 0 0 0 1em;
  position: relative;
}

.woocommerce-tabs ul.tabs li {
  background-color: #ebe9eb;
  border: 1px solid #d3ced2;
  border-radius: 4px 4px 0 0;
  display: inline-block;
  margin: 0 -5px;
  padding: 0 1em;
  position: relative;
  z-index: 0;
}

.variations tr, .single_variation_wrap {
  background: #f5f5f5 none repeat scroll 0 0;
  display: inline-block;
  padding: 10px  20px;
  width: 100%;
  border: 1px solid #ddd !important;
}

.woocommerce .product_meta {
  background: #fff;
  padding: 20px 20px 20px 20px;
  border: 1px solid #ddd;
  font-size:13px;display:none;
      box-shadow: 0 13px 22px -5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 13px 22px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 13px 22px -5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 13px 22px -5px rgba(0, 0, 0, 0.1);
}
.wcv-tabs .tabs-nav li a { padding:0.5em 2em; }
.wcv-tabs .tabs-nav li.active a { color:#000;}

.woocommerce div.product .woocommerce-tabs .panel {
  border:0;
  padding: 0 20px !important;
    box-shadow: none !important;
}

.wcvendors_cart_sold_by_meta {
  background: transparent none repeat scroll 0 0 !important;
  color: #000 !important;
}

.wcv-verified-vendor i {
  background: #0daa0b none repeat scroll 0 0;
  display: inline-block;
  line-height: 0;
  margin-left: -8px;
  padding: 18px 10px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}
.tab-label {
  font-size: 14px;
  display: block;
  float: left;
  padding: 10px 20px;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #f0f0f0;
}

.tab-content {
  display: none;
}
.wp-core-ui .button-primary { text-shadow:inherit !important; }
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: inline-block;
  padding: 20px;
  background: #fff;
  color: #999;
  border-bottom: 2px solid #f0f0f0;
  width: 100%;
  margin-bottom: 40px;
}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}

.tab_container .tab-content h3 {
  text-align: center;
}

.tab_container [id^="tab"]:checked + label {
  background: #fff;
  box-shadow: inset 0 2px #fa6800;
}

.tab_container [id^="tab"]:checked + label .fa {
  color: #0CE;
}

label .fa {
  font-size: 1.3em;
  margin: 0 0.4em 0 0;
}

/*Media query*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
  label span {
    font-size: 14px;
  }
  .main-menu-cover ul li { padding:10px; }
  label .fa {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  label .fa {
    font-size: 16px;
  }

  .tab_container {
    width: 98%;
  }
}

/*Content Animation*/
@keyframes fadeInScale {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  height: 0;
  width: 0;
}
.main-menu-cover ul li > a:after,  li.my-account  > a > span:after, li.sub-menu-account  > a:after  {
  color: #000;
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 5px;
  line-height:20px;
}

.main-menu-cover ul li > a:hover:after,  li.my-account > a > span:hover:after, li.sub-menu-account  > a:hover:after {
  color: #000;
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height:0;
}

.main-menu-cover ul li > a:only-child:after,  li.my-account > a > span:only-child:after, li.sub-menu-account  > a:only-child:after {
  content: '';
}

.my-account ul ul ul ul{
  right: 100%;
  top: 0;
}

.main-menu-cover ul ul ul ul{
  top: 0;
  left: 100% !important;
  border-top-width: 0;
}
.tab_container { margin:30px 0 0;}
.top-nav ul  > li > a  > i { font-size:18px;     display: block;
    text-align: center;}
#buddypress div#message p, #sitewide-notice p {
    background-color: #fbfac2;
    border: 1px solid #cb2;
    color: #000000;
    font-weight: 400;
    margin: 10px;
    text-decoration: none;
}
.sub-menu li a { padding:0;}
.wcv-grid a:hover{ color:#000 !important;
text-decoration:none !important;}

.wcv_product_attributes.tabs-content.active , .product_attributes .woocommerce_attribute {
    display: inline-block;
    width: 100%;
}
.upload_image_button .wc_placeholder_img {
    height: 100px;
}
.wcv-form input[type="color"], .wcv-form input[type="date"], .wcv-form input[type="datetime-local"], .wcv-form input[type="datetime"], .wcv-form input[type="email"], .wcv-form input[type="month"], .wcv-form input[type="number"], .wcv-form input[type="password"], .wcv-form input[type="search"], .wcv-form input[type="tel"], .wcv-form input[type="text"], .wcv-form input[type="time"], .wcv-form input[type="url"], .wcv-form input[type="week"], .wcv-form select, .wcv-form textarea 
{
	border-radius:0 !important;
	box-shadow:none !important;
	height:34px;
}
.select2-container .select2-choice { height:34px !important; line-height:33px !important; border-radius:0 !important;}
.select2-container .select2-choice .select2-arrow { border-radius:0 !important;}
.wcv-datepicker-calendar.bottom {
    right: 0;
    top: -200%;
	left:auto;
}
.variation_title span, .variation_title strong, .attribute_name {
    cursor: pointer !important;
}
.wcv-form label { font-size:15px;}
.woocommerce-pagination .page-numbers > li {
    float: left;
}
.woocommerce-pagination .page-numbers a {
    //background: #ddd none repeat scroll 0 0;
    border-radius: 3px;
    color: #fa6800 !important;
    line-height: 20px;
    margin: 0 20px;
    padding: 3px 10px;
}
.home li.product .woocommerce-LoopProduct-link > h3 {  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 } 


li.product .woocommerce-LoopProduct-link > h3 {  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 } 
a.woof_show_auto_form {
    display: none !important;
}
.post p {    clear: left;}

#commentform label {
    width: 100px;
}

#commentform input, #commentform textarea {
    margin-bottom: 15px !important;
}

#commentform #submit, .wpcf7-form .wpcf7-submit { margin-left:0;}

#buddypress div.item-list-tabs ul li a, #buddypress div.item-list-tabs ul li span, .wcv-tabs.top > .tabs-nav li a, #buddypress .standard-form label, #buddypress .standard-form legend, #buddypress .standard-form span.label, #buddypress .standard-form label, #buddypress .standard-form legend, #buddypress .standard-form span.label, #buddypress table.notification-settings, input[type="text"], input.text, input.title, textarea, select, input[type="password"], input[type="tel"], input[type="email"], .woocommerce table.shop_table td { font-size:14px !important;}

.added_to_cart.wc-forward { 
background-color: #5a7e30 !important;
    border-radius: 4px;
    color: #fff !important;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    margin: 5px auto;
    padding: 8px 10px;
    text-align: center;
    width: 100%;
}
.woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: none !important;
} 
.shop_table .actions .coupon .input-text , .shop_table .actions .coupon .button, .woocommerce .shop_table .actions .button {
    height: 40px;
    width: 33%;
	float:left !important;
	margin-right:3px;
}
@media only screen and (min-width: 1200px) { .shop_table .actions .coupon .input-text { width:33% !important; } }
center a.button { background:#83b248 !important; display:inline-block !important;color:#fff !important;}
center a.button:hover {
    background: #5ba201 !important;
}
.friendship-button.pending_friend.requested {
    line-height: 2 !important;
}

.category_search {
    display: inline-flex;width:100%;  
}
.keyword_search {
  width:100%;    border-radius: 3px 0 0px 3px;
    border:1px solid #CFCBC8;
}
.product_search_butt {
        border-radius: 0 3px 3px 0px;
    background-color: #222222;
    color: #fff !important;
    padding:0px 13px!important;   
    border: 0;
   font-size: 13px;
    font-weight: 600;
}
.wcvendors_sold_by_in_loop {
    font-size: 12px;
    color: #999;
}
.wc-tab h3 {
    font-weight: 600;
    color: #fa6800;
}
.row-actions {
    max-width: 300px;
}
.row-actions.row-actions-shop_coupon{display:inline-block;}
.row-actions.row-actions-shop_coupon a {
    color: #fff !important;
}
.row-actions a {
   background: #fa6800;   
    padding: 5px 10px !important;   
    margin: 5px 5px;   
    float: left;   
    border-radius: 2px; color:#fff;  
}
.row-actions a:hover{background:#e26105;}
.description p a {
    color: #ff9600;
    font-size: 14px !important;
    font-weight: 600;   
}
.sv_title h1 {
    font-weight: 500;
    padding: 12px 5px;
    font-size: 12px;
    text-decoration: underline;
}
.sv_blog{margin-bottom:20px;}
.product_meta span span
{
	display:inline-block !important;
}
.yith-wcwl-add-to-wishlist a:before {
    content: "";
    content: "\f08a" !important;
    font-family: FontAwesome; 
    color:#2ecc71;
	font-size:20px !important;    
}
.yith-wcwl-wishlistaddedbrowse a:before{
	content:"\f004" !important;
	 font-family: FontAwesome !important;
	 font-size:20px !important;
	 margin-right:5px;
}
.yith-wcwl-wishlistaddedbrowse .feedback,.yith-wcwl-wishlistexistsbrowse .feedback
{
	display:none !important;
}
.yith-wcwl-wishlistexistsbrowse a:before{
	content:"\f004" !important;
	 font-family: FontAwesome !important;
	 font-size:20px !important;
}

.product .compare:before
{
	content: "\f021" !important;
	font-family: 'FontAwesome';
	content: "";
	font-size:20px;   
   color:#2ecc71;     margin-right: 5px;
}

.product a.button.added:after
{
	margin-left:0px !important;
}
.product a.compare
{
	background:none !important;	 
	color:#000 !important;	padding:0 !important;	
}
.product a.compare:hover
{
	background:none !important;		
}
.testimonial_rotator_slide_title
{
	color:#fff !important;
}
/* wishlist and compare */
.list hr
{
	display:none !important;
}
.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price ins
{
	    color: #222;
    font-weight: 600;
    font-size: 14px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current
{
	background:#fa6800 !important;
	color:#fff !important;
	border-radius:0px !important;	
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span
{
	padding:0.8em !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px)
{
	.sv_cat_sec .sow-features-feature{max-width:45% !important;width:45% !important;float:left !important;margin-right:12px !important;}
	.wishlist_table {
    margin: 2px -20px 1.625em !important;
}
.cart_item, #content td {
    padding: 5px 10px !important;
}
table.shop_table.cart.wishlist_table, #content th {
    padding: 10px 4px;
}

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) 
{
	.title-banner{padding:73px 0 !important;}	
	.sv_cat_sec .sow-features-list .sow-features-feature h5{padding:0;}
	.sv_cat_sec .sow-icon-image, .sv_cat_sec .sow-icon-container {
    height: 140px !important;
}
	.sv_cat_sec .sow-icon-container {
    width: 100% !important;
}
	.sv_cat_sec .sow-features-feature{margin-right:10px !important;}
	
	.wcv-product .control-group {
    width: 100% !important;
	}
	.wcv-header-container #inner-element .store-icon {
    width: 100px !important;
    height: 100px !important;
}	
		
	.wcv-header-container #inner-element .store-icon {
    width: 110px;
    height: 110px;  
}
	.navbar { padding: 5px 0 !important;}
.main-menu-cover{border:0;}	
	.navbar-nav.main-menu {
    display: none;
	}	
}
.select2-container .select2-choice:hover
{
	color:#444 !important;
}
@media screen and (min-width: 1200px) and  (max-width: 1920px) {
	#buddypress div.item-list-tabs ul li.current a span, #buddypress div.item-list-tabs ul li.selected a span {
    color: #fff;
    background: #e43137;
}
	#buddypress div.item-list-tabs ul li.current a, #buddypress div.item-list-tabs ul li.selected a {
    background: transparent;
    color: #e43137;
    font-weight: 600;
}
	#buddypress div.item-list-tabs {
    background: #fff;
    border: 1px solid #ddd;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -o-border-radius: 5px;
}
.buddypress #item-nav ul li {
    border-bottom: 1px solid #e8e8e8;
    padding: 7px 20px;
    width: 100%;
}	
	.buddypress #item-nav {
    width: 25%;
    float: left;
    margin: 0px 20px 0 20px;
}
#item-body {
    float: left;
    width: 70%;
    border: 1px solid #ddd;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -o-border-radius: 5px;
    background: #fff;
}	.top-nav ul {
    float: right;
}
	.archive #main {
    padding: 0;
}
	#footer .container {
    width: 1100px;
}
	.container {
    width: 1300px;
}	
	.list .price{float:none !important;}
	.single-product .variations .value {
    display: inline-flex;
}
	.reset_variations {
    padding: 1px;
    width: 100px;
    text-align: center;
    height: 35px;
}
.woocommerce div.product div.summary .clear {
    clear: unset !important;
}
.select2-search .select2-input
{
	min-width:auto !important;
}
}
.sub-menu li .sub-menu
{
	top:0px !important;
	position:relative;
}
.my-account li .sub-menu li .sub-menu
{
	left: 199px !important;
	position:absolute;
}
.my-account .sub-menu
{
	left:0 !important
}

.tabs-nav li a,.tabs-nav li a:hover
{
	color:#000 !important;
}
.navbar-toggle{margin-top:25px;}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 13px;
      overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;text-align:left;color:#222;font-weight:500;
}
  .woocommerce nav.woocommerce-pagination{padding-bottom:20px;}  
.wcv-button.button:hover {
    color: #fff !important;
}
  .sow-features-list .sow-features-feature .sow-icon-container [class^="sow-icon-"],.sow-features-list .sow-features-feature .sow-icon-container .sow-icon-image
{
width:100% !important;
} 
   
 /* Responsive Menu */

 @media screen and (max-width: 1024px){
h2.entry-title{border:0;}
.responsive-menu-boring {
    width: 35px !important;
    height: 35px !important;
    position:absolute !important;
    top:5px !important;
    left: 2% !important;
   background:transparent !important
}  
 }
@media (min-width:1281px) {
	select.variation_attribute.pa_color {
    width: 80%;
}
.fa-lg, .sv_mob_title {
    display: none;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: none;
}
}  
@media only screen and (max-device-width: 667px) and (min-device-width: 375px) and (orientation: landscape)
{
tr.woocommerce-cart-form__cart-item.cart_item .product-price {
    display: none;
}
}
@media screen and (max-width: 767px) {
    .wp-editor-tabs button {
    width: auto !important;
}
	.vclone{max-width:100%;}
	#footer-sidebar4{clear:both;}
	#footer-sidebar2, #footer-sidebar3 {
    width: 50%;
    float: left;
}
	.sv_icon_sec .sow-features-feature {
    margin-bottom: 0 !important;
}
	.sv_img{margin-right:0 !important;}
	.sv_top_title h2 {
    font-size: 17px;
}
	.title-banner{padding:10px !important;}
	.single-product .related {margin-top: 20px;}	
	#shipping .control-group, #social .control-group{width:100% !important;margin:0 !important;}
	#wcv-product-edit .wcv-product-basic.wcv-product {  
		display: flow-root !important;}
	.wcv-product .control-group {
    width: 100% !important;min-height:80px !important;
	}
	.woocommerce-product-details__short-description p {
    font-size: 12px;
    padding: 0;
    text-align: justify;
}
.sv_star_rating {   
    margin-top: 15px;
    padding-left: 0 !important;
    text-align: left;
}
.wcv-header-container #inner-element .store-brand {
    text-align: left !important;
}
.wcv-header-container #inner-element ul.social-icons {
    left: 2% !important;
}
	.wcv-header-container #inner-element .store-brand h2 {
    font-size: 14px !important;left:23% !important;
}
	#site-logo { margin-left: 20px;margin-top: 5px;}
	.start_selling_bg{background-image:none !important;}
	.home_start_selling .widget-title{font-size:26px !important;}
	.home_start_selling {
    padding: 20px 10px 20px 20px !important;
}
	#mixedSlider .MS-content .item{width:50%;}
	.tab-label{padding:10px 16px;}
	.woocommerce-Tabs-panel--description p {
   font-size:13px;
}
	.sv_no_padding {
    padding: 0;
}
	#content td {
   font-size:13px !important;
    border-top: 1px solid #ececec !important;
}
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    display: table-row;
}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    display: table-cell;
    text-align: left !important;
}
	.trending_area h3{font-size:20px;}	
tr.woocommerce-cart-form__cart-item.cart_item .variation {
    display: none;
}

.sv_wishlist{display:none !important;} 
.my-account #menu-my-account .sub-menu, .my-account ul.sub-menu {
    left: 0px !important;
    top: 46px;margin:auto;    
}

.testimonial_area h3{font-size:25px;}
}
#responsive-menu-container #responsive-menu-additional-content{padding: 5px 5% !important;}

  #responsive-menu-container .responsive-menu-search-box{display:none;} 

#responsive-menu-container #responsive-menu > li.responsive-menu-item:first-child > a{border-top:0 !important;}   
   #responsive-menu-container #responsive-menu li.responsive-menu-current-item > .responsive-menu-item-link {
  color: #fa6800 !important;border-color:none !important;}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    line-height: 45px !important;
     border-bottom:none !important;background-color: #fff !important;color:#000 !important;font-size: 13px !important; font-family: 'Montserrat', sans-serif;
}   
 @media screen and (max-width: 480px) {
     #buddypress div.activity-meta a {
    width: 100% !important;
    display: block;
}
     .vendor-dashboard-products .wcv-cols-group.wcv-horizontal-gutters, .vendor-dashboard-orders .wcv-cols-group.wcv-horizontal-gutters, .vendor-dashboard-coupons .wcv-cols-group.wcv-horizontal-gutters {
    overflow-x: scroll;
}
     #site-logo img {
    max-width: 100px;
}
	 .list .woocommerce-product-details__short-description{display:none;}
	 #wpadminbar {  position: fixed;}
	 #mixedSlider .MS-content .item{width:100%;}
 .wcv-header-container #inner-element .store-icon{width:80px !important;height:80px !important;top:235px !important;}
  .wcv-header-container #inner-element .store-brand h2 {
    left: 30% !important;font-size:14px !important;
}
.wcv-header-container #inner-element ul.social-icons{left:0 !important;}	 
 tr.woocommerce-cart-form__cart-item.cart_item .product-price, tr.woocommerce-cart-form__cart-item.cart_item .variation {
    display: none;
}
 }  
   
 @media only screen and (max-device-width : 1024px) and (min-device-width : 768px) 
{	
.woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float:left !important;    width: 66%;
} 
.quantity {
    float: left;
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input {
    width: 49% !important;
}
tr.woocommerce-cart-form__cart-item.cart_item .variation {
    display: none;
}
.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    display: table-cell;
    text-align: left!important;
}
.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    display: table-row;
}
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    padding: 0 8px;
}
.my-account ul.sub-menu {
    top: inherit;left:35% !important;
}
} 
 #responsive-menu-container #responsive-menu-title, #responsive-menu-container #responsive-menu-search-box, #responsive-menu-container #responsive-menu-additional-content {
    background-color: #0e2a60 !important; text-align: center !important;
}
#responsive-menu-search-box {
    border-bottom: 4px solid #fa6800;
}
#responsive-menu-container {
  background:#fff !important;
}
   ul#responsive-menu li:before {
    color: #0e2a60;
    line-height: 40px;background:#fff !important;margin-right: 10px;width:20px;
}
ul#responsive-menu li{display:inline-flex;    padding: 0px 15px;
    background: #fff;border-bottom: 1px dotted #eee;}
.responsive-menu-boring.is-active .responsive-menu-inner {
    transform: rotate(45deg);
    display: none;
    background: transparent;
}
.responsive-menu-boring.is-active {background:transparent !important;}
   
 .my-account ul.sub-menu {
    box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
}  
  
.woocommerce ul.products li.product .price del {   
    display: inline-block; padding-right: 5px;  
}
   
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) { 
tr.woocommerce-cart-form__cart-item.cart_item .product-price {
    display: none;
}
 }
.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {background-color: #000 !important;}

  .woocommerce ul.products li.product .button, .wcvendors_sold_by_in_loop, .woocommerce ul.products li.product .price del {
    display: none;
}
.sv_category {  
    font-size: 14px;
}
p.cat_name_sv {
    padding: 0px;
}
input.input-text.qty {
    padding: 5px;margin:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fa6800;
    color: #fff;
}.woocommerce div.product .woocommerce-tabs ul.tabs li{margin:0;padding:0}
.abt_content .textwidget {
    font-size: 13px;
    color: #999;
}
 .gridlist-toggle a.active {
    background-color: rgb(250, 104, 0) !important;
    color: #fff !important;
}
.woocommerce-tabs.wc-tabs-wrapper {
    background: #fff;
    height: 100%;
    padding-top: 30px;margin-bottom:30px;border: 1px solid #ddd;
	    box-shadow: 0 13px 22px -5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 13px 22px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 13px 22px -5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 13px 22px -5px rgba(0, 0, 0, 0.1);
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #eee;
}   
.testimonial_rotator_stars{padding:0;}
.testimonial_rotator.template-longform .testimonial_rotator_quote{ font-size: 13px; padding-top: 10px;}

.testimonial_rotator_wrap.with-prevnext, .testimonial_rotator.template-longform .testimonial_rotator_author_info {
    padding: 0;
    margin: 0;
}
.testimonial_rotator .testimonial_rotator_slide_title{display:none;}
.copyright p {
    font-size: 12px;padding:0;
}
.trending_area .textwidget {
    font-size: 13px;
    color: #999;
}

.product_meta.sv_custom_meta {
    display: block;text-align:center;font-weight:500;
}
.author-img p {
    text-align: center;
    padding: 10px 0;
    color: #121212;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.wcv-grid .wcv_variation_inner {
       border: 1px dashed #eee;
    padding: 10px;
    background: #f9f9f9;
}
.wcv-grid .wcv_variation_inner h5 {
    padding-bottom: 0;
}
.select2-results, .select2-container .select2-choice>.select2-chosen{font-size:13px;}

.testimonial_rotator.template-longform .testimonial_rotator_img{margin-bottom:10px;}

.dropdown-submenu {
    position: relative;
}

.sv_button{
    background: transparent;
    border: 0;   
}
.sv_dropdown{text-align:center;}
.dropdown-menu{width:200px;padding: 0;}
.open>.dropdown-menu {
    margin: auto;
}
.dropdown-menu>li>a {   
    padding: 10px 20px;  
    text-align: left;
    border-bottom: 1px solid #eee;
}
.caret{margin-top:-3px;}
 .woocommerce-tabs ul.tabs{padding:0px 15px !important;}  
.up-sells {
    margin-top: 20px;
}
   .woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 47%;
}
.wcvendors_ships_from br {
    display: none;
}  
.wp-social-login-provider-list a {
    float: left;
    padding: 0px 3px;
} 
.woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: center;
}   
   .condition-class h4 {
    font-size: 18px;
    color: #222;
    font-weight: 600;
}
.condition-class p {
    font-size: 13px;
}
ul.dropdown-menu.sv_sub_menu {
    left: -100%;
    top: -14%;
}
.cat_name_sv a {
    font-size: 12px;color:#595959;
}
.activity-inner p img {
    width: auto;
    margin: auto;
    display: block;
}
/*-------------wc vendor css ---------------*/
.wcv-pro-vendorlist .wcv-banner-wrapper{min-height:auto;}
.wcv-products-wrapper .product-img img {
    width: 110px;height:110px;  
}
.wcv-products-wrapper .product-img {
    position: relative;
    overflow: hidden;
	  float: left;
    background-color: #f5f5f5;
    margin-right: 12px ;
 
}
.wcv-pro-vendorlist {
   border: 1px solid #e1e1e1;
    height: 100%;
    padding: 30px;    display: inline-block;
    width: 100%;margin-bottom:20px;background-color: #f0f2f4;
}
.wcv-pro-vendorlist .wcv-banner-wrapper img {
    width: 120px;
    height: 120px;    border-radius: 50%;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;
}
 .wcv-description-inner h4 {
    font-size: 20px;
   text-transform: capitalize;
}

.wcv-products-wrapper .total-qty {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    color: #fff;
    text-align: center;
    top: 0;
    left: 0;
}
.wcv-products-wrapper .total-qty span {
    font-size: 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 35px;
}
.wcv-description-inner .short-description {
   display:none;
}
.products-count {
    color: #fa6800;float:right;font-size: 15px;
}
.sv_visit_store {
    background-color: #fa6800 !important;
    color: #fff !important;
    font-size: 13px;display: table-cell;    padding: 6px 15px !important;
}
 .wcv-description-inner .vendor-address {
    display: block;    margin: 15px 0;
    font-size: 14px;
}
.wcv-description-inner .vendor-address i {
    padding-right: 5px;color:#fa6800;
}
.sv_social-icons li a {
    background-color: #fff;
    color: #fa6800;
    float: left;
    padding: 5px 7px;
    margin-right: 10px;font-size:18px;
    box-shadow: 2px 2px rgba(221, 221, 221, 0.62);margin-top: 10px;
}
.rating-container {
    font-size: 15px;
}
.wcv-socials-container {
    padding-top: 10px;
}
.page-numbers li span {
    color:  #fa6800;
}
.page-numbers > li {
  padding:10px 15px;border-right: 1px solid #d3ced2;
}
.woocommerce-pagination .page-numbers a{margin:0;padding:0;}
.woocommerce-pagination ul {
    display: inline-block;  
    border: 1px solid #d3ced2;
    border-right: 0;   
}
.woocommerce-pagination .page-numbers a{color:#000 !important;}


.wcv-header-container #inner-element .store-info{
	 color: #fa6800;	
}

.wcv-header-container #inner-element .star-info {
    font-weight: 100;font-size:13px;
}
.store-address {
    font-size: 13px;
}

input#tab1, input#tab3, input#tab4 {
    display: none;
}
#mixedSlider .MS-content .item .imgTitle img{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;}

.wcv-header-container #inner-element {
    position: static;
    max-width: inherit;
    overflow: hidden;
}
.wcv-header-container #inner-element .store-brand, .wcv-header-container #inner-element .store-info {
    float: left;
    width: 50%;
}
.wcv-header-container #inner-element .store-icon {
    width: 150px;
    height: 150px;
    margin-right: 0;
    position: absolute;
    border-radius: 0;
    top:220px;
    z-index: 1;
    -webkit-box-shadow: 7px 7px 10px 0 rgba(50,50,50,.1);
    -moz-box-shadow: 7px 7px 10px 0 rgba(50,50,50,.1);
    box-shadow: 7px 7px 10px 0 rgba(50,50,50,.1);
    background-color: #e1e1e1;left:6%;  border: 3px solid #fff;
}

.wcv-header-container #banner-wrap .store-banner, .wcv-header-container #banner-wrap .wcv-store-banner{
    height: 300px !important;
    width: 100%;
}
.wcv-header-container #inner-element .store-brand h2 {
    font-size: 20px; 	
    position: absolute;
  top:255px; background-color: #fff;padding: 9px 25px 20px 0;  
}
.wcv-header-container #inner-element .store-brand h2, .sv_star_rating, .wcv-header-container #inner-element ul.social-icons{
	left:19%;padding-left:21px;
	
}
.wcv-header-container #inner-element .store-brand h2 span {
    background-color: #fff;  
 text-transform:capitalize;
}
.wcv-header-container{background:#fff;}
.wcv-header-container #inner-element ul.social-icons {  position:absolute;}
.wcv-header-container #inner-element ul.social-icons li a i {
    font-size: 20px;
}
.wcv-header-container #inner-element .fa-facebook {
    color: #3d589b;
}
.wcv-header-container #inner-element .fa-twitter {
    color: #50a9ed;
}
.wcv-header-container #inner-element .fa-google-plus,  .wcv-header-container #inner-element .fa-pinterest{
    color: #dd4b39;
}
.wcv-header-container #inner-element .fa-youtube {
    color: #cd201f;
}
.wcv-header-container #inner-element .fa-linkedin {
    color: #007bb5;
}

.wcv-header-container #inner-element .store-info { 
    text-align: left;
    padding:15px 0;
}
.store-address i {
    margin-right: 10px;
    font-size: 16px;
    color: #fa6800;
}
.wcv-store-msg {
    background-color: #f0f0f0;
    color: #191919;
    border: 2px dashed #ccc;padding:15px 5px;
}
.wcv-store-msg i {
    color: #3094ff;
    font-size: 19px;
}
.tab-label
{
	border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.sv_star_rating {
    font-size: 14px;margin-bottom:10px;
}
@media (device-height: 768px) and (device-width: 1024px) and (orientation: landscape){
	.top-nav ul{float:right;}
	.sv_star_rating { margin-left: 20px;}   }
.sv_verified {
    background: rgba(0, 124, 255, 0.81);
    color: #fff;
    padding: 5px;
    font-size: 16px;
}

.sv_star_rating i { color: #fa6800;}
.wcv-store-msg p { padding-bottom: 0;}
.vendor-section {background-repeat: no-repeat !important;background-position:bottom;padding:50px 0;}
.vendor-section h3 {color: #000; font-size: 30px; padding-left: 30px;text-align: center;}
#mixedSlider .MS-controls .MS-left { left: 30px;}
#mixedSlider .MS-controls .MS-right { right: 30px;}
#mixedSlider .MS-content .item h4 {  font-weight: 400; color: #333;text-transform:capitalize;}
#mixedSlider .MS-content .item h4:hover{text-shadow:none;color:#ff6a00;}
div.wpcf7-validation-errors { border: 0;
    background: red;
    color: #fff;
    font-size: 13px;
    margin: 0;}
#commentform #submit, .wpcf7-form .wpcf7-submit {
    background: #fa6800;
    color: #fff !important;
    font-weight: 500;
    text-shadow: none;
}
div.wpcf7 h3 {color: #000; font-size: 20px;}

/*-------------accordion-------------------*/
   .panel-group .panel { border-radius: 0; box-shadow: none; border-color: #EEEEEE;}
    .panel-default > .panel-heading { padding: 0; border-radius: 0; color: #212121;background-color: #eee; border-color: #EEEEEE; }
    .panel-title { font-size: 15px;}

    .panel-title > a { display: block; padding:0 15px;text-decoration: none; }
.more-less {
    float: right;
    color: #ffffff;
    border: 1px solid #fa6800;
    padding: 5px;
    background: #fa6800;
}
    .panel-default > .panel-heading + .panel-collapse > .panel-body {border-top-color: #EEEEEE;font-size:13px; }
.home_start_selling .widget-title {
    color: #222;
    font-size:35px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.home_start_selling a {   
    font-weight:500;
}
.home_start_selling a i {     padding-left: 15px;
    font-weight: 600;
    font-size: 20px;}
.start_selling_bg{margin-bottom:30px;}
.home_start_selling h3{color:#222;font-weight:500;}
#mixedSlider .MS-content .item .imgTitle img{width:60%;height:60%;}
div.wpcf7-mail-sent-ok {
    border: 0; 
    color: #398f14;
}
.sv_product_return h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 21px;color:#000;
}
/*-------------------responsive menu---------------------*/
.navbar {min-height: 0; padding: 20px 0;}
.navbar-brand { height: 0; padding: 0 10px;}
@media screen and (min-width: 1024px) and  (max-width: 1140px) {
		.wcv-header-container #inner-element .store-icon {
    width: 100px !important;
    height: 100px !important;
}	
.items-list-author {  
    height: 60px;
    margin-left: 0px;
    padding: 13px 0 0;    
    width: 60px;
    margin-top: 12px;
}
.img-author-list img {  
    height: 61px;     
    width: 61px;
    margin-top: 12px;
}
	.dropdown-menu li{padding:0 !important;float:none !important;}
 
	.navbar-toggle1, .responsive-menu-boring, .sv_mob_title {display:none !important;}	
	.navbar-header { float: left; padding: 0;width:auto;}
	
	.navbar {padding: 20px 0 !important;}
	.main-menu-cover ul li { padding: 10px 5px;}
}
@media screen and (min-width: 1141px) and  (max-width: 1279px) {
	.top-nav ul{float:left;}
.items-list-author{ margin-left: -10px;}
.navbar-toggle1, .sv_mob_title {display:none;}
#searchbar { display:block}
}
@media screen and (min-width: 768px) and  (max-width: 1023px) {
    #sidebar{margin-bottom:10px;}
	.svfirstsec div:nth-child(2) { margin-bottom:0 !important; }
	.svfirstsec div:first-child {
    order: 1;
}
	.svfirstsec div:last-child {
    order: 2;
}
	#site-logo {
    margin-left: 20px;
}
	.sv_cart{border-left:0 !important;}
	.social-search {
    margin-top: 40px;
    border-top: 1px solid #eee;
}
	.top-nav {
    position: absolute;
    top: 6px;
    right: 0;
}
	#searchbar{padding-top: 10px;}
	.sub_footer .col-md-6 {
    width: 50%;
    float: left;
}
	#footer .col-md-3{width:25%;float:left;}
	.sv_sub_category .col-md-3 {
    width: 50%;
    float: left;
}
	.sv_cat_sec .sow-features-list .sow-features-feature h5{margin:0 !important;padding:0;}
	.sv_cat_sec .sow-icon-image, .sv_cat_sec .sow-icon-container {
    height: 105px !important;
}
	.sv_cat_sec .sow-icon-container {
    width: 100% !important;
}
	.sv_cat_sec .sow-features-feature{margin-right:10px !important;}
	
	#footer .col-md-3, .sub_footer .col-md-6{padding:0 !important;}
	.sv_side_img img {
    width: 100% !important;
}
	section.related.products {
    margin-top: 40px;
}
	#main{padding:15px;}
		.wcv-header-container #inner-element .store-icon {
    width: 100px !important;
    height: 100px !important;
}	
 .sv_wishlist, .main-menu-cover{display:none;}
.sv_dropdown {margin-top: 5px;}
.home_start_selling .widget-title{font-size:30px;}
.home_start_selling h3 {font-size: 13px;}
}
.sku_wrapper, .posted_in {
    display: inherit;
}
/*---------------------------store search css------------------------*/

.sv_store_search{margin-top:30px;}
.sv_store_button {
    background-color: #fa6800 !important;
    color: #fff !important;
    padding: 5px 20px !important;
    font-size: 15px;border:0;
}
p.err {
    color: #e00000;
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 17px;
    margin-top: 20px;
}
#map {
  height: 400px;width:100%;display:none;
}
.sv_form {margin-bottom: 30px;}
#google-translator {float: left;margin-top:4px;}
#sidebar input[type=search] {
    margin-bottom: 10px;border:1px solid #eee;width:100%;
}
.category_search select{border-radius:0;-webkit-appearance:none;line-height: 20px;}
#topnav, .sv_mob_title {
    display: none;
}
 .woocommerce-product-search button {
    background: #fa6800;
    border: 0 none;
    width: 120px;
    height: 33px;
    color: #fff;  
	font-size: 14px;
    font-weight: 500;margin-bottom:10px;
}
.mailpoet_form input[type="email"] {
      border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) inset;
    border-radius: 3px 0px 0 3px;width:300px !important;
}
.panel-grid{margin-bottom:0 !important;}
#wcv-product-edit .woocommerce_attribute hr, .single-product #tab-description h2 {
    display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals table, .wishlist_table, tr.woocommerce-cart-form__cart-item {
    background: #fff;
}
.wp-social-login-connect-with {
    float: left;
}
.wp-social-login-provider-list {
    padding: 0;
}
.wp-social-login-widget-clearing {
    clear: both;
    margin-bottom: 10px;
}
.woocommerce-MyAccount-content .woocommerce-button.button.view, .woocommerce-MyAccount-content .woocommerce-button.button.leave_feedback {
    margin: 0 5px;
    padding: 6px 10px !important;
}
#wcv-product-edit .wcv-product-basic.wcv-product {
    background: #f9f9f9;
    height: 100%;
    display: table;
    padding: 25px 15px 0px 25px;
    border: 1px dashed #ddd;width:100%;
}.wcv-form label {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}.wcv-product .control-group {
    width: 47%;
    float: left;
    margin: 0px 20px 0px 0px;
    min-height: 110px;
}
.wcv-form input[type=tel], .wcv-form input[type=text], .wcv-form .control-group .control>textarea, .select2-container-multi .select2-choices, .wcv-form input[type=url] {
    border: 1px solid #e8e8e8;
}
#wcv-product-edit .select2-container {
    display: block;
}
.wcv-grid .wcv-product-media {
    margin-top: 0;
    background: #ebebeb;
    padding: 25px 0 25px 30px;
    border: 1px dashed #ccc;
    border-top: 0;
}
.sale_schedule, #product_save_button, table.download_file_table a.button.insert, #store_save_button {
    background: #fa6800 !important;
    color: #fff !important;
    border: 0 !important;
}
.sale_schedule:hover, .wcv-media-uploader-featured-add:hover, .wcv-media-uploader-gallery a:hover {
    background: #ddd !important;
}
.wcv-tabs .tabs-nav li.active a {
    background: #fa6800 !important;
    color: #fff !important;
}
.wcv-tabs .tabs-nav li a {
    padding:9px 2em;
    background: #f3f3f3;
}
#wcv-product-edit .woocommerce_attribute .attribute_name, #wcv-product-edit .woocommerce_attribute h5 i {
    color: #fa6800;
}#wcv-product-edit .woocommerce_attribute, .wcv_variable_attributes {
    background: #f9f9f9;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px dashed #eee;
}
#wcv-product-edit .woocommerce_attribute .wcv-horizontal-gutters {
    border-bottom: 0 !important;
}
#wcv-product-edit .woocommerce_attribute hr{display:none;}
.wcv_variation {
    margin-bottom: 15px;
}#shipping .control-group:last-child, #payment .control-group:last-child {
    width: 100%;
}
#shipping .control-group {
    width: 47%;
    float: left;
    margin: 0 10px;
    min-height: 135px;
}
#social .control-group {
    width: 46%;
    float: left;
    margin: 0 15px;
    min-height: 112px;
}
.wcvendors-pro-dashboard-wrapper {
    background: #fff;
   
}.wcv-form p.tip{font-size:13px;}
.remove_variation.delete:hover {
    color: #fff !important;
}
.buddypress .wcv-button.expand, #post-mention .send-message, .wcv-button.button  {
    background: #fa6800 !important;
    color: #fff !important;
}

.wcv-form .control-group .control.append-button .wcv-button {
    height: 32px !important;
    background: #fa6800 !important;
    border: 0 !important;
    color: #fff !important;
}
.wcv-grid table .row-actions{opacity:1;}
table.wcvendors-table h4 {
    font-weight: 500;
    font-size: 16px;
}
table.wcv-table tr td, table.wcv-table tr th {   
    font-size: 14px;
}
.wcvendors-pro-dashboard-wrapper #wcv-product-edit {
    padding: 10px 0 !important;
}

 .main-menu-cover li ul {   
    max-height: 0;
    overflow: hidden;
    -webkit-transform: perspective(400) rotate3d(1,0,0,-90deg);
    -webkit-transform-origin: 50% 0;
    
     -moz-transform: perspective(400) rotate3d(1,0,0,-90deg);
    -moz-transform-origin: 50% 0;
    
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    display: block !important;
    box-shadow:0px 5px 20px rgba(0,0,0,0.3);
    -webkit-box-shadow:0px 5px 20px rgba(0,0,0,0.3);
    -moz-box-shadow:0px 5px 20px rgba(0,0,0,0.3);
    -o-box-shadow:0px 5px 20px rgba(0,0,0,0.3);
}
.main-menu-cover ul > li:hover ul  {
    max-height:1000px;
    -webkit-transform:perspective(400) rotate3d(0,0,0,0);
     -moz-transform:perspective(400) rotate3d(0,0,0,0);
}
#share-buttons {
    display: table;padding:10px 0;width: 100%;
}
#share-buttons a{float:left;}
#share-buttons img {
    width: 40px;
    padding: 5px;
    border: 0;
}
.woocommerce ul.products li.product br {
    display: none;
}
.sv_cart {
    border-left: 1px solid #eee;
}
.top-nav ul li a{vertical-align:sub;}
.sv_register a {
    border: 1px solid #222;
    padding: 6px 15px;
    border-radius: 3px;
}
.title-banner {
    background: #fdd95c;
	    padding:93px 40px;
    text-align: center;
}
.title-banner a {
    font-weight: 600;
}
.sv_img img {
    width: 100% !important;
    height: 320px !important;
	    object-fit: cover;
    object-position: bottom;
}
.sv_img {
    margin-right: 20px;
}
.bottom_section {
    background: #fdd95c;
    margin-top: 20px;
    padding: 24px 20px;
	font-weight:600;
}
.bottom_section p {
    padding: 0;
}
.sv_icon_sec .textwidget h5:before {
    font-family: FontAwesome;
    content: "\f00c";
    color: #f45800;
    font-size: 21px;
	margin-right: 10px;
}
.sv_icon_sec .textwidget h5 {
    margin: 0 !important;
    padding: 0;
	font-size: 15px;
    color: #222;font-weight:500;
}
.sv_icon_sec .textwidget p {
    color: #222;
    font-size: 13px;
    line-height: 20px;margin-top:5px;
}
.copyright img {
    float: left;
    margin-right: 15px;
}

#footer .col-md-3 {
    padding: 50px 0;
}
.sv_footer_newsletter {
    text-align: center;margin-top:30px;
	border-top: 1px solid #eee;
    padding-top: 30px;
}
.mailpoet_paragraph {
    display: inline-block;
}
.sv_footer_newsletter h3 {
    font-size: 13px;
    color: #000;font-weight:500;
}
.trending_area h3 span {
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
}
.sv_cat_sec .sow-features-feature {
    border: 1px solid #E1E3DF;
    margin-right: 21px;
    padding: 0 !important;
    width: 15% !important;
}

.sv_cat_sec .sow-features-list .sow-features-feature h5 {
      margin: 0px 0px 10px 10px;
    font-weight: 500;
}

.sv_cat_sec .textwidget{text-align:left;margin:inherit !important;}
.home_start_selling {
    text-align: center;
}
.sub_footer h5, .sub_footer a {
       font-weight: 500;
    color: #222 !important;
    font-size: 13px !important;
}
.sub_footer a {
    text-decoration: underline;
    font-weight: 600 !important;
}
.sub_footer i {
    font-size: 22px;
    margin-right: 10px;
    vertical-align: middle;
}
#google_language_translator {
    float: right;
}
.sub_footer .col-md-6 {
    padding: 20px 0;
}

.sv_sidebar_none, #sidebar hr {
    display: none;
}
.chosen-container-multi .chosen-choices{border:1px solid #eee;    background-image: none;}
#sidebar h3, #sidebar h4, #sidebar h5 {
    font-size: 12px;
}

.woof input[type="checkbox"]:checked:after {
    background-image: url(images/checked.png);
}
.woof input[type="checkbox"]:before {
    position: relative;
    display: block;
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    content: "";
    background: #FFF;
    border-radius: 2px;
}
.woof input[type="checkbox"]:after {
    position: relative;
    display: block;
    left: 0px;
    top: -17px;
    width: 16px;
    height: 16px;
    border-width: 1px;
    border-style: solid;
    border: 0;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
}
.woof label {
    font-size: 11.6px;
    font-weight: 500;
}
.woof_list li{display:flex;}


.woof input[type="radio"]:before {
    position: relative;
    display: block;
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    content: "";
    background: #FFF;
    border-radius: 50px;
    margin: 0px 0 0 -3px;
}
.woof input[type="radio"]:checked:after {
    background-image: url(images/radio-on.png);
}
.woof input[type="radio"]:after {
    position: relative;
    display: block;
    left: 0px;
    top: -17px;
    width: 16px;
    height: 16px;
    content: "";
    margin: 0px 0 0 -3px;
}
.woof_products_top_panel li{
	    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 3px 10px;border-radius:4px;
}
.woof_products_top_panel li span {
    background: url(images/cancel.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 27px;
}
.review_img img {
    width: 75px !important;
    height: 75px !important;
    border-radius: 50%;
    text-align: center;margin:auto;
}
.review_img, .sv_recent_review{text-align:center;}
.review_img h3, .sv_recent_review p{font-size:14px;font-weight:500;margin-top:10px !important;}
.review_product_img img {
    width: 250px !important;
    height: 250px !important;
}

.sv_sub_item {
    border: 1px solid #E1E3DF;    margin-bottom: 30px;
}
.sv_sub_item img {
    width: 100%;
    height: 200px;
}
.sv_sub_item div {
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
}
.yith-wcwl-add-to-wishlist .woocommerce-LoopProduct-link {
    display: none;
}
.sv_wishlist_button a {
    font-size: 0;opacity:0;
}
.woocommerce ul.products li.product:hover .sv_wishlist_button a{
	opacity:1;
}

.sv_wishlist_button .yith-wcwl-add-to-wishlist a:before {
    color: #ffffff;
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
 .vendor-dashboard-orders .wcv-form .control-group {
    margin-bottom: 0;
}
    .vendor-dashboard-orders .wcv_dashboard_table_header .wcv-form .all-66,  .vendor-dashboard .wcv_dashboard_datepicker .wcv-form .all-66 {
    width: 100%;
}
    .vendor-dashboard-orders .wcv_dashboard_table_header .wcv-form .all-50, .vendor-dashboard .wcv_dashboard_datepicker .wcv-form .all-50 {
    width: 50% !important;
    float: left;
}
    .navbar-toggle {
    display: none;
}
	.dropdown-menu {
    width: 100px !important;    left: -60%;
}
	.svfirstsec div:nth-child(2) { margin-bottom:0 !important; }
	.svfirstsec div:first-child {
    order: 1;
}
	.svfirstsec div:last-child {
    order: 2;
}
	.navbar{padding:5px 0;}

	.sv_sell_mob{display:block !important;}
	.top-nav ul > li > a > i{display:inline-block;}
	.top-nav {
    position: absolute;
    top: 10px;
    right: -15px;
}
	.top-nav > ul > li{ padding: 0px 3px 0 3px;border:0;}
	.social-search {  
    margin-top: 40px;    border-top: 1px solid #eee;
}
	.sv_cart a {
    font-size: 0 !important;
}
	#searchbar {
     padding-top: 10px;
}
	.sv_side_img img {
    width: 100% !important;
}
	#buddypress div.item-list-tabs ul li a span{float:none;}
	.sv_cat_sec .textwidget {
    margin: unset !important;
}
	.sv_cat_sec .sow-icon-container{width:100% !important;}
	
	#google_language_translator{float:none;}
	.sub_footer .col-md-6 {
    padding: 0;
}
	/*.copyright{display:none;}*/
	.copyright div:first-child{display:none;}
	#footer .col-md-3 {
    padding: 0px 0;
}
	.mailpoet_form input[type="email"]{width:185px !important}
	.sv_cat_sec .sow-icon-image, .sv_cat_sec .sow-icon-container{height:135px !important;}
}

.title-banner1 h3 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    padding: 25px 50px 0;
    text-shadow: 1px 1px 2px #3d3d3d;
}
#my-account-menu .myaccount-menu li > a{font-weight:500 !important;}
#my-account-menu .myaccount-menu li.active > a, #my-account-menu .myaccount-menu li.is-active > a {
    font-weight: bold !important;
}#my-account-menu .myaccount-menu li > a > .fa {
    margin-right: 10px;
    color: #fa6800;
}
#buddypress #item-body form#whats-new-form{margin-top:15px;}
.home .sv_footer_newsletter{margin-top:0;}
.parsley-errors-list {
    position: absolute;margin-top:0 !important;
}
.archive .sv_title {
    display: none;
}
.sv_sell_mob{display:none;}

@media screen and (min-width: 480px) and  (max-width: 767px) {	
	.sv_cat_sec .sow-features-feature {
    max-width: 30% !important;
    width: 30% !important;
    float: left !important;
    margin-right: 12px !important;
}
	
}
/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  .top-nav ul {
    float: right;
}
}

.svstart_selling h3 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    padding: 25px 50px 0;
    text-shadow: 1px 1px 2px #3d3d3d;
}
/* mega menu style start here */
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal, .wpmega-black-white .wpmm-mega-wrapper > li:hover{
    background: transparent;
}
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a {
    color: #000; cursor: pointer;
}
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before{display:none;}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a{padding: 10px 25px 10px 22px;}

ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul{
	background:#fff;box-shadow: 0 4px 20px rgba(34, 34, 34, 0.15);
    -webkit-box-shadow: 0 4px 20px rgba(34, 34, 34, 0.15);
    -moz-box-shadow: 0 4px 20px rgba(34, 34, 34, 0.15);
    -o-box-shadow: 0 4px 20px rgba(34, 34, 34, 0.15);
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a{color:#000;}

.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:hover, .main-menu-cover ul li > a:hover:after, .wpmega-black-white .wpmm-mega-wrapper > li.current-menu-item .wp-mega-menu-link:active:after, .wpmm_megamenu ul.wp-mega-sub-menu li a:hover {
    color: #fa6800 !important;
}
ul.wp-mega-sub-menu li a:after, ul.wp-mega-sub-menu li a:hover:after {
    display: none;
}

.wpmega-black-white .wpmm-mega-wrapper > li.current-menu-item {
    background: #e7e7e7;   
}

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap{
	box-shadow:0 4px 20px rgba(34, 34, 34, 0.15);    top: 102%;
}
.wp-megamenu-main-wrapper.wpmega-clean-white.wpmm-orientation-horizontal{border:0;}
.wp-megamenu-main-wrapper.wpmega-clean-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before{background:transparent;}
.members .main-menu-cover {margin-bottom:30px;}
/* members page design */
.members #buddypress div.dir-search {
    margin: 10px 10px 0px;
}
.members #buddypress div.dir-search input[type=text] {
    width: auto;    height: 35px;
}
.members #members_search_submit {
    background: #ff4747 !important;
    border: 0 !important;
    color: #fff !important;
    height: 35px !important;
}
#members-dir-list {
    padding: 0 15px;
}
.members #buddypress ul.item-list li img.avatar {
    width: 50px;
    height: 50px;
}

#apply_for_vendor {
    float: left;
    margin-right: 5px;
}
#buddypress form#whats-new-form #whats-new-avatar img, #buddypress .activity-list .activity-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
#buddypress #item-header-cover-image #item-header-avatar img.avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 0px;
}
ul.products.list li.product{margin-bottom:30px;}
ul.products.list li.product .woocommerce-loop-product__title {
    padding-top: 0;
}
ul.products.list li.product .gridlist-buttonwrap {
    margin-bottom: 0;
}
.wcv-modal>.modal-header>.modal-close, .wcv-modal>header>.modal-close
{
    width:26px !important;height:26px !important;padding:0 !important;
}
.wcvendors-table-shop_coupon tr th {
    line-height: 20px !important;
}

.woocommerce-cart-form, .woocommerce-account .woocommerce-MyAccount-content{
   
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    
}

.wcv-form .control-group .inline li label{
    margin-top:1px;
}
#_wcv_vacation_mode{
    margin-top:8px;
}

























