/*
* Date:06-11-14
*/
body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #333;
}

/*:focus {
  border: 0;
  outline: none;
}*/
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}
.product_type_grouped, .product_type_external{
	float: right;
    border: solid 1px #e62e04;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 12px !important;
    text-transform: uppercase;
    color: #e62e04 !important;
}
.btn-primary {
  background: #e62e04;
  border-color: #e62e04;
}
.btn-primary:hover {
  background: #d22f0a;
  border-color: #d22f0a;
}

.topbar {
  border-bottom: solid 1px #e5e5e5;
}
.topbar ul {
  float: right;
}
.topbar ul li {
  color: #939292;
  font-size: 14px;
  font-weight: 300;
  border-right: solid 1px #e5e5e5;
  position: relative;
  margin: 0;
}
.topbar ul li:not(:last-child) {
  margin: 0;
}
.topbar ul li a {
  color: #a9a9a9;
  display: block;
  padding: 5px 15px;
}
.topbar ul li a:hover {
  text-decoration: none;
  color: #393939;
}
.topbar ul li.menu-item-has-children {
  position: relative;
}
.topbar ul li.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: -5px;
  padding: 0;
  margin: 0;
  background: #fff;
  z-index: 9;
  border: solid 1px #e5e5e5;
  display: none;
}
.topbar ul li.menu-item-has-children .sub-menu li {
  border: 0;
  display: block;
}
.topbar ul li.menu-item-has-children .sub-menu li a {
  white-space: nowrap;
}
.topbar ul li.menu-item-has-children .sub-menu li a:hover {
  color: #393939;
}
.topbar ul li.menu-item-has-children:hover .sub-menu {
  display: block;
}

.logo-row {
  box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}
.logo-row .logo {
  padding: 5px 0;
}
.logo-row .cat-menu-bar {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin: 20px 0;
  line-height: normal;
}
.logo-row .cat-menu-bar .bar-text {
  font-size: 13px;
  margin-right: 10px;
}
.logo-row .cat-menu-bar i {
  color: #e62e04;
  font-size: 30px;
}
.logo-row .search-product-bar {
  margin: 14px 0 0 0px;
  font-size: 14px;
}
.logo-row .search-product-bar input {
  font-size: 14px;
}
.logo-row .search-product-bar .input-group-append {
  width: 100%;
}
.logo-row .search-product-bar .input-group-append .aws-container {
  width: 100%;
}
.logo-row .search-product-bar .input-group-append .aws-container .aws-search-field {
  border: solid 1px #ced4da;
  border-radius: 4px 0 0 4px !important;
}
.logo-row .custom-select {
  border-radius: 0;
}
.logo-row .form-control:focus, .logo-row .custom-select:focus {
  outline: none;
  box-shadow: none;
}
.logo-row .cart-user-cont {
  display: flex;
  height: 100%;
  align-items: center;
}
.logo-row .cart-user-cont .useraccount-info {
  font-size: 13px;
  line-height: 17px;
  color: #666;
  margin-left: 20px;
}
.logo-row .cart-user-cont .useraccount-info img {
  float: left;
  margin-right: 5px;
}
.logo-row .cart-user-cont .useraccount-info a {
  color: #333;
}
.logo-row .cart-user-cont .useraccount-info a:hover {
  color: #e62e04;
}
.logo-row .cart-user-cont .cart-info {
  line-height: normal;
  font-size: 13px;
}
.logo-row .cart-user-cont .cart-info img {
  float: left;
  margin-right: 5px;
}
.logo-row .cart-user-cont .cart-info .cart-item-count {
  background: #e62e04;
  color: #fff;
  font-size: 12px;
  border-radius: 6px;
}
.logo-row .cart-user-cont .cart-info a {
  color: #393333;
}

.main-menu {
  text-align: center;
  text-transform: uppercase;
}
.main-menu a {
  color: #5f5d5d;
  font-size: 14px;
  padding: 18px 28px 13px;
  display: inline-block;
}
.main-menu a:hover {
  text-decoration: none;
  color: #e62e04;
}

.service-feature-point {
  display: flex;
  line-height: 17px;
  color: #6c717b;
  font-size: 12px;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.service-feature-point img {
  margin-right: 8px;
}

.advertisement {
  font-size: 14px;
}
.advertisement img {
  margin-bottom: 5px;
}
.advertisement a {
  color: #e62e04;
}

.offer-highlight {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  background: #cdcdcd;
  padding: 15px 0;
}

.customersupport-section {
  border-top: solid 1px #cdcdcd;
  padding: 30px 0;
  font-size: 14px;
}
.customersupport-section h5 {
  font-size: 15px;
  font-weight: normal;
  margin: 0 0 15px;
}
.customersupport-section .form-control {
  font-size: 14px;
}
.customersupport-section button {
  font-size: 14px;
}
.customersupport-section .followlink {
  font-size: 24px;
}
.customersupport-section .followlink a {
  color: #999999;
}

.ft-payment-row {
  margin-top: 30px;
  text-align: center;
}
.ft-payment-row h6 {
  font-size: 13px;
  color: #999999;
}
.ft-payment-row .ft-have-question a {
  color: #e62e04;
}

.footer-section {
  background: #000;
  color: #999999;
  padding: 40px 0 0;
}
.footer-section a {
  color: #999999;
  text-transform: uppercase;
  font-size: 12px;
}
.footer-section a:hover {
  color: #e62e04;
}
.footer-section h6 {
  font-weight: normal;
  font-size: 15px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-section .copyright-row {
  border-top: solid 1px #3d3d3d;
  margin: 20px 0 0;
  padding: 15px 0;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.footer-section .copyright-row a {
  color: #fff;
  font-size: 11px;
}
.footer-section .copyright-row a:hover {
  color: #e62e04;
}
.footer-section .copyright-row .copyrigh-rt-link {
  text-align: right;
}

.bestbrand {
  text-align: center;
  margin-bottom: 30px;
}
.bestbrand h3 {
  text-align: center;
  font-size: 18px;
  border-bottom: solid 1px #dddddd;
  line-height: 0;
  margin: 31px 0;
}
.bestbrand h3 span {
  background: #fff;
}
.bestbrand .owl-item img {
  max-width: 100%;
  width: auto;
  margin: auto;
}
.bestbrand .owl-carousel .owl-nav {
  top: 2%;
}

.feaure-product-showcase {
  text-align: center;
  margin: 40px 0;
  font-weight: 300;
}
.feaure-product-showcase h4 {
  margin: 0 0 20px;
  font-size: 22px;
}
.feaure-product-showcase h6 {
  font-size: 14px;
  margin: 15px 0 10px;
}
.feaure-product-showcase .feature-cat-item {
  font-size: 13px;
}
.feaure-product-showcase .feature-cat-item p {
  margin: 0;
  color: #807e7e;
}
.feaure-product-showcase .feature-cat-item h6 {
  margin: 20px 0 5px;
}
.feaure-product-showcase .feature-cat-item h6 a {
  color: #363b3d;
}
.feaure-product-showcase .feature-cat-item h6 a:hover {
  text-decoration: none;
  color: #e62e04;
}
.feaure-product-showcase .feature-cat-item a {
  color: #6b6b6b;
}

.pro-advertisement {
  margin: 0 0 80px;
}

.shop-cat-opt-showcase {
  text-align: center;
  margin-bottom: 110px;
}
.shop-cat-opt-showcase .shop-cat-opt-heading {
  margin-bottom: 80px;
  position: relative;
}
.shop-cat-opt-showcase .shop-cat-opt-heading:before {
  position: absolute;
  content: "";
  display: block;
  width: 80px;
  background: #39b38a;
  height: 5px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -22px;
}
.shop-cat-opt-showcase .shop-cat-opt-heading p {
  color: #999;
  font-weight: 300;
}
.shop-cat-opt-showcase .shopcat-item-cont {
  display: flex;
  justify-content: center;
}
.shop-cat-opt-showcase .shopcat-item-cont .shop-cat-opt-item {
  border: dashed 1px #999;
  border-radius: 100%;
  width: 240px;
  height: 240px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-flow: column;
  align-items: center;
  transform: scale(1.2);
}
.shop-cat-opt-showcase .shopcat-item-cont .shop-cat-opt-item h4 {
  font-size: 17px;
  margin: 10px 0 0px;
}
.shop-cat-opt-showcase .shopcat-item-cont .shop-cat-opt-item p {
  color: #999;
  font-weight: 300;
  font-size: 14px;
}
.shop-cat-opt-showcase .shopcat-item-cont .shop-cat-opt-item img {
  width: 67px;
  height: 67px;
}

.premium-pro-showcase {
  background: #eeeeee;
  padding: 70px 0;
  margin-bottom: 80px;
}
.premium-pro-showcase h4 {
  text-align: center;
  margin-bottom: 30px;
}
.premium-pro-showcase .prem-pro-item {
  background: #fff;
  font-size: 14px;
}
.premium-pro-showcase .prem-pro-item .pre-pro-info {
  padding: 15px;
}
.premium-pro-showcase .prem-pro-item .pre-pro-info h6 {
  font-size: 14px;
  text-transform: capitalize;
  margin: 5px 0;
}
.premium-pro-showcase .prem-pro-item .pre-pro-info p {
  margin: 0;
  color: #807e7e;
  font-weight: 300;
}
.premium-pro-showcase .prem-pro-item a {
  color: #e62e04;
}

#mixedSlider {
  position: relative;
}

#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}

#mixedSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 32%;
  width: 100%;
}
.owl-carousel .owl-nav button.owl-prev {
  background: url("../images/pre-arrow.png") 0 0 no-repeat;
  position: absolute;
  left: -40px;
  opacity: 0.5;
}
.owl-carousel .owl-nav button.owl-prev:hover {
  background: url("../images/pre-arrow.png") 0 0 no-repeat;
  opacity: 1;
}
.owl-carousel .owl-nav button.owl-next {
  background: url("../images/next-arrow.png") 0 0 no-repeat;
  position: absolute;
  right: -40px;
  opacity: 0.5;
}
.owl-carousel .owl-nav button.owl-next:hover {
  background: url("../images/next-arrow.png") 0 0 no-repeat;
  opacity: 1;
}
.owl-carousel .owl-nav button {
  width: 15px;
  height: 25px;
  text-align: center;
}
.owl-carousel .owl-nav button span {
  font-size: 0;
}
.owl-carousel .owl-nav button:focus {
  outline: 0;
}

.inner-breadcrumb {
  border: dashed 1px #d9d8d8;
  border-bottom: dashed 1px #d9d8d8;
  padding: 7px 0;
  font-size: 12px;
  margin-bottom: 15px;
}

.woocommerce-products-header h1 {
  font-size: 22px;
}

.woocommerce-ordering {
  float: right;
}
.woocommerce-ordering select.orderby {
  font-size: 13px;
  padding: 4px;
}

.woocommerce-result-count {
  float: left;
  color: #8f8f8f;
  font-size: 14px;
  margin-bottom: 0;
}

ul.products {
  list-style: none;
  padding: 0px;
  margin-top: 20px;
  min-height: auto !important;
}
ul.products.owl-carousel .add-to-wishlist {
  position: absolute;
  top: 5px;
  right: 8px;
}
ul.products.owl-carousel .add-to-wishlist a.tinvwl_add_to_wishlist_button {
  margin: 0px;
  color: #666;
}
ul.products.owl-carousel .add-to-wishlist a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
  font-size: 28px;
}
ul.products .type-product {
  margin-bottom: 40px;
}
ul.products .type-product img {
  width: 100%;
}
ul.products .type-product h2 {
  font-size: 14px;
  margin: 20px 0 5px;
}
ul.products .type-product .price {
 
  margin-top: 6px;
}
ul.products .type-product .price ins{
	text-decoration:none;
	font-weight:600;
	margin-left:5px;
	color:#e62e04;
}
ul.products .type-product h6{
	padding:0px 10px;
}
ul.products .type-product h6 a h2{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space: nowrap;
}
ul.products .type-product .price del span.woocommerce-Price-amount.amount {
	color:#000;
}
ul.products .type-product .price span.woocommerce-Price-amount.amount{
	font-weight:500;
	color:#e62e04;
}
ul.products .type-product a {
  text-decoration: none;
  color: #363b3d;
  font-size: 15px;
}
ul.products .type-product a .price {
  padding-top: 5px;
  display: inline-block;
}
ul.products .type-product a .price del {
  color: #8f8f8f;
}
ul.products .type-product a .price ins {
  text-decoration: none;
  margin-left: 5px;
  font-weight: 500;
}
ul.products .type-product a.add_to_cart_button {
  float: right;
  border: solid 1px #e62e04;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  text-transform: uppercase;
  color: #e62e04;
}
ul.products .type-product a.add_to_cart_button:hover {
  background: #e62e04;
  color: #fff;
}
ul.products .type-product .onsale {
  position: absolute;
  left: 0px;
  background: #39b38a;
  color: #fff;
  font-size: 13px;
  top: 15px;
  padding: 3px 10px;
}
ul.products li.product .add-to-wishlist {
  position: absolute;
  top: 5px;
  right: 30px;
}
ul.products li.product .add-to-wishlist a.tinvwl_add_to_wishlist_button {
  margin-top: 0;
}
ul.products li.product .add-to-wishlist a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
  font-size: 28px;
  color: #e62e04;
}

.woocommerce-tabs {
  margin-top: 30px;
}
.woocommerce-tabs .tabs {
  list-style: none;
  display: flex;
  margin: 0 0 20px;
  padding: 0;
  border-bottom: solid 1px #c7c7c7;
}
.woocommerce-tabs .tabs a {
  color: #333;
  display: block;
  padding: 5px 15px;
  text-decoration: none;
}
.woocommerce-tabs .tabs a:hover {
  color: #e62e04;
}
.woocommerce-tabs .tabs li {
  border-top: solid 1px #c7c7c7;
  border-left: solid 1px #c7c7c7;
  border-right: solid 1px #c7c7c7;
  border-radius: 3px 3px 0 0;
  margin-right: 5px;
}
.woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-size: 18px;
}
.woocommerce-tabs .shop_attributes p {
  margin: 0;
}

.related.products {
  margin-top: 60px;
}
.related.products h2 {
  font-size: 18px;
  margin-top: 30px;
}
.related.products ul {
  float: none;
}
.related.products ul li.col-md-4 {
  flex: 0 0 25%;
}

.product .summary h1 {
  font-size: 28px;
  text-transform: inherit;
}
.product .summary .price {
  font-size: 28px;
  font-weight: 600;
  margin: 20px 0;
  color: #e62e04;
}
.product .summary .price del {
  color: #808080;
}
.product .summary .price .prod-discount-single {
  color: #39b38a;
}
.product .summary table.variations td {
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px;
}
.product .summary table.variations td label {
  margin: 0px;
}
.product .summary table.variations a.reset_variations {
  margin-left: 5px;
}
.product .summary table.variations select {
  padding: 5px;
  border: solid 1px #ddd;
}
.product .summary .stock.in-stock {
  color: green;
}
.product .summary button.single_add_to_cart_button {
  background: #e62e04;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  margin: 5px 0;
  text-transform: uppercase;
}
.product .summary .woocommerce-product-details__short-description {
  border: solid 1px #d5d5d5;
  padding: 10px;
  margin-bottom: 20px;
}
.product .summary .quantity input.qty {
  width: 50px;
}
.product .summary .tinv-wishlist a.tinvwl_add_to_wishlist_button:before {
  font-size: 28px;
}

#review_form_wrapper {
  background: #ededed;
  padding: 20px;
}
#review_form_wrapper form label {
  font-weight: 500;
  display: block;
}
#review_form_wrapper form .form-submit input[type=submit] {
  background: #e62e04;
  border: 0px;
  color: #fff;
  padding: 5px 20px;
}

#review_form .comment-reply-title {
  font-size: 22px;
  font-weight: 600;
}
#review_form .stars a {
  display: inline-block;
  padding: 5px 10px;
  border: solid 1px #ccc;
  margin-right: 5px;
  color: #e62e04;
}
#review_form .stars a.active {
  background: #e62e04;
  color: #fff;
}

.commentlist li {
  background: #ededed;
  padding: 10px;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.commentlist li .comment_container img {
  float: left;
  margin-right: 10px;
}
.commentlist li .comment_container .comment-text .description {
  width: 100%;
  clear: both;
  padding-top: 5px;
}
.commentlist li .comment_container .comment-text .description p {
  margin-bottom: 5px;
}

.woocommerce-info {
  border-top-color: #e62e04 !important;
}
.woocommerce-info::before {
  color: #e62e04 !important;
}

/*--section filter--*/
.section-filter {
  background: #f2f2f2;
  min-height: 600px;
}
.section-filter h1 {
  margin: 0;
  font-size: 18px;
  background: #D32F0A;
  border-bottom: solid 1px #ccc;
  padding: 10px;
  color: #fff;
}
.section-filter h4, .section-filter h2 {
  font-size: 16px;
}
.section-filter section {
  margin-bottom: 20px;
  border-bottom: solid 1px #ddd;
}
.section-filter section ul {
  margin: 0px 10px 15px;
  padding: 0px;
}
.section-filter section ul li {
  margin-bottom: 10px;
}
.section-filter section h3 {
  margin: 15px 0 10px;
  padding: 0 0 0 10px;
}
.section-filter section ul.by-price {
  margin: 0px 10px 15px;
  padding: 10px;
}
.section-filter section ul.by-price li.slider span input {
  width: 90%;
  text-align: center;
}
.section-filter .widget_ajax_product_price label#phoe_price {
  color: #e62e04 !important;
}
.section-filter .widget_ajax_product_category {
  font-size: 14px;
}
.section-filter .widget_ajax_product_category a {
  color: #333;
}
.section-filter .widget_ajax_product_filter {
  font-size: 14px;
}
.section-filter .widget_ajax_product_filter input {
  margin-right: 5px;
}
.section-filter .widget_ajax_product_average_rating .woocommerce-product-rating {
  margin-bottom: 0px;
}

/*--section filter end--*/
.woocommerce table.cart img {
  width: 70px;
}

.input-text {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*------------custome select css------------:*/
.select-custome-style {
  position: relative;
  font-family: Arial;
}

.select-custome-style select {
  display: none;
  /*hide original SELECT element:*/
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-color: #ccc transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #ccc transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-selected {
  color: #939292;
  padding: 0 16px 0 0;
  cursor: pointer;
  user-select: none;
}

.select-items div {
  color: #939292;
  padding: 5px 10px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}

/*style items (options):*/
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  /* right: 0;*/
  /*--if you want width auto according content*/
  z-index: 99;
  border: solid 1px #e5e5e5;
  background: #fff;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/*------------custome select css------------:*/
/*---------star rating for products----------------------*/
.woocommerce-product-rating {
  margin-bottom: 1.618em;
}

.woocommerce-product-rating .star-rating {
  margin: 0.5em 4px 0 0;
  float: left;
}

.woocommerce-product-rating::after, .woocommerce-product-rating::before {
  content: " ";
  display: table;
}

.woocommerce-product-rating {
  line-height: 2;
}

.star-rating {
  /*float: right;*/
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}

.star-rating::before {
  content: "sssss";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating {
  line-height: 1;
  font-size: 1em;
  font-family: star;
  color: #ff9901;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.ram {
  border: solid 1px red;
}
.ram shyam {
  overflow: hidden;
  float: left;
}
.ram shyam .viay {
  overflow: hidden;
  float: left;
}

/*---------star rating for products----------------------*/
/*-- product describtion tab--*/
.product.type-product .single-product-main-image img.size-shop_single {
  max-width: 100%;
  height: auto;
}

.r-products ul.tabs li.active {
  background: #e62e04;
  border-color: #e62e04;
  color: #fff;
}
.r-products ul.tabs li.active a {
  color: #fff;
}

/*--my account--*/
.dropdown-menu.my-act-drop-list {
  border: 0px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  left: -70px !important;
  padding: 0;
  width: 150px;
  min-width: 150px;
}
.dropdown-menu.my-act-drop-list li {
  border-bottom: solid 1px #bebebe;
}
.dropdown-menu.my-act-drop-list li:last-child {
  border-bottom: 0;
}
.dropdown-menu.my-act-drop-list li a {
  padding: 8px;
  display: block;
  color: #7c7c7c !important;
  font-size: 14px;
}
.dropdown-menu.my-act-drop-list li a:hover {
  text-decoration: none;
  color: #e62e04 !important;
}
.dropdown-menu.my-act-drop-list li a i {
  margin-right: 10px;
  color: #ccc;
}

/*-- product describtion tab--*/
/*-- page css--*/
.page.type-page {
  padding-bottom: 20px;
}
.page.type-page h1 {
  font-size: 1.5rem;
  border-bottom: dashed 1px #ccc;
  padding-bottom: 5px;
}
.page.type-page .input-text {
  font-size: 14px;
}
.page.type-page .input-text + span.small-font-msg {
  font-size: 12px;
  color: #E62E04;
  padding: 8px 0 0;
}
.page.type-page .fieldset-box {
  background: #ede2dc;
  border: solid 1px #e2d1c8;
  padding: 20px;
}
.page.type-page .fieldset-box legend {
  width: auto;
  background: #fff;
  border-radius: 30px;
  padding: 5px 40px;
  border: solid 1px #e2d1c8;
  font-size: 16px;
  font-weight: 500;
}
.page.type-page .fieldset-box .input-text {
  border-color: #e2d1c8;
}

/*-- page css--*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #e62e04 !important;
  color: #fff !important;
}

.info-color {
  color: #e62e04;
}

.small-text {
  font-size: 13px;
}

.woocommerce-Address header.woocommerce-Address-title h3 {
  float: left;
  font-size: 18px;
}
.woocommerce-Address header.woocommerce-Address-title a {
  margin-left: 10px;
}
.woocommerce-Address address {
  background: #e2d1c8;
  padding: 20px;
  margin-top: 10px;
  min-height: 150px;
  border-left: solid 5px #d4ae9a;
}

.address-edit-form h3 {
  font-size: 18px;
  margin-top: 20px;
}
.address-edit-form .form-row-wide label {
  width: 200px;
  float: left;
}
.address-edit-form .form-row-wide label.screen-reader-text {
  position: static !important;
}
.address-edit-form .form-row-wide .woocommerce-input-wrapper {
  float: left;
  width: 300px;
}

.woocommerce table.my_account_orders thead {
  background: #ede2dc;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
  padding: 8px 10px !important;
}
.woocommerce table.my_account_orders thead th:last-child, .woocommerce table.my_account_orders tbody td:last-child {
  text-align: center;
}
.woocommerce table.my_account_orders .button {
  margin: 0 3px;
}
.woocommerce table.my_account_orders .button.view {
  background: #ff9900 !important;
}
.woocommerce table.my_account_orders .button.cancel {
  background: #838282 !important;
}
.woocommerce table.shop_table {
  border: solid 1px #e2d1c8 !important;
}
.woocommerce table.shop_table td {
  border-top: solid 1px #e2d1c8 !important;
}
.woocommerce table.shop_table thead th {
  background: #EDE2DC;
}
.woocommerce table.shop_table .product-name a {
  color: #363b3d;
}
.woocommerce table.shop_table .product-name a:hover {
  color: #e62e04;
}
.woocommerce .shop_table.cart {
  margin-top: 15px;
}
.woocommerce .shop_table.cart th {
  background: #ede2dc;
}
.woocommerce .shop_table.cart .coupon #coupon_code {
  width: 150px;
  float: left;
  margin-right: 10px;
}
.woocommerce .cart_totals h2 {
  font-size: 18px;
}
.woocommerce .cart_totals .shop_table th {
  background: #ede2dc;
}

.tinv-wishlist .tinv-header {
  margin: 0 !important;
}
.tinv-wishlist h2 {
  font-size: 18px;
  margin-top: 10px;
}
.tinv-wishlist .tinvwl-table-manage-list thead {
  border-bottom-style: double;
  border-color: #ccc;
}
.tinv-wishlist .tinvwl-table-manage-list tbody tr {
  border-bottom: solid 1px #e3e3e3;
}
.tinv-wishlist .tinvwl-table-manage-list tbody td {
  padding: 8px;
}
.tinv-wishlist .product-remove button {
  padding-left: 0px !important;
  background-color: #ccc !important;
  cursor: pointer;
}
.tinv-wishlist .tinvwl-to-right.look_in button.button {
  background: #818181 !important;
}
.tinv-wishlist .tinvwl-to-right.look_in button.button.tinvwl-break-checkbox {
  background: #ff9900 !important;
}
.tinv-wishlist .product-name a {
  color: #363b3d;
}
.tinv-wishlist .product-name a:hover {
  color: #e62e04;
}

.checkout.woocommerce-checkout .address-edit-form h3 {
  margin-top: 0px;
}
.checkout.woocommerce-checkout .address-edit-form .form-row-wide label {
  width: 100%;
}
.checkout.woocommerce-checkout .address-edit-form .form-row-wide .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-additional-fields h3 {
  font-size: 18px;
  margin-top: 20px;
}
.woocommerce-additional-fields #order_comments_field label {
  width: 100%;
}
.woocommerce-additional-fields #order_comments_field .woocommerce-input-wrapper {
  width: 100%;
}

h3#order_review_heading {
  font-size: 18px;
}

.woocommerce ul.order_details {
  padding: 0px;
}

.woocommerce-order .woocommerce-order-details h2 {
  font-size: 18px;
}
.woocommerce-order .woocommerce-customer-details h2 {
  font-size: 18px;
}

.wc-proceed-to-checkout {
  text-align: right;
}

#customer_login {
  margin-top: 20px;
}
#customer_login h2 {
  font-size: 18px;
}
#customer_login .woocommerce-form-login, #customer_login form.register {
  margin: 10px 0 30px;
  background: #e2d1c8;
  border: solid 1px #d7b6a5;
}
#customer_login input.input-text {
  padding: 8px 10px;
  border: solid 1px #fff;
}
#customer_login .lost_password a {
  color: #333;
  text-decoration: underline;
}
#customer_login .lost_password a:hover {
  color: #e62e04;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid green;
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

/*# sourceMappingURL=layout.css.map */
