/*
** HTML, Body settings
*/

html {
  background-color: #ffffff
}



body,
label,
button,
select {
  color: #292929;
  font-size: 14px;
}

label.control-label {
  cursor: default;
  margin-bottom: 4px;
  display: block;
  font-size: 13px;
  color: #292929;
  font-weight: 600;
}

button,
input,
select,
textarea {
  font-size: 14px;
   font-family: 'Roboto', sans-serif;
}

a,
a:focus,
a:hover,
a:active {
  text-decoration: none;
}

a:focus,
select:focus,
input:focus,
button:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase;
}

h6 {
  text-transform: none;
}

h1 {
  color: #3a3a3a;
  font-size: 30px;
}

h2 {
  color: #3a3a3a;
  font-size: 22px;
}

h3 {
  color: #3a3a3a;
  font-size: 20px;
}

h4 {
  color: #3a3a3a;
  font-size: 16px;
}

h5 {
  color: #3a3a3a;
  font-size: 14px;
}

h6 {
  color: #3a3a3a;
  font-size: 14px;
}


h1,
h2 {
  font-weight: 400;
}

h3,
h5 {
  font-weight: 700;
}

h4,
h6 {
  font-weight: 600;
}

h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

h5 {
  margin-top: 17px;
  margin-bottom: 17px;
}

/*
** Title, Heading
*/
.wrapper-title {
  position: relative;
  text-align: left;
  display: block;
}

.title-1,
.title-2,
.title-3,
.title-4 {
   font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}

.title-1 {
  color: #3a3a3a;
  font-size: 22px;
  padding: 14px 0;
  position: relative;
  margin-top: 20px;
}

.title-1 .content-title {
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
}

.title-2 {
  color: #3a3a3a;
  font-style: normal;
  font-weight: bold;

  font-size: 19px;
  font-weight: bold;
}

.title-3 {
  font-size: 30px;
  color: #333333;
}

.wrapper-title .title-3 {
  display: inline-block;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  padding-left: 10px;
  padding-right: 10px;
}

.wrapper-title .line {
  border-top-color: #333333;
  border-top-style: dotted;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 15px;
}

.title-5 {
  font-size: 14px;
   font-family: 'Roboto', sans-serif;
  margin-top: 10px;
  font-weight: normal;
}

.title-5:hover {
  font-weight: normal;
}

.title-5 i.fa {
  margin: 0 0 0 10px;
  color: #043e61;
}

/*
** End Title, Heading
*/

hr {
  margin: 5px 0;
  color: #d2d2d2;
}

p {
  margin: 0 0 10px;
}

ul,
ol {
  padding-left: 0;
}

ol li,
ul li {
  padding: 2px 0 6px;
  /* list-style-position: inside; */
  list-style: none;

}

ul ul,
ul ol,
ol ol,
ol ul {
  color: #676767;
  padding-left: 10px;
}

dl {
  margin-top: 0;
  margin-bottom: 0;
}

dl dt {
   font-family: 'Roboto', sans-serif;
  text-transform: none;
  color: #000000;
  margin-top: 5px;
  margin-bottom: 6px;
}

dl dd {
  margin-bottom: 20px;
  margin-left: 0;
}

table {
  width: 100%;
  border: 1px solid #c3c3c3;
}

table thead th,
table thead td {
  text-align: center;
  padding: 10px 20px 10px;
   font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  border-right: 1px solid #d9d9d9;
  font-size: 11px;
  background-color: #FAFAFA;
}

table tbody td,
table tfoot td {
  text-align: center;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  padding: 15px 20px;
  line-height: 20px;
}

table.haft-border tr {
  border: 1px solid #c3c3c3;
}

table.haft-border thead th,
table.haft-border thead td {
  border-right-color: #d9d9d9;
}

table.no-border tr,
table.no-border td {
  border: 0;
}

/*----------
address
-------------*/
address {
  margin-bottom: 17px;
}

address .address-group {
  padding-left: 18px;
  max-width: 250px;
}

address .author {
   font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #000000;
}

address .email {
  color: #676767;
}

address .info,
address .address,
address .phone {
  display: table;
  border-bottom: 1px dotted #d2d2d2;
  width: 100%;
  padding: 10px 0;
}

address .info .fa-user,
address .address .fa-home,
address .phone .fa-phone {
  padding: 11px 0px;
  color: #000000;
  display: block;
  float: left;
  font-size: 25px;
}

address .icon-user,
address .icon-home,
address .icon-phone,
address .address-group {
  display: table-cell;
  vertical-align: middle;
  float: left;
  max-width: 200px;
  line-height: 20px;
}

address .icon-user,
address .icon-home,
address .icon-phone {
  vertical-align: top;
}

address .email,
address .city1,
address .zip,
address .phone-number {
  display: block;
}

.customer_address address .phone,
.order_address .phone {
  border-bottom: 0;
}

.address_table {
  border: 1px solid #d2d2d2;
  margin-bottom: 20px;
  border-radius: 3px;
  padding: 10px;
}

.customer_address form {
  padding: 10px;
}

#new-address {
  margin-bottom: 20px;
}

#add_address form {
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  padding: 20px;
}

#add_address .btn {
  margin-bottom: 10px;
}

#address_tables {
  margin-top: 20px;
}


/*----------
End address
-------------*/
/*------------
blockquote
--------------*/
blockquote {
  font-style: italic;
  background: #d9d9d9 url(../images/quote.png) no-repeat 20px center;
  padding: 29px 29px 30px 80px;
  border: none;
  color: #434343;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

blockquote p {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 1.3em;
}

/*------------
End blockquote
--------------*/

/*---------------------
action edit & delete
---------------------*/
.action_edit,
.action_delete {
  position: relative;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 25px;
}

.action_edit {
  margin-right: 6px;
}

.action_edit a,
.action_delete a {
  vertical-align: top;
  font-size: 14px;
}

.action_delete .fa-times,
.action_edit .fa-edit {
  margin-right: 5px;
  position: absolute;
  top: 3px;
  left: 0;
  margin-top: -5px;
}

.action_edit .fa-edit {
  font-size: 20px;
  color: #01a8d5;
  padding: 2px 0px;
}

.action_delete .fa-times {
  border: 2px solid #d40b13;
  border-radius: 50%;
  color: #d40b13;
  padding: 2px 3px;
}

.status_authorized {
  text-transform: capitalize;
  color: #f55856;
}

.status_unauthorized {
  text-transform: capitalize;
  color: #000000;
}

.status_fulfilled {
  text-transform: capitalize;
  color: #666666;
}

.status_unfulfilled {
  text-transform: capitalize;
  color: #000000;
}

/*---------------------
End action edit & delete
---------------------*/
hr {
  border: 0;
  border-top: 1px solid;
}

.wrap-table {
  overflow-y: hidden;
  overflow-x: auto;
  clear: both;
  margin-bottom: 5px;
}

.cart-items .action button {
  background: #043e61;
  border: 1px solid #043e61;
  color: #fff;
  border-radius: 50%;
}

.cart-items .action button:hover {
  border: 1px solid #212121;
  background: #212121;
}

.cart-items .title-1 {
  font-size: 14px;
  font-weight: bold;
}

.wrap-table {
  margin-bottom: 20px;
}

/*
** Input settings
*/
select {
  width: 134px;
  background-color: #ffffff;
  background-image: none;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #bfbfbf;
  outline: none;
  height: 32px;
  line-height: 20px;
  padding: 6px;
}

select:focus {
  outline-offset: -2px;
  border-color: #818080;
  outline: 0;
}

button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-shadow: none;
}

/*-----------------
** Button settings
-----------------*/
.btn {
  filter: none;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 3px;

  background: #043e61;
  color: #ffffff;
  font-size: 11px;
   font-family: 'Roboto', sans-serif;
  border-color #043e61;
}

.btn a {
  color: #ffffff;
}

.btn:hover,
.btn:focus,
.btn:active {
  background: #212121;
  color: #ffffff;
  border-color: #212121;
  outline: none;
}

.btn.disabled:hover,
.btn[disabled]:hover {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.touch .add-to-cart:hover,
.touch .add-to-cart:focus,
.touch .add-to-cart:active {
  background: #043e61;
  color: #ffffff;
  border-color: #043e61;
}

/*
** Background
*/

::selection {
  background-color: #043e61;
  color: #ffffff;
}

::-moz-selection {
  background-color: #043e61;
  color: #ffffff;
}



html,
body {
  background-color: #ffffff
}


#content.container,
#content .background {
  background-color: #ffffff;
}

/*
** Header settings
*/
#top {
  background: #ffffff;
  color: #4d4d4d;
}

#top,
#top label,
#top a {
  font-size: 11px;
}

#top .top,
#top .top label,
#top .top a {
  font-size: 11px;
}

#top .top a {
  color: #666666;
  font-style: normal;
  font-weight: normal;
}

#top .top a:hover,
#top .top a:focus {
  color: #009CFF !important;
  font-style: normal;
  font-weight: normal;
}

#top a {
  text-shadow: none;
  color: #4d4d4d;
  font-style: normal;
  font-weight: normal;
}

#top a:hover,
#top a:focus {
  text-shadow: none;
  color: #009CFF !important;
  font-style: normal;
  font-weight: normal;
}

#top #search-submit {
  color: #4d4d4d;
}

#top #site-title {
  color: #ffffff;
   font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;


}

#top #site-title:hover {
  color: #009CFF !important;
  text-decoration: none;
}

/*
** Navigation settings
*/
#top nav.navbar a {
   font-family: 'Roboto', sans-serif;
}

#top nav.navbar .nav>li>a {
  font-size: 17px;
  color: #4d4d4d;
  padding: 0 10px;
  background: transparent;
  font-weight: 400;
}

#top nav.navbar .nav>li:hover>a,
#top nav.navbar .nav>li>a:hover {
  color: #043e61;
}

#top nav.navbar .dropdown-menu {
  background-color: #ffffff;
  width: 240px;
  padding: 10px 0;
  border-radius: 3px;
}

.navbar-nav>li {
  padding: 13px 0 !important;
  margin: 0 8px;
}

#top nav.navbar .dropdown-menu li {
  float: none;
  padding: 0;
}

#top nav.navbar .dropdown-menu a:hover,
#top nav.navbar .dropdown-menu a {
  background: transparent;
  font-weight: 600;
}

#top nav.navbar .dropdown-menu a {
  color: #4d4d4d;
  font-size: 14px;
   font-family: 'Roboto', sans-serif;
  font-weight: normal;
}

#top nav.navbar .dropdown-menu a:hover {
  margin-left: 2px;
  color: #043e61;
}

#top nav.navbar .dropdown-menu li {
  line-height: 20px;
}

#top nav.navbar .dropdown-menu:before,
#top nav.navbar .dropdown-menu:after {
  border: 0;
}

/*
** End Navigation settings
*/
/*
** Footer settings
*/
#footer {
  background-color: #1e1b1a;
  color: #b5b5b5;
  border-radius: 0px 70px 0px 0px;
}

#footer,
#footer label {
  font-size: 15px;
}

#footer a {
  color: #b5b5b5;
  font-style: normal;
  font-weight: normal;
}

#footer a:hover,
#footer a:focus {
  color: #009CFF !important;
  font-style: normal;
  font-weight: normal;
}

#footer .title {
  color: #2d2e30;
  font: bold 14px 'Open Sans', sans-serif;
  text-transform: uppercase;
}

#footer #email-submit {
  color: #b5b5b5;
}

/*
** Sidebar settings
*/
.sidebar .group_sidebar {
  background-color: #ffffff;
  font-size: 14px;
  color: #444444;
  border: 1px solid #ededed;
  border-radius: 5px;

  -webkit-box-shadow: 1px 1px 5px 1px #ededed;
  -moz-box-shadow: 1px 1px 5px 1px #ededed;
  box-shadow: 1px 1px 5px 1px #ededed;
}

.sidebar .sb-title {
  color: #444444;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
   font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.sidebar .sb-content {
  margin-left: 0;
}

.sidebar .sb-wrapper {
  padding: 10px;
}

.sidebar .blogs-item .intro {
  color: #676767;
}

.sidebar a {
  color: #444444;
  font-style: normal;
  font-weight: normal;
}

.sidebar a:hover,
.sidebar a:focus {
  color: #d13d14;
  font-style: normal;
  font-weight: bold;
}

/*
** End Sidebar settings
*/
/*---------------------------
Product
---------------------------*/
.sold_out,
.unavailable,
.price_compare,
.price,
.price_sale {
  display: inline-block;
  font-weight: normal;
}

.price,
.price_sale {
  color: #009CFF !important;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
}

.sold_out,
.unavailable {
  color: #4e4e4e;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
}

.price_compare {
  color: #4e4e4e;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-decoration: line-through;
}

del.price_compare span.money {
   font-family: 'Roboto', sans-serif;
}

.sale_banner {
  position: absolute;
  right: -4px;
  top: -4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;


}

.sale_banner .sale_text {
  background-color: #000000;
  color: #ffffff;
  font-size: 13px;
  line-height: 13px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;

  display: table-cell;
  vertical-align: middle;
}

/*---------------------------
End Product
---------------------------*/
/*---------------------------
Blog
---------------------------*/

/*---------------------------
End Blog
---------------------------*/
/*---------------------------
About us
---------------------------*/
.about-us div {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 22px;
  color: #7c7c7c;
}

/*---------------------------
End About us
---------------------------*/
/*---------------------------
Typography
---------------------------*/
.typography h4.demo {
  font-weight: 700;
}

.typography p {
   font-family: 'Roboto', sans-serif;
}

/*---------------------------
End Typography
---------------------------*/
/* MISC */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

.bold {
  font-weight: bold;
}

.unbold {
  font-weight: normal;
}

.caroufredsel_wrapper {
  margin: 0 !important;
}

.caroufredsel_wrapper li.items {
  float: left;
  height: auto !important;
}

.unmargin {
  margin: 0 !important;
}

.unmargin-top {
  margin-top: 0 !important;
}

.unmargin-bottom {
  margin-bottom: 0 !important;
}

.unmargin-left {
  margin-left: 0 !important;
}

.unmargin-right {
  margin-right: 0 !important;
}

.unpadding {
  padding: 0 !important;
}

.unpadding-top {
  padding-top: 0 !important;
}

.unpadding-bottom {
  padding-bottom: 0 !important;
}

.unpadding-left {
  padding-left: 0 !important;
}

.unpadding-right {
  padding-right: 0 !important;
}

.unborder {
  border: 0 !important;
}

.img-responsive {
  display: inline-block !important;
  height: auto;
  max-width: 100%;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-left-10 {
  margin-left: 10px;
}

.mright-1 {
  margin-right: 1px;
}

.mleft-1 {
  margin-left: 1px;
}

.mright-3 {
  margin-right: 3px;
  *margin-right: 3px;
}

.mleft-3 {
  margin-left: 3px;
  *margin-left: 3px;
}

.mright-7 {
  margin-right: 7px;
}

.table-cell {
  display: table;
}

.table-cell li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
}

.alert-error,
.alert-success {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 4px;
  padding: 5px 10px;
  text-shadow: none;
  font-weight: 600;
}

.alert .close {
  top: 4px;
}

.opacity_85 {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.opacity_93 {
  opacity: 0.93;
  filter: alpha(opacity=93);
}

.header_style {
   font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.overlay-content {
  position: fixed;
  background: #ffffff url(../images/loader.gif) no-repeat center;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0.9;
}

.uppercase {
  text-transform: uppercase;
}

.req {
  color: #f00;
}

/*customer-login*/
#customer-login {
  margin-top: 10px;
}