/*
------------------------------------------------------------
Theme Name:	Nahomi
Description:	Nahomi & Minimalist Theme
Live example at:	http://tutunaranja.com.ve/nahomi/
Version:	1.0
Author:		Albertvc88
------------------------------------------------------------
------------------------------------------------------------
==== CSS ====
==>	STYLES GENERALES
==>	HEADER
==>	LOGO
==>	NAVBAR-LINE
==>	CAROUSEL
==>	SHOP
==>	TESTIMONIALS
==>	ABOUT
==>	BLOG
==>	CATEGORY
==>	CONTACT
==>	REGISTER - LOGIN 
==>	CART 
==>	ASIDE
==>	FOOTER
------------------------------------------------------------
*/
/*======================================
//--//-->   STYLES GENERALES
======================================*/
html {
  font-size: 1em;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.98);
}

p {
  margin-bottom: 1.3em;
}

h1, h2, h3, h4 {
  font-weight: inherit;
  line-height: 1.2;
  margin: 0px;
  padding: 0px;
}

h1 {
  font-size: 2.074em;
}

h2 {
  font-size: 1.728em;
}

h3 {
  font-size: 1.44em;
}

h4 {
  font-size: 1.2em;
}

small, .font_small {
  font-size: 0.833em;
}

input, textarea {
  text-decoration: none;
  outline: none;
}

.text-shadow {
  text-shadow: 1px 2px 4px black;
}

.transition-200, a {
  transition: 200ms ease all;
}

a {
  color: rgba(0, 0, 0, 0.98);
}

a:hover, a:focus {
  outline: none;
  color: #f73841;
  opacity: .8;
}

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

.margin-top-bot {
  margin: 75px 0;
}

/* ========== Title ========== */
.section-heading {
  text-align: center;
}

.section-heading .line-title {
  border-top: 2px solid rgba(0, 0, 0, 0.98);
}

.section-heading .section-title {
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  font-size: 1em;
  letter-spacing: 15px;
  margin-top: -10px;
}

@media (max-width: 767px) {
  .section-heading .section-title {
    font-size: 0.75em;
    letter-spacing: 8px;
  }
}

.section-heading .section-title span {
  background-color: #000000;
  padding: 10px 35px 10px 50px;
}

@media (max-width: 767px) {
  .section-heading .section-title span {
    padding: 10px 3px 10px 11px;
  }
}

.section-heading .title-2 {
  font-size: 3.125em;
  color: rgba(0, 0, 0, 0.98);
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}

@media (max-width: 767px) {
  .section-heading .title-2 {
    font-size: 2.25em;
    letter-spacing: 2px;
  }
}

.section-heading .subtitle {
  font-family: "Karma", serif;
  font-style: italic;
  color: #888;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .section-heading .subtitle {
    font-size: 0.875em;
  }
}

.section-heading .sep {
  text-align: center;
  height: 6px;
  width: 30px;
  background-color: #f73841;
  display: inline-block;
  border-radius: 2px;
}

.section-heading .sep2 {
  text-align: center;
  height: 8px;
  width: 200px;
  display: inline-block;
  border-top: 2px solid #f73841;
  border-bottom: 3px solid #f73841;
}

/* ========== Buttom ========== */
.btn {
  border-radius: 0px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 1px;
}

.btn-line-primary {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.98);
  border-color: rgba(0, 0, 0, 0.98);
}

.btn-line-primary:focus, .btn-line-primary.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.98);
}

.btn-line-primary:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.98);
}

.btn-line-primary:active, .btn-line-primary.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.98);
}

.btn-line-primary:active:hover, .btn-line-primary:active:focus, .btn-line-primary:active.focus, .btn-line-primary.active:hover, .btn-line-primary.active:focus, .btn-line-primary.active.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.98);
}

.btn-line {
  color: rgba(0, 0, 0, 0.98);
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.98);
}

.btn-line:focus, .btn-line.focus {
  color: #f73841;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.98);
}

.btn-line:hover {
  color: #f73841;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.98);
}

.btn-line:active, .btn-line.active {
  color: #f73841;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.98);
}

.btn-line:active:hover, .btn-line:active:focus, .btn-line:active.focus, .btn-line.active:hover, .btn-line.active:focus, .btn-line.active.focus {
  color: #f73841;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.98);
}

.btn-line i {
  font-size: 1.2em;
}

/* ========== Input ========== */
.form-control {
  border-radius: 0px;
  border-color: rgba(0, 0, 0, 0.98);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.98);
}

.form-control:focus {
  border-color: rgba(0, 0, 0, 0.98);
  box-shadow: none;
}

.input-group-addon {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.98);
  border-radius: 0;
}

.input-group-addon i {
  cursor: pointer;
}

.input-lg {
  font-size: 0.875em;
}

/* ========== Socials ========== */
.socials ul {
  list-style: none;
  padding: 0;
}

.socials ul li {
  display: inline;
  font-size: 1.5em;
  padding-left: 26px;
}

.socials ul li:first-child {
  padding-left: 0px;
}

/* ========== Owl carousel ========== */
.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 7px;
  background: transparent;
  border: 2px solid #f73841;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #f73841;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #f73841;
  width: 25px;
}

.owl-arrow .owl-nav {
  float: right;
  font-size: 1.375em;
  margin-top: 18px;
}

.owl-arrow .owl-nav .owl-prev, .owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #f73841;
}

.owl-arrow .owl-nav .owl-prev.disabled, .owl-arrow .owl-nav .owl-next.disabled {
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

.owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}

/* ========== Pagination ========== */
.pagination {
  margin-top: 35px;
  margin-bottom: 0;
}

.pagination > li > a,
.pagination > li > span {
  margin-right: 10px;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.98);
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.98);
  padding-top: 9px;
  padding-bottom: 9px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-right: 20px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-left: 10px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: rgba(0, 0, 0, 0.98);
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.98);
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.98);
  border-color: rgba(0, 0, 0, 0.98);
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #888;
  background-color: transparent;
  border-color: #888;
}

/* ========== Widget ========== */
.widget {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.98);
}

.widget-title h4 {
  text-transform: uppercase;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.98);
  padding: 13px 0;
  text-align: center;
  letter-spacing: 2px;
}

.widget-content {
  margin-top: 18px;
  word-wrap: break-word;
}

.widget-content .socials {
  margin-top: 18px;
}

.widget .more a {
  color: #f73841;
}

/* ========== Metis menu ========== */
.metismenu {
  padding-left: 0;
}

.metismenu li {
  list-style: none;
}

.metismenu li a {
  display: block;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid black;
}

.metismenu li ul {
  padding-left: 10px;
}

/*======================================
//--//-->  HEADER
======================================*/
header .header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.98);
  padding: 12px 0;
}

header .socials {
  position: absolute;
  padding-top: 2px;
  font-size: 1.063em;
}

@media (max-width: 767px) {
  header .socials {
    text-align: center;
    position: relative;
  }
}

header .search-top {
  float: right;
}

@media (max-width: 767px) {
  header .search-top {
    float: none;
  }
}

/*======================================
//--//-->  LOGO
======================================*/
.box-logo .logo {
  text-align: center;
  font-family: "Karma", serif;
  padding: 15px 0;
}

.box-logo .logo h2 {
  font-size: 4.375em;
  color: rgba(0, 0, 0, 0.98);
}

@media (max-width: 767px) {
  .box-logo .logo h2 {
    font-size: 3.438em;
  }
}

.box-logo .logo-color {
  color: #f73841;
  font-size: 1.5em;
}

@media (max-width: 767px) {
  .box-logo .logo-color {
    font-size: 1.1em;
  }
}

/*======================================
//--//-->  NAVBAR-LINE
======================================*/
.navbar-line {
  text-align: center;
  color: rgba(0, 0, 0, 0.98);
  border-top: 1px solid rgba(0, 0, 0, 0.98);
  border-bottom: 1px solid rgba(0, 0, 0, 0.98);
  border-radius: 0;
  font-family: "Raleway", sans-serif;
  /* ========== Dropdown menu ========== */
}

.navbar-line .nav-before, .navbar-line .navbar-nav li .nav-line:hover:before, .navbar-line .navbar-nav li .nav-line:active:before, .navbar-line .navbar-nav li .nav-line:focus:before, .navbar-line .navbar-nav > .active > a:before, .navbar-line .navbar-nav .open > a:before, .navbar-line .navbar-nav .open > a:hover:before, .navbar-line .navbar-nav .open > a:focus:before {
  content: "+";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  margin-left: -12px;
  top: 13px;
  font-size: 1.5em;
}

@media (max-width: 767px) {
  .navbar-line .nav-before, .navbar-line .navbar-nav li .nav-line:hover:before, .navbar-line .navbar-nav li .nav-line:active:before, .navbar-line .navbar-nav li .nav-line:focus:before, .navbar-line .navbar-nav > .active > a:before, .navbar-line .navbar-nav .open > a:before, .navbar-line .navbar-nav .open > a:hover:before, .navbar-line .navbar-nav .open > a:focus:before {
    top: 8px;
  }
}

.navbar-line .navbar-nav li .nav-line {
  color: rgba(0, 0, 0, 0.98);
  padding-right: 30px;
}

@media (max-width: 991px) {
  .navbar-line .navbar-nav li .nav-line {
    padding-right: 10px;
  }
}

.navbar-line .navbar-nav li .nav-line:hover, .navbar-line .navbar-nav li .nav-line:active, .navbar-line .navbar-nav li .nav-line:focus {
  background-color: transparent;
  color: #f73841;
}

.navbar-line .navbar-nav li a {
  letter-spacing: 2px;
}

.navbar-line .navbar-nav > .active > a {
  color: #f73841;
}

.navbar-line .navbar-nav > .active > a:before {
  color: #f73841;
}

.navbar-line .navbar-nav .open > a, .navbar-line .navbar-nav .open > a:hover, .navbar-line .navbar-nav .open > a:focus {
  background-color: transparent;
}

.navbar-line .navbar-nav .open > .dropdown-menu {
  background-color: #f6f5f5;
}

@media (min-width: 768px) {
  .navbar-line .navbar-nav .open > .dropdown-menu {
    background-color: #ffffff;
  }
}

.navbar-line .navbar-nav .num-cart .nav-line {
  padding-right: 13px;
}

.navbar-line .navbar-nav .num-cart i {
  font-size: 1em;
}

.navbar-line .navbar-nav .num-cart span {
  border-radius: 50%;
  letter-spacing: 0px;
  font-size: 0.688em;
  width: 22px;
  height: 22px;
  line-height: 2;
  background: #f73841;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 43%;
}

@media (min-width: 768px) {
  .navbar-line .navbar-nav .num-cart span {
    top: 5px;
    right: 1px;
  }
}

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

.navbar-line .navbar-line-collapse .navbar-nav {
  text-align: center;
  list-style-position: inside;
}

.navbar-line .navbar-toggle {
  float: none;
}

.navbar-line .dropdown-menu {
  min-width: 200px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.98);
  border-radius: 0;
  text-align: center;
  padding: 0;
}

.navbar-line .dropdown-menu li a {
  padding: 12px 0;
}

.navbar-line .dropdown-menu li a:hover, .navbar-line .dropdown-menu li a:active, .navbar-line .dropdown-menu li a:focus {
  background-color: transparent;
  color: #f73841;
}

.navbar-line .dropdown-menu > .active > a {
  background-color: transparent;
  color: #f73841;
}

.navbar-line .dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.98);
}

/*======================================
//--//-->  CAROUSEL
======================================*/
.carousel-line img {
  background-size: cover;
}

.carousel-line .carousel {
  border-bottom: 1px solid rgba(0, 0, 0, 0.98);
  padding-bottom: 60px;
}

.carousel-line .carousel-item .carosuel-caption {
  background-color: #ffffff;
  opacity: .85;
  text-align: center;
  padding: 15px 0;
  bottom: 20px;
  position: absolute;
  width: 100%;
}

@media (min-width: 768px) {
  .carousel-line .carousel-item .carosuel-caption {
    bottom: 50px;
  }
}

.carousel-line .carousel-item .carosuel-caption a {
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
}

.carousel-line .carousel-item .carosuel-caption a:hover {
  color: rgba(0, 0, 0, 0.98);
  opacity: 1;
}

.carousel-line .carousel-item .carosuel-caption h3 {
  font-size: 12px;
}

@media (min-width: 768px) {
  .carousel-line .carousel-item .carosuel-caption h3 {
    font-size: 1.188em;
  }
}

/*======================================
//--//-->  SHOP
======================================*/
.shop-index, .shop, .shop-single {
  margin-top: 45px;
}

@media (min-width: 768px) {
  .shop-index, .shop, .shop-single {
    margin-top: 55px;
  }
}

.shop-index .section-heading, .shop .section-heading, .shop-single .section-heading {
  margin-bottom: 50px;
}

/* ========== Product ========== */
.product {
  text-align: center;
  margin-bottom: 45px;
}

.product-img:hover {
  opacity: .9;
  transition: .5s;
}

.product-title a {
  color: rgba(0, 0, 0, 0.98);
}

.product-title a h3 {
  font-family: "Karma", serif;
  margin-top: 25px;
  font-size: 1.375em;
  color: rgba(0, 0, 0, 0.98);
}

@media (max-width: 991px) {
  .product-title a h3 {
    font-size: 1.25em;
  }
}

.product-price {
  font-size: 1.438em;
  margin: 10px 0 16px 0;
  color: #f73841;
}

@media (max-width: 991px) {
  .product-price {
    font-size: 1.313em;
  }
}

.product-single {
  margin-top: -15px;
}

.product-single .product-content .title h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .product-single .product-content .title h2 {
    margin-top: 20px;
  }
}

.product-single .product-content .preci {
  font-size: 1.375em;
  margin-top: 15px;
}

.product-single .product-content .preci .preci-new {
  margin-right: 10px;
  font-weight: bold;
  color: #f73841;
}

.product-single .product-content .preci .preci-old {
  margin-left: 10px;
}

.product-single .product-content .content {
  margin: 18px 0 25px;
}

.product-single .description {
  margin-top: 18px;
}

/*======================================
//--//-->  TESTIMONIALS
======================================*/
.testimonials {
  margin-top: 45px;
}

.testimonials .section-heading {
  margin-bottom: 75px;
}

.testimonials-item {
  text-align: center;
  padding: 2px;
}

.testimonials-item p {
  margin-bottom: 10px;
}

.testimonials-item .borded {
  border: 1px solid rgba(0, 0, 0, 0.98);
  padding: 10px;
}

.testimonials-item .quotes {
  font-size: 2em;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.98);
}

.testimonials-item .content {
  color: rgba(0, 0, 0, 0.98);
}

.testimonials-item .info .author {
  font-weight: bold;
  color: #f73841;
  font-family: "Karma", serif;
}

.testimonials-item .info .charge {
  font-style: italic;
}

/*======================================
//--//-->  ABOUT
======================================*/
.about {
  margin-top: 55px;
}

.about .section-heading {
  margin-bottom: 55px;
}

.about-gallery {
  margin-bottom: 18px;
}

.cite {
  padding: 25px 45px;
  font-size: 1.25em;
  border-left: 4px solid #f73841;
  margin: 10px 0 17px 0;
  background-color: #f9f9f9;
  font-family: "Karma", serif;
  font-style: italic;
}

@media (max-width: 767px) {
  .cite {
    font-size: 1.125em;
    padding: 25px 25px;
  }
}

.cite .quotes {
  display: block;
  margin-bottom: 10px;
  color: #f73841;
  text-align: center;
}

/* ========== Team ========== */
.team {
  margin-top: 75px;
}

.team .section-heading {
  margin-bottom: 75px;
}

.team .team-item {
  text-align: center;
}

.team .team-item .team-info {
  margin-top: 8px;
}

.team .team-item .team-info .author {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.98);
}

.team .team-item .team-info .charge {
  font-size: 1.125em;
}

@media (min-width: 992px) {
  .team .team-header:hover .team-socials {
    opacity: 1;
  }
}

.team .team-socials {
  background-color: rgba(0, 0, 0, 0.98);
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 1px;
}

@media (min-width: 992px) {
  .team .team-socials {
    bottom: 87px;
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: 400ms ease-in all;
  }
}

.team .team-socials a {
  color: #ffffff;
}

/*======================================
//--//-->  BLOG
======================================*/
.blog {
  margin-top: 55px;
}

.blog .section-heading {
  margin-bottom: 50px;
}

/* ========== Post ========== */
.post {
  margin-bottom: 40px;
}

.post-box {
  padding: 0 5px;
}

.post-date {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.98);
  border: 3px solid #ffffff;
  color: #ffffff;
  padding: 5px;
  margin-top: -45px;
  position: absolute;
}

.post-title h3 {
  font-size: 1em;
  padding: 35px 0 10px 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #f73841;
}

.post-content {
  font-size: 1em;
}

.post-link {
  margin-top: 15px;
}

/* ========== Blog single ========== */
.blog-single {
  margin-top: 55px;
}

.blog-single .post-box {
  padding: 0;
}

.blog-single .post-single-title h2 {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.98);
  font-weight: bold;
  margin-bottom: 13px;
  letter-spacing: 1px;
}

.blog-single .post-single .author a, .blog-single .post-single .category a {
  color: #f73841;
}

.blog-single .post-single-info .post-single-credits ul {
  margin-bottom: 15px;
}

.blog-single .post-single-info .socials {
  margin-top: 8px;
}

@media (min-width: 768px) {
  .blog-single .post-single-info .socials {
    float: right;
    margin-top: -5px;
  }
}

.blog-single .post-single-info-content ul {
  padding: 0;
  margin-bottom: 17px;
}

.blog-single .post-single-info-content ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.blog-single .post-single-info-content ul li i {
  color: #f73841;
  margin-right: 5px;
}

.blog-single .post-single-info-content ul li a:hover {
  color: rgba(0, 0, 0, 0.98);
  text-decoration: underline;
}

.blog-single .post-single-content {
  margin-top: 18px;
  color: rgba(0, 0, 0, 0.98);
}

.blog-single .post-single-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.98);
  border-bottom: 1px solid rgba(0, 0, 0, 0.98);
  padding: 15px 0 8px 0;
  margin-top: 42px;
}

.blog-single .post-single-footer .post-single-info-content ul {
  margin-bottom: 0;
}

.blog-single .post-single-footer .socials {
  margin-bottom: 0;
  margin-top: 8px;
}

@media (min-width: 768px) {
  .blog-single .post-single-footer .socials {
    float: right;
    margin-top: -5px;
  }
}

.blog-single .post-single-footer .socials ul {
  margin-bottom: 0;
}

.blog-single .post-single-credits ul {
  padding: 0;
}

.blog-single .post-single-credits ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.blog-single .post-single-credits ul li i {
  color: #f73841;
  margin-right: 5px;
}

.blog-single .post-single-credits ul li a {
  color: #888;
}

/* ========== Comments ========== */
.comments {
  margin-top: 38px;
}

.comments h3 {
  margin-bottom: 28px;
  font-weight: bold;
  color: #f73841;
}

.comments ul {
  padding: 0;
}

.comments ul li {
  list-style: none;
}

.comments ul .item-comment {
  border-bottom: 1px solid rgba(0, 0, 0, 0.98);
  margin-bottom: 40px;
}

.comments ul .comment {
  padding-bottom: 20px;
  display: inline-block;
}

@media (max-width: 767px) {
  .comments ul .comment-content {
    margin-left: 0px;
    margin-top: 30px;
  }
}

.comments ul .comment-content .header {
  float: left;
  width: 100%;
  font-weight: bold;
}

.comments ul .comment-content .header .author {
  float: left;
  color: rgba(0, 0, 0, 0.98);
}

.comments ul .comment-content .header .time {
  float: right;
  color: rgba(0, 0, 0, 0.98);
}

.comments ul .comment-content .message {
  float: left;
  padding: 20px 0;
}

.comments ul .comment-content .btn-reply {
  float: right;
  color: #f73841;
}

.comments ul .comment-list-child {
  margin-left: 40px;
  padding: 10px;
}

@media (max-width: 767px) {
  .comments ul .comment-list-child {
    margin-left: 16px;
  }
}

.comment-respond h4 {
  font-weight: bold;
  margin-bottom: 28px;
  font-size: 1.375em;
}

/*======================================
//--//-->  CATEGORY
======================================*/
.category-img {
  margin-top: 75px;
}

.category-img .section-heading {
  margin-bottom: 75px;
  padding: 30px 0;
}

.category-img .cat-img {
  position: relative;
}

@media (max-width: 767px) {
  .category-img .cat-img {
    margin-bottom: 55px;
  }
}

.category-img .cat-img-caption {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 3px;
  left: 0;
}

.category-img .cat-img-caption .caption-box {
  padding: 15px;
  background-color: #ffffff;
  width: 75%;
  height: 45%;
  margin: 17% auto;
  display: table;
}

.category-img .cat-img-caption .caption-box .caption-line {
  border: 1px dashed rgba(0, 0, 0, 0.98);
  color: rgba(0, 0, 0, 0.98);
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.category-img .cat-img-caption .caption-box .caption-line span {
  font-size: 1.5em;
  font-weight: bold;
}

.category-img .cat-img-caption .caption-box .caption-line span a {
  text-decoration: none;
}

/*======================================
//--//-->  CONTACT
======================================*/
.contact {
  margin-top: 55px;
}

.contact .section-heading {
  margin-bottom: 50px;
}

.contact .aside-contact .socials {
  text-align: center;
}

.contact .more-info {
  padding-left: 0;
}

.contact .more-info li {
  list-style: none;
  margin-bottom: 8px;
}

.contact .more-info li i {
  width: 25px;
  color: rgba(0, 0, 0, 0.98);
}

.contact .more-info li a {
  color: #f73841;
}

/*======================================
//--//-->  REGISTER - LOGIN
======================================*/
.register-login {
  margin-top: 55px;
}

.register-login .section-heading {
  margin-bottom: 75px;
}

@media (max-width: 767px) {
  .register-login .register .section-heading {
    margin-top: 75px;
  }
}

/* ========== Recovery ========== */
.recovery {
  margin-top: 55px;
}

.recovery .section-heading {
  margin-bottom: 75px;
}

/*======================================
//--//-->  CART
======================================*/
.cart {
  margin-top: 55px;
}

.cart .section-heading {
  margin-bottom: 50px;
}

.cart .cart-link .link-right {
  text-align: right;
}

.cart .cart-link .link-center {
  text-align: center;
}

@media (max-width: 767px) {
  .cart .cart-link .link-center {
    margin: 14px 0;
  }
}

@media (max-width: 767px) {
  .cart .cart-link .link-right, .cart .cart-link .link-center {
    text-align: left;
  }
}

/* ========== Table-cart ========== */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  line-height: 2;
  border-top: 1px solid rgba(0, 0, 0, 0.98);
  vertical-align: middle;
}

.table > thead > tr > th .form-group,
.table > thead > tr > td .form-group,
.table > tbody > tr > th .form-group,
.table > tbody > tr > td .form-group,
.table > tfoot > tr > th .form-group,
.table > tfoot > tr > td .form-group {
  margin-bottom: 0;
}

.table > thead > tr > th .form-group .input-group .form-control,
.table > thead > tr > td .form-group .input-group .form-control,
.table > tbody > tr > th .form-group .input-group .form-control,
.table > tbody > tr > td .form-group .input-group .form-control,
.table > tfoot > tr > th .form-group .input-group .form-control,
.table > tfoot > tr > td .form-group .input-group .form-control {
  width: 40px;
  padding-left: 5px;
  padding-right: 5px;
}

.table > thead > tr > th .form-group .input-group .input-group-addon,
.table > thead > tr > td .form-group .input-group .input-group-addon,
.table > tbody > tr > th .form-group .input-group .input-group-addon,
.table > tbody > tr > td .form-group .input-group .input-group-addon,
.table > tfoot > tr > th .form-group .input-group .input-group-addon,
.table > tfoot > tr > td .form-group .input-group .input-group-addon {
  width: 0;
}

.table > thead > tr > th img,
.table > thead > tr > td img,
.table > tbody > tr > th img,
.table > tbody > tr > td img,
.table > tfoot > tr > th img,
.table > tfoot > tr > td img {
  width: 50px;
}

.table > thead .table-price,
.table > tbody .table-price,
.table > tfoot .table-price {
  color: #f73841;
}

.table > thead > tr > th {
  border-bottom: 2px solid rgba(0, 0, 0, 0.98);
}

/*======================================
//--//-->  ASIDE
======================================*/
@media (min-width: 992px) {
  aside .widget {
    margin-bottom: 62px;
  }
}

@media (max-width: 991px) {
  aside .widget {
    margin-top: 82px;
  }
}

/* ========== Aside category ========== */
.category .widget-content {
  margin-top: 8px;
}

/* ========== Aside about ========== */
.aside-about img {
  margin: 0 auto;
}

.aside-about p {
  margin-top: 6px;
}

/* ========== Aside tags ========== */
.aside-tags ul {
  padding-left: 0;
}

.aside-tags ul li {
  list-style: none;
  display: inline-block;
  margin: 12px 3px;
}

.aside-tags ul li a {
  padding: 9px 13px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.98);
  border: 1px solid rgba(0, 0, 0, 0.98);
}

/*======================================
//--//-->  FOOTER
======================================*/
footer {
  margin-top: 100px;
  font-size: 1em;
}

@media (max-width: 767px) {
  footer {
    margin-top: 60px;
  }
}

footer .widget-list {
  padding-left: 0px;
}

footer .widget-list li {
  list-style: none;
  margin-bottom: 10px;
}

footer .widget-list li i {
  color: #f73841;
}

footer .widget-list li a {
  color: rgba(0, 0, 0, 0.98);
}

footer .widget-footer {
  min-height: 280px;
}

@media (min-width: 768px) {
  footer .widget-footer {
    margin-bottom: 50px;
    min-height: 420px;
  }
}

@media (min-width: 992px) {
  footer .widget-footer {
    min-height: 380px;
  }
}

@media (min-width: 1200px) {
  footer .widget-footer {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  footer .widget-footer {
    margin-bottom: 50px;
  }
}

footer .credits {
  padding: 35px;
  text-align: center;
}
