/**********************
Sass Variable
*****************************************/
@import url(fonts.css);
@import url(margin-dist.css);
/**********************************************************************************
***********************************************************************************
0. General
***********************************************************************************
**********************************************************************************/
@media only screen and (max-width: 991px) {
  html {
    height: auto;
  }
}

@media only screen and (min-width: 991px) {
  html {
    height: 100%;
  }
}

body {
  outline: none !important;
  height: 100%;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  background: #fff;
}

* {
  outline: none !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.white {
  color: #fff !important;
}

.default-ul {
  list-style: none;
  padding: 0;
}

.db {
  display: block;
}

ul {
  list-style: none;
  padding: 0;
}

.no-border {
  border: none !important;
}

@media only screen and (max-width: 991px) {
  .center-block-r {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .hidden-mq {
    display: none;
  }
}

.full-width {
  width: 100%;
}

.tdn {
  text-decoration: none !important;
}

@media only screen and (min-width: 991px) {
  .hidden-mn {
    display: none;
  }
  .mtb118-m {
    margin: 118px auto;
  }
  .full-width {
    width: 100% !important;
  }
  .row-cmn {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row-clmn {
    margin-left: -15px;
  }
  .row-crmn {
    margin-right: -15px;
  }
  .pull-right-m {
    float: right;
  }
}

.row-c {
  margin-right: -15px;
  margin-left: -15px;
}

.row-cl {
  margin-left: -15px;
}

.row-cr {
  margin-right: -15px;
}

.pull-left-c {
  float: left;
}

.pull-right-c {
  float: right;
}

@media only screen and (max-width: 991px) {
  .mtb20-mq {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 991px) {
  .col-md-3-half {
    width: 30%;
  }
  .col-md-5-half {
    width: 45%;
  }
}

p {
  font-size: 13px;
  color: #999999;
  line-height: 26px;
}

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

iframe {
  width: 100% !important;
  padding: 0;
  margin: 0;
}

/*=========================================  Main Styles  =========================================*/
/*Filter styles*/
.saturate:hover img {
  -webkit-filter: saturate(3);
}

.grayscale:hover img {
  -webkit-filter: grayscale(100%);
}

.contrast:hover img {
  -webkit-filter: contrast(145%);
}

.brightness:hover img {
  -webkit-filter: brightness(0.25);
}

.blur:hover img {
  -webkit-filter: blur(3px);
}

.invert:hover img {
  -webkit-filter: invert(100%);
}

.sepia:hover img {
  -webkit-filter: sepia(100%);
}

.huerotate:hover img {
  -webkit-filter: hue-rotate(180deg);
}

.opacity:hover img {
  -webkit-filter: opacity(50%);
}

.old-close::before {
  background-color: transparent !important;
}

/*========================= Header =========================*/
header .top-area {
  background: #000000;
  padding: 5px 0;
}

header .top-area p {
  font-size: 14px;
  color: #fff;
  margin: 40px auto;
}

@media only screen and (max-width: 991px) {
  header .top-area p {
    text-align: center;
  }
}

header .top-area p a {
  color: #fff;
  margin-left: 5px;
  text-decoration: none;
}

header .top-area p i {
  color: #ef2424;
  margin-right: 10px;
}

header .top-area .social {
  text-align: right;
  margin: 31px auto;
}

@media only screen and (max-width: 991px) {
  header .top-area .social {
    text-align: center;
  }
}

header .top-area .social li {
  display: inline-block;
}

header .top-area .social li a {
  display: block;
  padding: 10px 15px;
  font-size: 20px;
  color: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

header .top-area .social li a:hover {
  background: #ef2424;
}

header .navbar-default {
  border-radius: 0;
  border: none;
  margin: 30px 0 0 0;
  background-color: transparent;
}

@media only screen and (min-width: 767px) {
  header .navbar-default .navbar-collapse {
    padding: 0;
  }
}

header .navbar-default .navbar-nav li {
  margin: 0 15px;
  position: relative;
}

@media only screen and (min-width: 767px) {
  header .navbar-default .navbar-nav li:last-child::after {
    content: '';
  }
  header .navbar-default .navbar-nav li::after {
    content: '/';
    position: absolute;
    right: -21px;
    top: 23%;
    font-size: 20px;
  }
}

header .navbar-default .navbar-nav li a {
  font-size: 15px;
  color: #000000;
  text-transform: uppercase;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

header .navbar-default .navbar-nav li a:hover {
  background: #ef2424;
  color: #fff;
}

header .navbar-default .container {
  border-top: 1px solid #c9c9c9;
}

@media only screen and (min-width: 767px) {
  header .navbar-default .container {
    padding: 0;
  }
}

.search a:hover i {
  color: #fff !important;
}

.search i {
  color: #ef2424;
}

.cart {
  position: relative;
}

.cart a {
  background-color: transparent !important;
  color: #ef2424 !important;
}

.cart i {
  font-size: 20px;
  margin-right: 10px;
  color: #ef2424;
}

@media only screen and (min-width: 767px) {
  .active-cart {
    opacity: 1 !important;
    z-index: 1 !important;
  }
}

.basket-dp {
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  height: 100%;
  top: 100%;
  min-width: 230px;
  max-width: 230px;
  right: 0;
  padding: 20px 15px;
  display: table;
  -webkit-box-shadow: 0px 0px 150px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 150px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 150px -10px rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  text-transform: uppercase;
}

.basket-dp.active {
  z-index: 99;
  opacity: 1;
}

.basket-dp hr {
  border-color: #ef2424;
  margin: 10px auto;
}

.basket-dp .col-md-7 {
  border-left: 1px solid #ef2424;
}

.basket-dp p {
  font-size: 12px !important;
}

.basket-dp strong {
  color: #ef2424;
}

.basket-dp .btn {
  background: #ef2424 !important;
  font-size: 10px !important;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  padding: 6px 10px;
  margin: 0 !important;
  min-width: 100% !important;
}

.camera_pag_ul {
  display: none;
}

/*****************
Navbar Effect
**********************/
.navbar-toggle {
  background: #ef2424 !important;
  border-radius: 0px;
  border: none;
}

.menu-btn1 {
  position: absolute;
  top: 26px;
  right: 40px;
}

@media (max-width: 767px) {
  .menu-btn1 {
    right: 0 !important;
  }
}

.icon-bar {
  background: #fff !important;
}

.navbar-toggle .icon-bar {
  position: relative;
  transition: all 500ms ease-in-out;
}

.navbar-toggle.active .type1 {
  top: 6px;
  transform: rotate(46deg);
}

.navbar-toggle.active .type2 {
  background-color: transparent !important;
}

.navbar-toggle.active .type3 {
  top: -6px;
  transform: rotate(-50deg);
}

#search {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 218px -10px rgba(0, 0, 0, 0.72);
  -moz-box-shadow: 0px 0px 218px -10px rgba(0, 0, 0, 0.72);
  box-shadow: 0px 0px 218px -10px rgba(0, 0, 0, 0.72);
  margin: 75px;
  z-index: -1;
  opacity: 0;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

#search i {
  font-size: 30px;
  color: #000;
  position: absolute;
  top: 30px;
  right: 50px;
  cursor: pointer;
}

#search.active {
  z-index: 999;
  opacity: 1;
}

#search .container {
  height: 100%;
}

#search .fgm {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

#search label {
  font-size: 25px;
  color: #ef2424;
  text-transform: uppercase;
  text-align: center;
  margin: 15px auto;
  width: 100%;
}

#search input {
  padding: 30px 15px;
  height: auto;
  border: none;
  border-radius: 0;
  font-size: 30px;
  color: #000;
  font-style: italic;
  font-weight: bold;
  outline: none;
  box-shadow: none !important;
  text-align: center;
}

/*================= Cat =================*/
#cat h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
  color: #000;
  margin: 20px auto;
  font-style: italic;
}

#cat p {
  text-align: center;
  font-size: 16px;
  color: #000;
  margin: 10px auto;
  margin-top: 20px;
}

#cat .btn {
      margin-top: 35px;
    margin: 35px auto 0 auto !important;
    display: table;
}

@media only screen and (max-width: 991px) {
  #cat .btn {
    width: auto;
    float: none;
    margin: 10px auto;
    display: table;
  }
}

.btn-default {
  padding: 10px 15px;
  color: #fff !important;
  text-transform: uppercase;
  background: #ef2424 !important;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  font-weight: bold;
}

.product {
  border: 1px solid #e1e1e1;
  padding: 10px 15px;
  background: #fff;
  position: relative;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.product:hover .p-hover {
  top: 0;
}

.product .p-hover {
  position: absolute;
  top: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.44);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.product .p-hover .btn {
  display: table;
  margin: 10px auto;
  float: none !important;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.product h2 {
  font-size: 18px !important;
  font-weight: bold;
  font-style: italic;
  color: #ef2424 !important;
  margin: 10px auto;
}

.product h2 span {
  color: #000;
}

#newsletter {
  position: relative;
}

#newsletter::before {
  width: 100%;
  position: absolute;
  content: '';
  height: 50px;
  background: #ef2424;
  left: 0;
  top: 25%;
  z-index: -1;
}

#newsletter .container {
  background: #fff;
  padding: 10px 15px;
  -webkit-box-shadow: 0px 0px 34px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 34px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 34px -6px rgba(0, 0, 0, 0.75);
}

#newsletter h2 {
  font-size: 25px;
  color: #ef2424;
  text-transform: uppercase;
  font-style: italic;
  margin: 25px 15px;
  font-weight: bold;
}

#newsletter h2 span {
  color: #000;
}

#newsletter .btn {
  border-radius: 50px;
  padding: 12px 22px;
  margin: 15px auto;
}

@media only screen and (min-width: 991px) {
  #newsletter .btn {
    float: right;
    margin-right: 50px;
  }
}

iframe {
  width: 100%;
}

footer {
  padding: 30px 0;
  background: #000;
}

.footer-panel {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.footer-panel ul {
  margin-top: 20px;
}

.footer-panel ul li {
  display: inline-block;
  margin: 0 10px;
}

.footer-panel i {
  font-size: 70px;
  color: #ef2424;
}

.footer-panel h2 {
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  margin: 10px auto;
}

.footer-panel p {
  font-size: 18px;
  color: #fff;
  margin: 10px auto;
}

.tp-ft {
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
  font-weight: 900;
  margin: 10px auto;
  text-align: center;
  font-style: italic;
}

.copy-right {
  background: #ef2424;
  padding: 15px 0;
  text-align: center;
}

.copy-right p {
  margin: 10px auto;
  font-size: 14px;
  color: #fff;
}
