/*
you can use following font family also

font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Nunito', sans-serif;

*/

body {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  color: #161616;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

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

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

.btn-default, .btn-primary {
  color: #fff;
  text-shadow: none;
  background-color: #E4853F;
  background-image: none;
  background-repeat: repeat-x;
  border: none;
  font-size: 15px;
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default, .btn-primary.active, .btn-primary:focus, .btn-primary:active, .btn-primary:hover, .open>.dropdown-toggle.btn-primary, .btn-primary.disabled, .btn-primary[disabled] {
  color: #fff;
  background-color: #E4853F;
  border-color: #E4853F;
  outline: none;
  box-shadow: none;
}

.lookz-panel {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}

.lookz-panel .lookz-panel-header {
  position: relative;
  background-color: #f7f7f7;
  padding: 13px 16px;
  margin-bottom: 0px;
}

.lookz-panel .lookz-panel-header h2 {
  margin: 0;
  line-height: 100%;
  font-size: 17px;
  color: #161616;
  font-weight: 500;
}

.lookz-panel .lookz-panel-body {
  padding: 20px;
}

/* Header changes start */

.common-home header {
  /*position: absolute;
  z-index: 999;
  width: 100%;*/
}

.header-top {
  margin: 20px 0;
}

.header-top .tag-line h1 {
  color: #161616;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 15px;
}

.header-top #logo img {
  max-width: 100%;
}

.header-top #logo a {
  color: #E4853F;
  font-size: 24px;
}

#logo .img-responsive {
  display: inline-block;
}

#logo h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.header-top .logos {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  margin-top: 12px;
}

.header-top .logos #search-by-category .header-search i, .header-top .header-account i, .header-top #cart .btn i.fa-shopping-cart {
  font-size: 20px;
  color: #161616;
}

.header-top #search-by-category, .header-top .header-account {
  padding-right: 25px;
}

/* Header Search Start */

.search-container.active .search-description {
    opacity: 1;
    transform: translateY(0);
}

.search-container.active .search-description .search-block-top {
  animation: fadeInDown 0.3s 0.2s ease-out both;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.14);
}

.search-container .search-description {
  z-index: 99;
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(18,18,18,.9);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-100%);
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 60px;
}

.search-description .search-block-top {
  position: relative;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  border-radius: 4px;
}

.search-block-top {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 999;
}

.search-container #text-search {
  width: 100%;
  height: 44px;
  display: block;
  border: none;
  box-shadow: none;
  color: #161616;
  background: #fff;
  margin-right: 10px;
  margin-left: 0px;
  padding: 15px;
  font-size: 13px;
}

#search {
  width: 90%;
  float: left;
}

#search .btn-lg {
  padding: 11px 35px;
}

.search-container .btn {
  border-radius: 0;
}

.search-container .closebtn {
  margin-left: 1px;
  padding: 10px 16px;
}

/* Header Search End */
.account-dropdown {
  padding: 5px 0px;
}

.dorpss, .account-dropdown, #cart ul {
  border-top: 3px solid #E4853F;
}

/* Header Cart Start */

#cart {
  margin-bottom: 0px;
  width: auto;
}

#cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #161616;
  width: auto;
  display: inline-block;
  background-color: transparent;
  background-image: none;
  border: none;
  padding: 0;
  box-shadow: none;
}

#cart-total {
  position: absolute;
  background: #E4853F;
  color: #fff;
  display: inline-block;
  height: 17px;
  font-size: 11px;
  width: 16px;
  text-align: center;
  line-height: 17px;
  border-radius: 100%;
  right: -10px;
  top: -10px;
}

#cart.open > .btn {
  border: none;
  text-shadow: none;
}

#cart img.img-thumbnail {
  max-height: 100px;
}

/* Header Cart End */

/* Category Menu Related Start */

#menu {
  margin-bottom: 0;
  min-height: 0;
  background-color: transparent;
  background-image: none;
  background-repeat: unset;
  border-color: transparent;
}

#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu ul {
  float: none;
}

.header-middle.fixed #menu ul {
  /*border-bottom: none;*/
}

#menu .dropdown-inner {
  width: 100%;
}

#menu .dropdown-inner ul {
  border-bottom: 1px dashed #b7b7b7;
  padding: 0px !important;
}

#menu .dropdown-inner li:last-child a {
  border-bottom: unset;
}

.dropdown-menu li > a:hover, #menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #E4853F;
    background-image: linear-gradient(to bottom, #E4853F, #E4853F);
    background-repeat: E4853F;
}

#menu .nav > li > a:focus, #menu .nav > li > a:hover, #menu .nav > li.open > a {
  text-decoration: none;
  background-color: transparent;
  border: none;
  color: #E4853F !important;
  background-color: transparent;
}

#menu .nav li.dropdown.moremenu i {
  margin-top: 3px;
}

#menu a.see-all {
	margin-top: 0;
	border-top: none;
  color: #161616;
  padding: 3px 15px;
}


/* Category Menu Related End */

/* Header changes end */

.home-page .owl-wrapper-outer {
  border: none;
  box-shadow: unset;
}

.home-page .owl-carousel .owl-buttons div i {
  font-size: 20px;
  margin: -20px 0 0;
  background-color: #fff;
  color: #161616;
}

.home-page .owl-carousel .owl-buttons div.owl-prev i {
  padding: 10px 15px 8px 12px;
}

.home-page .owl-carousel .owl-buttons div.owl-next i {
  padding: 10px 10px 8px 12px;
}

.slideshow .owl-controls .owl-pagination {
  position: absolute;
  bottom: 10px;
  top: unset;
  text-align: center;
  width: 100%;
}

.slideshow .owl-controls .owl-page span {
  background-color: #fff;
}

.slideshow .owl-controls .owl-page.active span {
  background-color: #E4853F;
}

.owl-carousel .owl-buttons .owl-prev:hover i, .owl-carousel .owl-buttons .owl-next:hover i {
  background-color: #E4853F;
  color: #fff;
}

.banners {
  margin: 0px;
  overflow: hidden;
  padding-top: 20px;
}

.banners .banner-inner {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.banners .banner-inner .subbanner {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
}

.banners .banner-inner .subbanner a {
  display: block;
  position: relative;
  overflow: hidden;
}

.banners .banner-inner .subbanner a img {
  max-width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}

.banners .banner-inner .subbanner:hover a img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}

.banners .banner-detail {
  color: #161616;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 15px 0 0;
}

.banners .banner-inner .subbanner .banner-detail .banner-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1px;
  color: #161616;
}

.banners .banner-inner .subbanner:hover .banner-detail .banner-title {
    color: #E4853F;
}

.section-title .module-title {
  text-align: center;
}

/* Product Card Started */

.home-page .featured-category .banners .banner-inner .subbanner .banner-detail .banner-title {
  height: 23px;
}

.home-page .featured-category-product .row {
  margin: 20px 0;
}

.home-page .featured-category-product h3 {
  margin-top: 0;
}

.home-page .featured-category-product a.pull-right {
  margin-top: 5px;
  font-size: 18px;
}

.featured-product img {
  width:100%;
  height: 370px !important;
}

.slick-dots {
  position: inherit !important;
  bottom: 0 !important;
}
.product-box {
  margin-top: 20px;
}

.product-box h3, .module-title {
  color: #161616;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: .4px;
  font-weight: 500;
  font-family: 'Oswald',sans-serif;
  margin-bottom: 20px;
}

.product-box .product-image {
  overflow: hidden;
  position: relative;
}

.product-box .product-image a {
  display: block;
  position: relative;
}

.product-box .product-image img {
  margin: 0 auto;
  max-width: 100%;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.product-box .rating {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.product-box .rating span.fa-stack {
  width: 8px;
  height: 8px;
  margin-right: 3px;
}

.product-box .product-image .button-group {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 0;
  -moz-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.product-card:hover .rating {
  opacity: 0;
}

.product-card:hover .product-image .button-group {
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
}

.product-card .caption {
  text-align: center;
}

.product-card .price-sale {
  color: #E4853F;
  font-size: 22px;
  margin-right: 8px;
}

.product-card .saving {
  position: absolute;
  top: 14px;
  right: 28px;
  background: #E4853F;
  color: #fff;
  padding: 3px 4px 3px 4px;
}

.product-card .caption h4 a {
  color: #161616;
  font-weight: bold;
}

.product-card:hover .caption h4 a {
  color: #E4853F;
}

/* Product Card End */

/* Product Tabs section start */

.module-product-by-category .product-category-module-tabs {
  margin-bottom: 20px;
  text-align: center;
}

.module-product-by-category .product-category-module-tabs .nav-tabs {
  border-bottom: none;
  margin-bottom: 20px;
  text-align: center;
}

.module-product-by-category .product-category-module-tabs .nav-tabs li {
  list-style: none outside none;
  position: relative;
  text-align: center;
  margin: 0 6px;
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.module-product-by-category .product-category-module-tabs .nav-tabs a {
  color: #161616;
  display: block;
  text-transform: uppercase;
  float: left;
  font-weight: 600;
  font-size: 13px;
  line-height: 21px;
  margin: 0px;
  padding: 10px 40px;
  text-align: center;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 0;
}

.module-product-by-category .product-category-module-tabs .nav-tabs li a:hover, .module-product-by-category .product-category-module-tabs .nav-tabs li.active a {
  border-color: #E4853F;
  background: #E4853F;
  color: #fff;
}

.module-product-by-category .product-category-module-tabs .tab-content {
    padding: 25px;
    border: 1px solid #e4e4e4;
    text-align: left;
}
/* Product Tabs section End */

/* Notification Start */
.notification {
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 0;
  transition: all 500ms ease 0ms;
  width: 100%;
  z-index: 999999;
}

.notification .alert-success {
  background-color: #E4853F;
  border-color: #E4853F;
  color: #fff;
}

.notification .alert-success a {
  color: #fff;
}

.notification .alert {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
  min-height: 55px;
  text-align: center;
  border-radius: 0;
  padding: 15px 14px;
}

.notification > .alert > .btn {
  float: right;
}

.notification > .alert > div {
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
}

.notification > .alert > div i {
    padding-right: 10px;
}
/* Notification End */

/* Breadcrumb start */
.system-breadcrumb .breadcrumb {
  text-align: center;
  margin: 20px 0 20px;
  width: 100%;
  padding: 35px 0;
  overflow: hidden;
  position: relative;
  background: url(../image/breadcumb.jpg) no-repeat fixed top center #f5f5f5 !important;
  border: none;
}

.system-breadcrumb .breadcrumb > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
  line-height: 17px;
  padding: 0;
}

.system-breadcrumb .breadcrumb a {
  color: #fff;
}

.system-breadcrumb .breadcrumb a:hover, .system-breadcrumb .breadcrumb a:active, .system-breadcrumb .breadcrumb a:focus {
  outline: none;
  text-decoration: none;
}

.system-breadcrumb .breadcrumb i {
  font-size: 15px;
}

.system-breadcrumb .breadcrumb > li + li:before {
  content: "|";
  padding: 0 10px 0 5px;
  top: -1px;
  font-weight: 400;
  color: #ffffff;
  position: relative;
}
/* Breadcrumb end */

/* Category Page Start */

.page-title, .product-title {
  color: #161616;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
}

.category-page h2.page-title, .search-page h2.page-title, .brand-list-page h2, .product-info-page .product-right h2, .special-page h2, .contact-us-page h2, .information-page h2, .article-list h2 {
  margin-top: 0;
}

.category-page .category-banner {
  margin-bottom: 20px;
}

.refine-search {
  margin: 0 0 15px 0;
}

.refine-search h3 {
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.refine-search .category-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.refine-search .category-list ul li {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #E4853F;
  padding: 5px 15px;
  margin: 5px 5px 5px 0;
  background-color: #fff;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
}

.refine-search .category-list ul li a {
  color: #161616;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  line-height: unset;
}

.refine-search .category-list ul li:hover, .refine-search .category-list ul li.active {
  background-color: #E4853F;
}

.refine-search .category-list ul li:hover a, .refine-search .category-list ul li.active a {
  color: #fff;
}

.category-page .row.product-list-simple {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.product-list-top {
  border: none;
  display: inline-block;
  margin: 10px 0 10px;
  padding: 0 0 12px;
  width: 100%;
  background: none;
  border-bottom: 1px solid #e5e5e5;
}

.product-list-top .option-right {
  float: right;
  margin: 0;
  width: auto;
  display: block;
  overflow: hidden;
}

.product-list-top .option-right .sort, .product-list-top .option-right .show {
  float: left;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}

.product-list-top .option-right .sort-by {
  float: left;
  margin: 3px 10px 0 0;
  width: auto;
  padding: 0;
}

.product-list-top .option-right .sort-select {
  float: left;
  width: 150px;
  padding: 0;
}

.product-list-top .option-right .show-by {
  float: left;
  margin: 2px 10px 0;
  padding: 0;
  width: auto;
}

.product-list-top .option-right .show-select {
  float: right;
  width: 100px;
  padding: 0;
}

.product-list-top label {
  margin-top: 6px;
  font-size: 16px;
  color: #161616;
}

/* Category Page End  */

.bottom-pagination {
  display: inline-block;
  margin: 10px 0 10px;
  padding: 10px 0 10px 0;
  width: 100%;
  background: none;
  border-top: 1px solid #e5e5e5;
}

.bottom-pagination .result {
  margin: 13px 0 13px;
}

.bottom-pagination .page-link {
  float: right;
  padding: 0;
  width: auto;
  margin-top: 6px;
}

.pagination > li > a, .pagination > li > span {
  padding: 6px 12px;
  color: #161616;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #E4853F;
  border-color: #E4853F;
}

/* Search Page changes start */

.search-page h3 {
  font-family: 'Open Sans', sans-serif;
}

/* Search Page changes end */

/* Brand Related changes Start */

.brand-list-page .brand-link-group {
  color: #161616;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 20px;
}

.brand-list-page .brand-link-list {
  border: 1px solid #e9e9e9;
  margin-bottom: 20px;
  padding: 5px;
}

.brand-list-page .brand-link-heading {
  background: #f5f5f5;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
  padding: 5px 8px;
}

.brand-list-page .brand-link-heading p {
  line-height: 38px;
  margin: 0;
  color: #161616;
  padding: 0 10px;
}

.brand-list-page .brand-link-content {
  padding: 8px;
  font-size: 14px;
  line-height: 20px;
}

/* Brand Related changes End */

/* Product Info Page Start */

.product-info-page .product-left .thumbnail {
  border: none;
}

.product-info-page .product-left .thumbnail > img {
  max-width: unset;
  width: 100%;
}

.product-info-page .product-right h2.product-title {
  margin-bottom: 10px;
}

.product-info-page .product-right .rating {
  margin: 5px 0 5px;
}

.product-info-page .product-right .attribute {
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 5px;
  margin-bottom: 20px;
}

.product-info-page .product-right ul.product-price li {
  margin-bottom: 10px;
  font-size: 15px;
}

.product-info-page #product {
  margin-top: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.product-info-page #product .form-group {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  clear: both;
}

.product-info-page #product .form-group .control-label {
  float: left;
  margin: 8px 10px 3px 0;
  font-size: 14px;
}

.product-info-page #product .form-group #input-quantity {
  margin-right: 10px;
  margin-bottom: 0;
  width: auto;
  float: left;
  height: 39px;
  text-align: center;
}

.product-info-page #product .form-group #button-cart {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-right: 5px;
}

.product-info-page #product .form-group .btn-wishlist .fa {
  padding: 5px;
}

/* Product Tabs section start */

.product-info-page .product-tabs {
  margin-bottom: 20px;
  text-align: center;
}

.product-info-page .product-tabs .nav-tabs {
  border-bottom: none;
  margin-bottom: 30px;
  text-align: center;
}

.product-info-page .product-tabs .nav-tabs li {
  list-style: none outside none;
  position: relative;
  text-align: center;
  margin: 0 6px;
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.product-info-page .product-tabs .nav-tabs a {
  color: #161616;
  display: block;
  text-transform: uppercase;
  float: left;
  font-weight: 600;
  font-size: 13px;
  line-height: 21px;
  margin: 0px;
  padding: 10px 40px;
  text-align: center;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 0;
}

.price-sale {
  color: #E4853F;
  font-weight: 600;
  font-size: 18px;
}

.product-info-page .product-tabs .nav-tabs li a:hover, .product-info-page .product-tabs .nav-tabs li.active a {
  border-color: #E4853F;
  background: #E4853F;
  color: #fff;
}

.product-info-page .product-tabs .tab-content {
    padding: 25px;
    border: 1px solid #e0e0e0;
    text-align: left;
}
/* Product Tabs section End */

/* Product Info Page End */

/* Account navigation page start */

.account-navigation.navbar-default .navbar-nav>.active>a, .account-navigation.navbar-default .navbar-nav>.active>a:focus, .account-navigation.navbar-default .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #E4853F;
}

.address-list-page .btn-edit-address {
  margin-right: 10px;
}

/* Account navigation page end */

/* Catalog Page Start */

.ct-list .col-sm-6:nth-child(3n+1) {
  clear: both;
}

.catalog-category-list {
  margin-bottom: 15px;
}

/* Catalog Page End */

/* Blogs related changes Start */

.article-list .article-title a {
  font-size: 17px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #161616;
}

.article-list .article-sub-title, .article-page-info .article-sub-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.article-list .article-description, .article-page-info .related-article .related-article-short-description {
  text-align: justify;
}

.article-list .article-date::before, .article-list .article-comment::before, .article-page-info .article-date::before, .article-page-info .article-comment::before {
  content: '|';
  padding: 0 15px;
}

.article-list .article-sub-title .article-author a, .article-list .article-sub-title .article-date, .article-list .article-sub-title .article-comment a, .article-page-info .article-sub-title .article-author a, .article-page-info .article-sub-title .article-date, .article-page-info .article-sub-title .article-comment a {
  font-size: 15px;
  color: #161616;
}

.article-list a:hover, .article-list a:focus, .article-list a:active, .article-page-info a:hover, .article-page-info a:focus, .article-page-info a:active {
  color: #E4853F !important;
  text-decoration: none;
  outline: none;
}

.btn-continue-reading {
  margin: 30px 0 15px;
  float: right;
}

.article-list .btn-continue-reading a:hover, .article-list .btn-continue-reading a:focus, .article-list .btn-continue-reading a:active, .article-page-info .related-article .related-article-button a:hover, .article-page-info .related-article .related-article-button a:focus, .article-page-info .related-article .related-article-button a:active  {
  color: #fff !important;
}

.article-page-info h1 {
  font-size: 24px;
}

.article-page-info .article-description {
  margin-top: 20px;
}

.article-page-info .related-article .name {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.article-page-info .related-article .related-article-meta, .article-page-info .related-article .image, .article-page-info .related-article .related-article-short-description, .article-page-info .related-article .related-article-button {
  margin-bottom: 10px;
}

.article-page-info .related-article .related-article-meta span {
  font-weight: bold;
}

.article-page-info .related-article .related-article-footer {
  text-align: center;
}

.article-page-info .related-article .related-article-list {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

.article-page-info h2#review-title {
  margin-top: 0;
}

.blog-comment .media-left {
  padding-right: 25px;
}

.blog-comment .author-block {
  padding: 15px 25px;
  background: #E4853F;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
}

.blog-comment .bottom-pagination {
  display: block;
}

.blog-comment .comment-reply-link a {
  cursor: pointer;
}

#blog-search .input-group-btn #button-search {
  background: #E4853F;
  border: #E4853F;
  color: #fff;
  height: 35px;
}

#blog-search .input-group-btn:last-child>.btn, #blog-search .input-group-btn:last-child>.btn-group {
  margin-left: 0px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  color: #fff;
  background: #E4853F;
  border: 1px solid #E4853F;
  text-shadow: none;
}

/* Blogs related changes End */

/* Checkout related changes Start */

.checkout-container label, .checkout-container .btn-block {
  font-size: 13px;
}

.checkout-confirm .btn-primary {
  /*background-color: #E4853F !important;
  border-color: #E4853F !important;*/
  background-image: unset;
  padding: 8.5px 12px;
  font-size: 17px;
  margin-top: 25px;
  color: #fff;
}

/* Checkout related changes End */

/* Footer related changes start */

footer {
  background: #303030;
  color: #161616;
  clear: both;
  line-height: 1.25em;
  padding-top: 0;
}

.footer-top-section {
  background: #000000;
}

.footer-top-content {
  padding: 20px 0;
}

.footer-top-content input[type="text"].form-control {
  font-size: 17px;
  height: 48px;
  border: 2px solid #ccc;
}

.footer-top-content a.btn.btn-primary {
  height: 48px;
  padding: 13px 20px;
  font-size: 17px;
}

.footer-container {
  padding: 40px 0;
  display: block;
  overflow: hidden;
  position: relative;
}

.footer-block {
  margin-bottom: 0;
}

.footer-container .footer-first-column {
  text-align: left;
  display: block;
  overflow: hidden;
}

.footer-container h5, .footer-container .h3 {
  margin: 0 0 20px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
}

h4.footer-title {
  color: #FFFFFF;
}

.block-title, .footer-title, .title {
  position: relative;
  cursor: pointer;
}

.clearfix {
  clear: both;
}

.block-title .navbar-toggler, .footer-title .navbar-toggler, .title .navbar-toggler {
  position: absolute;
  top: 12px;
  right: 15px;
  padding: 0;
  font-size: 22px;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  text-align: center;
}

.footer-container .footer-title .navbar-toggler {
  top: 0;
  right: 0;
  color: #161616;
}

/* footer subscriber popup start */

#subscribeModal {
  color: #E4853F;
}

#subscribeModal h5.modal-title {
  color: #E4853F;
}

#subscribeModal .modal-body p.top-text, #subscribeModal .modal-body p.bottom-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  font-family: 'Open Sans', sans-serif;
  text-align: justify;
  margin: 0;
}

#subscribeModal .modal-body p.bottom-text {
  font-size: 13px;
}

#subscribeModal .modal-body .form-control {
  margin: 0;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

#subscribeModal .modal-footer .pull-left {
  margin-right: 5px;
}

#subscribeModal .modal-footer .pull-left input[type=checkbox] {
  margin: 2px;
}

/* footer subscriber popup end */

.block-title .navbar-toggler i.add, .footer-title .navbar-toggler i.add {
  display: none;
}

.block-title.collapsed .navbar-toggler i.add, .footer-title.collapsed .navbar-toggler i.add {
  display: block;
}

.block-title.collapsed .navbar-toggler i.remove, .footer-title.collapsed .navbar-toggler i.remove {
  display: none;
}

.footer-container li {
  margin-bottom: 15px;
}

.footer-container a {
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}

.footer-container a:hover, .footer-container a:focus, .footer-container a:active {
  color: #E4853F;
  text-decoration: none;
}

.footer-container .footer-dropdown {
  margin-top: 10px;
}

.footer-powered {
  background: #161616;
  color: #ffffff;
  padding-top: 0;
  margin-top: 0;
}

.footer-powered .powered-text {
  color: #ffffff;
  margin-bottom: 0;
  padding: 14px 0;
}

.footer-powered .block-social {
  text-align: center;
  display: block;
  overflow: hidden;
  padding: 6px;
}

.footer-powered .block-social ul {
  padding: 0;
  margin: 0;
  text-decoration: none;
}

.footer-powered .block-social ul li {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  padding: 3px;
  margin: 1px 1px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.footer-powered .block-social ul li.facebook {
  background: #3b5999;
}

/*.footer-powered .block-social ul li.facebook:hover {
  background: #fff;
}

.footer-powered .block-social ul li.facebook:hover i {
  color: #3b5999;
}*/

.footer-powered .block-social ul li.twitter {
  background: #00aced;
}

.footer-powered .block-social ul li.google_plus {
  background: #dc473b;
}

.footer-powered .block-social ul li.pinterest {
  background: #cb2027;
}

.footer-powered .block-social ul li.instagram {
  background: #f09433;
}

.footer-powered .block-social ul li.youtube {
  background: #cb2027;
}

.footer-powered .block-social ul li i {
  margin-top: 5px;
  color: #fff;
}

.footer-container address, .footer-container i {
  color: #fff;
}

/* Footer related changes end  */
