/* [Master Stylesheet v-1.0.0] */
/* :: :: 1.0 Import Fonts */
@import url(../css/bootstrap.min.css);
@import url(../css/owl.carousel.css);
@import url(../css/animate.css);
@import url(../css/magnific-popup.css);
@import url(../css/jquery-ui.min.css);
@import url(../css/nice-select.css);
@import url(../css/font-awesome.min.css);
@font-face {
  font-family: 'helveticaneuebold';
  src: url("../fonts/helvetica_neu_bold-webfont.woff2") format("woff2"), url("../fonts/helvetica_neu_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'helveticaneuemedium';
  src: url("../fonts/helveticaneue_medium-webfont.woff2") format("woff2"), url("../fonts/helveticaneue_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* :: 2.0 Import All CSS */
/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "helveticaneuemedium";
  font-size: 18px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  line-height: 1.3;
  font-weight: 400; }

p {
  color: #000;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400; }

a {
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #131212;
  font-weight: 400;
  font-size: 12px; }
  a:hover, a:focus {
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #131212;
    font-weight: 400;
    font-size: 12px; }

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; }

#page-content-wrapper {
  min-width: 100%;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}


/* Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-16 {
  margin-top: 30px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 0px !important; }

.mt-51 {
  margin-top: 10px !important; }

.mt-52 {
  margin-top: 0 !important;}

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 10px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mb-101 {
  margin-bottom: 100px !important; }

.mb-102 {
  margin-bottom: 30px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* Section Padding */
  .section-padding-100 {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 290px);
    flex: 0 0 calc(100% - 290px);
    width: calc(100% - 290px);
    max-width: calc(100% - 290px); }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-padding-100 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 290px);
        flex: 0 0 calc(100% - 290px);
        width: calc(100% - 290px);
        max-width: calc(100% - 290px); } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-padding-100 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 260px);
        flex: 0 0 calc(100% - 260px);
        width: calc(100% - 260px);
        max-width: calc(100% - 260px); } }
    @media only screen and (max-width: 767px) {
      .section-padding-100 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        padding-top: 0; } }

.section-padding-110 {
  padding-top: 0px;
  padding-bottom: 100px; 
  }


.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

/* Section Heading */
.section-heading {
  margin-bottom: 50px;
  position: relative;
  z-index: 1; }
.section-heading h2 {
    font-size: 30px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600; }
  .section-heading.text-left {
    text-align: left !important; }

/* Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-transparent {
  background-color: transparent !important; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay,
.bg-overlay-white {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay:hover,
  .bg-overlay-white:hover {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.bg-overlay:hover {
  background-color: rgba(0, 0, 0, 0.5); }

.bg-overlay-white:hover {
  background-color: rgba(255, 255, 255, 0.9); }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: 0;
  padding-right: 0;
  width: 30px;
  height: 30px;
  background-color: #ef9da6;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 40px;
  right: -30px; }
  @media only screen and (max-width: 767px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
      right: 0; } }

.navbar-toggler {
  background-color: #ef9da6;
  border-radius: 0;
  margin-bottom: 15px; }
  .navbar-toggler i {
    font-size: 12px;
    color: #fff; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar {
    display: block; } }
@media only screen and (max-width: 767px) {
  .navbar {
    display: block; } }

.mobile-nav {
  position: fixed;
  width: 100%;
  height: 70px;
  background-color: #fff;
  z-index: 3000;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.5em 2em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  display: none; }
  @media only screen and (max-width: 767px) {
    .mobile-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .mobile-nav .cylooks-navbar-brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px; }
    .mobile-nav .cylooks-navbar-brand a {
	  text-decoration:none;
      display: block;
      max-width: 70px; }
  .mobile-nav .cylooks-navbar-toggler {
    cursor: pointer; }
    .mobile-nav .cylooks-navbar-toggler span {
      width: 28px;
      height: 1px;
      background-color: #ef9da6;
      display: block;
      margin-bottom: 5px;
      border-radius: 2px; }
      .mobile-nav .cylooks-navbar-toggler span:last-child {
        margin-bottom: 0; }

/* ScrollUp */
#scrollUp {
  background-color: #ef9da6;
  border-radius: 0;
  bottom: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 60px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover {
    background-color: #131212; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 30px;
      right: 30px; } }

/* Essence Button */
.cylooks-btna {
  display: inline-block;
  min-width: 260px;
  height: 55px;
  color: #ffffff;
  border: none;
  border-radius: 0px !important;
  margin:0;
  padding: 0;
  font-size: 14px !important;
  line-height: 56px;
  background-color: #222222;
  font-weight: bold; }
  .cylooks-btna.active, .cylooks-btna:hover, .cylooks-btna:focus {
    font-size: 16px;
    color: #ffffff;
    background-color: #ef9da6; }

.cylooks-btnb {
  display: inline-block;
  min-width: 260px;
  height: 55px;
  color: #ffffff;
  border: none;
  border-radius: 0px !important;
  margin:0;
  padding: 0;
  font-size: 14px !important;
  line-height: 56px;
  background-color: #222222;
  font-weight: bold; }
  .cylooks-btnb.active, .cylooks-btnb:hover, .cylooks-btnb:focus {
    font-size: 16px;
    color: #ffffff;
    background-color: #77b1bc; }

.cylooks-btnc {
  display: inline-block;
  min-width: 260px;
  height: 55px;
  color: #ffffff;
  border: none;
  border-radius: 0px !important;;
  margin:0;
  padding: 0;
  font-size: 14px !important;
  line-height: 56px;
  background-color: #222222;
  font-weight: bold; }
  .cylooks-btnc.active, .cylooks-btnc:hover, .cylooks-btnc:focus {
    font-size: 16px;
    color: #ffffff;
    background-color: #d94a04; }

.cylooks-btnd {
  display: inline-block;
  height: 80px;
  padding: 10px 20pxt;
  color: #ffffff;
  text-align:center;
  border: none;
  border-radius: 0px !important;
  margin:0;
  font-size: 18px !important;
  line-height: 80px;
  background-color: #222222;
  font-weight: bold; }
  .cylooks-btnd.active, .cylooks-btnd:hover, .cylooks-btnd:focus {
    font-size: 16px;
    color: #ffffff;
    background-color: #ef9da6; }

/* :: 4.0 Search Wrapper Area CSS */
.search-wrapper {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 260px;
  z-index: 5000;
  top: -290px;
  left: 0;
  background-color: #f7f7f7;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .search-wrapper .search-content form {
    position: relative;
    z-index: 1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.075); }
    .search-wrapper .search-content form input {
      width: 100%;
      height: 60px;
      border: none;
      padding-left: 50px;
      font-size: 14px;
      color: #6b6b6b; }
    .search-wrapper .search-content form button {
      position: absolute;
      top: 0;
      left: 0;
      border: none;
      width: 50px;
      height: 60px;
      z-index: 10;
      cursor: pointer;
      background-color: transparent;
      text-align: center; }
  .search-wrapper .search-close {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 12px;
    cursor: pointer;
    background-color: #ef9da6; }
    .search-wrapper .search-close:hover {
      background-color: #131212; }

/* :: NEW 5.0 Area CSS */

.main-top-wrapper {
  position: relative;
  z-index: 100;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .main-top-wrapper {
      margin-top: 0px;
      z-index: 100; } }
  .main-top-wrapper .header-area {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 100;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    width: 260px;
	height:140px;
    max-width: 260px;
    background-color: #222222;
    padding: 0;
	margin:0 30px 0 0;
	}
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .main-top-wrapper .header-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
        width: 260px;
        max-width: 260px;
        padding: 0; } }
    @media only screen and (max-width: 767px) {
      .main-top-wrapper .header-area {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
        width: 260px;
        max-width: 260px;
        position: fixed;
        z-index: 100;
        top: 0;
        left: -290px;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        display: block; } }

  .main-top-wrapper .header-area .logo {
	  text-align:center;
	  padding:46px 0 0 0 ;
	  background-color: #222222;
      display: block; }

  .main-top-wrapper .top-catagories-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 290px);
    flex: 0 0 calc(100% - 290px);
    width: calc(100% - 290px);
    max-width: calc(100% - 290px);
	background-color: #f7f7f7;}
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .main-top-wrapper .top-catagories-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 260px);
        flex: 0 0 calc(100% - 260px);
        width: calc(100% - 260px);
        max-width: calc(100% - 260px); } }
    @media only screen and (max-width: 767px) {
      .main-top-wrapper .top-catagories-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%; } }


/* :: 5.0 Area CSS */
.main-content-wrapper {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .main-content-wrapper {
      margin-top: 70px;
      z-index: 100; } }
  .main-content-wrapper .header-area {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    width: 260px;
    max-width: 260px;
    background-color: #ffffff;
    padding: 0; 
	margin:0 30px 0 0;
	}
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .main-content-wrapper .header-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
        width: 260px;
        max-width: 260px;
        padding: 50px; } }
    @media only screen and (max-width: 767px) {
      .main-content-wrapper .header-area {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
        width: 260px;
        max-width: 260px;
        position: fixed;
        z-index: 4000;
        top: 0;
        left: -290px;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        display: block; } }
    .main-content-wrapper .header-area.bp-xs-on {
      left: 0; }
    .main-content-wrapper .header-area .nav-close {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      width: 40px;
      height: 40px;
      position: absolute;
      top: 0;
      right: 15px;
      background-color: red;
      text-align: center;
      color: #fff;
      line-height: 40px;
      font-size: 12px;
      cursor: pointer;
      background-color: #ef9da6;
      display: none; }
      @media only screen and (max-width: 767px) {
        .main-content-wrapper .header-area .nav-close {
          display: block; } }
      .main-content-wrapper .header-area .nav-close:hover {
        background-color: #131212; }

    .main-content-wrapper .header-area .cylooks-nav li a {
	  text-decoration:none;
      font-size: 14px;
      text-transform: uppercase;
      position: relative;
      z-index: 1;
      padding: 12px 0;
      display: block;
      line-height: 0.9;
      color: #131212;
      font-weight: normal; }
      .main-content-wrapper .header-area .cylooks-nav li a::after {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        width: 15px;
        height: 44px;
        position: absolute;
        top: 0;
        margin-top: 0;
        left: -150px;
        background-color: #f9e95e;
        z-index: 10;
        content: ''; }
      .main-content-wrapper .header-area .cylooks-nav li a:hover, .main-content-wrapper .header-area .cylooks-nav li a:focus {
        color: #ef9da6; }
    .main-content-wrapper .header-area .cylooks-nav li:hover a::after, .main-content-wrapper .header-area .cylooks-nav li:focus a::after {
      left: -15px; top: 0;}
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .main-content-wrapper .header-area .cylooks-nav li:hover a::after, .main-content-wrapper .header-area .cylooks-nav li:focus a::after {
          left: -50px; } }
    .main-content-wrapper .header-area .cylooks-nav li.active a::after {
      left: -15px; 
	  top: 0;
	  }

      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .main-content-wrapper .header-area .cylooks-nav li.active a::after {
          left: -50px; } }
    .main-content-wrapper .header-area .cylooks-btn-group .cylooks-btn {
      width: 260px;
      display: block; 
	  margin:0 0 -50px 0;
	  }
    .main-content-wrapper .header-area .cart-fav-search a {
      display: block;
      text-transform: uppercase;
      font-size: 16px;
      padding: 10px 0;
      color: #131212;
      line-height: 1; 
	  }
      .main-content-wrapper .header-area .cart-fav-search a .search-nav {
        padding-bottom: 0; }
      .main-content-wrapper .header-area .cart-fav-search a span {
        color: #9e9e9e; }
      .main-content-wrapper .header-area .cart-fav-search a img {
        margin-right: 10px; }
      .main-content-wrapper .header-area .cart-fav-search a:hover, .main-content-wrapper .header-area .cart-fav-search a:focus {
        color: #ef9da6; }
    .main-content-wrapper .header-area .social-info a {
      color: #b5b5b5;
	  padding:0;
      display: inline-block; }
      .main-content-wrapper .header-area .social-info a i {
        font-size: 18px; }
      .main-content-wrapper .header-area .social-info a:hover, .main-content-wrapper .header-area .social-info a:focus {
        color: #ef9da6; }
    @media only screen and (max-width: 767px) {
      .main-content-wrapper .header-area .social-info {
        margin-bottom: 75px; } }
  .main-content-wrapper .products-catagories-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 290px);
    flex: 0 0 calc(100% - 290px);
    width: calc(100% - 290px);
    max-width: calc(100% - 290px); }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .main-content-wrapper .products-catagories-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 260px);
        flex: 0 0 calc(100% - 260px);
        width: calc(100% - 260px);
        max-width: calc(100% - 260px); } }
    @media only screen and (max-width: 767px) {
      .main-content-wrapper .products-catagories-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%; } }
  .main-content-wrapper .shop_sidebar_area {
    position: relative;
    z-index: 100;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 290px;
    flex: 0 0 260px;
    width: 260px;
    max-width: 260px;
    background-color: #f7f7f7;
    padding: 30px 20px;
	margin:0 30px 0 0;
	}
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .main-content-wrapper .shop_sidebar_area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
        width: 180px;
        max-width: 180px;
        padding: 30px 15px; } }
    @media only screen and (max-width: 767px) {
      .main-content-wrapper .shop_sidebar_area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
  .main-content-wrapper .cylooks_product_area {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 580px);
    flex: 0 0 calc(100% - 580px);
    width: calc(100% - 580px);
    max-width: calc(100% - 580px); }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .main-content-wrapper .cylooks_product_area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 580px);
        flex: 0 0 calc(100% - 580px);
        width: calc(100% - 580px);
        max-width: calc(100% - 580px); } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .main-content-wrapper .cylooks_product_area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 580px);
        flex: 0 0 calc(100% - 580px);
        width: calc(100% - 580px);
        max-width: calc(100% - 580px); } }
    @media only screen and (max-width: 767px) {
      .main-content-wrapper .cylooks_product_area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 50px; } }

  .main-content-wrapper .cart-table-area {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 290px);
    flex: 0 0 calc(100% - 290px);
    width: calc(100% - 290px);
    max-width: calc(100% - 290px); }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .main-content-wrapper .cart-table-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 290px);
        flex: 0 0 calc(100% - 290px);
        width: calc(100% - 290px);
        max-width: calc(100% - 290px); } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .main-content-wrapper .cart-table-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 260px);
        flex: 0 0 calc(100% - 260px);
        width: calc(100% - 260px);
        max-width: calc(100% - 260px); } }
    @media only screen and (max-width: 767px) {
      .main-content-wrapper .cart-table-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        padding-top: 0; } }
    .main-content-wrapper .cart-table-area .cart-title h2 {
      font-size: 30px;
      margin-bottom: 30px;
      color: #323232; }
    .main-content-wrapper .cart-table-area .cart-sns h2 {
      font-size: 30px;
      margin-bottom: 30px;
	  text-align:right;
      color: #323232; }
    .main-content-wrapper .cart-table-area table thead {
      width: 100%;
      display: block; }
      .main-content-wrapper .cart-table-area table thead tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 40px;
        background-color: #f7f7f7; }
        .main-content-wrapper .cart-table-area table thead tr th {
          border-top: none;
          border-bottom: none;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          width: 25%;
          max-width: 25%;
          font-size: 12px;
          color: #323232;
          text-transform: capitalize;
          font-weight: 400; }
    .main-content-wrapper .cart-table-area table tbody {
      width: 100%;
      display: block; }
      .main-content-wrapper .cart-table-area table tbody tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        width: 100%; }
        .main-content-wrapper .cart-table-area table tbody tr td {
          border: none;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          width: 25%;
          max-width: 25%; }
          .main-content-wrapper .cart-table-area table tbody tr td h5 {
            font-size: 16px;
            color: #252525; }
            @media only screen and (min-width: 992px) and (max-width: 1199px) {
              .main-content-wrapper .cart-table-area table tbody tr td h5 {
                font-size: 14px; } }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
              .main-content-wrapper .cart-table-area table tbody tr td h5 {
                font-size: 14px; } }
            @media only screen and (max-width: 767px) {
              .main-content-wrapper .cart-table-area table tbody tr td h5 {
                font-size: 12px; } }
          .main-content-wrapper .cart-table-area table tbody tr td .qty-btn p {
            margin-bottom: 0;
            line-height: 40px;
            height: 40px;
            padding: 0 15px;
            background-color: #d1ebe0;
            color: #323232;
            font-size: 14px; }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
              .main-content-wrapper .cart-table-area table tbody tr td .qty-btn p {
                padding: 0 10px; } }
          .main-content-wrapper .cart-table-area table tbody tr td .qty-btn .quantity {
            position: relative;
            z-index: 1; }
            .main-content-wrapper .cart-table-area table tbody tr td .qty-btn .quantity input {
              text-align: center;
              background-color: #f7f7f7;
              height: 40px;
              width: 60px;
              border: none;
              -moz-appearance: textfield;
              -webkit-appearance: textfield;
              appearance: textfield;
              color: #323232;
              font-size: 14px; }
              @media only screen and (min-width: 768px) and (max-width: 991px) {
                .main-content-wrapper .cart-table-area table tbody tr td .qty-btn .quantity input {
                  width: 45px; } }
            .main-content-wrapper .cart-table-area table tbody tr td .qty-btn .quantity .qty-plus {
              position: absolute;
              right: 0;
              top: 0;
              line-height: 40px;
              width: 20px;
              text-align: center;
              height: 40px;
              cursor: pointer;
              color: #323232;
              font-size: 10px; }
            .main-content-wrapper .cart-table-area table tbody tr td .qty-btn .quantity .qty-minus {
              position: absolute;
              top: 0;
              right: 40px;
              line-height: 40px;
              width: 20px;
              height: 40px;
              text-align: center;
              cursor: pointer;
              color: #323232;
              font-size: 10px; }
              @media only screen and (min-width: 768px) and (max-width: 991px) {
                .main-content-wrapper .cart-table-area table tbody tr td .qty-btn .quantity .qty-minus {
                  right: 30px; } }
    .main-content-wrapper .cart-table-area .cart-summary {
      background-color: #f7f7f7;
      margin-top: 0px;
      position: relative;
      z-index: 1;
      padding: 30px 20px; }
      .main-content-wrapper .cart-table-area .cart-summary h5 {
        font-size: 18px;
        margin-bottom: 0; }
      .main-content-wrapper .cart-table-area .cart-summary .summary-table {
        margin-top: 30px; }
        .main-content-wrapper .cart-table-area .cart-summary .summary-table li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          margin-bottom: 30px;
          text-transform: capitalize; }
          .main-content-wrapper .cart-table-area .cart-summary .summary-table li span {
            color: #6b6b6b;
            font-size: 14px; }
      .main-content-wrapper .cart-table-area .cart-summary .payment-method label {
        font-size: 14px;
        color: #6b6b6b;
        font-weight: 400;
        margin-bottom: 15px; }
  .main-content-wrapper .single-product-area {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 290px);
    flex: 0 0 calc(100% - 290px);
    width: calc(100% - 290px);
    max-width: calc(100% - 290px); }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .main-content-wrapper .single-product-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 290px);
        flex: 0 0 calc(100% - 290px);
        width: calc(100% - 290px);
        max-width: calc(100% - 290px); } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .main-content-wrapper .single-product-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 260px);
        flex: 0 0 calc(100% - 260px);
        width: calc(100% - 260px);
        max-width: calc(100% - 260px); } }
    @media only screen and (max-width: 767px) {
      .main-content-wrapper .single-product-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        padding-top: 0; } }
    .main-content-wrapper .single-product-area .breadcrumb {
      background-color: #f7f7f7; }
      .main-content-wrapper .single-product-area .breadcrumb .breadcrumb-item {
        font-size: 14px;
        text-transform: uppercase; }
        .main-content-wrapper .single-product-area .breadcrumb .breadcrumb-item a {
          color: #323232;
          font-size: 14px;
          text-transform: uppercase; }
          .main-content-wrapper .single-product-area .breadcrumb .breadcrumb-item a:hover {
            color: #ef9da6; }
      .main-content-wrapper .single-product-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        content: ">"; }
    .main-content-wrapper .single-product-area .single_product_thumb {
      position: relative;
      z-index: 1;
      margin-bottom: 170px; }
      .main-content-wrapper .single-product-area .single_product_thumb .carousel-indicators {
        margin: 0 7.5px;
        bottom: -165px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .main-content-wrapper .single-product-area .single_product_thumb .carousel-indicators {
            bottom: -105px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .main-content-wrapper .single-product-area .single_product_thumb .carousel-indicators {
            bottom: -105px; } }
        @media only screen and (max-width: 767px) {
          .main-content-wrapper .single-product-area .single_product_thumb .carousel-indicators {
            bottom: -95px; } }
        .main-content-wrapper .single-product-area .single_product_thumb .carousel-indicators li {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          width: 25%;
          min-width: 25%;
          height: 140px;
          background-position: center center;
          background-size: cover;
          border: 2px solid transparent;
          cursor: pointer; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .main-content-wrapper .single-product-area .single_product_thumb .carousel-indicators li {
              height: 80px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .main-content-wrapper .single-product-area .single_product_thumb .carousel-indicators li {
              height: 80px; } }
          @media only screen and (max-width: 767px) {
            .main-content-wrapper .single-product-area .single_product_thumb .carousel-indicators li {
              height: 70px; } }
          .main-content-wrapper .single-product-area .single_product_thumb .carousel-indicators li.active {
            border: 2px solid #ef9da6; }
      .main-content-wrapper .single-product-area .single_product_thumb .carousel-item a {
        cursor: zoom-in; }
    .main-content-wrapper .single-product-area .single_product_desc {
      position: relative;
      z-index: 1; }
      .main-content-wrapper .single-product-area .single_product_desc .product-meta-data .line {
        width: 80px;
        height: 1px;
        background-color: #ef9da6;
        margin-bottom: 15px;
        display: block; }
      .main-content-wrapper .single-product-area .single_product_desc .product-meta-data .product-price {
        font-size: 24px;
        font-weight: 400;
        color: #ef9da6;
        line-height: 1;
        margin-bottom: 10px; }
      .main-content-wrapper .single-product-area .single_product_desc .product-meta-data a {
        display: block; }
        .main-content-wrapper .single-product-area .single_product_desc .product-meta-data a h6 {
          font-size: 30px;
          margin-bottom: 5px; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .main-content-wrapper .single-product-area .single_product_desc .product-meta-data a h6 {
              font-size: 20px; } }
      .main-content-wrapper .single-product-area .single_product_desc .product-meta-data .ratings-review .ratings i {
        font-size: 10px;
        color: #ef9da6; }
      .main-content-wrapper .single-product-area .single_product_desc .product-meta-data .ratings-review .review a {
        display: inline-block;
        color: #6b6b6b;
        font-size: 14px; }
      .main-content-wrapper .single-product-area .single_product_desc .product-meta-data .avaibility {
        margin-bottom: 0;
        font-size: 12px;
        color: #6b6b6b;
        line-height: 1; }
        .main-content-wrapper .single-product-area .single_product_desc .product-meta-data .avaibility i {
          color: #20d34a;
          font-size: 12px; }
      .main-content-wrapper .single-product-area .single_product_desc .short_overview p {
        line-height: 2.1;
        color: #6b6b6b; }
      .main-content-wrapper .single-product-area .single_product_desc .cart p {
        margin-bottom: 0;
        line-height: 40px;
        height: 40px;
        padding: 0 15px;
        background-color: #f7f7f7; }
      .main-content-wrapper .single-product-area .single_product_desc .cart .quantity {
        position: relative;
        z-index: 1; }
        .main-content-wrapper .single-product-area .single_product_desc .cart .quantity input {
          text-align: center;
          background-color: #f7f7f7;
          height: 40px;
          width: 100px;
          border: none;
          -moz-appearance: textfield;
          -webkit-appearance: textfield;
          appearance: textfield;
          color: #959595; }
        .main-content-wrapper .single-product-area .single_product_desc .cart .quantity .qty-plus {
          position: absolute;
          right: 0;
          top: 0;
          line-height: 30px;
          width: 30px;
          text-align: center;
          height: 20px;
          cursor: pointer;
          color: #959595; }
        .main-content-wrapper .single-product-area .single_product_desc .cart .quantity .qty-minus {
          position: absolute;
          top: 21px;
          right: 0;
          line-height: 1;
          width: 30px;
          height: 25px;
          text-align: center;
          cursor: pointer;
          color: #959595; }
      .main-content-wrapper .single-product-area .single_product_desc .cart .cylooks-btn {
        width: 310px;
        height: 80px;
        line-height: 80px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .main-content-wrapper .single-product-area .single_product_desc .cart .cylooks-btn {
            width: 250px; } }
        @media only screen and (max-width: 767px) {
          .main-content-wrapper .single-product-area .single_product_desc .cart .cylooks-btn {
            width: 260px; } }

.search-wrapper-on .search-wrapper {
  top: 0; }
.search-wrapper-on .main-content-wrapper {
  margin-top: 260px; }

.single-products-catagory {
  position: relative;
  z-index: 1;
  width: 25%;
  background-color:#f7f7f7;
  line-height:280%;
  top: 0; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-products-catagory {
      width: 50%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-products-catagory {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .single-products-catagory {
      width: 100%; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-products-catagory {
      width: 50%; } }
  .single-products-catagory a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10; }
    .single-products-catagory a::after {
      -webkit-transition-duration: 250ms;
      transition-duration: 250ms;
      position: absolute;
      width: 100%;
      height: 100%;
	  line-height:280%;
      top: 0;
      left: 0;
      content: '';
      background-color: rgba(60, 60, 60, 0.7);
      z-index: 1;
      opacity: 0;
      visibility: visible; }
    .single-products-catagory .tel {
	  padding:0 0 5px 0;
	  color:#ef9da6;
	  font-weight:bold;
      width: 100%; }
    .single-products-catagory .title {
	  padding:0 0 5px 0;
	  color:#000;
	  font-weight:400;
      width: 100%; }
    .single-products-catagory .add {
	  font-weight:normal;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; 
	  }

    .single-products-catagory a img {
      width: 100%; }
  .single-products-catagory .hover-content {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 10; }
    @media only screen and (max-width: 767px) {
      .single-products-catagory .hover-content {
        top: 30px;
        left: 30px; } }
    .single-products-catagory .hover-content .line {
      width: 80px;
      height: 1px;
      background-color: #ef9da6;
      display: block;
      margin-bottom: 15px; }
    .single-products-catagory .hover-content p {
      font-size: 16px;
      color: #6d6d6d;
      line-height: 1;
      margin-bottom: 5px;
      -webkit-transition-duration: 250ms;
      transition-duration: 250ms; }
    .single-products-catagory .hover-content h4 {
      margin-bottom: 0;
      -webkit-transition-duration: 250ms;
      transition-duration: 250ms; }
    .single-products-catagory .hover-content h6 {
      margin-bottom: 0;
      -webkit-transition-duration: 250ms;
      transition-duration: 250ms; }
  .single-products-catagory:hover a::after, .single-products-catagory:focus a::after {
    opacity: 1;
    visibility: visible; }
  .single-products-catagory:hover .hover-content p,
  .single-products-catagory:hover .hover-content h4, .single-products-catagory:focus .hover-content p,
  .single-products-catagory:focus .hover-content h4 {
    color: #fff; }
  .single-products-catagory:hover .hover-content h6, .single-products-catagory:focus .hover-content p,
  .single-products-catagory:focus .hover-content h6 {
    color: #fff; }

.cylooks-content-main {position: relative;z-index: 1;width: 100%; }
.cylooks-content-main .title{padding:60px 0 20px 0;color:#000;}
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cylooks-content-main {
      width: 50%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .cylooks-content-main {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .cylooks-content-main {
      width: 100%; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
 .cylooks-content-main {width: 50%; } }
 .cylooks-content-main a {display: block;width: 100%;height: 100%;position: relative;z-index: 10; }

.cylooks-review-main {z-index: 999999;width: 100%; }
.cylooks-review-main .title{padding:30px 0 20px 0;color:#000;}
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cylooks-review-main {
      width: 50%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .cylooks-review-main {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .cylooks-review-main {
      width: 100%; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
 .cylooks-review-main {width: 50%; } }
 .cylooks-review-main a {width: 100%;height: 100%;}

.cylooks-content-space {position: relative;z-index: 1;width: 100%; }
.cylooks-content-space .title{margin:0px 0 20px 0;color:#000;}

.cylooks-con-txta {position:relative;z-index:1;width:100%;padding:0;color:#000;font-size:14px;font-weight:normal;background-color: #ffffff;}
.cylooks-con-txtb {position:relative;z-index:1;width:100%;margin:-20px 0 0 0;padding:0;color:#000;font-size:14px;font-weight:normal;background-color: #fff;}
.cylooks-con-morea {position:relative;z-index:1;width:100%;padding:0;color:#ef9da6;font-size:18px;;font-weight:bold;text-align:center;background-color: #f7f7f7;}
.cylooks-con-title_home {font-size:18px;;font-weight:bold;}
.cylooks-con-morea {position:relative;z-index:1;width:100%;padding:0;color:#ef9da6;font-size:18px;;font-weight:bold;text-align:center;background-color: #f7f7f7;}
.cylooks-con-spacea {position:relative;z-index:1;width:100%;padding:22px 0 0 0;color:#ffffff;font-size:0;;font-weight:bold;text-align:center;background-color: #ffffff;}




  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cylooks-content-txt {
      width: 50%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .cylooks-content-txt {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .cylooks-content-txt {
      width: 100%; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
 .cylooks-content-txt {width: 50%; } }
 .cylooks-content-txt a {display: block;width: 100%;height: 100%;position: relative;z-index: 10; }


/* :: 6.0 Newsletter Area CSS */
.newcont-area {
  position: relative;
  z-index: 1;
  background-color: #f7f7f7; 
  margin:0 30px 30px 30px;
  }
  .newcont-area .newscon-text {
    position: relative;
    z-index: 1; }
    .newcont-area .newscon-text h2 {
      font-size: 36px;
      margin-bottom: 10px;
      color: #000; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .newcont-area .newscon-text h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .newcont-area .newscon-text h2 {
          font-size: 30px; } }
      .newcont-area .newscon-text h2 span {
        color: #ef9da6; }
    .newcont-area .newscon-text p {
      color: #b3b1b1;
      margin-bottom: 0; }

  .newcont-area .newscon-total {
    position: relative;
    z-index: 1; 
    width: 100%;
    height: 100%;
    color: #ef9da6;
    text-align:center;
	}


  .newcont-area .newsletter-form form {
    position: relative;
    z-index: 1; }
    .newcont-area .newsletter-form form input[type="email"] {
      width: 100%;
      height: 50px;
      background-color: #fff;
      color: #afafaf;
      font-size: 14px;
      font-style: italic;
      border: none;
      padding: 0 30px; }
    .newcont-area .newsletter-form form input[type="submit"] {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      height: 50px;
      background-color: #ef9da6;
      color: #fff;
      font-size: 14px;
      padding: 0 30px;
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 10;
      border: none; }
      .newcont-area .newsletter-form form input[type="submit"]:hover, .newcont-area .newsletter-form form input[type="submit"]:focus {
        background-color: #ef9da6;
        color: #fff; }

/* :: 7.0 Popular Products Area CSS */
.single-product-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #ffffff; }
  .single-product-wrapper .product-img {
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .single-product-wrapper .product-img img {
      width: 100%;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
    .single-product-wrapper .product-img .hover-img {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 10;
      opacity: 0;
      visibility: hidden; }
  .single-product-wrapper .product-description {
    position: relative;
    z-index: 1;
    margin-top: 25px; }
    .single-product-wrapper .product-description .product-meta-data .line {
      width: 80px;
      height: 1px;
      background-color: #ef9da6;
      margin-bottom: 15px;
      display: block; }
    .single-product-wrapper .product-description .product-meta-data .product-tel {
      line-height: 1;
      color: #ef9da6;
      font-size: 16px;
	  font-weight:bold;
      margin-bottom: 10px; }
    .single-product-wrapper .product-description .product-meta-data .product-add {
      line-height: 1;
      color: #333;
      font-size: 14px;
	  font-weight:normal;
	  line-height:150%;
      margin-bottom: 10px; }

    .single-product-wrapper .product-description .product-meta-data a {
      display: block; }
      .single-product-wrapper .product-description .product-meta-data a h6 {
        margin-bottom: 0; }
    .single-product-wrapper .product-description .ratings-cart .ratings i {
      font-size: 10px;
      color: #ef9da6; }
    .single-product-wrapper .product-description .ratings-cart .cart {
      display: block; }
  .single-product-wrapper:hover .product-img .hover-img {
    opacity: 1;
    visibility: visible; }
  .single-product-wrapper:hover .product-img .product-favourite a {
    opacity: 1;
    visibility: visible; }

.single-text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  overflow: hidden;
  background-color: #f7f7f7; }
  .single-text-wrapper .product-img {
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .single-text-wrapper .product-img img {
      width: 100%;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
    .single-text-wrapper .product-img .hover-img {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 10;
      opacity: 0;
      visibility: hidden; }
  .single-text-wrapper .product-description {
    position: relative;
    z-index: 1;
    margin-top: 25px; }
    .single-text-wrapper .product-description .product-meta-data .line {
      width: 80px;
      height: 1px;
      background-color: #ef9da6;
      margin-bottom: 15px;
      display: block; }
    .single-text-wrapper .product-description .product-meta-data .product-tel {
      line-height: 1;
      color: #ef9da6;
      font-size: 16px;
	  font-weight:bold;
      margin-bottom: 10px; }
    .single-text-wrapper .product-description .product-meta-data .product-add {
	  display:block;
      line-height: 1;
      color: #333;
      font-size: 14px;
	  font-weight:normal;
	  line-height:150%;
	  margin-top: 10px;
	  text-overflow: ellipsis;  
	  overflow: hidden;
	  white-space: nowrap;
      margin-bottom: 10px; }

    .single-text-wrapper .product-description .product-meta-data a {
      display: block; }
      .single-text-wrapper .product-description .product-meta-data a h6 {
        margin-bottom: 0; }
    .single-text-wrapper .product-description .ratings-cart .ratings i {
      font-size: 10px;
      color: #ef9da6; }
    .single-text-wrapper .product-description .ratings-cart .cart {
      display: block; }
  .single-text-wrapper:hover .product-img .hover-img {
    opacity: 1;
    visibility: visible; }
  .single-text-wrapper:hover .product-img .product-favourite a {
    opacity: 1;
    visibility: visible; }

.pagination {
  position: relative;
  float:left;
  z-index: 1; }
  .pagination .page-item .page-link {
    margin:0 1px 0 0;
    width: 40px;
    height: 40px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    padding: 0;
    text-align: center;
	background-color: #222222;
    color: #fff; }
    .pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
      color: #fff;
      box-shadow: none;
      background-color: #d94a04; }
  .pagination .page-item.active .page-link {
    color: #fff;
	background-color: #d94a04;
    box-shadow: none; }
  .pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .pagination .page-item:last-child .page-link {
    margin-left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

/* :: 8.0 Footer Area CSS */
.footer_area {
  position: relative;
  z-index: 1;
  background-color: #222222;
  padding: 80px 0; 
  margin:0 30px 0 30px;
  }

.footer_logo {margin:0;padding:10px 0 0 0;margin:0;color:#fff;font-size:14px;font-weight:bold;line-height:210%;background-color: #222222;}
.footer_logo:after {display:block;visibility:hidden;clear:both;content:""}

.footer_suba {padding:0 0 10px 0;margin:0;color:#fff;font-size:14px;font-weight:bold;line-height:210%;background-color: #222222;}
.footer_suba:after {display:block;visibility:hidden;clear:both;content:""}
.footer_suba .title {font-size:14px}
.footer_suba .title a {display:inline-block;padding:0 5px;color:#fff;line-height:22px}
.footer_suba .title a:focus, .footer_suba .title a:hover {color:#fff;text-decoration:none;background:#ef9da6}
.footer_suba ul {width:100%;margin:0;text-align:left;}
.footer_suba li {float:left;border-left:0px solid #EBECEC;margin-bottom:0;font-size:14px}
.footer_suba a {display:inline-block;padding:0 10px;color:#fff;line-height:22px}
.footer_suba a:focus, #cyft_tta a:hover {color:#fff;text-decoration:none;background:#ef9da6}

.footer_subb {padding:0;margin:0;color:#fff;font-size:14px;font-weight:bold;line-height:210%;background-color: #222222;}
.footer_subb:after {display:block;visibility:hidden;clear:both;content:""}
.footer_subb ul {width:100%;margin:0;text-align:left;}
.footer_subb .title {font-size:14px}
.footer_subb .title a {display:inline-block;padding:0 5px;color:#fff;line-height:22px}
.footer_subb .title a:focus, .footer_suba .title a:hover {color:#fff;text-decoration:none;background:#ef9da6}
.footer_subb li {float:left;border-left:0px solid #EBECEC;margin-bottom:0;font-size:14px}
.footer_subb a {display:inline-block;padding:0 10px;color:#fff;line-height:22px}
.footer_subb a:focus, #cyft_tta a:hover {color:#fff;text-decoration:none;background:#ef9da6}

.footer_copy {padding:30px 10px 0;margin:0;color:#fff;font-size:14px;font-weight:normal;line-height:210%;background-color: #222222;}
.footer_copy:after {display:block;visibility:hidden;clear:both;content:""}
.footer_copy ul {width:100%;margin:0;text-align:left;}
.footer_copy .title {font-size:14px}
.footer_copy .title a {display:inline-block;padding:0;color:#fff;line-height:22px}
.footer_copy .title a:focus, .footer_suba .title a:hover {color:#fff;text-decoration:none;background:#ef9da6}
.footer_copy li {float:left;border-left:0px solid #EBECEC;margin-bottom:0;font-size:14px}
.footer_copy a {display:inline-block;padding:0;color:#fff;line-height:22px}
.footer_copy a:focus, #cyft_tta a:hover {color:#fff;text-decoration:none;background:#ef9da6}

.footer_subc {padding:10px 0 0 0;background-color: #222222;}

/* :: 9.0 Product Sidebar Area CSS */
.widget {
  position: relative;
  z-index: 1; }
  .widget .widget-title {
    font-size: 16px;
	font-weight:bold;
    text-transform: capitalize;
    color: #000; }
  .widget .catagories-menu li a {
    text-transform: capitalize;
    font-size: 14px;
	font-weight:bold;
    padding: 10px 0 0 0;
    display: block;
    font-weight: 400;
    color: #000; }
    .widget .catagories-menu li a:hover, .widget .catagories-menu li a:focus {
      color: #d94a04; }
  .widget .catagories-menu li.active a {
    color: #d94a04; }
  .widget.price .slider-range-price {
    background-color: #c7d2d8 !important;
    height: 2px;
    border: none; }
  .widget.price .ui-slider-handle {
    background-color: #fff;
    top: -7px;
    width: 18px;
    height: 18px;
    margin: 0;
    border: 2px solid #ef9da6;
    border-radius: 50%; }
  .widget.price .ui-slider-range.ui-corner-all.ui-widget-header {
    background-color: #ef9da6; }
  .widget.price .ui-slider-horizontal {
    height: 2px;
    background-color: #ef9da6; }
  .widget.price .range-price {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    text-transform: uppercase;
    color: #959595; }
  .widget.color .widget-desc ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .widget.color .widget-desc ul li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      width: 25%;
      margin-bottom: 10px; }
      .widget.color .widget-desc ul li a {
        width: 30px;
        height: 30px;
        display: block;
        border-radius: 50%;
        background-color: #ffffff;
        position: relative;
        z-index: 1;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
        .widget.color .widget-desc ul li a.color1 {
          background-color: #ffffff; }
        .widget.color .widget-desc ul li a.color2 {
          background-color: #969696; }
        .widget.color .widget-desc ul li a.color3 {
          background-color: #030303; }
        .widget.color .widget-desc ul li a.color4 {
          background-color: #0315ff; }
        .widget.color .widget-desc ul li a.color5 {
          background-color: #dc0647; }
        .widget.color .widget-desc ul li a.color6 {
          background-color: #fff56a; }
        .widget.color .widget-desc ul li a.color7 {
          background-color: #f26e51; }
        .widget.color .widget-desc ul li a.color8 {
          background-color: #9a8777; }
  .widget.brands .form-check {
    margin-bottom: 10px; }
    .widget.brands .form-check label {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      font-size: 16px;
      color: #959595;
      font-weight: 400;
      cursor: pointer; }
      .widget.brands .form-check label:hover {
        color: #ef9da6; }
    .widget.brands .form-check:last-child {
      margin-bottom: 0; }

.product-topbar {
  position: relative;
  z-index: 100;
  margin-bottom: 40px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-topbar .total-products {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-topbar .total-products {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .product-topbar .total-products {
      margin-bottom: 30px; } }
  .product-topbar .total-products p {
    margin-bottom: 15px;
    font-size: 14px;
    color: #323232;
    text-transform: uppercase; }
  .product-topbar .total-products .view a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    background-color: #131212;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 44px; }
    .product-topbar .total-products .view a:first-child {
      background-color: #ef9da6; }
  .product-topbar .product-sorting p {
    margin-bottom: 0;
    font-size: 14px;
    height: 40px;
    background-color: #f7f7f7;
    line-height: 40px;
    color: #959595;
    padding-left: 15px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .product-topbar .product-sorting p {
        font-size: 12px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .product-topbar .product-sorting p {
        font-size: 12px; } }
    @media only screen and (max-width: 767px) {
      .product-topbar .product-sorting p {
        font-size: 12px; } }
  .product-topbar .product-sorting form select {
    background-color: #f7f7f7;
    border: none;
    height: 40px;
    min-width: 80px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .product-topbar .product-sorting form select {
        min-width: 60px; } }
    .product-topbar .product-sorting form select option {
      font-size: 12px;
      font-weight: 400;
      color: #323232;
      text-transform: uppercase;
      background-color: #f7f7f7; }
  .product-topbar .nice-select {
    border: none;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    padding-left: 0;
    line-height: 40px;
    margin: 0;
    background-color: #f7f7f7;
    border-radius: 0;
    text-align: center !important;
    min-width: 100px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .product-topbar .nice-select {
        min-width: 60px;
        font-size: 12px; } }
    @media only screen and (max-width: 767px) {
      .product-topbar .nice-select {
        min-width: 60px;
        font-size: 12px; } }
    .product-topbar .nice-select .list {
      background-color: #f7f7f7;
      border-radius: 0;
      border: none; }
      .product-topbar .nice-select .list .option.selected {
        color: #ef9da6; }

/* :: 10.0 Checkout Area CSS */
.checkout_details_area form .form-control {
  height: 60px;
  border: none;
  border-radius: 0;
  background-color: #f7f7f7;
  padding: 30px;
  color: #6b6b6b;
  font-size: 14px; }
.checkout_details_area form textarea.form-control {
  height: 210px; }
.checkout_details_area form .custom-control label {
  font-size: 14px;
  color: #6b6b6b; }
.checkout_details_area form .nice-select {
  border-radius: 0;
  height: 60px;
  line-height: 60px;
  background-color: #f7f7f7;
  border: none;
  color: #6b6b6b;
  font-size: 14px; }
  .checkout_details_area form .nice-select .list {
    width: 100%;
    border-radius: 0;
    background-color: #f7f7f7; }

/* ##### The End ##### */

/*# sourceMappingURL=core-style.css.map */
.sidebar-text-topa {
  color: #222222;
  padding:5px 10px;
  font-size: 14px !important;
  background-color: #f7f7f7;
  font-weight: normal; }
.sidebar-text-topa.active, .sidebar-text-topa:hover, .sidebar-text-topa:focus {
    padding:5px 10px;
    font-size: 14px;
    color: #ffffff;
    background-color: #ef9da6; }

.sidebar-text-topb {
  color: #fff;
  padding:5px 10px;
  font-size: 14px !important;
  background-color: #ef9da6;
  font-weight: normal; }
.sidebar-text-topb.active, .sidebar-text-topb:hover, .sidebar-text-topb:focus {
    padding:5px 10px;
    font-size: 14px;
    color: #ffffff;
    background-color: #222222; }




#page-content-wrapper-top {}
#wrapper.toggled #sidebar-wrapper-top {margin-left: 0;}
@media (min-width: 450px) {
#sidebar-wrapper-top{margin-left: 0;}
#page-content-wrapper-top {min-width: 0;width: 100%;}
#wrapper.toggled #sidebar-wrapper-top {margin-left: -15rem;}
}