/*
-----------------------------------------------------
* Version:1.0
* Design by: Santanu Chowdhury
* Email: santanuchowdhury04@gmail.com
* Contact: 7003 3676 25
----------------------------------
CSS INDEX
----------------------------------
1.core css
2.top-header 
3.main-nav
4.footer
5.copyright
6.breadcrumb
----------------------------------
*/
/*
----------------------------------
1.core css
----------------------------------
*/
html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  font-family: 'Red Hat Display', sans-serif;
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
}
.container {
  max-width: 1140px;
}
h1,
h2,
h3,
h4 {
  font-weight: 500;
  margin: 0;
}
a,
.btn,
.btn:hover,
a:hover,
a:focus,
.transition,
#back-to-top:hover {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.img-responsive {
  width: 100%;
}
.img-rounded {
  border-radius: 4px;
}
a {
  text-decoration: none;
  color: #4d4d4d;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #6d6d6d;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.form-control:focus {
  border-color: #222;
  box-shadow: none;
}
.form-control {
  background-color: #f6f6f6;
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
  height: 38px;
  color: #000;
}
.btn {
  padding: 9px 30px 8px;
  border-radius: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.btn-primary {
  background: #6d6d6d;
  border-color: #6d6d6d;
}
.btn-primary:hover {
  background-color: #0cc3ce;
  border-color: #0cc3ce;
}
.btn-color {
  background: #6d6d6d;
  border-color: #6d6d6d;
  min-width: 150px;
  padding-left: 18px;
  padding-right: 18px;
  color: #fff;
}
.btn-color i {
  position: relative;
  top: 1px;
  margin-right: 3px;
  font-size: 20px;
  color: #fff;
}
.btn-color:hover {
  background-color: #0bacb6;
  border-color: #0bacb6;
  color: #fff;
}
.bp-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.bp-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.padding-5 {
  padding: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mt-15 {
  margin-top: 15px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-bg {
  background-color: #F1F5F6;
}
.title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 5px;
}
.title-category{
margin-left:30px;
}
@media only screen and (max-width: 767px) {
  .btn {
    margin-bottom: 10px;
  }
  .title-category{
	margin-left:auto;
	text-align:center;
	}
}
/*
----------------------------------
2.top-header
----------------------------------
*/
.top-header {
  border-top: 4px solid #6d6d6d;
  padding-top: 5px;
  padding-bottom: 8px;
}
.top-header .form-search {
  margin-top: 26px;
  position: relative;
  max-width: 220px;
}
.top-header .form-search .la-search {
  position: absolute;
  top: 12px;
  right: 10px;
  color: #494949;
  font-size: 18px;
}
.top-header .top-logo {
  text-align: center;
}
.top-header .top-logo img {
  display: inline-block;
  max-width: 300px;
}
.top-header .top-icons {
  position: relative;
  margin-top: 30px;
  color: #333333;
}
.top-header .top-icons a {
  margin-left: 15px;
}
.top-header .top-icons a .las {
  color: #707070;
  font-size: 28px;
}
.top-header .top-icons span.contact-number {
  font-size: 16px;
  color: #707070;
  font-weight: 500;
  position: relative;
  top: -6px;
  margin-left: 5px;
}
/*
----------------------------------
3.main-nav
----------------------------------
*/
.main-nav {
  margin-bottom: 0;
  border-radius: 0;
  border-left: none;
  border-right: none;
  background-color: #f8f8f8;
  border-color: #e7e7e7;
  z-index: 99;
}
.main-nav .navbar-brand {
  height: auto;
  padding: 12px 15px;
}
.main-nav .navbar-brand img {
  width: 100px;
  top: 5px;
  left: 40%;
  position: absolute;
}
.main-nav .menu-cart {
  position: relative;
  float: right;
  margin-right: 18px;
  top: 3px;
  font-size: 32px;
}
.main-nav .navbar-nav li a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 16px 35px 12px;
  color: #777;
}
.main-nav .navbar-nav li a .la-angle-down {
  font-size: 12px;
}
.main-nav .navbar-nav li a:hover {
  color: #333;
}
.main-nav .dropdown-menu li a {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 10px;
  font-weight: 500;
  padding: 10px 15px 8px;
}
.navbar-nav.navbar-center {
  position: relative;
  left: 50%;
  transform: translatex(-50%);
}
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .main-nav {
    background-color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .main-nav .navbar-toggle {
    float: left;
    margin-left: 15px;
  }
  .main-nav .navbar-nav li a {
    padding: 12px 35px 12px;
    color: #3d3d3d;
  }
  .main-nav .dropdown-menu li a {
    padding: 5px 15px 5px 45px !important;
  }
}



/*
---------------------------------- 
slider
----------------------------------
*/
.slider .owl-nav button {
  font-size: 20px;
  height: 40px;
  width: 40px;
  left: 1%;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #001922 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  border-radius: 50px !important;
  background: #fff !important;
  border: 1px solid #001922 !important;
  background: #e2e2e2;
  color: #868686;
}
.slider .owl-nav .owl-next {
  right: 1%;
  left: auto;
}



/*
----------------------------------
4.footer
----------------------------------
*/
footer {
  background-color: #F1F1F1;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
}
footer .bp-15 {
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .bp-15 h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
footer .bp-15 p {
  color: #747474;
  font-size: 13px;
}
footer .bp-15 p strong {
  font-weight: 500;
}
footer .bp-15 .footer-mail {
  font-size: 14px;
  color: #6a6a6a;
}
footer .bp-15 .footer-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .bp-15 .footer-links li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #747474;
}
footer .bp-15 .footer-links li a:hover {
  color: #222;
}
footer .bp-15 .social-icons a {
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  footer {
    text-align: center;
  }
}
/*
----------------------------------
5.copyright
----------------------------------
*/
.copyright {
  background: #e2e2e2;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #868686;
}
.copyright p {
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 1px;
}
/*
----------------------------------
6.breadcrumb
----------------------------------
*/
.breadcrumb-outer {
  background-color: #f6f6f6;
  border-bottom: 1px solid #f1f1f1;
}
.breadcrumb-outer .breadcrumb {
  padding: 8px 15px;
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  background: 0 0;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
}
.breadcrumb-outer .breadcrumb li {
  display: inline-block;
}
.breadcrumb-outer .breadcrumb .active {
  color: #777;
}
/*
----------------------------------
7.display-features-1
----------------------------------
*/
.display-features-1 {
  margin-top: 5px;
}
.display-features-1 .col-md-6 {
  padding-left: 5px;
  padding-right: 5px;
}
.display-features-1 .features-image h3 {
  text-align: center;
  padding: 10px 0px 10px;
  border: 1px solid #ddd;
  border-top: none;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .display-features-1 {
    margin-top: 5px;
  }
  .display-features-1 .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .display-features-1 .features-image h3 {
    padding: 6px 0px 6px;
  }
}
/*
----------------------------------
product list 1
----------------------------------
*/
.product .pro-box {
  max-width: 340px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.product .pro-box .pro-img {
  border: 1px solid #e3e3e3;
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.product .pro-box .pro-img img {
  position: relative;
  top: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.product .pro-box .pro-img span.pro-buttons {
  display: flex;
  background: #6d6d6d;
  position: absolute;
  left: -1px;
  right: 0;
  bottom: -50px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.product .pro-box .pro-img span.pro-buttons a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  flex-grow: 1;
  text-align: center;
  padding: 8px 5px;
  border-left: 1px solid #fff;
  width: 50%;
}
.product .pro-box .pro-img span.pro-buttons a:hover {
  background-color: #0cc3ce;
}
.product .pro-box:hover .pro-img {
  border-color: #222;
}
.product .pro-box:hover .pro-img img {
  top: -20px;
}
.product .pro-box:hover .pro-img span.pro-buttons {
  bottom: 0;
}
.product .pro-box .pro-title {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 13px;
  text-transform: uppercase;
}
.product .pro-box .price {
  font-weight: 900;
  display: block;
  float: right!important;
}
.product .pro-box .price .old {
  font-weight: 400;
  color: #8f8f8f;
  margin-right: 5px;
  text-decoration: line-through;
}
.product .pro-box .price .discount {
  font-weight: 700;
  color: #fff;
  padding: 2px 5px;
  border-radius: 10px;
  font-size: 12px;
  position: relative;
  top: -2px;
  background-color: #0cc3ce;
}
.pro-label {
  position: absolute;
  display: table;
  top: 28px;
  right: -35px;
  width: 150px;
  height: 26px;
  z-index: 100;
  backface-visibility: hidden;
  text-align: center;
  color: #fff;
  background-color: #f71e1e;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pro-label .pro-label-inner {
  display: table-cell;
  vertical-align: middle;
}
.hover-view {
  display: none;
}
.hover-hide {
  display: block;
}
.pro-box:hover .hover-hide {
  display: none;
}
.pro-box:hover .hover-view {
  display: block;
}
@media only screen and (max-width: 767px) {
  .product .pro-box .pro-title {
    max-width: 100%!important;
  }
  .product .pro-box .price {
    float: initial!important;
  }
  .row-listing .col-xs-6:nth-child(odd) {
    padding-right: 5px;
  }
  .row-listing .col-xs-6:nth-child(even) {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .product .pro-box .pro-title {
    font-size: 9px;
    max-width: 75px;
    display: inline-block;
  }
  .product .pro-box .price {
    font-size: 13px;
  }
}
/*
----------------------------------
product list 2
----------------------------------
*/
.product-box {
  border-radius: 3px;
  margin-bottom: 30px;
  border: 1px solid #bfc5cb;
  padding: 3px;
  position: relative;
  min-height: 375px;
  overflow: hidden;
  top: 0px;
  text-align: center;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.product-box:hover {
  top: -5px;
  border-color: #00844A;
  -webkit-box-shadow: 0px 5px 30px -17px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 30px -17px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 30px -17px rgba(0, 0, 0, 0.2);
}
.product-box .offer-red {
  position: absolute;
  left: -66px;
  top: 15px;
  color: #fff;
  background: #ff0000c9;
  font-size: 14px;
  z-index: 1000;
  transform: rotate(-42deg);
  width: 200px;
  text-align: center;
  padding: 3px 0px;
}
.product-box .image-outer {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 4px;
}
.product-box .image-outer img {
  height: 245px;
  max-width: 100%;
  display: block;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.product-box:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.product-box .details {
  margin: 5px;
  text-align: center;
}
.product-box .details h4 {
  font-size: 16px;
}
.product-box .details .price {
  margin-bottom: 5px;
}
.product-box .details .price .new {
  font-size: 18px;
  margin-right: 0px;
  color: #00844A;
  display: inline-block;
}
.product-box .details .price .new span {
  font-size: 14px;
}
.product-box .details .price .old {
  font-size: 15px;
  text-decoration: line-through;
  color: #a5a5a5;
  display: inline-block;
}
.product-box .details .btn {
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 1.5;
}
.product-box h4 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 3px;
}
/*
----------------------------------
product-details
----------------------------------
*/
.product-single-1 {
  /*price*/
  /*color*/
  /*size*/
  /*size*/
  /*buttons*/
  /*product-info*/
}
.product-single-1 h1.title1 {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  color: #6d6d6d;
}
.product-single-1 h1.title2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1.1;
  font-weight: 700;
}
.product-single-1 .price1 {
  margin-bottom: 25px;
}
.product-single-1 .price1 .new {
  font-size: 30px;
  font-weight: 500;
  color: #0cc3ce;
  margin-bottom: 10px;
  display: inline-block;
}
.product-single-1 .price1 .new small {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
}
.product-single-1 .price1 .old {
  font-weight: 400;
  color: #a5a5a5;
  margin-right: 6px;
  margin-left: 6px;
  text-decoration: line-through;
  font-size: 20px;
  display: inline-block;
}
.product-single-1 .price1 .discount-bg {
  margin-left: 5px;
  font-weight: 700;
  color: #fff;
  padding: 3px 12px;
  border-radius: 20px;
  font-size: 13px;
  position: relative;
  top: -5px;
  background-color: #0cc3ce;
  display: table;
}
.product-single-1 .price2 {
  margin-bottom: 25px;
}
.product-single-1 .price2 .new {
  font-size: 30px;
  font-weight: 500;
  color: #0cc3ce;
  margin-bottom: 10px;
  display: inline-block;
}
.product-single-1 .price2 .new small {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
}
.product-single-1 .price2 .old {
  font-weight: 400;
  color: #a5a5a5;
  margin-right: 6px;
  margin-left: 6px;
  text-decoration: line-through;
  font-size: 20px;
  display: inline-block;
}
.product-single-1 .price2 .discount-bg {
  padding: 2px 8px;
  color: #fff;
  background: #ff0000c9;
  font-size: 14px;
  top: 0px;
}
.product-single-1 .select-color {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.product-single-1 .select-color h4 {
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.product-single-1 .select-color .color {
  display: inline-block;
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-right: 15px;
  margin-right: 0px !important;
}
.product-single-1 .select-color .color a {
  color: #4d4d4d;
}
.product-single-1 .select-color .color a span {
  background-color: #f1f1f1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: block;
}
.product-single-1 .select-size {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.product-single-1 .select-size h4 {
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.product-single-1 .select-size .size-smlxl label {
  padding-left: 0px;
  margin-left: -3px;
}
.product-single-1 .select-size .size-smlxl label p {
  border: 1px solid #ccc;
  padding: 4px 8px;
  margin: 5px;
  margin-top: 0px;
}
.product-single-1 .select-size .size-smlxl label input {
  display: none;
}
.product-single-1 .select-size .size-smlxl label > input:checked + p {
  border: 1px solid #ccc;
  padding: 4px 8px;
  margin: 5px;
  background-color: #0cc3ce;
  color: #fff;
  margin-top: 0px;
}
.product-single-1 .size-link {
  margin-top: 15px;
}
.product-single-1 .size-link a {
  font-size: 14px;
  color: #7c7c7c;
}
.product-single-1 .buttons .btn {
  margin-right: 5px;
}
.product-single-1 .product-info {
  margin-top: 20px;
  /*style 1*/
  /*style 1*/
  /*style 2*/
  /*style 2*/
}
.product-single-1 .product-info .panel-default {
  border: none;
}
.product-single-1 .product-info .panel-default .panel-heading {
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
}
.product-single-1 .product-info .panel-default .panel-heading h4 {
  font-size: 14px;
}
.product-single-1 .product-info .nav-tabs > li.active > a,
.product-single-1 .product-info .nav-tabs > li.active > a:focus,
.product-single-1 .product-info .nav-tabs > li.active > a:hover {
  border: 1px solid #fff;
}
.product-single-1 .product-info .nav-tabs > li.active > a,
.product-single-1 .product-info .nav-tabs > li > a:hover {
  border: 1px solid #fff;
  color: #CE2828 !important;
  background: transparent;
}
.product-single-1 .product-info .nav-tabs > li > a::after {
  content: "";
  background: #CE2828;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.product-single-1 .product-info .nav-tabs > li.active > a::after,
.product-single-1 .product-info .nav-tabs > li:hover > a::after {
  transform: scale(1);
}
.product-single-1 .product-info .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.product-single-1 .product-info .nav > li {
  position: relative;
  display: block;
}
.product-single-1 .product-info .nav-tabs {
  border-bottom: 2px solid #DDD;
}
.product-single-1 .product-info .padding-15 {
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .title1 {
    margin-top: 30px;
  }
}
/*
----------------------------------
mobile-search
----------------------------------
*/
.mobile-search {
  padding: 8px 0 7px;
}
/*
----------------------------------
filter-area
----------------------------------
*/
.filter-area {
  margin-top: 30px;
  margin-bottom: 30px;
}
.filter-area .form-group {
  margin-bottom: 0px;
}
.filter-box {
  border: none;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 15px 20px;
}
.filter-box h4 {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}
.filter-box h4:after {
  content: " ";
  width: 100px;
  height: 2px;
  background-color: #000;
  color: #000;
  display: block;
  margin-top: 15px;
}
.filter-box ul li {
  border-bottom: 1px solid #d6d6d6;
}
.filter-box ul li a {
  padding: 10px 0px;
  display: block;
  color: #000!important;
  font-size: 15px;
  font-weight: 500;
}
.filter-box ul li a:hover {
  color: #0cc3ce !important;
}
.filter-box ul li.active a {
  color: #0cc3ce !important;
}
.filter-box ul li:last-child {
  border-bottom: none;
}
/*
----------------------------------
text-editor
----------------------------------
*/
.text-editor h1,
.text-editor h2,
.text-editor h3,
.text-editor h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.text-editor p strong {
  font-weight: 500;
  color: #000;
}
.text-editor ul,
.text-editor ol {
  padding-left: 17px;
  font-size: 15px;
}
/*
----------------------------------
.contact-p
----------------------------------
*/
.contact-p h4 {
  font-weight: 700;
}
.contact-p p {
  font-weight: 400;
  font-size: 16px;
  margin: 15px 0 15px 0;
}
