/*
Theme Name: Minar
Theme URI:http://wp.regaltheme.com/minar
Author: Regaltheme.
Author URI: http://kamalinfo.com/
Description: Description
Version: 1.3.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: minar
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body,
html {
	font-family: 'Montserrat', sans-serif;
     font-size: 14px;
     line-height: 24px;
     font-weight: 300;
     color: #a1a1a1;
     background-color: #fff;
     -webkit-text-size-adjust: 100%;
     -webkit-overflow-scrolling: touch;
     -webkit-font-smoothing: antialiased
}
 ::-moz-selection {
     background: #318DFD;
     text-shadow: none;
     color: #fff;
 }
 ::selection {
     background: #318DFD;
     text-shadow: none;
     color: #fff;
 }
 .browserupgrade {
     margin: 0.2em 0;
     background: #ccc;
     color: #000;
     padding: 0.2em 0;
 }
body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
}


button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
input,
select,
optgroup,
textarea {
	color: #868686;
	font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Roboto Slab",serif;
    font-weight: 400;
    color: #6f6f6f;
    margin: 0 0 10px;
}

 h1 {
     font-size: 34px;
     font-family: 'Montserrat', sans-serif;
 }
 h2 {
     font-size: 28px;
 }
 h3 {
     font-size: 22px;
 }
 h4 {
     font-size: 18px;
 }
 h5 {
     font-size: 16px;
     font-family: "Roboto Slab",serif;
 }
 h6 {
     font-size: 13px;
 }
p {
	 color: #a1a1a1;
     font-size: 14px;
     line-height: 24px;
     margin: 0;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	 font-family: 'Montserrat', sans-serif;
}
 html,
 body {
     width: 100%;
     height: 100%;
 }
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}
ul li,
ol li{
	line-height: 25px;
}
ul ul{
	margin-left: 25px;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 0;
	background: #e6e6e6;
	color: #9b9b9b;
	font-size: 14px;
	line-height: 1;
	padding: 12px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 0 60px 0 10px;
	width:100%;
	height:40px;
}

select {
	border: 1px solid #ccc;
    color: #404040;
    padding: 9px 5px;
    width: 100%;
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	 color: #777777;
     font-family: 'Roboto Slab', serif;
     font-weight: 400;
}

a:visited {
	color: #777777;
}

a:hover,
a:focus,
a:active {
	color: #494949;
     outline: none;
     text-decoration: none;
}

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

a:hover,
a:active {
	outline: 0;
}
 a,
 a > * {
     outline: none;
     cursor: pointer;
     text-decoration: none;
 }
  a,
 .navbar a,
 .form-control {
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
 }
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

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

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

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
	margin-top: 10px;
}
.owl-theme .owl-controls .owl-page span {
  height: 15px;
  width: 15px;
}
/*KC plugin padding fix*/
.kc-row-container.kc-container{
    padding: 0;
}
.owl-theme .owl-controls .owl-page span {
  height: 12px!important;
  width: 12px!important;
}


/*---Theme test---*/
.pagnation-ul ul li,
.blog-footer ul li {
  list-style: outside none none;
}
.details-text .content ul{
	margin-left: 20px;
}
.details-text .tags a {
  line-height: 20px;
}
.comments-area h3{
	margin-top: 20px;
}
.single-text ul li{
	list-style: outside none none;
}
.no-comments {
  background: #f5f5f5  none repeat scroll 0 0;
  padding: 5px 10px;
}
table {
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  overflow: hidden;
  vertical-align: top;
  width: 100%;
  text-align: center;
}
table th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  color: #454545;
  font-weight: 700;
  padding: 8px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
}

table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  padding: 8px;
  vertical-align: top;
}
table th a , table th a:hover{
  text-decoration: underline;
}
.post-password-form input {
  border: 1px solid #f0f0f0;
  color: #7a7a7a;
  font-size: 20px;
  line-height: 18px;
  margin-top: 10px;
}
.comment-box .text h4{
	clear:inherit;
}
.header-top.transparent {
  background: transparent none repeat scroll 0 0;
  position:absolute;
}
.header-top.transparent,
.logged-in .header-top.transparent {
  margin-top:60px;
}
.logged-in .header-top.transparent.is-sticky {
  margin-top: 30px;
  padding:20px 0;
}
.logged-in .header-style-1.header-style-4 .header-top.transparent.is-sticky {
  padding:0;
}

.logo h3 {
  margin-bottom:0px;
  text-transform:capitalize;
}
.category-sticky .single-blog,
.sticky .single-blog{
	border:1px solid#ffe100;
}

.header-top .logo,
.mainmenu ul > li > a {
 
}
.header-style-4 .logo,
.header-style-4 .mainmenu ul > li > a {
  padding:0;
}
.jm-post-like i {
  margin-right: 5px;
}
.post-categories li,
.social-icon li,
.single-table li,
.contact-text li {
  list-style: outside none none;
}

.page-header {
  margin-top: 0;
}
.no-results .page-content > p {
  margin-bottom: 20px;
}
.no-results input[type="text"] {
  position: relative;
}

.no-results button {
  position: absolute;
  right: 15px;
}


.widget_search form{
	position:relative;
}
.widget_search button {
  color: #000;
  font-size: 15px;
  position: absolute;
  right: 0;
  width: 50px;
  top:0;
}
.single-text.widget.widget_recent_comments ul li a i {
  display: none;
}
.entry-content p img {
  margin-bottom: 15px;
  margin-top: 15px;
}


/* --woocommerce customize-- */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    text-align: center;
}
.woocommerce .products ul,
.woocommerce ul.products {
    padding-top: 30px;
    margin: 0;
}
.woocommerce .products .star-rating {
    display: inline-block;
    float: none;
    text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px;
    transition: all 0.5s ease 0s;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
    color: #494949;
}
.woocommerce ul.products li.product a img {
    margin: 0;
}
.woocommerce ul.products li.product .price del {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #383838;
    font-size: 18px;
    font-weight: 700
}
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price ins {
    color: #383838;
    font-size: 18px;
    font-weight: 700;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: inherit;
    border: 1px solid;
    border-radius: 2px;
    padding: 10px 15px;
	font-weight:400;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: inherit;
    color: #6f6f6f;
}
.woocommerce span.onsale {
    background-color: #494949;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    min-height: 25px;
    min-width: 25px;
    padding: 1px 12px;
    left: 0;
    top: 0;
}
.single-product.woocommerce span.onsale {
  font-size: 14px;
  left: 0;
  padding: 5px 25px;
  position: absolute;
  top: 15px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    border-radius: 0;
    height: 40px;
    right: 6px;
    top: 20px;
    width: 40px;
    z-index: 9;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    left: 48%;
    position: absolute;
    top: 47%;
    transform: translateY(-50%) translateX(-50%);
    width: 10px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    left: 26px;
    top: 22px;
}
/*---pagination---*/

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page .woocommerce-pagination ul.page-numbers li a {
    border: 1px solid transparent;
    color: #444;
    display: inline-block;
    padding: 10px 15px;
}
.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: none;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page .woocommerce-pagination ul.page-numbers li a:hover {
    background: #494949 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #ddd;
}
/*-----single-product---- */

h1.product_title {
    font-size: 24px;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin: 20px -5px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 0 5px
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: transparent;
    color: inherit;
}
.single-product.woocommerce button.button.alt{
	height: 40px;
}
.single-product .price {
  margin-bottom: 10px;
}
.woocommerce .single-product-area div.product .woocommerce-product-rating {
  margin-bottom: 10px;
}
.woocommerce .quantity .qty {
    margin-right: 10px;
    width: 6.631em;
    border-color: #666;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: inherit;
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    border: 1px solid #6f6f6f;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #6f6f6f;
}
.woocommerce-info::before,
.woocommerce-message::before {
    color: #6f6f6f;
}
.single-product-area .woocommerce-product-details__short-description{
	margin-bottom: 20px;
}
.woocommerce-info,
.woocommerce-message {
    border-top-color: #6f6f6f;
}
.woocommerce-tabs .panel {
  box-shadow: none;
}
.woocommerce .single-product-area .related ul.products li {
  margin-bottom: 0px;
}
/*--cart--*/

.woocommerce-cart .woocommerce table.shop_table,
.woocommerce-cart table th,
.woocommerce-cart .woocommerce-cart table.cart th {
    text-align: center;
}
.woocommerce a.remove {
    color: #555 !important;
    margin: auto;
}
.woocommerce a.remove:hover {
    background: #494949 none repeat scroll 0 0;
}
.woocommerce-page #content table.cart td.actions .input-text {
    width: 55%;
}
.woocommerce table.shop_table td.actions {
    padding: 14px 12px;
}
.woocommerce input.button[disabled]:disabled:hover {
    background-color: inherit;
    color: #494949;
}
.coupon input {
    float: left;
    width: auto;
    margin-bottom: 20px;
}
.actions input[name="update_cart"] {
    width: auto;
}
/*--checkout---*/

#customer_details {
    float: left;
    width: 48%;
}
.checkout-order {
    float: right;
    width: 48%;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    width: 100%;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    width: 100%;
}
.checkout-order input {
    width: inherit;
    height: inherit;
}
.checkout-order ul li {
    list-style: none;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #a1a1a1;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, 
.woocommerce form .form-row.woocommerce-invalid input.input-text, 
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #a1a1a1;
}
.woocommerce form .form-row .required {
  border: 0 none;
  color: #a1a1a1;
  font-weight: 700;
}
/* Single Product style */

.woocommerce .single-product,
.woocommerce .woocommerce-loop-product__link,
.woocommerce .single-product-image {
    position: relative;
    display: block;
}
.woocommerce ul.products li.product .single-product span.onsale {
    background: #494949 none repeat scroll 0 0;
    color: #fff;
    font-weight: 400;
    left: 0;
    line-height: 1;
    margin: 0;
    min-height: 0;
    padding: 5px;
    position: absolute;
    right: auto;
    text-transform: uppercase;
    top: 0;
}
.woocommerce ul.products li.product .single-product:hover span.onsale {
    color: #ffffff;
}
.woocommerce ul.products li.product .single-product .star-rating {
    display: block;
    float: none;
    position: absolute;
    right: 10px;
    text-align: right;
    top: 10px;
}
.woocommerce ul.products li.product .star-rating {
    font-size: 0.75em;
    height: 1.1em;
}
.woocommerce ul.products li.product .single-product:hover .star-rating {
    color: #494949;
}
.woocommerce ul.products li.product .single-product .button {
    border-color: #fff;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    top: 60%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.4s ease 0s;
}
.woocommerce ul.products li.product .single-product .added_to_cart {
    background-color: inherit;
    border: 1px solid;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    margin-top: 0;
    opacity: 0;
    padding: 10px 15px;
    position: absolute;
    top: 60%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.4s ease 0s;
}
.woocommerce ul.products li.product .single-product .added_to_cart:hover {
    border-color: #494949;
    color: #fff;
}
.woocommerce ul.products li.product .single-product:hover .added_to_cart {
    opacity: 1;
    top: 50%;
}
.woocommerce ul.products li.product .single-product .single-product-image .woocommerce-LoopProduct-link.woocommerce-loop-product__link:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
}
.woocommerce ul.products li.product .single-product:hover .single-product-image .woocommerce-LoopProduct-link.woocommerce-loop-product__link:before {
    opacity: 1;
}
.woocommerce ul.products li.product .single-product:hover .button {
    top: 50%;
    opacity: 1;
}
.woocommerce ul.products li.product .single-product:hover .add_to_cart_button.added {
    top: 50%;
    opacity: 0;
    visibility: hidden;
}
.woocommerce ul.products li.product .single-product .button:hover {
    background: #494949 none repeat scroll 0 0;
    border-color: #494949;
    color: #fff;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #606060;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
    text-transform: uppercase;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #666666;
    padding-bottom: 5px;
}
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price ins {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
}
.woocommerce ul.products li.product .price del {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-right: 5px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    box-shadow: none;
    width: 100px;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    border-radius: 2px;
    padding: 10px 15px;
}
.woocommerce .quantity .qty {
    border-radius: 2px;
    padding: 6.5px 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    border: 1px solid #d3ced2;
}
.woocommerce p.stars a::before {
    color: #ed552d;
}
.woocommerce .comment-form input,
.woocommerce .comment-form textarea {
    border-radius: 0;
    margin-bottom: 5px;
    padding: 7px 10px;
    width: 100%;
}
.woocommerce .comment-form .form-submit input.submit {
    border-radius: 0;
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 10px 10px;
    width: 180px;
}
.woocommerce ol.commentlist li {
    list-style: outside none none;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    display: inline-block;
    float: none;
}
.woocommerce div.product div.images .flex-control-thumbs {
    text-align: center;
}
.woocommerce div.product form.cart .variations label {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}
.single_variation_wrap .woocommerce-variation {
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}
.woocommerce div.product form.cart .variations {
    margin-top: 20px;
}

/*my account*/
.woocommerce-account.customize-support div.woocommerce {
  border: 1px solid#a1a1a1;
  padding: 20px;
}
.woocommerce-account div.woocommerce ul li {
	list-style: none;
}
.woocommerce-account div.woocommerce .woocommerce-Button.button {
  margin-top: 20px;
}

/*--shop sidebar--*/

.single-text.widget form {
    position: relative;
}
.single-text.widget input[type="submit"] {
    position: absolute;
    right: 0;
}
.widget.widget_rating_filter ul li i,
.widget.widget_products ul li i,
.widget.widget_recent_reviews ul li i,
.widget.widget_top_rated_products ul li i {
  display: none;
}
.single-text.widget.woocommerce ul li img {
  margin-bottom: 15px;
  width: 80px;
}
.single-text.widget mark, .single-text.widget ins {
  background: none repeat scroll 0 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #a1a1a1;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #a1a1a1;
}
.search-results .site-content {
  padding: 100px 0;
}

/*---end--- */
