/*-------------------
Dark Layout theme
---------------------*/
/*-----------------------------------------------------------------------------------

    Template Name:Mega Cart
    Description: Megamart | The Online Mega store
    Author: Pixelstrap
    Author URI: https://themeforest.net/user/pixelstrap

-----------------------------------------------------------------------------------*/
/*=====================
    01.General CSS start
==========================*/
@font-face {
  font-family: MyriadPro;
  src: url(../fonts/MyriadPro-Bold.otf); }

html {
  scroll-behavior: smooth; }

body {
  font-family: "Open Sans", sans-serif, "Raleway", sans-serif, "PT Sans", sans-serif, "Arizonia", cursive, "Heebo", sans-serif;
  position: relative;
  background: #ffffff;
  font-size: 14px; }
  body.minimal-layout {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    color: #000000; }
    body.minimal-layout h1,
    body.minimal-layout h2, body.minimal-layout +
h3,
    body.minimal-layout h4,
    body.minimal-layout h5,
    body.minimal-layout h6,
    body.minimal-layout p,
    body.minimal-layout a {
      font-family: "Poppins", sans-serif !important; }
    body.minimal-layout .title {
      font-weight: 500; }

.bg-image {
  background-image: url(../images/electronics2/home-one-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat; }

@media (min-width: 1366px) {
  .box-layout .container {
    max-width: 1330px;
    margin: 0 auto; } }

.bg-body-white {
  background: #ffffff; }

.direction-ltr {
  direction: ltr; }

.direction-rtl {
  direction: rtl; }

h1 {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px; }
  h1 span {
    font-size: 107px;
    font-weight: 700;
    color: #444; }

h2 {
  font-size: 36px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1; }

h3 {
  font-size: 24px;
  font-weight: 400;
  color: #777777;
  letter-spacing: 0.03em; }

h4 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0.03em; }

h5 {
  font-size: 18px;
  color: #444444;
  font-weight: 400;
  padding-bottom: 10px;
  font-family: "Heebo", sans-serif; }

h6 {
  font-size: 14px;
  font-weight: 400;
  color: #777777; }

ul {
  padding-left: 0;
  margin-bottom: 0; }

li {
  display: inline-block; }

p {
  font-size: 14px;
  color: #777777; }

a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; }
  a:hover {
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease; }
  a:focus {
    outline: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 28px; }

.product-box-title {
  font-size: 18px;
  color: #444444;
  font-weight: 400;
  padding-bottom: 10px; }

button:focus,
.btn:focus {
  outline: none;
  border-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset; }

.form-control:focus {
  border-color: #ddd; }

.btn-theme {
  background: #5b5b5b;
  color: #fff;
  padding: 10px 25px;
  border: 1px solid #5b5b5b;
  text-transform: uppercase;
  border-radius: 3px;
  letter-spacing: 1px; }
  .btn-theme.theme-color {
    background: #ff5c00;
    border: 1px solid #ff5c00; }
  .btn-theme:hover {
    background-color: transparent;
    border: 1px solid #444;
    color: #444; }

.btn-theme-outline {
  background: transparent;
  color: #ff5c00;
  padding: 10px 15px;
  border: 1px solid #ff5c00;
  text-transform: capitalize;
  border-radius: 0; }
  .btn-theme-outline:hover {
    border: 1px solid #444;
    color: #444; }

.theme-btn-sm {
  padding: 7px 20px;
  text-transform: capitalize; }

.badge-theme {
  padding: 7px;
  font-size: 13px;
  color: #ffffff;
  background-color: #ff5c00; }

/*=====================
    02.Loader
==========================*/
.title-inner1 {
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative; }
  .title-inner1:after {
    position: absolute;
    height: 5px;
    width: 70px;
    background-color: #ff5c00;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0; }

.add_cart_btm_popup {
  position: fixed;
  right: 0px;
  top: 458px;
  width: 45px;
  height: 35px;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 18px;
  text-decoration: none;
  background-color: #444;
  border: 1px solid #ffffff; }
  .add_cart_btm_popup .fixed_cart i {
    color: #ffffff; }

#loader-wrapper {
  height: 100vh;
  width: 100vw;
  background-color: white;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: 1031;
  top: 0; }

.load-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh; }

.loader__dot {
  -webkit-animation: bounce-fade 1s infinite ease-in-out;
          animation: bounce-fade 1s infinite ease-in-out;
  border-radius: 8px;
  background: #ff5c00;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 2px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1; }
  .loader__dot:nth-child(1) {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s; }
  .loader__dot:nth-child(2) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }
  .loader__dot:nth-child(3) {
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s; }

@-webkit-keyframes bounce-fade {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  30% {
    opacity: 0.6; }
  80% {
    opacity: 0.4;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  90% {
    opacity: 0.2;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }

@keyframes bounce-fade {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  30% {
    opacity: 0.6; }
  80% {
    opacity: 0.4;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  90% {
    opacity: 0.2;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }

/*=====================
    03. Tap to Top
==========================*/
.tap-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 99;
  color: white;
  text-align: center;
  background: #ff5c00;
  border-radius: 100%;
  font-size: 22px;
  cursor: pointer;
  line-height: 2.2;
  display: none;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset; }

section, .section-t-space {
  margin-top: 50px; }
  section.top-space-20, .section-t-space.top-space-20 {
    margin-top: 20px; }

.t-space-30 {
  margin-top: 30px; }

.section-b-space {
  margin-bottom: 50px; }

.text-black {
  color: #000 !important; }

.small-section {
  padding-top: 30px;
  padding-bottom: 30px; }

.j-unset {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset; }

.border-section {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.border-gray {
  border: 1px solid #ddd; }

.b-radius-5 {
  border-radius: 5px; }

.mtb-30 {
  margin: 50px 0; }

.padding-tb-50 {
  padding: 40px 0; }

.padding-tb-40 {
  padding: 40px 0; }

.padding-tb-30 {
  padding: 30px 0; }

.b-top {
  background-position: top !important; }

.b-bottom {
  background-position: bottom !important; }

.b-center {
  background-position: center !important; }

.b_size_content {
  background-size: contain !important;
  background-repeat: no-repeat; }

img.lazy {
  display: none; }

.color-selector li,
.color-variant li {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 5px;
  cursor: pointer;
  border: 1px solid #dddddd; }

.store, .coming-soon, .jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.store, .coming-soon,
.d-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }

.theme-form-one input, .theme-form-two input, .slider-nav .slick-slide > div,
.rtl-slider-nav .slick-slide > div,
.slider-right-nav .slick-slide > div,
.rtl-slider-right-nav .slick-slide > div, .searchbar input,
.border-theme {
  border: 1px solid #ddd; }

.border-theme-orange {
  border: 1px solid #ff5c00; }


.b-bottom {
  border-bottom: 1px solid #ddd; }

.follow-us .social-link, .follow-us .social-link:hover, .service-two .service-classic h4, .service-two .service-classic:hover h4, .service-two .service-classic:hover i, .category a.cat-name, .category a.cat-name:hover, .category a.view-more, .category a.view-more:hover, .category-two .media img, .category-two .media img:hover, .category-two .media a.cat-name, .category-two .media a.cat-name:hover, .product-box:hover .cart-info, .product-box:hover .cart-info button:hover i, .product-box:hover .cart-info a:hover i, .product-box:hover .cart-info-three, .product-box:hover .cart-info-three button:hover i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.collection-banner img, .collection-banner:hover .hovr-img, .product-box .product .cart-info button, .product-box .product .cart-info a, .product-info .prod-slid-img .product-img.active, .product-box.hover-two .cart-info button, .product-box.hover-two .cart-info a, .product-box:hover .cart-info, .product-box:hover .cart-info button:hover i, .product-box:hover .cart-info a:hover i, .product-box.hover-three .cart-info-three button, .product-box.hover-three .cart-info-three a, .product-box:hover .cart-info-three a:hover i {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.top-space-15 {
  padding: 15px 0; }

.transparant {
  background-color: transparent; }

.br-0 {
  border-radius: 0px !important; }

.br-1 {
  border-radius: 1px !important; }

.br-2 {
  border-radius: 2px !important; }

.br-3 {
  border-radius: 3px !important; }

.br-4 {
  border-radius: 4px !important; }

.br-5 {
  border-radius: 5px !important; }

.br-6 {
  border-radius: 6px !important; }

.br-7 {
  border-radius: 7px !important; }

.br-8 {
  border-radius: 8px !important; }

.br-9 {
  border-radius: 9px !important; }

.br-10 {
  border-radius: 10px !important; }

.br-11 {
  border-radius: 11px !important; }

.br-12 {
  border-radius: 12px !important; }

.br-13 {
  border-radius: 13px !important; }

.br-14 {
  border-radius: 14px !important; }

.br-15 {
  border-radius: 15px !important; }

.br-16 {
  border-radius: 16px !important; }

.br-17 {
  border-radius: 17px !important; }

.br-18 {
  border-radius: 18px !important; }

.br-19 {
  border-radius: 19px !important; }

.br-20 {
  border-radius: 20px !important; }

.sticky-top {
  z-index: 99; }

.slick-slide img {
  display: unset; }

.product-m {
  margin: 0 -15px; }
  .product-m .slick-slide > div {
    padding: 0 15px;
    margin-bottom: -2px; }

.searchbar ::-webkit-input-placeholder {
  font-size: 12px;
  color: #aaa;
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

.searchbar ::-moz-placeholder {
  font-size: 12px;
  color: #aaa;
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

.searchbar :-ms-input-placeholder {
  font-size: 12px;
  color: #aaa;
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

.searchbar ::-ms-input-placeholder {
  font-size: 12px;
  color: #aaa;
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

.searchbar ::placeholder {
  font-size: 12px;
  color: #aaa;
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

.theme-form-one ::-webkit-input-placeholder {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #aaaaaa; }

.theme-form-one ::-moz-placeholder {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #aaaaaa; }

.theme-form-one :-ms-input-placeholder {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #aaaaaa; }

.theme-form-one ::-ms-input-placeholder {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #aaaaaa; }

.theme-form-one ::placeholder {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #aaaaaa; }

.theme-form-one {
  margin-top: 20px; }
  .theme-form-one input {
    border-radius: 5px;
    background-color: #ffffff;
    padding: 10px 15px;
    display: inline-block;
    float: left; }
    .theme-form-one input.width-input {
      width: 235px; }
  .theme-form-one ::-webkit-input-placeholder {
    color: #aaa;
    font-family: "Open Sans", sans-serif;
    font-weight: 300; }
  .theme-form-one ::-moz-placeholder {
    color: #aaa;
    font-family: "Open Sans", sans-serif;
    font-weight: 300; }
  .theme-form-one :-ms-input-placeholder {
    color: #aaa;
    font-family: "Open Sans", sans-serif;
    font-weight: 300; }
  .theme-form-one ::-ms-input-placeholder {
    color: #aaa;
    font-family: "Open Sans", sans-serif;
    font-weight: 300; }
  .theme-form-one ::placeholder {
    color: #aaa;
    font-family: "Open Sans", sans-serif;
    font-weight: 300; }

.theme-form-two.right-space {
  margin-right: 35px; }

.theme-form-two .form-group {
  margin-bottom: 0; }

.theme-form-two input {
  border-radius: 0px;
  background-color: #ffffff;
  padding: 10px 15px;
  display: inline-block;
  height: 43px;
  float: left; }
  .theme-form-two input.width-input {
    width: 200px; }

.theme-form-two::-webkit-input-placeholder {
  color: #ddd;
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

.theme-form-two::-moz-placeholder {
  color: #ddd;
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

.theme-form-two:-ms-input-placeholder {
  color: #ddd;
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

.theme-form-two::-ms-input-placeholder {
  color: #ddd;
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

.theme-form-two::placeholder {
  color: #ddd;
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

.theme-form-two button {
  padding: 8px 15px; }

.follow-us .follow-title {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 25px;
  margin-bottom: 0; }

.follow-us .social-link {
  border-radius: 50%;
  background-color: #ffffff;
  width: 34px;
  height: 34px;
  text-align: center;
  margin-right: 10px; }
  .follow-us .social-link:hover {
    background-color: #ff5c00; }
    .follow-us .social-link:hover i {
      color: #ffffff; }

.follow-us a {
  vertical-align: middle; }

.follow-us i {
  color: #444444;
  font-size: 14px;
  vertical-align: -webkit-baseline-middle; }

ul.app-store {
  padding: 0;
  margin: 0; }
  ul.app-store li {
    margin-bottom: 10px; }
    ul.app-store li:last-child {
      margin-bottom: 0px; }

.follow-two {
  background-color: #eee; }
  .follow-two .app-store-img {
    margin-right: 45px; }
    .follow-two .app-store-img a {
      margin-right: 20px; }
      .follow-two .app-store-img a:last-child {
        margin-right: 0px; }
  .follow-two .follow-title {
    color: #777777;
    font-family: "PT Sans", sans-serif; }

.news-three .media {
  text-align: left; }
  .news-three .media img {
    margin-right: 15px; }

.news-three .theme-form-three {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px; }

/*=====================
    04.slick next button 
==========================*/
.no-arrow .slick-next,
.no-arrow .slick-prev {
  display: none !important; }

.theme-arrow .slick-prev, .theme-arrow .slick-next {
  background-color: transparent;
  border-radius: unset;
  border: unset;
  height: 22px;
  width: 20px;
  left: auto;
  top: -35px; }
  .theme-arrow .slick-prev:before, .theme-arrow .slick-next:before {
    font: normal normal normal 30px/1 FontAwesome;
    color: #222222;
    font-size: 22px;
    vertical-align: middle; }

.theme-arrow .slick-prev {
  right: 35px;
  padding-right: 0px; }
  .theme-arrow .slick-prev:before {
    content: "\f104"; }

.theme-arrow .slick-next {
  right: 10px;
  border: none;
  position: absolute; }
  .theme-arrow .slick-next:before {
    content: "\f105"; }

.minimal-layout.arrow-two .slick-prev, .minimal-layout.arrow-two .slick-next, .minimal-layout.theme-arrow .slick-prev, .minimal-layout.theme-arrow .slick-next {
  top: -32px; }

.vert-midd .slick-prev {
  right: 33px; }

/*=====================
    05.title css 
==========================*/
.title {
  color: #444444;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  background-repeat: no-repeat;
  -webkit-text-fill-color: transparent;
  background: -o-linear-gradient(transparent, transparent);
  -webkit-background-clip: text;
  background-image: -webkit-linear-gradient(transparent, transparent), url(../images/1.gif);
  padding-bottom: 5px;
  margin-top: -8px; }

.main-title {
  line-height: 1.1; }

/*=====================
    06. services
==========================*/
.service-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .service-block h4 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: inline-block;
    color: #444444;
    margin-left: 5px;
    font-size: 18px; }
  .service-block .service-space {
    padding: 15px 0 15px 25px; }
    .service-block .service-space p {
      font-family: "Open Sans", sans-serif !important;
      color: #777777;
      font-size: 14px;
      margin-bottom: 6px;
      line-height: 1; }
  .service-block + .service-block {
    border-left: 1px solid #dddddd; }
  .service-block i:before {
    vertical-align: middle;
    font-size: 24px;
    margin-left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 800; }
  .service-block:hover i {
    color: #ff5c00;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .service-block:hover h4 {
    color: #ff5c00;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

/* service type 2 */
.service-two {
  padding: 19px 30px; }
  .service-two .service-classic {
    padding: 33px 0px 33px;
    border-bottom: 1px solid #ddd;
    position: relative; }
    .service-two .service-classic:last-child {
      border-bottom: unset; }
    .service-two .service-classic i:before {
      display: inline-block;
      position: absolute;
      left: 0;
      vertical-align: middle;
      font-size: 24px;
      margin-left: 0;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-weight: 600; }
    .service-two .service-classic h4 {
      font-weight: 600;
      margin: 2px 0;
      display: inline-block;
      padding-left: 40px;
      font-size: 18px;
      font-family: "Heebo", sans-serif;
      color: #444444;
      text-transform: capitalize; }
    .service-two .service-classic:hover h4 {
      color: #ff5c00; }
    .service-two .service-classic:hover i {
      color: #ff5c00; }

/*=====================
    07. Shop by brand
==========================*/
.shop-brand, .shop-brand h4, .shop-brand a {
  font-size: 14px;
  color: #777777;
  text-transform: uppercase;
  display: inline-block; }

.shop-brand {
  width: 100%;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  padding: 22px 0; }
  .shop-brand h4 {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1; }
    .shop-brand h4:after {
      content: ':';
      display: inline-block;
      margin-left: 15px;
      margin-right: 16px; }
  .shop-brand a {
    margin-right: 20px;
    line-height: 1; }
    .shop-brand a:last-child {
      margin-right: 0; }
    .shop-brand a:hover {
      color: #ff5c00; }

/*=====================
    08. Blog
==========================*/
.img-hover .classic-effect {
  position: relative;
  overflow: hidden; }
  .img-hover .classic-effect img {
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    width: 100%;
    vertical-align: bottom; }

.blog-details h4 {
  color: #777777;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase; }

.blog-details p {
  font-size: 16px;
  font-family: "Heebo", sans-serif;
  color: #444444;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 5px; }

.blog-details h6 {
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 0; }

/*=====================
    09.News and app
==========================*/
.news .mobile-app img {
  float: right; }

.news .theme-form-one {
  margin-top: 0; }

.news .media img {
  margin-right: 15px; }

.news .media .media-body p {
  margin-bottom: 10px; }

.subs-title {
  font-size: 18px;
  color: #444444;
  margin: 0;
  padding: 0;
  font-family: "Heebo", sans-serif;
  font-weight: 700; }

.news-two {
  background-image: url(../images/contect_banner.jpg);
  background-size: cover;
  overflow: hidden; }
  .news-two .media-body p {
    line-height: 18px;
    margin-bottom: 0; }
  .news-two .mobile-app {
    margin-top: 55px; }
  .news-two .question-call .media img {
    margin-right: 15px; }
  .news-two .question-call h5 {
    font-size: 18px;
    font-family: "Heebo", sans-serif;
    color: #444444;
    letter-spacing: 0px;
    margin: 0; }
  .news-two .question-call p {
    font-size: 30px;
    font-family: "Heebo", sans-serif;
    color: #ff5c00;
    margin: 0;
    font-weight: 700; }
  .news-two .subscriber {
    background-color: #ff5c00; }

.w-theme-two {
  width: 320px !important; }

.news-three {
  background-color: #444; }
  .news-three button {
    border-radius: unset !important; }
  .news-three .news-subscriber {
    display: inline-block;
    vertical-align: middle; }
    .news-three .news-subscriber p {
      margin-bottom: 0;
      line-height: 1; }

/*=====================
    10.Timer Banner
==========================*/
/* close button */
.top-banner .close-button {
  position: absolute;
  top: 0px;
  left: auto;
  right: 0px;
  margin: 0 auto;
  color: #ffffff;
  background: #444;
  width: 25px;
  height: 25px;
  cursor: pointer;
  line-height: 2.5;
  z-index: 9;
  text-align: center;
  font-size: 10px; }

.timer-banner-two {
  background-image: url(../images/timer/time_banner.jpg);
  padding: 20px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.2); }

.banner-title {
  font-family: "Heebo", sans-serif;
  font-size: 72px;
  color: #ff5c00;
  font-weight: 700;
  display: inline-block;
  margin-top: 20px; }

.banner-offer {
  color: #444;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 0px; }

.fashion-title {
  font-family: "Heebo", sans-serif;
  font-size: 36px;
  color: #444;
  font-weight: 700;
  margin-bottom: 0; }

.timer-text {
  text-align: right; }

.timer-two {
  padding: 10px 15px;
  background-color: #ff5c00;
  display: inline-block;
  font-family: "Heebo", sans-serif;
  font-weight: 700; }
  .timer-two p {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 2px; }
  .timer-two span {
    text-align: center;
    width: auto;
    display: inline-block; }
    .timer-two span .timer-cal {
      color: #777777; }
    .timer-two span .padding-l {
      padding: 0 10px;
      display: inline; }
    .timer-two span:last-child {
      width: unset; }

.banner-timer-one {
  background-color: #444;
  overflow: hidden; }

.timr-two-space {
  padding: 25px 0 25px 25px; }

.time-two-cat {
  background: #ff5c00;
  padding-top: 20px;
  padding-bottom: 20px; }
  .time-two-cat:before {
    content: '';
    position: absolute;
    width: 0;
    left: -30px;
    top: 1px;
    border-top: 67px solid transparent;
    border-right: 30px solid #ff5c00;
    border-bottom: 56px solid transparent; }

.timr-one-tlte {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  margin-top: 7px; }

.timr-one-main-tlte {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 1; }
  .timr-one-main-tlte span {
    font-weight: 700; }

.cat-title {
  font-size: 14px;
  font-weight: 400;
  font-family: "Heebo", sans-serif;
  color: #ffffff;
  margin: 10px 0; }

.cat-title-name {
  font-size: 24px;
  font-weight: 400;
  font-family: "Heebo", sans-serif;
  color: #ffffff;
  margin-bottom: 0; }

.cosmetic-title {
  font-family: "Arizonia", cursive;
  font-size: 64px;
  font-weight: 100;
  color: #444;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-left: 20px; }

.banner-three-title {
  font-size: 14px;
  color: #444444;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 7px; }

.three-sub-title {
  font-size: 36px;
  font-family: "Open Sans", sans-serif;
  color: #61635c;
  font-weight: bold;
  text-transform: uppercase; }

.timer-one {
  padding: 21px;
  margin-top: 0;
  background-color: #ffffff;
  display: inline-block;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  border-radius: 5px; }
  .timer-one .timer-dots {
    position: relative;
    top: -2px; }
  .timer-one .timer li {
    display: inline-block;
    text-align: center;
    margin-left: 3px;
    margin-right: 3px; }
    .timer-one .timer li .timer {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 24px;
      color: #000000;
      display: inline-block;
      list-style-type: none;
      padding: 4px;
      text-align: center;
      text-transform: capitalize;
      padding-top: 10px; }
    .timer-one .timer li span {
      font-family: "Open Sans", sans-serif;
      font-size: 22px;
      color: #000000;
      display: block;
      font-weight: 400; }

/* timer */
.layout-three {
  background-image: url(../images/top_banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 20px;
  padding-bottom: 20px; }

/*----------------------------------------
 Timer Banner  end
-----------------------------------------*/
/*----------------------------------------
 Add Banner
-----------------------------------------*/
.add-banner-slide {
  margin-top: -60px; }

.sapce-banner {
  background-color: white;
  -webkit-box-shadow: 0 1px 13px 3px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 13px 3px rgba(0, 0, 0, 0.04);
  position: relative;
  padding: 30px; }

.collection-banner {
  position: relative;
  overflow: hidden; }
  .collection-banner.margin-top {
    margin-top: 30px; }
  .collection-banner img {
    width: 100%; }
  .collection-banner.text-white h4,
  .collection-banner.text-white h2 {
    color: #ffffff; }
  .collection-banner.text-black h4,
  .collection-banner.text-black h2 {
    color: #000000; }
  .collection-banner.text-theme-color h2 {
    color: #444; }
  .collection-banner.text-theme-color h4 {
    color: #ff5c00; }
  .collection-banner.p-left .contain-banner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .collection-banner.p-right .contain-banner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .collection-banner.p-center .contain-banner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .collection-banner .contain-banner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 70px;
    padding-right: 70px; }
    .collection-banner .contain-banner > div {
      margin-top: -2px; }
    .collection-banner .contain-banner.banner-layout-3 {
      padding-left: 75px;
      padding-right: 75px; }
      .collection-banner .contain-banner.banner-layout-3 p {
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
        font-weight: bold; }
      .collection-banner .contain-banner.banner-layout-3 h2 {
        font-size: 36px;
        color: #444;
        font-weight: 700;
        margin-top: 20px;
        text-transform: capitalize; }
      .collection-banner .contain-banner.banner-layout-3 h6 {
        font-size: 14px;
        font-family: "Heebo", sans-serif;
        color: #ff5c00;
        font-weight: bold;
        margin-top: 15px; }
    .collection-banner .contain-banner.banner-3 {
      padding-left: 50px;
      padding-right: 50px; }
      .collection-banner .contain-banner.banner-3 h2 {
        font-size: 26px; }
      .collection-banner .contain-banner.banner-3 h4 {
        font-size: 15px;
        margin-bottom: 5px; }
    .collection-banner .contain-banner.banner-4 {
      padding-left: 50px;
      padding-right: 50px; }
      .collection-banner .contain-banner.banner-4 h2 {
        font-size: 22px; }
      .collection-banner .contain-banner.banner-4 h4 {
        margin-bottom: 0;
        font-size: 15px; }
    .collection-banner .contain-banner img {
      margin-bottom: 10px; }
    .collection-banner .contain-banner h4 {
      font-size: 18px;
      font-family: "Open Sans", sans-serif;
      letter-spacing: 1px;
      margin-bottom: 10px;
      line-height: 1;
      margin-top: 4px; }
    .collection-banner .contain-banner h2 {
      font-size: 38px;
      font-weight: 700;
      margin-bottom: 15px;
      text-transform: capitalize;
      margin-bottom: 0;
      line-height: 1; }
    .collection-banner .contain-banner p {
      font-size: 18px;
      font-family: "Heebo", sans-serif;
      margin-top: 10px;
      margin-bottom: 0px;
      line-height: 1; }
      .collection-banner .contain-banner p:first-child {
        margin-top: 0;
        margin-bottom: 0; }
  .collection-banner:hover .hovr-img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

.sm-spce > div:nth-last-child(-n + 3) {
  margin-top: 30px; }

/*----------------------------------------
 Add Banner  end
-----------------------------------------*/
/*----------------------------------------
 Parallex Banner  end
-----------------------------------------*/
.full-banner {
  background: url("../images/offer-baneer.jpg");
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 125px;
  padding-bottom: 125px;
  background-position: bottom; }
  .full-banner.parallax {
    background-attachment: fixed; }
  .full-banner.p-left .banner-contain {
    float: left; }
  .full-banner.p-right .banner-contain {
    float: right; }
  .full-banner.p-center .banner-contain {
    left: 0;
    right: 0;
    margin: 0 auto; }
  .full-banner.img-two {
    background: url("../images/fashion2/parallex.jpg");
    background-attachment: fixed; }
  .full-banner.img-three {
    background: url("../images/fashion3/parallex.jpg");
    background-attachment: fixed;
    background-size: cover; }
  .full-banner.electro-img-one {
    background: url("../images/electronics/parallex.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center; }
  .full-banner.furniture-img-one {
    background: url("../images/furniture/parallex.jpg");
    background-attachment: fixed; }
  .full-banner.parallax-bag {
    background: url("../images/bag/parallex.jpg");
    background-attachment: fixed; }
  .full-banner.flower-img-one {
    background: url("../images/flowers/parallex.jpg");
    background-attachment: fixed;
    background-position: right; }
  .full-banner.spices-img-one {
    background: url("../images/spices/parallex.jpg");
    background-attachment: fixed; }
  .full-banner.multi-cat-two {
    background: url("../images/multi-cat-parallax.jpg");
    background-attachment: fixed; }
  .full-banner .banner-contain .btn-solid,
  .full-banner .banner-contain .btn-outline {
    margin-top: 20px; }
  .full-banner .banner-contain h3 {
    font-size: 72px;
    font-family: "Heebo", sans-serif;
    color: #ff5c00;
    line-height: 1;
    margin-bottom: -8px;
    text-transform: capitalize;
    font-weight: 500; }
  .full-banner .banner-contain h4 {
    font-size: 26px;
    font-family: "Open Sans", sans-serif;
    color: #444;
    line-height: 1.3; }
  .full-banner .banner-contain h5 {
    font-size: 52px;
    font-family: "Heebo", sans-serif;
    color: #444444;
    line-height: 1;
    letter-spacing: 0; }

/*=====================
    11.Category
==========================*/
.category {
  border-radius: 5px;
  background-color: white;
  padding: 30px 15px;
  text-align: center; }
  .category h3 {
    font-size: 18px;
    font-family: "Heebo", sans-serif;
    color: #444444;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 15px; }
  .category a.cat-name {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #777777;
    display: block;
    margin-bottom: 20px; }
    .category a.cat-name:hover {
      color: #ff5c00; }
  .category a.view-more {
    font-size: 14px;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    color: #444; }
    .category a.view-more:hover {
      color: #ff5c00; }
  .category a i {
    color: #ff5c00;
    margin-left: 5px; }

.two-mt-30 .media img {
  margin-right: 10px; }

.two-mt-30 > div:nth-last-child(-n+3) {
  margin-top: 30px; }

.category-two {
  overflow: hidden; }
  .category-two .media {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .category-two .media img {
      -webkit-transform: rotate(0deg) scale(1);
              transform: rotate(0deg) scale(1); }
      .category-two .media img:hover {
        -webkit-transform: rotate(2deg) scale(1.05);
                transform: rotate(2deg) scale(1.05); }
    .category-two .media a.cat-name {
      font-size: 14px;
      font-family: "Open Sans", sans-serif;
      color: #777777;
      display: block;
      margin-bottom: 10px;
      font-weight: 600;
      line-height: 1; }
      .category-two .media a.cat-name:hover {
        color: #ff5c00; }
    .category-two .media a i {
      margin-right: 10px; }
    .category-two .media a:last-child.cat-name {
      margin-bottom: 0; }

/*=====================
    12.instagram
==========================*/
.slick-instagram {
  margin-bottom: -5px; }

.instagram-box {
  position: relative;
  overflow: hidden; }
  .instagram-box img {
    width: 100%; }
  .instagram-box .overlay {
    -webkit-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(25, 46, 91, 0.5);
    top: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: scale(3) rotate(90deg);
            transform: scale(3) rotate(90deg); }
    .instagram-box .overlay i {
      font-size: 60px;
      color: #ffffff; }
  .instagram-box:hover .overlay {
    opacity: 1;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); }

/*=====================
    13.Product
==========================*/
.product-box .product {
  border-radius: 5px;
  text-align: center;
  position: relative;
  padding: 15px; }
  .product-box .product .lable-wrapper .lable1 {
    font-size: 12px;
    font-family: "Heebo", sans-serif;
    color: #444;
    font-weight: bold;
    text-transform: capitalize;
    position: absolute;
    left: 10px;
    top: 10px;
    right: auto;
    z-index: 1; }
  .product-box .product .lable-wrapper .lable2 {
    font-size: 12px;
    font-family: "Heebo";
    color: #444444;
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
    z-index: 1; }
  .product-box .product .cart-info {
    position: absolute;
    top: auto;
    bottom: 5px;
    right: 0;
    opacity: 0;
    left: 0; }
    .product-box .product .cart-info.cart-effect-left {
      left: 0;
      right: unset; }
    .product-box .product .cart-info button {
      background: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      border: none;
      padding: 0;
      display: inline-block;
      cursor: pointer; }
    .product-box .product .cart-info a {
      display: inline-block;
      margin-left: 15px; }
    .product-box .product .cart-info .tran-rot-90 {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .product-box .product .cart-info i {
      color: #777777;
      font-size: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 8px;
      padding-bottom: 8px; }

.product-box:hover h4 {
  color: #ff5c00;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.product-box:hover .cart-info {
  opacity: 1; }
  .product-box:hover .cart-info button {
    -webkit-animation: fadeInUp 300ms ease-in-out;
            animation: fadeInUp 300ms ease-in-out; }
    .product-box:hover .cart-info button:hover i {
      color: #ff5c00; }
  .product-box:hover .cart-info a:nth-child(2) i {
    -webkit-animation: fadeInUp 500ms ease-in-out;
            animation: fadeInUp 500ms ease-in-out; }
  .product-box:hover .cart-info a:nth-child(3) i {
    -webkit-animation: fadeInUp 700ms ease-in-out;
            animation: fadeInUp 700ms ease-in-out; }
  .product-box:hover .cart-info a:nth-child(4) i {
    -webkit-animation: fadeInUp 1000ms ease-in-out;
            animation: fadeInUp 1000ms ease-in-out; }
  .product-box:hover .cart-info a:hover i {
    color: #ff5c00; }

.product-info {
  padding-left: 5px; }
  .product-info .rating {
    margin-top: 15px; }
    .product-info .rating i:nth-child(-n+4) {
      color: #ffc600; }
    .product-info .rating i:last-child {
      color: #dddddd; }
  .product-info h6 {
    line-height: 1;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #444444; }
  .product-info h4 {
    font-size: 16px;
    color: #444;
    font-weight: 700;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    line-height: 1; }
  .product-info .prod-slid-img {
    padding-top: 5px;
    margin-bottom: 2px; }
    .product-info .prod-slid-img .product-img {
      padding: 2px;
      border: 1px solid #ddd;
      border-radius: 50%;
      margin-right: 4px; }
      .product-info .prod-slid-img .product-img.active {
        border: 1px solid #ff5c00; }
    .product-info .prod-slid-img .bg-img {
      background-color: #ddd;
      padding: 4px;
      border: 1px solid #ddd;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      text-align: center; }

.product-timer h4 {
  margin-bottom: 2px; }

.product-timer h6 {
  letter-spacing: 0.06em;
  line-height: 1.4; }

.product-timer .timer-banner {
  margin-top: 20px; }

.tab-content-cls .product-info h4 {
  padding-bottom: 0; }

.product-box.hover-two .label-two {
  position: relative; }
  .product-box.hover-two .label-two .lable1 {
    font-size: 12px;
    font-family: "Heebo", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #ff5c00;
    padding: 2px 7px;
    position: absolute;
    left: 0; }
  .product-box.hover-two .label-two .lable2 {
    font-size: 12px;
    font-family: "Heebo", sans-serif;
    color: #444;
    text-transform: uppercase;
    -webkit-transform: rotate(268deg);
            transform: rotate(268deg);
    position: absolute;
    left: auto;
    right: -5px;
    top: 30px; }

.product-box.hover-two .product {
  padding: 0; }

.product-box.hover-two .cart-info {
  position: absolute;
  top: auto;
  bottom: 5px;
  right: 0;
  opacity: 0;
  left: 0;
  padding: 5px;
  margin: 0 10px;
  background: #192e5b; }
  .product-box.hover-two .cart-info.cart-effect-left {
    left: 0;
    right: unset; }
  .product-box.hover-two .cart-info button {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    padding: 0;
    display: inline-block;
    cursor: pointer; }
  .product-box.hover-two .cart-info a {
    display: inline-block;
    margin-left: 9px; }
  .product-box.hover-two .cart-info .tran-rot-90 {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .product-box.hover-two .cart-info i {
    color: #ffffff;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 8px;
    padding-bottom: 8px; }

.product-box:hover h4 {
  color: #ff5c00; }

.product-box:hover .cart-info {
  opacity: 1; }
  .product-box:hover .cart-info button {
    -webkit-animation: fadeInUp 300ms ease-in-out;
            animation: fadeInUp 300ms ease-in-out; }
    .product-box:hover .cart-info button:hover i {
      color: #ff5c00; }
  .product-box:hover .cart-info a:nth-child(2) i {
    -webkit-animation: fadeInUp 500ms ease-in-out;
            animation: fadeInUp 500ms ease-in-out; }
  .product-box:hover .cart-info a:nth-child(3) i {
    -webkit-animation: fadeInUp 700ms ease-in-out;
            animation: fadeInUp 700ms ease-in-out; }
  .product-box:hover .cart-info a:nth-child(4) i {
    -webkit-animation: fadeInUp 1000ms ease-in-out;
            animation: fadeInUp 1000ms ease-in-out; }
  .product-box:hover .cart-info a:hover i {
    color: #ff5c00; }

.product-box.hover-three .label-three {
  position: relative;
  z-index: 9; }
  .product-box.hover-three .label-three .lable1 .shap {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 50px solid #ff5c00;
    border-right: 50px solid transparent;
    left: 0;
    top: 0; }
  .product-box.hover-three .label-three .lable1 .text {
    font-size: 12px;
    font-family: "Heebo", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 9px;
    left: 4px; }
  .product-box.hover-three .label-three .lable2 {
    font-size: 12px;
    font-family: "Heebo", sans-serif;
    color: #ffffff;
    background-color: #ff5c00;
    margin: 0;
    padding: 3px;
    position: absolute;
    left: auto;
    right: 0; }

.product-box.hover-three .cart-info-three {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  bottom: auto;
  right: 10px;
  opacity: 0;
  left: auto;
  padding: 5px;
  margin: 0; }
  .product-box.hover-three .cart-info-three.cart-effect-left {
    left: 0;
    right: unset; }
  .product-box.hover-three .cart-info-three button {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    padding: 0;
    cursor: pointer; }
  .product-box.hover-three .cart-info-three .tran-rot-90 {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .product-box.hover-three .cart-info-three i {
    padding: 10px 0;
    color: #000000;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.product-box.hover-three .product {
  padding: 0; }
  .product-box.hover-three .product img {
    padding: 15px; }

.product-box:hover h4 {
  color: #ff5c00; }

.product-box:hover .cart-info-three {
  opacity: 1; }
  .product-box:hover .cart-info-three button {
    -webkit-animation: fadeInUp 150ms ease-in-out;
            animation: fadeInUp 150ms ease-in-out; }
    .product-box:hover .cart-info-three button:hover i {
      color: #ff5c00; }
  .product-box:hover .cart-info-three a:nth-child(2) i {
    -webkit-animation: fadeInUp 400ms ease-in-out;
            animation: fadeInUp 400ms ease-in-out; }
  .product-box:hover .cart-info-three a:nth-child(3) i {
    -webkit-animation: fadeInUp 600ms ease-in-out;
            animation: fadeInUp 600ms ease-in-out; }
  .product-box:hover .cart-info-three a:nth-child(4) i {
    -webkit-animation: fadeInUp 900ms ease-in-out;
            animation: fadeInUp 900ms ease-in-out; }
  .product-box:hover .cart-info-three a:hover i {
    color: #ff5c00; }

.product-spce .product-box:last-child {
  padding-top: 20px; }

/*=====================
    14.Tabs
==========================*/
.border-tab {
  display: inline-block;
  width: 1px;
  margin: 0 20px;
  background: #ddd;
  height: 27px;
  margin-bottom: -7px; }

.tabs {
  display: inline-block; }
  .tabs.tab-title {
    padding-bottom: 15px; }
    .tabs.tab-title .current a {
      color: #ff5c00; }
    .tabs.tab-title a {
      font-size: 14px;
      font-family: "Heebo";
      color: #444444;
      margin-right: 30px; }
      .tabs.tab-title a:nth-child a {
        margin-right: 0px; }

/*=====================
    15.add banner with slider
==========================*/
.br-5 .media img {
  border-radius: 5px; }

.add-banner {
  padding: 19px 15px 15px; }
  .add-banner.theme-arrow .slick-next {
    right: -10px; }
  .add-banner.theme-arrow .slick-prev {
    right: 15px; }

.theme-card {
  position: relative; }
  .theme-card h5 {
    margin-bottom: 5px;
    padding-bottom: 8px;
    text-transform: capitalize; }
  .theme-card.card-border {
    border: 1px solid #dddddd; }
    .theme-card.card-border h5 {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 50px; }
    .theme-card.card-border .slick-prev,
    .theme-card.card-border .slick-next {
      top: -45px; }
    .theme-card.card-border .slick-next {
      right: 30px; }
    .theme-card.card-border .slick-prev {
      right: 50px; }
    .theme-card.card-border .offer-slider {
      padding-top: 20px;
      padding-bottom: 20px; }
      .theme-card.card-border .offer-slider img {
        padding: 15px 15px 15px 30px; }
      .theme-card.card-border .offer-slider .media .media-body a h6 {
        margin-right: 25px; }
  .theme-card h5.title-border {
    border-bottom: 1px solid #dddddd; }
  .theme-card .slick-prev,
  .theme-card .slick-next {
    top: -35px; }
    .theme-card .slick-prev:before,
    .theme-card .slick-next:before {
      font: normal normal normal 30px/1 FontAwesome;
      color: #222222; }
  .theme-card .slick-next {
    right: 0; }
    .theme-card .slick-next:before {
      content: "\f105"; }
  .theme-card .slick-prev {
    left: unset;
    right: 25px; }
    .theme-card .slick-prev:before {
      content: "\f104"; }
  .theme-card .offer-slider img {
    height: 106px;
    padding: 5px;
    margin: 9px 10px 9px 0;
    border: 1px solid #ddd; }
  .theme-card .offer-slider .media .media-body .rating {
    margin-top: 0; }
    .theme-card .offer-slider .media .media-body .rating i:nth-child(-n+4) {
      color: #ffc600; }
    .theme-card .offer-slider .media .media-body .rating i:last-child {
      color: #dddddd; }
  .theme-card .offer-slider .media .media-body a h6 {
    line-height: 17px;
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #444444; }
  .theme-card .offer-slider .media .media-body h4 {
    font-weight: 700;
    color: #444;
    font-size: 16px; }
  .theme-card .offer-slider .media:last-child img {
    margin: 9px 10px 0px 0; }
  .theme-card .offer-slider .media:first-child img {
    margin: 0px 10px 9px 0; }

.add-card-bnr {
  padding: 19px 15px 15px; }
  .add-card-bnr.theme-arrow .slick-next, .add-card-bnr.theme-arrow .slick-prev {
    top: -34px; }
    .add-card-bnr.theme-arrow .slick-next:before, .add-card-bnr.theme-arrow .slick-prev:before {
      font-size: 22px; }
  .add-card-bnr.theme-arrow .slick-next {
    right: 0; }
  .add-card-bnr.theme-arrow .slick-prev {
    right: 24px; }

.add-bg-gray {
  background: #eeeeee;
  background-image: url(../images/banner1.jpg);
  padding: 30px 0;
  background-repeat: no-repeat; }
  .add-bg-gray .add-side-caption {
    font-family: "Heebo", sans-serif; }
    .add-bg-gray .add-side-caption h3 {
      color: #f02e4e; }
    .add-bg-gray .add-side-caption h2 {
      color: #11bfff;
      font-weight: bold;
      text-transform: capitalize; }
    .add-bg-gray .add-side-caption h4 {
      color: #777777;
      line-height: 1;
      margin-bottom: 0; }
  .add-bg-gray .media i {
    color: #ff5c00;
    font-size: 64px;
    margin-right: 10px; }
  .add-bg-gray .media .media-body h5 {
    font-size: 24px;
    font-family: "Heebo", sans-serif;
    color: #444;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1;
    padding-bottom: 0;
    margin-top: 10px; }
  .add-bg-gray .media .media-body p {
    line-height: 1;
    margin-top: 6px; }
  .add-bg-gray .free-combo {
    font-size: 40px;
    font-family: "Heebo", sans-serif;
    color: #777777;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0; }
    .add-bg-gray .free-combo span {
      color: #ff5c00;
      font-weight: 500; }

/*=====================
    16.Slider with thumbnail
==========================*/
.slider-nav .slick-slide > div,
.rtl-slider-nav .slick-slide > div,
.slider-right-nav .slick-slide > div,
.rtl-slider-right-nav .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6px 6px 6px 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.slider-nav .slick-slide.slick-current > div,
.rtl-slider-nav .slick-slide.slick-current > div,
.slider-right-nav .slick-slide.slick-current > div,
.rtl-slider-right-nav .slick-slide.slick-current > div {
  border-color: #777777;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.slider-nav .slick-slide.slick-active,
.rtl-slider-nav .slick-slide.slick-active,
.slider-right-nav .slick-slide.slick-active,
.rtl-slider-right-nav .slick-slide.slick-active {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

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

.prod-timer-three {
  padding: 20px 0 17px 0;
  background-color: #f7f7f7;
  display: inline-block;
  font-weight: 400;
  margin: 15px 0; }
  .prod-timer-three .timer-dots {
    position: relative;
    top: -12px;
    font-weight: bold; }
  .prod-timer-three .timer li {
    display: inline-block;
    text-align: center;
    margin: 0 2px; }
    .prod-timer-three .timer li span {
      font-family: "Heebo", sans-serif;
      color: #000000;
      display: block;
      font-size: 16px;
      line-height: 1; }
    .prod-timer-three .timer li .timer {
      font-family: "Open Sans", sans-serif;
      color: #000000;
      display: inline-block;
      font-size: 12px;
      list-style-type: none;
      text-align: center;
      text-transform: capitalize; }

.pro-desc {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #444444;
  line-height: 1.4; }

.pro-price {
  font-size: 16px;
  font-family: "Heebo", sans-serif;
  color: #ff5c00;
  font-weight: bold;
  display: inline-block;
  margin: 10px auto; }

.pro-price-del {
  display: inline-block; }
  .pro-price-del del {
    color: #aaaaaa;
    font-size: 16px;
    font-weight: 400;
    margin-left: 5px; }

.vert-midd > div .slick-slide > div div {
  vertical-align: middle;
  height: 100%; }

/*=====================
    17.Footer
==========================*/
footer .footer-space {
  padding: 50px 0 0; }

footer .section-tb-space {
  padding: 50px 0 0; }

footer .footer-theme {
  margin-bottom: 45px; }
  footer .footer-theme .footer-mobile-title {
    display: none; }

footer .darken-layout p {
  color: #777777; }

footer .darken-layout .sub-title .footer-title.active .according-menu {
  font: normal normal normal 14px/1 FontAwesome; }
  footer .darken-layout .sub-title .footer-title.active .according-menu.before {
    content: "\f068"; }

footer .darken-layout .sub-title h4 {
  color: #ffffff; }

footer .darken-layout .sub-title li a {
  color: #777777; }

footer .darken-layout .sub-title .contact-list i {
  color: #777777; }

footer .darken-layout .sub-title .contact-list li {
  color: #777777; }

footer .darken-layout .footer-social i {
  color: #444444; }

footer p {
  letter-spacing: 0.03em;
  margin-bottom: 0;
  color: #777777;
  font-family: "Raleway", sans-serif; }

.footer-social,
.social-white {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .footer-social li,
  .social-white li {
    display: inline-block;
    padding-right: 35px; }
    .footer-social li:last-child,
    .social-white li:last-child {
      padding-right: 0; }
  .footer-social i,
  .social-white i {
    font-size: 20px;
    color: #000000;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease; }
    .footer-social i:hover,
    .social-white i:hover {
      color: #ff5c00 !important;
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease; }

.social-white li {
  padding-left: 22px;
  padding-right: 22px; }

.footer-theme .footer-logo {
  margin-bottom: 18px; }

.footer-theme .sub-title h4 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px; }

.footer-theme .sub-title .divider-line {
  background-color: #444;
  width: 49px;
  height: 2px; }

.footer-theme .sub-title ul {
  margin-top: 5px; }
  .footer-theme .sub-title ul li {
    position: relative;
    display: inherit;
    padding-top: 13px;
    text-transform: capitalize;
    font-size: 14px;
    color: #777777; }
    .footer-theme .sub-title ul li a {
      position: relative;
      color: #777777;
      font-family: "Open Sans", sans-serif; }
      .footer-theme .sub-title ul li a:before {
        position: absolute;
        top: 20px;
        content: "";
        height: 2px;
        width: 0;
        background-color: #ff5c00;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease; }
    .footer-theme .sub-title ul li:hover a:before {
      width: 100%;
      height: 2px;
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease; }

.footer-theme .sub-title .contact-list img {
  position: absolute;
  left: 0;
  top: 21px; }

.footer-theme .sub-title .contact-list i {
  position: absolute;
  left: 0;
  top: 21px; }

.footer-theme .sub-title .contact-list li {
  position: relative;
  padding-left: 24px;
  line-height: 28px; }
  .footer-theme .sub-title .contact-list li a:hover {
    color: #444;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .footer-theme .sub-title .contact-list li:hover a:before {
    display: none; }
  .footer-theme .sub-title .contact-list li:last-child {
    margin-bottom: 0; }

.payment-card-bottom {
  margin-top: 30px; }
  .payment-card-bottom li {
    padding-left: 15px;
    display: inline-block; }
    .payment-card-bottom li:first-child {
      padding-left: 0; }
    .payment-card-bottom li i {
      font-size: 18px;
      color: #444; }

.social-space-b {
  margin-bottom: 40px;
  margin-top: -5px; }
  .social-space-b .social-line {
    border-top: 1px solid #ddd; }

.sub-footer.theme-light {
  background-color: #eeeeee; }

.sub-footer .footer-end {
  padding: 10px 0; }

.sub-footer p {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #777777;
  text-transform: uppercase; }

.theme-layout {
  background-color: #fff;
  padding: 60px 0; }
  .theme-layout P {
    color: #444; }
  .theme-layout .sub-title h4,
  .theme-layout .footer-title h4 {
    color: #444;
    margin-bottom: 0; }
  .theme-layout .sub-title .divider-line,
  .theme-layout .footer-title .divider-line {
    background-color: #ff5c00; }
  .theme-layout .sub-title ul li,
  .theme-layout .footer-title ul li {
    color: #444; }
    .theme-layout .sub-title ul li a,
    .theme-layout .footer-title ul li a {
      color: #444; }
  .theme-layout .footer-social i {
    color: #444; }
  .theme-layout .social-line {
    border-top: 1px solid #2c3f69; }

/*=====================
    18.Slider
==========================*/
.home-slider .slick-prev,
.home-slider .slick-next {
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: -10px; }
  .home-slider .slick-prev:before,
  .home-slider .slick-next:before {
    font: normal normal normal 14px/1 FontAwesome;
    opacity: 1;
    color: #444;
    background-color: transparent;
    border-radius: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #444; }

.home-slider .slick-next {
  right: 1px; }
  .home-slider .slick-next:before {
    content: "\f105"; }

.home-slider .slick-prev {
  left: 1px;
  z-index: 1; }
  .home-slider .slick-prev:before {
    content: "\f104"; }

.home-slider .home {
  background-repeat: no-repeat;
  height: 58vh;
  background-size: cover;
  background-position: center; }
  .home-slider .home.home1 {
    background-image: url("../images/slider/1.jpg"); }
  .home-slider .home.home2 {
    background-image: url("../images/slider/2.jpg"); }
  .home-slider .home.home3 {
    background-image: url("../images/slider/3.jpg"); }
  .home-slider .home.home4 {
    background-image: url("../images/slider/4.jpg"); }
  .home-slider .home.home5 {
    background-image: url("../images/slider/5.jpg"); }
  .home-slider .home.home6 {
    background-image: url("../images/slider/6.jpg"); }
  .home-slider .home.home7 {
    background-image: url("../images/slider/7.jpg"); }
  .home-slider .home.home8 {
    background-image: url("../images/slider/8.jpg"); }
  .home-slider .home.home9 {
    background-image: url("../images/slider/9.jpg"); }
  .home-slider .home.home10 {
    background-image: url("../images/slider/10.jpg"); }
  .home-slider .home.home11 {
    background-image: url("../images/slider/11.jpg"); }
  .home-slider .home.home12 {
    background-image: url("../images/slider/12.jpg"); }
  .home-slider .home.home13 {
    background-image: url("../images/slider/13.jpg"); }
  .home-slider .home.home14 {
    background-image: url("../images/slider/14.jpg"); }
  .home-slider .home.home15 {
    background-image: url("../images/slider/15.jpg"); }
  .home-slider .home.home16 {
    background-image: url("../images/slider/16.jpg"); }
  .home-slider .home.home17 {
    background-image: url("../images/slider/17.jpg"); }
  .home-slider .home.home18 {
    background-image: url("../images/slider/18.jpg"); }
  .home-slider .home.home19 {
    background-image: url("../images/slider/19.jpg"); }
  .home-slider .home.home20 {
    background-image: url("../images/slider/20.jpg"); }
  .home-slider .home.home21 {
    background-image: url("../images/slider/21.jpg"); }
  .home-slider .home.home22 {
    background-image: url("../images/slider/22.jpg"); }
  .home-slider .home.home23 {
    background-image: url("../images/slider/23.jpg"); }
  .home-slider .home.home24 {
    background-image: url("../images/slider/24.jpg"); }
  .home-slider .home.home25 {
    background-image: url("../images/slider/25.jpg"); }
  .home-slider .home.home26 {
    background-image: url("../images/slider/26.jpg"); }
  .home-slider .home.home27 {
    background-image: url("../images/slider/27.jpg"); }
  .home-slider .home.home28 {
    background-image: url("../images/slider/28.jpg"); }
  .home-slider .home.home29 {
    background-image: url("../images/slider/29.jpg"); }
  .home-slider .home.home30 {
    background-image: url("../images/slider/30.jpg"); }
  .home-slider .home.home31 {
    background-image: url("../images/slider/31.jpg"); }
  .home-slider .home.home32 {
    background-image: url("../images/slider/32.jpg"); }
  .home-slider .home.home33 {
    background-image: url("../images/slider/33.jpg"); }
  .home-slider .home.home34 {
    background-image: url("../images/slider/34.jpg"); }
  .home-slider .home.home35 {
    background-image: url("../images/slider/35.jpg"); }
  .home-slider .home.home36 {
    background-image: url("../images/slider/36.jpg"); }
  .home-slider .home.home37 {
    background-image: url("../images/slider/37.jpg"); }
  .home-slider .home.home38 {
    background-image: url("../images/slider/38.jpg"); }
  .home-slider .home.home39 {
    background-image: url("../images/slider/39.jpg"); }
  .home-slider .home.home40 {
    background-image: url("../images/slider/40.jpg"); }
  .home-slider .home.home41 {
    background-image: url("../images/slider/41.jpg"); }
  .home-slider .home.home42 {
    background-image: url("../images/slider/42.jpg"); }
  .home-slider .home.home43 {
    background-image: url("../images/slider/43.jpg"); }
  .home-slider .home.home44 {
    background-image: url("../images/slider/44.jpg"); }
  .home-slider .home.home45 {
    background-image: url("../images/slider/45.jpg"); }
  .home-slider .home.home46 {
    background-image: url("../images/slider/46.jpg"); }
  .home-slider .home.home47 {
    background-image: url("../images/slider/47.jpg"); }
  .home-slider .home.home48 {
    background-image: url("../images/slider/48.jpg"); }
  .home-slider .home.home49 {
    background-image: url("../images/slider/49.jpg"); }
  .home-slider .home.home50 {
    background-image: url("../images/slider/50.jpg"); }
  .home-slider .home.full-height {
    height: 70vh; }
    .home-slider .home.full-height .slider-contain {
      height: 70vh; }
  .home-slider .home.display {
    height: 81vh; }
    .home-slider .home.display .slider-contain {
      height: 81vh; }

.home-slider .p-left .slider-contain {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.home-slider .p-right .slider-contain {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.home-slider .p-center .slider-contain {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.home-slider .slider-contain {
  width: 100%;
  height: 58vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px; }
  .home-slider .slider-contain > div {
    margin-top: -4px; }
  .home-slider .slider-contain h1 {
    margin: 15px 0;
    color: #ff5c00;
    line-height: 1; }
  .home-slider .slider-contain h4 {
    font-size: 36px;
    font-family: "Heebo", sans-serif;
    text-transform: uppercase;
    color: #444;
    font-weight: 100;
    line-height: 1;
    margin-bottom: 0; }
  .home-slider .slider-contain a {
    margin-top: 15px; }
  .home-slider .slider-contain .slider-sub-title {
    text-transform: capitalize; }
  .home-slider .slider-contain .btn-solid,
  .home-slider .slider-contain .btn-outline {
    margin-top: 20px; }
  .home-slider .slider-contain.text-white h3,
  .home-slider .slider-contain.text-white h1,
  .home-slider .slider-contain.text-white a,
  .home-slider .slider-contain.text-white p {
    color: #fff !important; }

.home-slider:hover .slick-prev,
.home-slider:hover .slick-next {
  opacity: 1;
  -webkit-transform: scale(2.5);
          transform: scale(2.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .home-slider:hover .slick-prev:before,
  .home-slider:hover .slick-next:before {
    opacity: 1; }

.home-slider:hover .slick-next {
  right: 30px; }

.home-slider:hover .slick-prev {
  left: 30px; }

.home-slider.full-width-slide .slider-contain h1 {
  color: #ff5c00; }

.home-slider.full-width-slide .slider-contain .slide-two,
.home-slider.full-width-slide .slider-contain .sub {
  font-size: 56px;
  font-family: "Heebo", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: 15px 0 10px;
  line-height: 1; }

.home-slider.full-width-slide .slider-contain h3 {
  font-size: 24px;
  font-family: "MyriadPro";
  color: #444;
  font-weight: 400;
  line-height: 1; }

.home-slider.full-width-slide .slider-contain .sub {
  color: #444;
  font-weight: 300;
  text-transform: unset;
  font-size: 30px; }

.home-slider.cosmatic-slider .slider-contain div {
  margin-top: -9px; }

.home-slider.cosmatic-slider .slider-contain .cosm-slider-caption {
  font-family: "Open Sans", sans-serif !important;
  font-size: 30px !important;
  width: 447px;
  font-weight: 100 !important;
  line-height: 1.4 !important;
  color: #ff5c00; }

.home-slider.cosmatic-slider .slider-contain .cosm-slider-title {
  font-size: 62px;
  font-family: "Heebo", sans-serif;
  font-weight: bold;
  color: #444 !important;
  text-transform: capitalize; }

.home-slider.cosmatic-slider .slider-contain .cosm-slider-caption-two {
  font-size: 40px;
  font-family: "Heebo", sans-serif;
  font-weight: 100;
  color: #444;
  text-transform: capitalize;
  margin-bottom: 50px; }

.home-slider.cosmatic-slider .slider-contain a {
  margin-top: 0; }

.home-banner > div:nth-last-child(-n + 1) {
  margin-top: 30px; }

/*=====================
    19.Header css
==========================*/
.top-header {
  background-color: #f8f8f8; }
  .top-header.theme-primary-header {
    background-color: #444; }
    .top-header.theme-primary-header .header-contact li,
    .top-header.theme-primary-header .header-contact i {
      color: #fff; }
      .top-header.theme-primary-header .header-contact li:last-child:before,
      .top-header.theme-primary-header .header-contact i:last-child:before {
        color: #fff; }
    .top-header.theme-primary-header .header-dropdown li a {
      font-size: 14px; }
    .top-header.theme-primary-header .header-dropdown li a, .top-header.theme-primary-header .header-dropdown li i {
      color: #fff;
      text-transform: uppercase;
      font-size: 14px; }
    .top-header.theme-primary-header .onhover-dropdown:before {
      color: #fff; }
  .top-header .header-contact {
    padding: 6px 0; }
    .top-header .header-contact li {
      color: #999999;
      font-size: 13px;
      text-transform: uppercase; }
      .top-header .header-contact li:nth-child(2):before {
        display: inline-block;
        padding-right: .5rem;
        padding-left: .5rem;
        color: #6c757d;
        content: "|"; }
      .top-header .header-contact li i {
        color: #444;
        padding-right: 10px; }
  .top-header .header-dropdown > li {
    cursor: pointer;
    padding: 6px 20px; }
    .top-header .header-dropdown > li:first-child {
      padding: 8px 15px 8px 0; }
    .top-header .header-dropdown > li:last-child {
      padding-right: 0; }
    .top-header .header-dropdown > li a {
      color: #777777;
      text-transform: capitalize;
      font-size: 14px; }
    .top-header .header-dropdown > li i {
      padding-right: 5px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .top-header .header-dropdown > li ul li {
      padding-top: 0;
      padding-bottom: 0; }
    .top-header .header-dropdown > li a i {
      color: #999999;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .top-header .header-dropdown > li:hover i {
      color: #444;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .top-header .header-dropdown .onhover-dropdown .onhover-show-div li {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 5px; }
    .top-header .header-dropdown .onhover-dropdown .onhover-show-div li:last-child {
      padding-bottom: 0; }
    .top-header .header-dropdown .onhover-dropdown .onhover-show-div li a {
      font-size: 13px;
      color: #333333; }
      .top-header .header-dropdown .onhover-dropdown .onhover-show-div li a:hover {
        color: #ff5c00; }
  .top-header.top-header-dark {
    background-color: #222222; }
    .top-header.top-header-dark .header-contact li {
      color: #777777; }
      .top-header.top-header-dark .header-contact li i {
        color: #777777; }
    .top-header.top-header-dark .header-dropdown li {
      color: #777777; }
      .top-header.top-header-dark .header-dropdown li a {
        color: #777777; }
        .top-header.top-header-dark .header-dropdown li a i {
          color: #777777; }
        .top-header.top-header-dark .header-dropdown li a:hover i {
          color: #444; }
  .top-header.top-header-dark2 {
    background-color: #777777; }
    .top-header.top-header-dark2 .header-contact li {
      color: #7f786d; }
      .top-header.top-header-dark2 .header-contact li i {
        color: #7f786d; }
    .top-header.top-header-dark2 .header-dropdown li {
      color: #7f786d; }
      .top-header.top-header-dark2 .header-dropdown li a {
        color: #7f786d; }
        .top-header.top-header-dark2 .header-dropdown li a i {
          color: #7f786d; }
        .top-header.top-header-dark2 .header-dropdown li a:hover i {
          color: #444; }
  .top-header.top-header-dark3 {
    background-color: #777777; }
    .top-header.top-header-dark3 .header-contact li {
      color: #948e8c; }
      .top-header.top-header-dark3 .header-contact li i {
        color: #948e8c; }
    .top-header.top-header-dark3 .header-dropdown li {
      color: #948e8c; }
      .top-header.top-header-dark3 .header-dropdown li a {
        color: #948e8c; }
        .top-header.top-header-dark3 .header-dropdown li a i {
          color: #948e8c; }
        .top-header.top-header-dark3 .header-dropdown li a:hover i {
          color: #444; }

.onhover-dropdown {
  position: relative;
  font-size: 14px; }
  .onhover-dropdown:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 3px; }
  .onhover-dropdown .onhover-show-div {
    top: 38px;
    position: absolute;
    z-index: 10;
    background-color: #ffffff;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    min-width: 120px;
    text-align: left;
    -webkit-box-shadow: 0 0 1px 0 #ebebeb;
    box-shadow: 0 0 1px 0 #ebebeb;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    right: 0;
    padding: 15px 20px;
    border-radius: 0 !important; }
    .onhover-dropdown .onhover-show-div.product-page-full {
      z-index: 99999; }
  .onhover-dropdown:hover .onhover-show-div {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    visibility: visible; }

.menu-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right; }

.main-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
  padding: 15px 0; }
  .main-menu.product-full-page {
    z-index: 9999; }
  .main-menu .dropdown {
    margin-right: 20px;
    display: inline-block; }
    .main-menu .dropdown button {
      color: #777777;
      padding: 20px;
      padding-left: 0; }
      .main-menu .dropdown button i {
        cursor: pointer;
        margin-right: 10px; }
  .main-menu .brand-logo {
    display: inline-block; }
    .main-menu .brand-logo img {
      max-height: 50px; }
  .main-menu .menu-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .main-menu .menu-left .navbar {
      display: inline-block;
      padding: 0 35px 0px 0; }
      .main-menu .menu-left .navbar i {
        font-size: 22px;
        color: #777777;
        cursor: pointer;
        font-weight: 600; }
    .main-menu .menu-left.around-border .navbar > a {
      border: 2px solid #9d9d9d;
      padding: 11px 10px 6px; }
    .main-menu .menu-left.category-nav-right .navbar {
      padding-right: 0;
      padding-left: 45px; }
      .main-menu .menu-left.category-nav-right .navbar > a {
        border: 2px solid #dddddd;
        padding: 11px 10px 6px; }
      .main-menu .menu-left.category-nav-right .navbar i {
        color: #dddddd; }
  .main-menu.product-full-page {
    z-index: 9999; }
  .main-menu .header-dropdown li {
    cursor: pointer;
    padding: 15px 20px; }
  .main-menu .header-dropdown .onhover-dropdown {
    position: relative;
    font-size: 14px; }
    .main-menu .header-dropdown .onhover-dropdown:before {
      content: "\f0ab";
      font-family: FontAwesome;
      position: absolute;
      left: 3px; }
    .main-menu .header-dropdown .onhover-dropdown .onhover-show-div {
      top: 50px;
      position: absolute;
      z-index: 10;
      background-color: #ffffff;
      -webkit-transition: all linear 0.3s;
      transition: all linear 0.3s;
      min-width: 160px;
      text-align: left;
      -webkit-box-shadow: 0 0 1px 0 #ebebeb;
      box-shadow: 0 0 1px 0 #ebebeb;
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      opacity: 0;
      visibility: hidden;
      right: 0;
      padding: 15px 20px;
      border-radius: 0 !important; }
      .main-menu .header-dropdown .onhover-dropdown .onhover-show-div.product-page-full {
        z-index: 99999; }
    .main-menu .header-dropdown .onhover-dropdown:hover .onhover-show-div {
      opacity: 1;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      visibility: visible; }

.searchbar {
  position: relative; }
  .searchbar.theme-searcbar {
    display: inline-block;
    float: right; }
  .searchbar .form-group {
    display: inline-block;
    margin-bottom: 0; }
  .searchbar input {
    border-radius: 24px;
    background-color: white;
    width: 458px;
    padding: 12px 30px; }
  .searchbar .search-button {
    position: absolute;
    right: 5px;
    top: 4px;
    padding: 5px;
    border-radius: 50%;
    background: #ff5c00;
    border: 1px solid #ff5c00;
    width: 42px;
    height: 42px; }
    .searchbar .search-button:hover {
      color: #fff; }

.onhover-div {
  position: relative;
  font-family: "Open Sans", sans-serif, "Heebo", sans-serif; }
  .onhover-div img,
  .onhover-div i {
    cursor: pointer; }
  .onhover-div .show-div {
    top: 50px;
    position: absolute;
    z-index: 9;
    background-color: #ffffff;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    min-width: 236px;
    min-height: 320px;
    height: 320px;
    overflow: auto;
    text-align: left;
    -webkit-box-shadow: 0 0 1px 0 #ebebeb;
    box-shadow: 0 0 1px 0 #ebebeb;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    right: 0;
    padding: 0;
    border-radius: 0 !important; }
  .onhover-div:hover .show-div {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    visibility: visible; }

.theme-bg {
  background-color: #fff; }

.header-three svg {
  width: auto; }
  .header-three svg path {
    fill: #444; }

.home-layout-one i.f-18:before {
  font-size: 18px; }

i.flaticon {
  color: #444; }
  i.flaticon:before {
    font-size: 18px;
    margin-left: 0; }
  i.flaticon.fa-2x:before {
    font-size: 26px; }

.icon-nav-cart {
  display: inline-block; }
  .icon-nav-cart i {
    color: #444; }
  .icon-nav-cart li {
    padding-left: 10px;
    vertical-align: middle; }
    .icon-nav-cart li.wishlist:hover i {
      -webkit-animation: scaleDisappear 0.3s;
              animation: scaleDisappear 0.3s; }

@-webkit-keyframes scaleDisappear {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  60% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    color: #ff5c00; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scaleDisappear {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  60% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    color: #ff5c00; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
    .icon-nav-cart li.mobile-cart:hover .cart-add {
      -webkit-animation: bounce 1s infinite ease-in-out;
              animation: bounce 1s infinite ease-in-out; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
    .icon-nav-cart li.call-md-show {
      padding-left: 0; }
      .icon-nav-cart li.call-md-show a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
  .icon-nav-cart .cart-add {
    position: absolute;
    top: -5px;
    right: auto;
    left: auto;
    width: 16px;
    height: 16px;
    background: #ff5c00;
    color: #ffffff;
    border-radius: 50%;
    vertical-align: middle;
    padding-top: 2px;
    font-size: 11px;
    text-align: center; }
    .icon-nav-cart .cart-add.price {
      top: 3px;
      right: 43px; }
  .icon-nav-cart .cart-price {
    font-size: 14px;
    font-family: "Heebo", sans-serif;
    color: #444;
    font-weight: bold;
    margin-left: 15px; }
  .icon-nav-cart .show-div.shopping-cart {
    padding: 15px 15px;
    min-width: 270px;
    left: unset;
    right: 0;
    z-index: 999; }
    .icon-nav-cart .show-div.shopping-cart li {
      position: relative;
      width: 100%;
      margin-bottom: 10px; }
      .icon-nav-cart .show-div.shopping-cart li:last-child {
        padding-bottom: 0;
        margin-bottom: 0; }
      .icon-nav-cart .show-div.shopping-cart li .media img {
        height: 90px; }
      .icon-nav-cart .show-div.shopping-cart li .media .media-body {
        -ms-flex-item-align: center;
            align-self: center; }
        .icon-nav-cart .show-div.shopping-cart li .media .media-body a h4 {
          font-weight: 600; }
        .icon-nav-cart .show-div.shopping-cart li .media .media-body h4 {
          color: #333333;
          font-size: 14px;
          margin: 0; }
          .icon-nav-cart .show-div.shopping-cart li .media .media-body h4 span {
            color: #777777; }
      .icon-nav-cart .show-div.shopping-cart li .close-circle {
        position: absolute;
        top: 0;
        right: 0; }
        .icon-nav-cart .show-div.shopping-cart li .close-circle i {
          color: #a1a1a1;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .icon-nav-cart .show-div.shopping-cart li .close-circle i:hover {
            color: #000000;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease; }
      .icon-nav-cart .show-div.shopping-cart li .total {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding-top: 15px;
        padding-bottom: 15px; }
        .icon-nav-cart .show-div.shopping-cart li .total h5 {
          text-transform: capitalize;
          margin-bottom: 0;
          color: #999999;
          padding-bottom: 0; }
          .icon-nav-cart .show-div.shopping-cart li .total h5 span {
            float: right; }
      .icon-nav-cart .show-div.shopping-cart li .buttons {
        margin-top: 0px; }
        .icon-nav-cart .show-div.shopping-cart li .buttons a {
          font-size: 15px;
          color: #444;
          text-transform: capitalize;
          font-weight: 700; }
          .icon-nav-cart .show-div.shopping-cart li .buttons a:hover {
            color: #ff5c00; }
        .icon-nav-cart .show-div.shopping-cart li .buttons .checkout {
          float: right; }
  .icon-nav-cart .show-div.setting {
    padding: 15px 20px 20px;
    min-width: 175px;
    right: 0;
    left: unset; }
    .icon-nav-cart .show-div.setting h6 {
      font-size: 16px;
      text-transform: capitalize;
      color: #333333;
      font-weight: 700;
      margin-bottom: 0;
      margin-top: 5px; }
      .icon-nav-cart .show-div.setting h6:first-child {
        margin-top: 0; }
    .icon-nav-cart .show-div.setting ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 0;
      padding-left: 17px;
      padding-top: 5px; }
      .icon-nav-cart .show-div.setting ul li a {
        color: #333333;
        font-weight: 400;
        font-size: 16px;
        text-transform: capitalize; }
  .icon-nav-cart .show-div li {
    padding: 0; }
    .icon-nav-cart .show-div li .form-control {
      border-radius: 0; }
      .icon-nav-cart .show-div li .form-control:focus {
        border: 1px solid #ced4da;
        -webkit-box-shadow: none;
                box-shadow: none; }
    .icon-nav-cart .show-div li .search-btn {
      padding: 8px 22px;
      background-color: #444;
      color: #ffffff; }

.theme-menu {
  position: relative;
  padding: 10px 0;
  margin: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.theme-searcbar {
  margin: 10px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .theme-searcbar .theme-form-two input {
    width: 555px;
    height: 50px; }
  .theme-searcbar .theme-form-two .in-btn {
    margin-left: -52px;
    padding: 8px 15px !important;
    float: left;
    margin-top: 3px; }
  .theme-searcbar .theme-form-one {
    margin: 0 auto; }
    .theme-searcbar .theme-form-one.header-style .form-group {
      margin: 0;
      border-right: unset; }
    .theme-searcbar .theme-form-one.header-style input {
      width: 305px;
      border-right: unset;
      border-bottom-right-radius: unset; }
    .theme-searcbar .theme-form-one.header-style button {
      background: transparent;
      border-top: 1px solid #ddd;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      border-left: unset;
      margin-top: -4px;
      margin-left: -5px;
      border-bottom-left-radius: unset;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
      .theme-searcbar .theme-form-one.header-style button i {
        color: #ddd; }

.theme-header .dropdown,
.theme-header .icon-nav-cart,
.theme-header .brand-logo {
  display: inline-block; }

.category-dropdown.theme-header-two .category-list {
  min-width: 236px;
  width: 236px;
  border: 2px solid #ff5c00;
  margin: 0;
  z-index: 999; }
  .category-dropdown.theme-header-two .category-list.with-icon {
    min-width: 237px;
    width: 237px; }
    .category-dropdown.theme-header-two .category-list.with-icon a svg {
      vertical-align: middle; }

.category-dropdown .category-list {
  text-align: left;
  padding: 20px 10px;
  font-size: 14px;
  min-width: 16rem;
  border: 1px solid #ddd;
  border-radius: unset;
  z-index: 9; }
  .category-dropdown .category-list .color-font {
    color: #444;
    font-weight: 500; }
  .category-dropdown .category-list li {
    display: block; }
  .category-dropdown .category-list a {
    color: #777777;
    padding: 10px; }
    .category-dropdown .category-list a:hover {
      background-color: transparent;
      color: #ff5c00; }
    .category-dropdown .category-list a i {
      float: right;
      margin-top: 5px; }

.elct-menu-width .theme-searcbar .theme-form-one.header-style button {
  margin-top: -5px; }

.menu-classic .dropdown {
  background: #ff5c00; }
  .menu-classic .dropdown button {
    color: #ffffff;
    padding: 12px 19px 12px 18px;
    font-family: "Cabin", sans-serif;
    text-transform: capitalize;
    min-width: 237px;
    font-weight: 600; }
    .menu-classic .dropdown button i {
      padding-left: 20px;
      vertical-align: middle; }
  .menu-classic .dropdown .elec-cat-show-btn {
    padding: 17px 20px !important;
    text-align: left; }
    .menu-classic .dropdown .elec-cat-show-btn i {
      font-weight: 600;
      padding-left: 0;
      padding-right: 20px;
      color: #fff; }
      .menu-classic .dropdown .elec-cat-show-btn i:before {
        font-size: 14px; }

.bg-header-three .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1d212a; }
  .bg-header-three .row > div {
    margin-left: 15px; }
    .bg-header-three .row > div:first-child {
      margin-left: 0; }
    .bg-header-three .row > div:last-child {
      margin-left: 0;
      margin-right: 30px; }
  .bg-header-three .row .theme-searcbar input {
    width: 500px !important;
    float: left; }
  .bg-header-three .row .theme-searcbar button {
    background: white;
    border: 1px solid #fff;
    width: 60px;
    float: left;
    margin-top: 0; }
    .bg-header-three .row .theme-searcbar button i {
      color: #999; }

.bg-header-three .box-icon li.fix-top > div, .bg-header-three .box-icon li.fix-top > a {
  background: #2a2d35; }
  .bg-header-three .box-icon li.fix-top > div i, .bg-header-three .box-icon li.fix-top > a i {
    color: #fff; }

.bg-header-three .theme-searcbar {
  margin: 7px 0; }

.call-us-text {
  font-size: 14px;
  font-family: "Heebo", sans-serif;
  color: #444444; }

.call-info {
  font-size: 18px;
  font-family: "Heebo", sans-serif;
  color: #ff5c00;
  font-weight: bold;
  vertical-align: middle; }
  .call-info.home-one {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-top: 5px; }

.theme-border-right {
  border-right: 1px solid #ddd;
  padding: 7px 40px; }

.home-layout-one {
  float: right;
  display: inline-block; }
  .home-layout-one .icon-nav-cart .cart-add {
    padding-left: 6px; }

.toggle-nav {
  position: relative;
  cursor: pointer;
  padding: 0 20px; }
  .toggle-nav i {
    font-size: 22px; }

.flaticon-menu {
  font-weight: 600; }

.search-overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: white; }
  .search-overlay > div {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .search-overlay > div .overlay-content {
      width: 100%;
      position: relative; }
      .search-overlay > div .overlay-content .form-control:focus {
        -webkit-box-shadow: none;
                box-shadow: none; }
      .search-overlay > div .overlay-content input {
        background-color: transparent;
        border: 0;
        border-bottom: 2px solid #777777;
        border-radius: 0;
        padding: 20px 0; }
        .search-overlay > div .overlay-content input::-webkit-input-placeholder {
          color: #777777;
          font-size: 18px; }
        .search-overlay > div .overlay-content input::-moz-placeholder {
          color: #777777;
          font-size: 18px; }
        .search-overlay > div .overlay-content input:-ms-input-placeholder {
          color: #777777;
          font-size: 18px; }
        .search-overlay > div .overlay-content input:-moz-placeholder {
          color: #777777;
          font-size: 18px; }
      .search-overlay > div .overlay-content button {
        position: absolute;
        top: 10px;
        background-color: transparent;
        border: 0;
        font-size: 24px;
        color: #777777;
        right: 10px; }
    .search-overlay > div .closebtn {
      position: relative;
      color: #777777;
      font-size: 40px;
      cursor: pointer;
      position: fixed;
      right: 20px;
      top: 0px; }

/* Header style two */
.bar-style {
  padding: 0; }
  .bar-style i {
    color: #444;
    font-size: 24px;
    font-weight: 600; }

.mobile-back span {
  font-weight: 600;
  color: #212529;
  margin-left: 10px;
  font-size: 15px;
  cursor: pointer; }

.mobile-back i {
  font-size: 22px;
  color: #777777;
  cursor: pointer;
  font-weight: 600; }

/* header style threee */
.home-three {
  padding: 0px; }
  .home-three i {
    color: #999999;
    font-size: 29px;
    vertical-align: middle; }

.lg-left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .lg-left .sub-mega-menu-fix {
    margin-left: 30px; }

/* Header one */
.theme-header-two .dropdown-menu a {
  font-size: 14px;
  font-family: "Heebo", sans-serif;
  color: #444444; }
  .theme-header-two .dropdown-menu a:hover, .theme-header-two .dropdown-menu a:focus, .theme-header-two .dropdown-menu a:active {
    font-size: 14px; }
  .theme-header-two .dropdown-menu a.dropdown-item img {
    position: absolute;
    text-align: center; }
  .theme-header-two .dropdown-menu a.dropdown-item span {
    margin-left: 35px; }
  .theme-header-two .dropdown-menu a p {
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    color: #999999;
    line-height: 1.8; }

.theme-header-two .dropdown-menu ul li:last-child a p {
  margin-bottom: 0; }

.bg-light-menu {
  background: #f9f9f9; }

.cart-three .media i {
  background: #f2f2f2;
  padding: 13px;
  margin-right: 10px;
  border-radius: 5px;
  color: black;
  font-weight: 500; }

.cart-three .media .media-body h6 {
  margin-bottom: 0;
  font-family: "Heebo", sans-serif;
  color: #444444;
  text-transform: uppercase; }

.cart-three .media .media-body p {
  margin-bottom: 0;
  line-height: 1;
  font-weight: bold; }

.category-dropdown .sm-vertical li:hover > a {
  color: #ff5c00; }

.category-dropdown .sm-vertical li a {
  font-family: "Open Sans", sans-serif;
  color: #777;
  font-weight: 500; }

.category-dropdown .sm-vertical li > ul {
  left: 12px !important;
  border-radius: unset !important;
  margin-top: 0 !important; }
  .category-dropdown .sm-vertical li > ul > ul {
    left: 17px !important; }
  .category-dropdown .sm-vertical li > ul.mega-menu {
    margin-top: -25px !important; }

/*=====================
    20.Inner pages CSS start
==========================*/
.bundle {
  margin-top: 10px; }
  .bundle .bundle_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .bundle .bundle_img .img-box img {
      max-width: 115px;
      border: 1px solid #ddd;
      padding: 2px; }
    .bundle .bundle_img .plus {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 7px;
      font-size: 22px; }
  .bundle .bundle_detail {
    margin-top: 15px; }
    .bundle .bundle_detail .price_product {
      color: #000000;
      padding-left: 3px;
      font-weight: 700; }

.theme_checkbox label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-transform: capitalize;
  color: #333333; }
  .theme_checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .theme_checkbox label input:checked ~ .checkmark:after {
      display: block; }
  .theme_checkbox label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: 1px solid #dddddd; }
    .theme_checkbox label .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 7px;
      top: 3px;
      width: 5px;
      height: 10px;
      border: solid black;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }

.btn-xs {
  padding: 5px 8px;
  text-transform: capitalize; }

.breadcrumb-section {
  background-color: #f7f7f7;
  padding: 20px 0; }
  .breadcrumb-section .page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .breadcrumb-section .page-title h2 {
      font-size: 22px;
      text-transform: capitalize;
      margin-bottom: 0;
      color: #444444; }
  .breadcrumb-section .breadcrumb {
    background-color: transparent;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-transform: capitalize;
    font-size: 14px;
    color: #777777;
    font-weight: 600;
    margin: 0; }
    .breadcrumb-section .breadcrumb a {
      color: #444444;
      font-weight: 600; }

/* 404 page */
.error-bg-color {
  background-color: #fafafa;
  height: 100vh; }

.error-section {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px; }
  .error-section h1 {
    font-family: "PT Sans", sans-serif;
    font-size: 200px;
    font-weight: 900;
    margin: 0;
    line-height: 0.8;
    color: #444444; }
  .error-section h2 {
    font-family: "Heebo", sans-serif;
    color: #ccc;
    font-weight: 500;
    letter-spacing: 3px;
    margin: 40px 0;
    line-height: 1.4; }

/*=====================
    21.compare page
==========================*/
.image-swatch {
  margin-bottom: 10px; }
  .image-swatch li img {
    width: 33px;
    height: 33px;
    padding: 2px;
    border: 1px solid #dddddd;
    margin-right: 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .image-swatch li:last-child {
    margin-right: 0; }
  .image-swatch li.active img {
    border: 1px solid #ff5c00; }
  .image-swatch li:hover img {
    border: 1px solid #ff5c00;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.compare-padding h2 {
  margin-bottom: 20px; }

.compare-lable {
  position: absolute;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  top: 20px;
  left: 16px;
  letter-spacing: 0.1em;
  z-index: 1; }

.compare-page .table-wrapper {
  padding-bottom: 0; }
  .compare-page .table-wrapper .table {
    border: 1px solid #ddd;
    text-transform: capitalize;
    color: #444444;
    margin-bottom: 0; }
    .compare-page .table-wrapper .table .product-name {
      width: 15%; }
    .compare-page .table-wrapper .table .featured-image {
      width: 185px; }
    .compare-page .table-wrapper .table td {
      border-top: none; }
    .compare-page .table-wrapper .table thead .th-compare td {
      font-size: 14px;
      font-weight: 700;
      background: #f7f7f7;
      border-right: 1px solid #ddd; }
    .compare-page .table-wrapper .table thead .th-compare th {
      text-align: left;
      border-bottom: 1px solid #ddd;
      border-right: 1px solid #ddd; }
      .compare-page .table-wrapper .table thead .th-compare th .remove-compare {
        float: left;
        border: none;
        background: transparent;
        padding: 0;
        font-size: 14px;
        font-weight: 500; }
    .compare-page .table-wrapper .table tbody tr th {
      background: #f7f7f7;
      padding: 15px;
      vertical-align: top;
      border-bottom: 1px solid #ddd;
      border-top: 1px solid #ddd;
      border-right: 1px solid #ddd; }
    .compare-page .table-wrapper .table tbody tr td {
      border-right: 1px solid #ddd;
      position: relative;
      padding: 15px;
      vertical-align: top;
      border-bottom: 1px solid #ddd;
      border-top: 1px solid #ddd;
      border-right: 1px solid #ddd; }
    .compare-page .table-wrapper .table tbody tr .grid-link__title {
      font-size: 15px; }
    .compare-page .table-wrapper .table tbody tr .product_price {
      margin: 15px 0; }
      .compare-page .table-wrapper .table tbody tr .product_price span.money {
        padding-left: 5px; }
    .compare-page .table-wrapper .table tbody tr p {
      color: #444444;
      font-size: 13px;
      line-height: 20px;
      margin: 0; }
    .compare-page .table-wrapper .table tbody tr .add-to-cart {
      padding: 6px 10px;
      font-size: 14px; }
    .compare-page .table-wrapper .table tbody tr .select-option-cls {
      padding: 6px 10px; }

/*=====================
    22.order success
==========================*/
.order-success {
  padding: 50px 0; }

.success-text {
  text-align: center; }
  .success-text i {
    font-size: 50px;
    color: #4ead4e; }
  .success-text h2 {
    margin-top: 10px;
    margin-bottom: 15px; }
  .success-text p {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 5px; }

.order-success-sec {
  padding-top: 30px; }
  .order-success-sec h4 {
    font-weight: 600; }

.product-order {
  padding: 30px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px 5px #f8f9fa;
          box-shadow: 0px 0px 20px 5px #f8f9fa; }
  .product-order h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: #444444; }
  .product-order .product-order-detail {
    margin-top: 15px; }
    .product-order .product-order-detail img {
      height: 130px; }
    .product-order .product-order-detail .order_detail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .product-order .product-order-detail .order_detail h4 {
        margin-bottom: 5px;
        text-transform: capitalize;
        font-weight: 700;
        font-size: 14px; }
      .product-order .product-order-detail .order_detail h5 {
        text-transform: capitalize;
        margin-bottom: 0;
        font-size: 14px; }
  .product-order .total-sec {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 15px 0;
    padding: 15px 0; }
    .product-order .total-sec ul li {
      font-size: 18px;
      display: block;
      text-transform: capitalize; }
      .product-order .total-sec ul li + li {
        margin-top: 10px; }
      .product-order .total-sec ul li span {
        float: right; }
  .product-order .final-total h3 {
    display: block;
    margin-bottom: 0; }
    .product-order .final-total h3 span {
      float: right; }

.order-detail li {
  text-transform: capitalize; }
  .order-detail li + li {
    padding-top: 5px; }

.payment-mode {
  margin-top: 15px; }

.delivery-sec {
  padding: 30px;
  text-align: center;
  margin-top: 20px; }
  .delivery-sec h2 {
    color: #444444;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 20px; }
  .delivery-sec h3 {
    color: #444444;
    text-transform: capitalize; }

/*=====================
    23.dashboard 
==========================*/
.account-sidebar {
  display: none;
  cursor: pointer;
  background-color: #f7f7f7;
  color: #ffffff;
  width: 30%;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 5px; }

.dashboard-left .block-content {
  border: 1px solid #ddd;
  padding: 15px; }
  .dashboard-left .block-content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .dashboard-left .block-content ul li.active {
      color: #444444; }
      .dashboard-left .block-content ul li.active a {
        color: #ff5c00; }
    .dashboard-left .block-content ul li a {
      color: #444444; }
    .dashboard-left .block-content ul li:before {
      content: '\f105';
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      line-height: 1;
      width: 30px;
      height: 30px;
      text-align: center;
      font-size: 18px;
      font-weight: 700;
      margin-top: 3px; }
    .dashboard-left .block-content ul li:hover {
      padding-left: 10px;
      color: #000000;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .dashboard-left .block-content ul li:hover a {
        color: #000000;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }

.dashboard-left .block-title h2 {
  font-size: 24px;
  padding-bottom: 20px; }

.dashboard-right p {
  color: #444444;
  line-height: 20px; }

.dashboard-right .dashboard {
  border: 1px solid #ddd;
  padding: 30px; }
  .dashboard-right .dashboard .page-title h2 {
    font-size: 22px;
    margin-bottom: 15px; }
  .dashboard-right .dashboard .welcome-msg p {
    margin-bottom: 0; }

.dashboard .box a {
  color: #ff5c00; }

.dashboard .box h6 {
  margin-bottom: 0; }

.dashboard .box .box-title {
  border-bottom: 1px solid #ddd;
  display: inline-block;
  margin-bottom: 5px;
  padding: 12px 0;
  position: relative;
  width: 100%; }
  .dashboard .box .box-title h3 {
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
    color: #444444; }
  .dashboard .box .box-title > a {
    position: absolute;
    right: 0;
    top: 12px;
    color: #ff5c00; }

.dashboard .box address {
  margin-bottom: 0; }

.dashboard .box-head h2 {
  font-size: 22px;
  margin: 20px 0 0;
  text-transform: capitalize;
  color: #444444; }

/* Typography */
.typgrpy-box {
  border: 1px solid #ddd;
  padding: 15px; }
  .typgrpy-box h1 {
    line-height: 1; }
  .typgrpy-box h5 {
    padding-bottom: 0; }
  .typgrpy-box h2, .typgrpy-box h3, .typgrpy-box h4, .typgrpy-box h5, .typgrpy-box h6 {
    margin-bottom: 15px; }
  .typgrpy-box h6 {
    margin-bottom: 0; }
  .typgrpy-box button {
    margin-bottom: 10px; }

.partition-typgrp > div:nth-last-child(-n + 3) {
  margin-top: 30px; }

/*=====================
    24.Order history page 
==========================*/
.user-info {
  border: 1px solid #ddd;
  margin-bottom: 50px;
  width: 100%; }
  .user-info p {
    margin-bottom: 0; }
  .user-info .picture {
    text-align: center;
    min-width: 145px; }
    .user-info .picture img {
      margin-top: 10px; }
    .user-info .picture .img-cover {
      display: inline-block;
      margin: 0;
      margin-top: 34px;
      width: 75px; }
    .user-info .picture .prof-name {
      font-size: 12px;
      margin-top: 10px;
      margin-bottom: 0px; }
    .user-info .picture .change-picture {
      margin-bottom: 10px; }
      .user-info .picture .change-picture i {
        display: block;
        text-align: center; }
      .user-info .picture .change-picture a {
        color: #ff5c00; }
        .user-info .picture .change-picture a:hover {
          color: #444; }
  .user-info .wellcome {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px; }
    .user-info .wellcome h4 {
      margin-top: 0;
      margin-bottom: 5px; }
      .user-info .wellcome h4 span {
        color: #444; }
    .user-info .wellcome .my-orders {
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 3px; }
    .user-info .wellcome .view-cart {
      text-align: center; }
  .user-info .last {
    border-left: 1px solid #ddd;
    width: 100%;
    padding: 20px; }
    .user-info .last p span {
      color: #444444;
      margin-left: 10px; }
      .user-info .last p span.price {
        font-size: 14px;
        font-weight: 600;
        color: #444444; }

.order-history-list > div:nth-last-child(-n + 2) {
  margin-top: 30px; }

.order-history-list .media img {
  margin-right: 15px; }

.order-history-list .media h5 {
  padding-bottom: 0;
  margin-bottom: 0; }

.order-history-list .order-price h4, .order-history-list .order-price h6, .order-history-list .order-status h4, .order-history-list .order-status h6 {
  margin-bottom: 0;
  font-size: 14px;
  color: #000000; }

.order-history-list .order-price .item-qnt, .order-history-list .order-status .item-qnt {
  color: #444444;
  font-size: 13px;
  margin-bottom: 0; }

.order-history-list .order-rating {
  color: #ff5c00;
  font-size: 16px;
  font-weight: 600; }

.order-history-list .order-date {
  margin-bottom: 0;
  display: inline-block; }
  .order-history-list .order-date span {
    color: #000000;
    font-weight: 600; }

.order-history-list .order-item-price {
  float: right;
  margin-bottom: 0; }
  .order-history-list .order-item-price span {
    color: #000000;
    font-weight: 600; }

.order-history-list .card-footer {
  padding: 5px 1.25rem; }

/*=====================
    25. Profile css
==========================*/
.user-profile .theme-form.contact-form textarea {
  margin-bottom: 0; }

/*=====================
    26. Review page
==========================*/
.review-list .comment-section {
  border-bottom: unset !important; }
  .review-list .comment-section li:first-child {
    padding-top: 0;
    border-top: unset; }
  .review-list .comment-section li:last-child {
    padding-bottom: 0; }
  .review-list .comment-section li h6 {
    margin-bottom: 0 !important; }
  .review-list .comment-section li .rating {
    margin-bottom: 10px; }
  .review-list .comment-section .comnt-sec {
    margin-top: 10px; }
    .review-list .comment-section .comnt-sec li {
      margin-right: 15px; }
      .review-list .comment-section .comnt-sec li:last-child {
        margin-right: 0; }
      .review-list .comment-section .comnt-sec li a {
        color: #777777;
        font-size: 16px; }
        .review-list .comment-section .comnt-sec li a i {
          margin-right: 5px; }

.coming-soon {
  background: url("https://images.unsplash.com/photo-1543510467-d1593442ca1d?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80");
  background-size: cover;
  background-position: top;
  height: 100vh;
  text-align: center;
  background-blend-mode: overlay;
  background-color: #313131; }
  .coming-soon .headline {
    margin-bottom: 50px;
    line-height: 1; }
    .coming-soon .headline span {
      font-size: 68px;
      font-weight: 700;
      color: #fff; }
  .coming-soon .coming-soon-page {
    margin: 20px 0; }
  .coming-soon .coming-soon-timer #coming-timer {
    padding: 20px 65px;
    display: inline-block;
    font-family: "Heebo", sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0; }
    .coming-soon .coming-soon-timer #coming-timer p {
      font-size: 24px;
      color: #ffffff;
      margin-bottom: 0; }
    .coming-soon .coming-soon-timer #coming-timer span {
      text-align: center;
      width: auto;
      display: inline-block;
      font-size: 48px; }
      .coming-soon .coming-soon-timer #coming-timer span .padding-l {
        padding: 0 20px;
        display: inline; }
      .coming-soon .coming-soon-timer #coming-timer span:last-child {
        width: unset; }
  .coming-soon .soon-pera {
    color: #bbb;
    font-size: 16px; }
  .coming-soon .subscribe {
    margin: 50px 0; }
    .coming-soon .subscribe input[type="text"] {
      background: transparent;
      color: #bbb;
      border: 1px solid #fff;
      border-radius: 0;
      padding: 10px 15px;
      width: 60%;
      display: inline-block; }
    .coming-soon .subscribe .btn-subscb {
      background: #fff;
      margin: -5px 0 0 -118px;
      padding: 0px 25px 0px 25px;
      height: 45px;
      display: inline-block;
      font-weight: 900;
      cursor: pointer;
      border-radius: 0; }
    .coming-soon .subscribe .btn-subscb:hover {
      background: transparent;
      border: 1px solid #fff;
      color: #fff; }
  .coming-soon ::-webkit-input-placeholder {
    color: #fff; }
  .coming-soon ::-moz-placeholder {
    color: #fff; }
  .coming-soon :-ms-input-placeholder {
    color: #fff; }
  .coming-soon ::-ms-input-placeholder {
    color: #fff; }
  .coming-soon ::placeholder {
    color: #fff; }
  .coming-soon .social-bar li i {
    font-size: 18px;
    color: #bbb;
    margin: 0 8px; }
  .coming-soon .social-bar li:first-child i {
    margin-left: 0; }
  .coming-soon .social-bar li:last-child i {
    margin-right: 0; }

/*=====================
    27.shopping cart
==========================*/
.qty-box .input-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .qty-box .input-group span button {
    background: #ffffff !important;
    border: 1px solid #ced4da; }
  .qty-box .input-group .form-control {
    text-align: center;
    width: 80px;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset; }
  .qty-box .input-group button {
    background-color: transparent;
    border: 0;
    color: #777777;
    cursor: pointer;
    padding-left: 12px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1; }
    .qty-box .input-group button i {
      font-weight: 900;
      color: #222222; }
  .qty-box .input-group .icon {
    padding-right: 0; }

.cart-section .table tbody + tbody,
.wishlist-section .table tbody + tbody {
  border-top: none; }

.cart-section .cart-buttons,
.wishlist-section .cart-buttons {
  padding: 35px 30px 0; }
  .cart-section .cart-buttons > div:last-child,
  .wishlist-section .cart-buttons > div:last-child {
    text-align: right; }
    .cart-section .cart-buttons > div:last-child a,
    .wishlist-section .cart-buttons > div:last-child a {
      margin-right: 0; }

.cart-section .wishlist-buttons,
.wishlist-section .wishlist-buttons {
  padding-top: 35px;
  text-align: right; }
  .cart-section .wishlist-buttons a:first-child,
  .wishlist-section .wishlist-buttons a:first-child {
    margin-right: 15px; }

.cart-section .cart-table,
.wishlist-section .cart-table {
  overflow: hidden;
  margin-bottom: 0; }
  .cart-section .cart-table thead th,
  .wishlist-section .cart-table thead th {
    border-bottom-width: 1px;
    font-weight: 900;
    color: #444444;
    text-transform: uppercase;
    font-size: 14px;
    border-top: 0;
    text-align: center; }

.cart-section tbody h2,
.wishlist-section tbody h2 {
  margin-bottom: 0; }

.cart-section tbody tr td,
.wishlist-section tbody tr td {
  width: auto;
  vertical-align: middle;
  color: #777777;
  border-top: 0;
  border-bottom: 1px solid #eeeeee;
  text-align: center; }
  .cart-section tbody tr td a,
  .cart-section tbody tr td p,
  .wishlist-section tbody tr td a,
  .wishlist-section tbody tr td p {
    color: #777777;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 5px; }
    .cart-section tbody tr td a img,
    .cart-section tbody tr td p img,
    .wishlist-section tbody tr td a img,
    .wishlist-section tbody tr td p img {
      height: 90px; }
  .cart-section tbody tr td .td-color,
  .wishlist-section tbody tr td .td-color {
    color: #ff5c00; }
  .cart-section tbody tr td h2,
  .wishlist-section tbody tr td h2 {
    font-size: 24px;
    color: #444444;
    font-weight: 400; }
  .cart-section tbody tr td .mobile-cart-content,
  .wishlist-section tbody tr td .mobile-cart-content {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cart-section tbody tr td .mobile-cart-content .qty-box,
    .wishlist-section tbody tr td .mobile-cart-content .qty-box {
      border-right: 1px solid #dddddd;
      border-radius: 5px; }
      .cart-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control,
      .wishlist-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control {
        width: 48px;
        padding: 6px; }
    .cart-section tbody tr td .mobile-cart-content .col-xs-3,
    .wishlist-section tbody tr td .mobile-cart-content .col-xs-3 {
      -ms-flex-item-align: center;
          align-self: center;
      margin-left: 10px;
      margin-right: 10px; }
    .cart-section tbody tr td .mobile-cart-content h2,
    .wishlist-section tbody tr td .mobile-cart-content h2 {
      font-size: 20px; }

.cart-section tfoot tr th,
.wishlist-section tfoot tr th {
  padding-top: 35px;
  text-align: right; }

.cart-section tfoot tr td,
.wishlist-section tfoot tr td {
  padding-top: 35px;
  padding-bottom: 0;
  text-align: right;
  border: none;
  padding-right: 63px; }
  .cart-section tfoot tr td h2,
  .wishlist-section tfoot tr td h2 {
    font-size: 24px;
    margin-bottom: 0; }
  .cart-section tfoot tr td:first-child,
  .wishlist-section tfoot tr td:first-child {
    width: 85%;
    vertical-align: middle;
    font-size: 15px;
    padding-right: 10px;
    text-transform: capitalize;
    font-weight: 700; }

.faq-section .accordion.theme-accordion .card {
  margin-top: 15px;
  border-radius: 5px;
  overflow: hidden;
  border: none; }
  .faq-section .accordion.theme-accordion .card :not(:first-of-type):not(:last-of-type),
  .faq-section .accordion.theme-accordion .card .theme-accordion .card:first-of-type {
    border-bottom: 1px solid #dddddd; }
  .faq-section .accordion.theme-accordion .card:first-child {
    margin-top: 0; }
  .faq-section .accordion.theme-accordion .card .card-header {
    padding: 0;
    border-bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #f7f7f7; }
    .faq-section .accordion.theme-accordion .card .card-header button {
      color: #333333;
      text-align: left;
      font-size: 17px;
      padding: 18px;
      font-weight: 600;
      white-space: normal;
      text-decoration: none;
      display: block;
      width: 100%; }
      .faq-section .accordion.theme-accordion .card .card-header button:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 6px solid #000000;
        right: 20px;
        top: 25px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .faq-section .accordion.theme-accordion .card .card-header button[aria-expanded="true"]:before {
        border-top: 0;
        border-bottom: 6px solid #000000;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .faq-section .accordion.theme-accordion .card .card-header button:hover {
        text-decoration: none;
        color: #ff5c00;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  .faq-section .accordion.theme-accordion .card .card-body {
    padding: 15px 18px;
    border: 1px solid #f7f7f7; }
    .faq-section .accordion.theme-accordion .card .card-body p {
      margin-bottom: 0;
      font-size: 14px;
      color: #333333;
      line-height: 1.8; }

/*=====================
    28.Forgot password
==========================*/
.pwd-page {
  padding: 50px 0;
  text-align: center; }
  .pwd-page h2 {
    margin-bottom: 25px;
    color: #444444;
    line-height: 1; }
  .pwd-page .theme-form input {
    border-color: #dddddd;
    font-size: 15px;
    padding: 15px 25px;
    margin-bottom: 15px;
    height: inherit;
    text-align: center; }
  .pwd-page .theme-form .btn-solid {
    margin: 0 auto; }

/*=====================
    29.login
==========================*/
.login-page h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #444444;
  margin-top: -5px; }

.login-page .theme-card {
  padding: 30px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  line-height: 1; }
  .login-page .theme-card .theme-form label {
    text-transform: capitalize;
    color: #333333;
    font-size: 14px;
    font-weight: 600; }
  .login-page .theme-card .theme-form input {
    border-color: #dddddd;
    font-size: 12px;
    padding: 17px 25px;
    margin-bottom: 30px;
    height: inherit; }

.login-page .authentication-right {
  height: calc(100% - 44px); }
  .login-page .authentication-right h6 {
    text-transform: uppercase;
    color: #333333;
    font-weight: 600; }
  .login-page .authentication-right p {
    font-size: 14px;
    color: #777777;
    line-height: 2;
    margin-bottom: 1rem; }

/*=====================
    30.register page
==========================*/
.register-page h3, .login-page h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #444444;
  font-weight: 700;
  margin-top: -5px; }

.register-page .theme-card, .login-page .theme-card {
  padding: 30px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  line-height: 1; }
  .register-page .theme-card .theme-form label, .login-page .theme-card .theme-form label {
    text-transform: capitalize;
    color: #333333;
    font-size: 14px;
    font-weight: 600; }
  .register-page .theme-card .theme-form input, .login-page .theme-card .theme-form input {
    border-color: #dddddd;
    font-size: 12px;
    padding: 17px 25px;
    margin-bottom: 30px;
    height: inherit; }

/*=====================
    31.contacts
==========================*/
.contact-page .map iframe {
  width: 100%;
  height: 100%;
  border: none; }

.contact-page .contact-right {
  padding-top: 30px; }
  .contact-page .contact-right ul li {
    position: relative;
    padding-left: 150px;
    margin-top: 45px;
    display: block; }
    .contact-page .contact-right ul li:first-child {
      margin-top: 0; }
    .contact-page .contact-right ul li .contact-icon {
      position: absolute;
      left: 0;
      text-align: center;
      width: 130px;
      border-right: 1px solid #dddddd; }
      .contact-page .contact-right ul li .contact-icon i {
        font-size: 20px;
        color: #ff4c3b; }
      .contact-page .contact-right ul li .contact-icon img, .contact-page .contact-right ul li .contact-icon svg {
        margin-top: 10px; }
      .contact-page .contact-right ul li .contact-icon h6 {
        text-transform: uppercase;
        padding-top: 5px;
        margin-bottom: 0;
        font-weight: 600;
        color: #ff5c00; }
    .contact-page .contact-right ul li p {
      font-weight: 600;
      margin-bottom: 0;
      line-height: 30px; }

.theme-form.contact-form {
  margin-top: -6px; }
  .theme-form.contact-form label {
    text-transform: capitalize;
    color: #333333;
    font-size: 14px;
    font-weight: 600; }
  .theme-form.contact-form input, .theme-form.contact-form select, .theme-form.contact-form textarea {
    border-color: #dddddd;
    font-size: 12px;
    padding: 15px 20px;
    margin-bottom: 30px;
    height: inherit; }

/*=====================
    32.Portfolio
==========================*/
/*=====================
    18.Portfoilio CSS start
==========================*/
.portfolio-padding {
  padding-bottom: 40px; }

.portfolio-section .article-title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: white;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  float: left;
  font-size: 18px;
  line-height: 24px; }
  .portfolio-section .article-title a {
    color: white; }

.portfolio-section .isotopeSelector {
  float: left;
  width: 100%;
  position: relative; }
  .portfolio-section .isotopeSelector .overlay {
    position: relative;
    border: 1px solid #dddddd; }
  .portfolio-section .isotopeSelector img {
    width: 100%;
    height: auto; }

.portfolio-section .isotopeSelector {
  margin-bottom: 30px; }
  .portfolio-section .isotopeSelector img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
  .portfolio-section .isotopeSelector .overlay-background {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
    .portfolio-section .isotopeSelector .overlay-background i {
      position: absolute;
      top: 50%;
      left: 50%;
      background-color: white;
      padding: 10px;
      border-radius: 100%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #ff5c00;
      font-size: 22px;
      display: none;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      width: 40px;
      height: 40px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .portfolio-section .isotopeSelector:hover img {
    -webkit-transform: scale(1.2) rotate(2deg);
            transform: scale(1.2) rotate(2deg);
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
  .portfolio-section .isotopeSelector:hover .overlay-background {
    -webkit-transform: scale(1);
            transform: scale(1);
    border: 3px solid white;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 92, 0, 0.2);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .portfolio-section .isotopeSelector:hover .overlay-background i {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }

.portfolio-section .border-portfolio {
  margin: 3px;
  overflow: hidden; }

.portfolio-section #form1 {
  padding-bottom: 20px; }

.portfolio-section .filter-button {
  padding: 0 24px;
  font-size: 20px;
  line-height: 35px;
  border: none;
  background-color: white; }
  .portfolio-section .filter-button.active {
    background-color: #ff5c00;
    color: #ffffff; }

.portfolio-section.fullwidth-portfolio .isotopeSelector {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 14px; }

.portfolio-section.metro-section .product-box .product-detail {
  opacity: 0;
  position: absolute;
  background-color: #ffffff;
  padding: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 65%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
  text-align: center; }
  .portfolio-section.metro-section .product-box .product-detail h6 {
    color: #525252;
    padding-top: 0;
    margin-top: -2px; }
  .portfolio-section.metro-section .product-box .product-detail h4 {
    font-weight: 400;
    color: #000000; }

.portfolio-section.metro-section .product-box .cart-wrap {
  top: 7px;
  right: 7px;
  opacity: 1; }
  .portfolio-section.metro-section .product-box .cart-wrap button {
    border: 1px solid #ffffff;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 1; }
    .portfolio-section.metro-section .product-box .cart-wrap button i {
      padding: 7px;
      color: #333333; }
  .portfolio-section.metro-section .product-box .cart-wrap a i {
    border-radius: 100%;
    border: 1px solid #ffffff;
    margin: 5px 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 7px;
    color: #333333;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.portfolio-section.metro-section .product-box:hover .product-detail {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  bottom: 15px; }

.portfolio-section.metro-section .product-box:hover .cart-wrap button {
  -webkit-animation: none;
          animation: none; }

.portfolio-section.metro-section .product-box:hover .cart-wrap a i {
  opacity: 1; }

.portfolio-section.metro-section .product-box:hover .cart-wrap a:nth-child(2) i {
  -webkit-animation: fadeInDown 500ms ease-in-out;
          animation: fadeInDown 500ms ease-in-out; }

.portfolio-section.metro-section .product-box:hover .cart-wrap a:nth-child(3) i {
  -webkit-animation: fadeInDown 700ms ease-in-out;
          animation: fadeInDown 700ms ease-in-out; }

.portfolio-section.metro-section .product-box:hover .cart-wrap a:nth-child(4) i {
  -webkit-animation: fadeInDown 1000ms ease-in-out;
          animation: fadeInDown 1000ms ease-in-out; }

.filter-section .filter-container {
  text-align: center;
  padding: 0 0 20px; }
  .filter-section .filter-container ul.filter > li {
    padding: 0 25px; }
    .filter-section .filter-container ul.filter > li > a {
      color: #ff5c00;
      font-size: 20px;
      line-height: 40px; }
      .filter-section .filter-container ul.filter > li > a:hover, .filter-section .filter-container ul.filter > li > a:focus {
        text-decoration: none;
        color: #ff5c00;
        outline: none; }
    .filter-section .filter-container ul.filter > li.active {
      background-color: #ff5c00; }
      .filter-section .filter-container ul.filter > li.active a {
        color: #ffffff; }
    .filter-section .filter-container ul.filter > li span {
      color: #ddd;
      font-size: 20px;
      display: inline-block;
      margin: 0 5px; }
  .filter-section .filter-container .filter > li {
    padding: 0;
    margin: 0; }

.filter-section .title1 .title-inner1 {
  margin-top: -5px; }

.filter-section h1 {
  text-align: center; }

.demo-colored-wrap {
  background: #ecf0f1; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-title {
  display: none; }

.offer-box {
  top: 50%;
  position: fixed;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: -415px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9; }
  .offer-box img {
    margin-right: 18px; }
  .offer-box.toggle-cls {
    left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .offer-box .heading-right h3 {
    position: absolute;
    top: 50%;
    right: 0;
    width: 230px;
    height: 36px;
    line-height: 36px;
    letter-spacing: 5px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transform: translate(50%, -50%) rotate(-90deg);
            transform: translate(50%, -50%) rotate(-90deg);
    text-align: center;
    background-color: #ff5c00;
    margin-bottom: 0;
    cursor: pointer; }

/*=====================
    33.Collection
==========================*/
.collection .collection-block {
  text-align: center; }
  .collection .collection-block img {
    margin-bottom: 20px; }
  .collection .collection-block .collection-content {
    text-align: center; }
    .collection .collection-block .collection-content h3 {
      margin-bottom: 10px;
      color: #444444;
      font-weight: 700; }
    .collection .collection-block .collection-content h4 {
      color: #444;
      margin-bottom: 0px;
      font-size: 16px; }
    .collection .collection-block .collection-content p {
      line-height: 1.5; }
    .collection .collection-block .collection-content .btn-solid,
    .collection .collection-block .collection-content .btn-outline {
      padding: 10px 25px; }

.collection .partition-collection > div:nth-child(n) {
  margin-top: 50px; 
}

/*=====================
    34.about page section
==========================*/
.about-head {
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }
  .about-head h2 {
    color: #444444;
    margin-bottom: 0; }

.about-page p {
  margin-bottom: 0;
  line-height: 2;
  letter-spacing: 0.05em; }
  .about-page p + p {
    margin-bottom: -5px; }

.about-page .banner-section {
  border-radius: 5px;
  overflow: hidden; }

.about-page h4 {
  margin-bottom: 20px;
  margin-top: 30px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1;
  color: #444444; }

.testimonial {
  background-color: #f7f7f7; }
  .testimonial .testimonial-slider .media img {
    border-radius: 100%;
    border: 1px solid #dddddd;
    padding: 5px;
    height: 130px;
    width: 130px; }
  .testimonial .testimonial-slider .media h5 {
    font-size: 16px;
    font-weight: 700;
    color: #444;
    margin-bottom: 0;
    margin-top: 5px;
    padding-bottom: 0; }
  .testimonial .testimonial-slider .media h6 {
    margin-bottom: -4px; }
  .testimonial .testimonial-slider .media .media-body {
    padding: 30px 75px 0 30px; }
    .testimonial .testimonial-slider .media .media-body p {
      line-height: 2;
      letter-spacing: 0.03em;
      margin-bottom: 0; }
  .testimonial .testimonial-slider .slick-track .slick-slide:nth-child(even) .media {
    border-left: 1px solid #dddddd;
    padding-left: 50px; }

.team {
  position: relative; }
  .team .title {
    font-size: 22px;
    padding-bottom: 15px;
    display: block;
    border-bottom: 1px solid #ddd; }
  .team .slick-slide {
    margin-bottom: -5px;
    text-align: center; }
  .team .theme-arrow .slick-prev, .team .theme-arrow .slick-next {
    top: -45px; }
  .team .theme-arrow .slick-prev {
    right: 40px; }
  .team .theme-arrow .slick-next {
    right: 0; }
  .team img {
    margin: 0 auto; }
  .team h5,
  .team h6 {
    text-align: center;
    margin-bottom: 0; }
  .team h5 {
    color: #444;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 0; }

/*=====================
    35. blog-details 
==========================*/
.blog-detail-page .blog-detail img {
  margin-bottom: 40px; }

.blog-detail-page .blog-detail h3 {
  color: #222222;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase; }

.blog-detail-page .blog-detail p {
  color: #777777;
  line-height: 1.8;
  letter-spacing: 0.06em; }

.blog-detail-page .blog-detail .post-social {
  color: #777777;
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px; }
  .blog-detail-page .blog-detail .post-social li + li {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #dddddd; }

.blog-detail-page .blog-advance img {
  border-radius: 5px;
  margin-bottom: 40px; }

.blog-detail-page .blog-advance ul {
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 2.5;
  font-size: 15px; }
  .blog-detail-page .blog-advance ul li {
    display: list-item;
    font-weight: 700; }

.blog-detail-page .blog-advance p {
  line-height: 1.8; }

.blog-detail-page .comment-section {
  border-bottom: 1px solid #dddddd; }
  .blog-detail-page .comment-section > li {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #dddddd; }
    .blog-detail-page .comment-section > li img {
      height: 65px;
      width: 65px;
      margin-right: 20px;
      border-radius: 100%; }
    .blog-detail-page .comment-section > li h6 {
      color: #777777;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 20px; }
      .blog-detail-page .comment-section > li h6 span {
        font-size: 13px;
        font-weight: 500;
        text-transform: capitalize;
        color: #777777;
        margin-left: 20px; }
    .blog-detail-page .comment-section > li p {
      line-height: 1.8;
      margin-bottom: 0; }

.blog-detail-page .blog-contact h2 {
  margin-bottom: 30px; }

.blog-detail-page .blog-contact .theme-form label {
  text-transform: capitalize;
  color: #333333;
  font-size: 16px;
  font-weight: 700; }

.blog-detail-page .blog-contact .theme-form input,
.blog-detail-page .blog-contact .theme-form textarea {
  border-color: #dddddd;
  font-size: 14px;
  padding: 17px 25px;
  margin-bottom: 30px; }

/*=====================
    36. blog-page
==========================*/
.blog-page .blog-sidebar h6 {
  margin-bottom: 0;
  line-height: 20px;
  color: #333333;
  font-weight: 700; }

.blog-page .blog-sidebar p {
  line-height: 20px;
  margin-bottom: 0;
  color: #777777; }

.blog-page .blog-sidebar h4 {
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 20px; }

.blog-page .blog-sidebar .theme-card {
  border: 1px solid #dddddd;
  padding: 30px;
  background-color: #ffffff; }
  .blog-page .blog-sidebar .theme-card .recent-blog li .media img {
    width: 100px;
    margin-right: 10px; }
  .blog-page .blog-sidebar .theme-card .recent-blog li + li {
    margin-top: 30px; }
  .blog-page .blog-sidebar .theme-card .popular-blog li .blog-date {
    background-color: #444;
    height: 60px;
    width: 60px;
    margin: 0 15px 0 0;
    padding: 10px; }
    .blog-page .blog-sidebar .theme-card .popular-blog li .blog-date span {
      display: block;
      text-align: center;
      color: #ffffff;
      text-transform: uppercase; }
  .blog-page .blog-sidebar .theme-card .popular-blog li + li {
    margin-top: 30px; }
  .blog-page .blog-sidebar .theme-card .popular-blog li p {
    margin-top: 10px; }
  .blog-page .blog-sidebar .theme-card + .theme-card {
    margin-top: 30px; }

.blog-page .blog-media {
  margin-bottom: 30px; }
  .blog-page .blog-media:last-child {
    margin-bottom: 0; }
  .blog-page .blog-media .blog-right {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .blog-page .blog-media .blog-right h6 {
      color: #444;
      text-transform: uppercase;
      margin-bottom: 10px;
      line-height: 1; }
    .blog-page .blog-media .blog-right h4 {
      color: #333333;
      font-weight: 700;
      line-height: 1.4;
      margin-bottom: 15px; }
    .blog-page .blog-media .blog-right p {
      line-height: 1.8;
      margin-bottom: 0;
      letter-spacing: 0.04em; }
    .blog-page .blog-media .blog-right ul {
      color: #777777;
      margin-bottom: 15px; }
      .blog-page .blog-media .blog-right ul li {
        font-size: 14px;
        line-height: 1.5; }
        .blog-page .blog-media .blog-right ul li i {
          padding-right: 3px; }
        .blog-page .blog-media .blog-right ul li + li {
          padding-left: 15px;
          margin-left: 15px;
          border-left: 1px solid #dddddd; }

/*=====================
    37. category page
==========================*/
.collection-filter-block {
  margin-bottom: 29px;
  padding: 25px 30px;
  border: 1px solid #dddddd;
  background-color: #ffffff; }
  .collection-filter-block .product-service {
    padding: 30px 0; }
    .collection-filter-block .product-service .media {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #dddddd; }
      .collection-filter-block .product-service .media img {
        height: 40px; }
      .collection-filter-block .product-service .media .media-body {
        padding-left: 10px; }
        .collection-filter-block .product-service .media .media-body h4 {
          margin-bottom: 5px; }
        .collection-filter-block .product-service .media .media-body p {
          margin-bottom: 0;
          text-transform: capitalize; }
      .collection-filter-block .product-service .media:last-child {
        padding-bottom: 0; }

.collection-filter-block .collection-collapse-block + .collection-collapse-block {
  margin-top: 20px; }

.collection-collapse-block .collapse-block-title {
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  color: #444444;
  font-weight: 600;
  margin: 0; }
  .collection-collapse-block .collapse-block-title:after {
    position: absolute;
    display: block;
    top: 0;
    right: -3px;
    content: "\f0d7";
    font-family: FontAwesome;
    color: #444444; }

.collection-collapse-block-content .color-selector {
  margin-top: 10px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffffff; }

.collection-brand-filter .category-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 18px; }
  .collection-brand-filter .category-list li a {
    color: #777777;
    padding-bottom: 10px;
    font-size: 13px; }
  .collection-brand-filter .category-list li:last-child a {
    padding-bottom: 0; }
  .collection-brand-filter .category-list li:first-child {
    margin-top: 10px; }

.collection-brand-filter .collection-filter-checkbox {
  margin-bottom: 12px; }
  .collection-brand-filter .collection-filter-checkbox:first-child {
    margin-top: 10px; }
  .collection-brand-filter .collection-filter-checkbox:last-child {
    margin-bottom: 0; }
  .collection-brand-filter .collection-filter-checkbox label {
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px;
    color: #777777;
    font-weight: 600;
    letter-spacing: 0.5px; }
    .collection-brand-filter .collection-filter-checkbox label:before {
      top: 1px;
      height: 15px;
      width: 15px;
      background: #ffffff;
      border: 1px solid #777777; }
    .collection-brand-filter .collection-filter-checkbox label:after {
      top: 1px;
      height: 15px;
      width: 15px;
      background-size: 65%; }
  .collection-brand-filter .collection-filter-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>"); }

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px; }

/*=====================
    38. lookbook CSS start
==========================*/
.lookbook .lookbook-block {
  position: relative; }
  .lookbook .lookbook-block .lookbook-dot {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    width: 29px;
    height: 29px;
    line-height: 29px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 50%;
    left: 12%;
    background-color: #ffffff; }
    .lookbook .lookbook-block .lookbook-dot.dot2 {
      top: 70%;
      left: 27%; }
    .lookbook .lookbook-block .lookbook-dot.dot3 {
      top: 28%;
      left: 30%; }
    .lookbook .lookbook-block .lookbook-dot.dot4 {
      top: 67%;
      left: 8%; }
    .lookbook .lookbook-block .lookbook-dot.dot5 {
      top: 40%;
      left: 35%; }
    .lookbook .lookbook-block .lookbook-dot.dot6 {
      top: 80%;
      left: 58%; }
    .lookbook .lookbook-block .lookbook-dot.dot7 {
      top: 67%;
      left: 45%; }
    .lookbook .lookbook-block .lookbook-dot.dot8 {
      top: 43%;
      left: 69%; }
    .lookbook .lookbook-block .lookbook-dot.dot9 {
      top: 32%;
      left: 50%; }
    .lookbook .lookbook-block .lookbook-dot.dot10 {
      top: 60%;
      left: 50%; }
    .lookbook .lookbook-block .lookbook-dot.dot11 {
      top: 50%;
      left: 45%; }
    .lookbook .lookbook-block .lookbook-dot.dot12 {
      top: 75%;
      left: 45%; }
    .lookbook .lookbook-block .lookbook-dot.dot13 {
      top: 40%;
      left: 45%; }
    .lookbook .lookbook-block .lookbook-dot.dot14 {
      top: 76%;
      left: 45%; }
    .lookbook .lookbook-block .lookbook-dot.dot15 {
      top: 50%;
      left: 15%; }
    .lookbook .lookbook-block .lookbook-dot:before {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      content: "";
      background-color: #fff;
      background-color: rgba(255, 255, 255, 0.5);
      zoom: 1;
      background-color: transparent\9;
      z-index: -1;
      border-radius: 50%;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .lookbook .lookbook-block .lookbook-dot span {
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .lookbook .lookbook-block .lookbook-dot .dot-showbox {
      visibility: hidden;
      top: -110px;
      left: 150%;
      position: absolute;
      width: 120px;
      background-color: #ffffff;
      -webkit-box-shadow: -3px -3px 13px rgba(48, 54, 61, 0.1);
      box-shadow: -3px -3px 13px rgba(48, 54, 61, 0.1); }
      .lookbook .lookbook-block .lookbook-dot .dot-showbox img {
        margin-top: 0; }
      .lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info {
        padding: 5px;
        text-align: center; }
        .lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h5 {
          margin-bottom: 0;
          text-transform: capitalize;
          line-height: 20px;
          padding-bottom: 0; }
          .lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h5.title {
            font-weight: 700; }
        .lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h6 {
          text-transform: uppercase;
          color: #444;
          margin-bottom: 0; }
      .lookbook .lookbook-block .lookbook-dot .dot-showbox:before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-right: 8px solid #ffffff;
        border-bottom: 8px solid transparent;
        top: 41%;
        left: -8px; }
    .lookbook .lookbook-block .lookbook-dot:hover {
      background-color: #444;
      -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
      box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
      z-index: 10; }
      .lookbook .lookbook-block .lookbook-dot:hover .dot-showbox {
        -webkit-animation: fadeInUp 400ms ease-in-out;
                animation: fadeInUp 400ms ease-in-out;
        visibility: visible;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .lookbook .lookbook-block .lookbook-dot:hover span {
        color: #ffffff; }
      .lookbook .lookbook-block .lookbook-dot:hover:before {
        -webkit-transform: scale(1.3); }

/*=====================
    39. Collection box 
==========================*/
.top-banner-wrapper .top-banner-content h4 {
  font-weight: 600;
  color: #444444;
  margin-bottom: 15px; }

.top-banner-wrapper .top-banner-content h5 {
  font-size: 16px;
  font-weight: 600;
  color: #444444;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-bottom: 0; }

.top-banner-wrapper .top-banner-content p {
  letter-spacing: 0.05em;
  margin-bottom: 0; }

.search-count h5 {
  font-size: 15px; }

.collection-filter .offer-slider {
  margin-right: 1px; }

.collection-filter .service-two {
  padding: 10px 30px; }
  .collection-filter .service-two .service-classic {
    padding: 20px 0; }
    .collection-filter .service-two .service-classic h4 {
      font-size: 16px;
      font-weight: 500; }

.collection-filter > div {
  margin-bottom: 30px; }
  .collection-filter > div:last-child {
    margin-bottom: 0; }

.collection-product-wrapper .product-info h4 {
  padding-bottom: 8px; }

.collection-product-wrapper .product-top-filter {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd; }
  .collection-product-wrapper .product-top-filter .product-filter-content,
  .collection-product-wrapper .product-top-filter .popup-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .collection-product-wrapper .product-top-filter .product-filter-content .search-count,
    .collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup,
    .collection-product-wrapper .product-top-filter .popup-filter .search-count,
    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
      border-right: 1px solid #dddddd;
      padding: 15px 0;
      text-transform: capitalize;
      width: 33%; }
      .collection-product-wrapper .product-top-filter .product-filter-content .search-count h5,
      .collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup h5,
      .collection-product-wrapper .product-top-filter .popup-filter .search-count h5,
      .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup h5 {
        margin-bottom: 0;
        padding-bottom: 0; }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-view,
    .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
      padding: 15px 10px;
      width: 10%; }
      .collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li,
      .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li {
        height: 100%;
        vertical-align: middle;
        cursor: pointer; }
        .collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li:first-child,
        .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li:first-child {
          margin-right: 14px; }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view,
    .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
      padding: 15px;
      width: 20%;
      border-right: 1px solid #dddddd; }
      .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul,
      .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li,
        .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li {
          margin-left: 10px; }
          .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li img,
          .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li img {
            height: 18px;
            cursor: pointer; }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
      position: relative;
      width: 21%; }
      .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
      .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
      .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
      .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
        border: 0;
        padding: 15px 5px;
        border-right: 1px solid #dddddd;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
        background: url(../images/dropdown.png) no-repeat 95%; }
        .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select:focus,
        .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select:focus,
        .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select:focus,
        .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select:focus {
          outline: unset; }
        .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select option,
        .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select option,
        .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select option,
        .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select option {
          padding: 20px 0; }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
      width: 15%; }
      .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before,
      .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
        right: 10px; }
      .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
      .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
        border-right: none; }
  .collection-product-wrapper .product-top-filter .popup-filter {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset; }
    .collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar {
      width: 3px; }
    .collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-track {
      background: #dddddd; }
    .collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb {
      background: #777777; }
    .collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb:hover {
      background: #777777; }
    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
      position: relative;
      cursor: pointer;
      width: 20%;
      background: url(../images/dropdown.png) no-repeat 95%; }
      .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup a {
        font-size: 16px;
        color: #222222; }
      .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
        background-color: #f8f8f8;
        width: 270px;
        height: 600px;
        overflow-y: scroll; }
        .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-filter-block {
          border: none; }
        .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .theme-card {
          padding: 0 30px; }
        .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-sidebar-banner {
          padding: 0 30px; }
    .collection-product-wrapper .product-top-filter .popup-filter .open-popup {
      display: none;
      position: absolute;
      z-index: 9;
      top: 75px;
      left: 0;
      border: 1px solid #dddddd;
      -webkit-box-shadow: 0 0 5px #ddd;
              box-shadow: 0 0 5px #ddd;
      width: 360px;
      max-width: 360px; }
      .collection-product-wrapper .product-top-filter .popup-filter .open-popup.open {
        display: block; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
      width: 20%; }
      .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
      .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
        padding-right: 45px;
        font-size: 16px; }
      .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before,
      .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
        right: 35px; }
    .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
      padding: 20px; }
    .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
      width: 20%; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
      right: 25px !important; }

.collection-product-wrapper .product-wrapper-grid {
  margin: 0 -15px; }
  .collection-product-wrapper .product-wrapper-grid .sapce-category > div {
    margin-top: 30px; }
  .collection-product-wrapper .product-wrapper-grid .product-five {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .cart-info a,
  .collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .cart-info button {
    margin-left: 7px; }
    .collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .cart-info a i,
    .collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .cart-info button i {
      font-size: 15px; }
  .collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .img-wrapper .lable-block .lable3 {
    padding: 8px 4px;
    font-size: 12px; }

.collection-product-wrapper .product-info p {
  display: none;
  width: 80%;
  letter-spacing: 0.06em; }

.filter-main-btn {
  display: none;
  margin-bottom: 20px; }

.filter-main-btn span {
  font-size: 18px;
  cursor: pointer;
  padding: 10px 25px;
  background-color: #444;
  color: #ffffff;
  line-height: 1;
  display: inline-block; }

.collection-mobile-back {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  display: none; }
  .collection-mobile-back span {
    text-transform: uppercase;
    font-size: 14px;
    color: #000000;
    cursor: pointer; }
    .collection-mobile-back span i {
      font-size: 20px;
      font-weight: bold;
      margin-right: 5px; }

.product-pagination {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin: 30px 0 0; }
  .product-pagination .pagination {
    border-radius: 0; }
    .product-pagination .pagination .page-item {
      border-radius: 0; }
      .product-pagination .pagination .page-item a {
        padding: 18px;
        border-bottom: 0;
        border-top: 0;
        color: #777777;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
      .product-pagination .pagination .page-item:last-child .page-link {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      .product-pagination .pagination .page-item.active a {
        color: #ff5c00;
        background-color: #ffffff;
        border-color: #ddd; }
  .product-pagination .product-search-count-bottom {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding-right: 15px; }
    .product-pagination .product-search-count-bottom h5 {
      color: #777777;
      font-size: 14px;
      margin-bottom: 0;
      padding: 5px 0; }

.product-wrapper-grid .col-lg-2 {
  padding-left: 7.5px;
  padding-right: 7.5px; }
  .product-wrapper-grid .col-lg-2 .product-info {
    padding-left: 0; }

.product-wrapper-grid.list-view .product-box {
  display: -webkit-box;
  padding-bottom: 0; }
  .product-wrapper-grid.list-view .product-box .img-wrapper,
  .product-wrapper-grid.list-view .product-box .img-block {
    width: 20%; }
  .product-wrapper-grid.list-view .product-box .product-info {
    text-align: left;
    -ms-flex-item-align: center;
        align-self: center;
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 30px; }
    .product-wrapper-grid.list-view .product-box .product-info h4 {
      padding-bottom: 10px; }
    .product-wrapper-grid.list-view .product-box .product-info p {
      display: block; }
  .product-wrapper-grid.list-view .product-box .product-detail {
    padding-left: 15px;
    -ms-flex-item-align: center;
        align-self: center;
    text-align: left !important; }
    .product-wrapper-grid.list-view .product-box .product-detail .rating {
      margin-top: 0; }

/*=====================
    40. Checkout pages
==========================*/
.padding-cls {
  padding-left: 50px;
  padding-right: 50px; }

.checkout-page .checkout-title {
  margin-bottom: 25px; }
  .checkout-page .checkout-title h3 {
    color: #444444;
    font-weight: 700; }

.checkout-page .checkout-form .checkout-details {
  position: relative;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  padding: 40px; }

.checkout-page .checkout-form .form-group {
  position: relative;
  margin-bottom: 25px; }
  .checkout-page .checkout-form .form-group h3 {
    color: #444444;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 30px; }
  .checkout-page .checkout-form .form-group .field-label {
    line-height: 24px;
    text-transform: capitalize;
    color: #444444;
    margin-bottom: 5px;
    font-weight: 700; }
    .checkout-page .checkout-form .form-group .field-label span {
      font-size: 16px;
      color: #444444;
      font-weight: 600; }
  .checkout-page .checkout-form .form-group label {
    color: #444444; }

.checkout-page .checkout-form select {
  cursor: pointer;
  width: 100%;
  padding: 0 22px;
  height: 45px;
  border: 1px solid #ddd; }

.checkout-page .checkout-form input[type="text"] {
  width: 100%;
  padding: 0 22px;
  height: 45px;
  border: 1px solid #ddd; }

.checkout-page .checkout-form input[type="email"] {
  width: 100%;
  padding: 0 22px;
  height: 45px;
  border: 1px solid #ddd; }

.checkout-page .checkout-form input[type="password"] {
  width: 100%;
  padding: 0 22px;
  height: 45px;
  border: 1px solid #ddd; }

.checkout-page .checkout-form input[type="tel"] {
  width: 100%;
  padding: 0 22px;
  height: 45px;
  border: 1px solid #ddd; }

.checkout-page .checkout-form input[type="number"] {
  width: 100%;
  padding: 0 22px;
  height: 45px;
  border: 1px solid #ddd; }

.checkout-page .checkout-form input[type="url"] {
  width: 100%;
  padding: 0 22px;
  height: 45px;
  border: 1px solid #ddd; }

.checkout-page .checkout-form textarea {
  width: 100%;
  padding: 0 22px;
  height: 45px;
  border: 1px solid #ddd; }

.checkout-page .checkout-form .check-out .form-group:last-child {
  margin-bottom: -5px; }
  .checkout-page .checkout-form .check-out .form-group:last-child label {
    margin-bottom: -5px; }

.checkout-page .check-box {
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
  padding-top: 5px; }
  .checkout-page .check-box label {
    position: relative;
    top: -1px;
    font-weight: normal;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    color: red; }

.checkout-page .lower-content {
  margin-top: 30px; }
  .checkout-page .lower-content .order-column {
    margin-bottom: 40px; }

.order-box {
  position: relative;
  margin-bottom: 50px; }
  .order-box .title-box {
    position: relative;
    padding-bottom: 25px;
    color: #444444;
    font-weight: 600;
    font-size: 22px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px; }
    .order-box .title-box span {
      position: relative;
      width: 35%;
      float: right;
      line-height: 1.2em; }
  .order-box .qty {
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px; }
    .order-box .qty li {
      position: relative;
      display: block;
      font-size: 15px;
      color: #444444;
      line-height: 20px;
      margin-bottom: 20px; }
      .order-box .qty li span {
        float: right;
        font-size: 18px;
        line-height: 20px;
        color: #444444;
        font-weight: 400;
        width: 35%; }
  .order-box .sub-total {
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px; }
    .order-box .sub-total li {
      position: relative;
      display: inline-block;
      font-size: 16px;
      font-weight: 600;
      color: #444444;
      line-height: 20px;
      margin-bottom: 20px;
      width: 100%; }
      .order-box .sub-total li .count {
        position: relative;
        font-size: 18px;
        line-height: 20px;
        color: #ff5c00;
        font-weight: 400;
        width: 35%;
        float: right; }
    .order-box .sub-total .shipping {
      width: 35%;
      float: right; }
    .order-box .sub-total .shopping-option label {
      position: relative;
      font-size: 14px;
      padding-left: 5px; }
  .order-box .total {
    position: relative;
    margin-bottom: 40px; }
    .order-box .total li {
      position: relative;
      display: block;
      font-weight: 400;
      color: #444444;
      line-height: 20px;
      margin-bottom: 10px;
      font-size: 18px; }
      .order-box .total li .count {
        position: relative;
        font-size: 18px;
        line-height: 20px;
        color: #ff5c00;
        font-weight: 400; }
      .order-box .total li span {
        float: right;
        font-size: 15px;
        line-height: 20px;
        color: #444444;
        font-weight: 400;
        width: 35%;
        display: block; }

.payment-box {
  position: relative; }
  .payment-box .upper-box {
    position: relative; }
  .payment-box .payment-options {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px; }
    .payment-box .payment-options li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 15px; }
      .payment-box .payment-options li .radio-option {
        position: relative; }
        .payment-box .payment-options li .radio-option label {
          position: relative;
          padding-left: 30px;
          text-transform: capitalize;
          color: #444444;
          cursor: pointer;
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
          margin-bottom: 0; }
          .payment-box .payment-options li .radio-option label .small-text {
            position: relative;
            display: none;
            font-size: 15px;
            line-height: 25px;
            font-weight: 300;
            color: #444444;
            margin-top: 10px; }
          .payment-box .payment-options li .radio-option label img {
            position: relative;
            display: block;
            max-width: 100%;
            margin-left: -30px;
            margin-top: 5px; }
        .payment-box .payment-options li .radio-option input[type="radio"] {
          position: absolute;
          left: 0;
          top: 5px; }

.color-selector,
.color-variant {
  margin-top: 5px;
  line-height: 1.6; }
  .color-selector li.white,
  .color-variant li.white {
    background-color: #ffffff; }
  .color-selector li.grey,
  .color-variant li.grey {
    background-color: #bfbfbf; }
  .color-selector li.red,
  .color-variant li.red {
    background-color: #ffc3c3; }
  .color-selector li.purple,
  .color-variant li.purple {
    background-color: #f1e7e6; }
  .color-selector li.blue,
  .color-variant li.blue {
    background-color: #d0edff; }
  .color-selector li.yellow,
  .color-variant li.yellow {
    background-color: #ffffca; }
  .color-selector li.green,
  .color-variant li.green {
    background-color: #ccf6ff; }
  .color-selector li.black,
  .color-variant li.black {
    background-color: #c5c5c5; }
  .color-selector li.active,
  .color-variant li.active {
    border: 1px solid #dddddd;
    position: relative; }
    .color-selector li.active:after,
    .color-variant li.active:after {
      content: "";
      background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
      top: 10px;
      right: 4px;
      height: 15px;
      width: 15px;
      background-size: 70%;
      background-repeat: no-repeat;
      position: absolute; }

.color-variant li {
  height: 20px;
  width: 20px;
  margin-right: 0px;
  margin-bottom: -4px; }

/*=====================
    41.  Product page
==========================*/
.collection-wrapper .product-right .product-buttons {
  text-align: left; }

.collection-wrapper .product-right .size-box {
  text-align: center; }
  .collection-wrapper .product-right .size-box ul li {
    margin-right: 0;
    margin-left: 10px; }

.collection-wrapper .product-right .product-description h6 span {
  float: left; }

.product-slick ~ .row .col-12 {
  padding-left: 7.5px;
  padding-right: 7.5px; }

.product-slick .slick-prev,
.product-slick .slick-next,
.rtl-product-slick .slick-prev,
.rtl-product-slick .slick-next,
.product-right-slick .slick-prev,
.product-right-slick .slick-next,
.rtl-product-right-slick .slick-prev,
.rtl-product-right-slick .slick-next {
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: -10px; }
  .product-slick .slick-prev:before,
  .product-slick .slick-next:before,
  .rtl-product-slick .slick-prev:before,
  .rtl-product-slick .slick-next:before,
  .product-right-slick .slick-prev:before,
  .product-right-slick .slick-next:before,
  .rtl-product-right-slick .slick-prev:before,
  .rtl-product-right-slick .slick-next:before {
    font: normal normal normal 14px/1 FontAwesome;
    opacity: 1;
    color: black;
    background-color: white;
    border-radius: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.product-slick .slick-next,
.rtl-product-slick .slick-next,
.product-right-slick .slick-next,
.rtl-product-right-slick .slick-next {
  right: 1px; }
  .product-slick .slick-next:before,
  .rtl-product-slick .slick-next:before,
  .product-right-slick .slick-next:before,
  .rtl-product-right-slick .slick-next:before {
    content: "\f105"; }

.product-slick .slick-prev,
.rtl-product-slick .slick-prev,
.product-right-slick .slick-prev,
.rtl-product-right-slick .slick-prev {
  left: 1px;
  z-index: 1; }
  .product-slick .slick-prev:before,
  .rtl-product-slick .slick-prev:before,
  .product-right-slick .slick-prev:before,
  .rtl-product-right-slick .slick-prev:before {
    content: "\f104"; }

.product-slick .slick-slide > div,
.rtl-product-slick .slick-slide > div,
.product-right-slick .slick-slide > div,
.rtl-product-right-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px; }

.product-slick:hover .slick-prev,
.product-slick:hover .slick-next,
.rtl-product-slick:hover .slick-prev,
.rtl-product-slick:hover .slick-next,
.product-right-slick:hover .slick-prev,
.product-right-slick:hover .slick-next,
.rtl-product-right-slick:hover .slick-prev,
.rtl-product-right-slick:hover .slick-next {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .product-slick:hover .slick-prev:before,
  .product-slick:hover .slick-next:before,
  .rtl-product-slick:hover .slick-prev:before,
  .rtl-product-slick:hover .slick-next:before,
  .product-right-slick:hover .slick-prev:before,
  .product-right-slick:hover .slick-next:before,
  .rtl-product-right-slick:hover .slick-prev:before,
  .rtl-product-right-slick:hover .slick-next:before {
    opacity: 1; }

.product-slick:hover .slick-next,
.rtl-product-slick:hover .slick-next,
.product-right-slick:hover .slick-next,
.rtl-product-right-slick:hover .slick-next {
  right: 20px; }

.product-slick:hover .slick-prev,
.rtl-product-slick:hover .slick-prev,
.product-right-slick:hover .slick-prev,
.rtl-product-right-slick:hover .slick-prev {
  left: 20px; }

.slider-nav .slick-slide > div,
.rtl-slider-nav .slick-slide > div,
.slider-right-nav .slick-slide > div,
.rtl-slider-right-nav .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 7px 15px 15px 15px;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #f7f7f7; }

.slider-nav .slick-slide.slick-current > div,
.rtl-slider-nav .slick-slide.slick-current > div,
.slider-right-nav .slick-slide.slick-current > div,
.rtl-slider-right-nav .slick-slide.slick-current > div {
  border-color: #777777;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.slider-nav .slick-slide.slick-active,
.rtl-slider-nav .slick-slide.slick-active,
.slider-right-nav .slick-slide.slick-active,
.rtl-slider-right-nav .slick-slide.slick-active {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.slider-right-nav .slick-slide:first-child > div,
.rtl-slider-right-nav .slick-slide:first-child > div {
  margin-top: 0; }

/*=====================
    42.Sticky product page
==========================*/
.pro_sticky_info {
  border: 1px solid #dddddd;
  padding: 20px; }

.image-scroll > div {
  padding-bottom: 20px; }
  .image-scroll > div:last-child {
    padding: 0; }

.product-right p {
  margin-bottom: 0;
  line-height: 1.5em;
  letter-spacing: 0.05em; }

.product-right .product-title {
  color: #222222;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0; }

.product-right .border-product {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px dashed #dddddd; }
  .product-right .border-product:last-child {
    padding-top: 15px;
    padding-bottom: 0; }

.product-right h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 1.2em; }

.product-right h3 {
  font-size: 26px;
  color: #222222;
  margin-bottom: 15px; }

.product-right h4 {
  font-size: 16px;
  margin-bottom: 7px; }
  .product-right h4 del {
    color: #777777;
    font-size: 14px; }
  .product-right h4 span {
    padding-left: 5px;
    color: #ff5c00; }

.product-right .color-variant {
  margin-bottom: 10px; }
  .product-right .color-variant li {
    height: 25px;
    width: 25px;
    cursor: pointer; }

.product-right .product-buttons {
  margin-bottom: 20px;
  margin-top: 10px; }
  .product-right .product-buttons .btn-solid,
  .product-right .product-buttons .btn-outline {
    padding: 7px 25px; }
  .product-right .product-buttons a:last-child {
    margin-left: 10px; }

.product-right .product-description h6 span {
  float: right !important; }
  .product-right .product-description h6 span a {
    color: #444; }

.product-right .product-description .qty-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px; }
  .product-right .product-description .qty-box .input-group {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    width: unset; }
    .product-right .product-description .qty-box .input-group .form-control {
      border-right: none; }

.product-right .size-box {
  margin-top: 10px;
  margin-bottom: 10px; }
  .product-right .size-box ul li {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #dddddd;
    text-align: left; }
    .product-right .size-box ul li a {
      color: #222222;
      font-size: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%; }
    .product-right .size-box ul li.active {
      background-color: #f8f8f8; }
    .product-right .size-box ul li:first-child {
      margin-right: 0; }

.product-right .product-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .product-right .product-icon .product-social li {
    padding-right: 15px; }
    .product-right .product-icon .product-social li a {
      color: #333333;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .product-right .product-icon .product-social li a i {
        font-size: 18px; }
      .product-right .product-icon .product-social li a:hover {
        color: #ff5c00; }
    .product-right .product-icon .product-social li:last-child {
      padding-right: 0; }
  .product-right .product-icon .wishlist-btn {
    background-color: transparent;
    border: none; }
    .product-right .product-icon .wishlist-btn i {
      border-left: 1px solid #dddddd;
      font-size: 18px;
      padding-left: 15px;
      margin-left: 15px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .product-right .product-icon .wishlist-btn span {
      padding-left: 10px;
      font-size: 14px; }
    .product-right .product-icon .wishlist-btn:hover i {
      color: #ff5c00;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }

.product-right .payment-card-bottom {
  margin-top: 10px; }
  .product-right .payment-card-bottom ul {
    line-height: 1; }
    .product-right .payment-card-bottom ul li {
      padding-right: 10px; }

.product-right .timer p {
  color: #222222; }

.product-right.product-form-box {
  text-align: center;
  border: 1px solid #dddddd;
  padding: 20px; }
  .product-right.product-form-box .product-description .qty-box {
    margin-bottom: 0; }
    .product-right.product-form-box .product-description .qty-box .input-group {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; }
  .product-right.product-form-box .product-buttons {
    margin-bottom: 0; }
  .product-right.product-form-box .timer {
    text-align: center; }

.single-product-tables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px; }
  .single-product-tables table {
    width: 20%; }
    .single-product-tables table tr {
      height: 35px; }
      .single-product-tables table tr td:first-child {
        font-weight: 600; }
  .single-product-tables.detail-section {
    margin-top: 0; }
    .single-product-tables.detail-section table {
      width: 55%; }

.product-accordion .btn-link {
  color: #222222; }
  .product-accordion .btn-link:hover {
    text-decoration: none; }

.product-accordion .card {
  border: none; }

.product-accordion .card-header {
  padding: 5px 8px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.125);
  background-color: rgba(127, 127, 127, 0.03); }

.product-related h2 {
  color: #222222;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddada;
  margin-bottom: 15px; }

.rating {
  margin-top: 0; }
  .rating i {
    font-size: 13px; }
    .rating i:nth-child(-n+4) {
      color: #ffc600; }
    .rating i:last-child {
      color: #dddddd; }
  .rating .three-star {
    padding-bottom: 5px; }
    .rating .three-star i {
      color: #acacac; }
      .rating .three-star i:nth-child(-n+3) {
        color: #ffd200; }

.tab-border {
  border: 1px solid #dddddd;
  margin: 0;
  padding: 8px 0; }
  .tab-border .nav-border {
    border-bottom: 0;
    border-right: 1px solid #dddddd; }

.tab-product,
.product-full-tab {
  padding-top: 30px; }
  .tab-product .nav-material.nav-tabs,
  .product-full-tab .nav-material.nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .tab-product .nav-material.nav-tabs .nav-item .nav-link,
    .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
      color: #212121;
      text-align: center;
      padding: 15px 20px;
      text-transform: uppercase;
      border: 0; }
    .tab-product .nav-material.nav-tabs .nav-item .material-border,
    .product-full-tab .nav-material.nav-tabs .nav-item .material-border {
      border-bottom: 2px solid #ff5c00;
      opacity: 0; }
    .tab-product .nav-material.nav-tabs .nav-link.active,
    .product-full-tab .nav-material.nav-tabs .nav-link.active {
      color: #ff5c00; }
      .tab-product .nav-material.nav-tabs .nav-link.active ~ .material-border,
      .product-full-tab .nav-material.nav-tabs .nav-link.active ~ .material-border {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 1; }
  .tab-product .theme-form-one input,
  .product-full-tab .theme-form-one input {
    border-color: #dddddd;
    font-size: 15px;
    padding: 15px 25px;
    margin-bottom: 15px;
    height: inherit;
    text-align: left; }
  .tab-product .theme-form-one .btn-solid,
  .product-full-tab .theme-form-one .btn-solid {
    margin: 0 auto; }
  .tab-product .theme-form-one textarea,
  .product-full-tab .theme-form-one textarea {
    border-color: #dddddd;
    font-size: 15px;
    padding: 17px 25px;
    margin-bottom: 20px;
    height: inherit; }
  .tab-product .tab-content.nav-material p,
  .product-full-tab .tab-content.nav-material p {
    padding-top: 10px;
    margin-bottom: 0;
    line-height: 2;
    letter-spacing: 0.05em; }
  .tab-product .title,
  .product-full-tab .title {
    padding-right: 45px;
    color: #444;
    padding-bottom: 20px; }
  .tab-product .theme-slider .slick-arrow,
  .product-full-tab .theme-slider .slick-arrow {
    top: -45px;
    height: auto; }
    .tab-product .theme-slider .slick-arrow :before,
    .product-full-tab .theme-slider .slick-arrow :before {
      color: #000000;
      font-size: 18px; }
  .tab-product .product-box,
  .product-full-tab .product-box {
    position: relative;
    margin: 5px; }
    .tab-product .product-box:hover,
    .product-full-tab .product-box:hover {
      -webkit-box-shadow: 0 0 12px 0 #ddd;
              box-shadow: 0 0 12px 0 #ddd; }
      .tab-product .product-box:hover .lbl-1,
      .product-full-tab .product-box:hover .lbl-1 {
        opacity: 1;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .tab-product .product-box:hover .lbl-2,
      .product-full-tab .product-box:hover .lbl-2 {
        opacity: 1;
        -webkit-animation: flipInY 1000ms ease-in-out;
                animation: flipInY 1000ms ease-in-out; }
      .tab-product .product-box:hover .color-variant li,
      .product-full-tab .product-box:hover .color-variant li {
        opacity: 1 !important;
        -webkit-animation: fadeInUp 500ms ease-in-out;
                animation: fadeInUp 500ms ease-in-out; }
    .tab-product .product-box .img-block,
    .product-full-tab .product-box .img-block {
      min-height: unset; }
    .tab-product .product-box .cart-info,
    .product-full-tab .product-box .cart-info {
      position: absolute;
      padding: 10px 0;
      top: 25%;
      right: 15px;
      width: 40px;
      margin-right: 0; }
      .tab-product .product-box .cart-info i,
      .product-full-tab .product-box .cart-info i {
        padding-right: 0; }
      .tab-product .product-box .cart-info a,
      .tab-product .product-box .cart-info button,
      .product-full-tab .product-box .cart-info a,
      .product-full-tab .product-box .cart-info button {
        color: #333333;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #ffffff;
        height: 35px;
        width: 35px;
        margin: 7px 0;
        border-radius: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: 0;
        -webkit-box-shadow: 0 0 12px 0 #dddddd;
                box-shadow: 0 0 12px 0 #dddddd; }
        .tab-product .product-box .cart-info a :hover,
        .tab-product .product-box .cart-info button :hover,
        .product-full-tab .product-box .cart-info a :hover,
        .product-full-tab .product-box .cart-info button :hover {
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          color: #ff5c00; }
    .tab-product .product-box .lbl-1,
    .product-full-tab .product-box .lbl-1 {
      background-color: #444;
      padding: 2px 20px 2px 10px;
      display: inline-block;
      text-align: center;
      color: #ffffff;
      position: absolute;
      left: 0;
      top: 15px;
      font-size: 14px;
      line-height: 1.5;
      opacity: 0; }
      .tab-product .product-box .lbl-1:before,
      .product-full-tab .product-box .lbl-1:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 0;
        height: 0;
        border-top: 12px solid #444;
        border-bottom: 13px solid #444;
        border-right: 7px solid #ffffff; }
    .tab-product .product-box .lbl-2,
    .product-full-tab .product-box .lbl-2 {
      font-size: 14px;
      top: 15px;
      position: absolute;
      right: 10px;
      color: #333333;
      font-weight: 600;
      text-transform: capitalize;
      opacity: 0; }
    .tab-product .product-box a,
    .product-full-tab .product-box a {
      color: #0072bb;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 1px; }
    .tab-product .product-box .color-variant,
    .product-full-tab .product-box .color-variant {
      position: absolute;
      top: -35px;
      width: 100%; }
    .tab-product .product-box .slick-slide img,
    .product-full-tab .product-box .slick-slide img {
      display: block; }
    .tab-product .product-box .product-details,
    .product-full-tab .product-box .product-details {
      position: relative; }
      .tab-product .product-box .product-details .color-variant,
      .product-full-tab .product-box .product-details .color-variant {
        position: absolute;
        top: -35px;
        width: 100%; }
        .tab-product .product-box .product-details .color-variant li,
        .product-full-tab .product-box .product-details .color-variant li {
          opacity: 0;
          display: inline-block;
          height: 15px;
          width: 15px;
          border-radius: 100%;
          margin: 0 3px;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          cursor: pointer; }
      .tab-product .product-box .product-details h6,
      .product-full-tab .product-box .product-details h6 {
        color: #333333;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: capitalize; }
      .tab-product .product-box .product-details .price,
      .product-full-tab .product-box .product-details .price {
        padding-bottom: 10px;
        font-size: 16px;
        color: #444; }

.product-full-tab {
  padding-top: 70px; }

.product-accordion .btn-link {
  color: #222222; }
  .product-accordion .btn-link:hover {
    text-decoration: none; }

.product-accordion .card {
  border: none; }

.product-accordion .card-header {
  padding: 5px 8px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.125);
  background-color: rgba(127, 127, 127, 0.03); }

/*=====================
    43.  Shoes css
==========================*/
.space-shoes > div:nth-last-child(-n+40) {
  margin-top: 30px; }

.product-box.box-shadow {
  padding: 15px; }
  .product-box.box-shadow.box-shadow .product-info {
    text-align: center; }
  .product-box.box-shadow.box-shadow:hover {
    -webkit-box-shadow: 0 1px 13px 3px rgba(0, 0, 0, 0.04);
            box-shadow: 0 1px 13px 3px rgba(0, 0, 0, 0.04); }
  .product-box.box-shadow.box-shadow .label-three {
    margin: -15px; }
  .product-box.box-shadow .product .cart-info-three {
    top: 50% !important;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    bottom: 0; }
  .product-box.box-shadow .product-info {
    padding-left: 0; }

.card-shadow {
  -webkit-box-shadow: 0 1px 13px 3px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 13px 3px rgba(0, 0, 0, 0.04); }

/*=====================
    44.  Bag
==========================*/
.space-bag > div:nth-last-child(-n+4) {
  margin-top: 30px; }

.cart-top .product-box:hover .cart-info-three {
  top: 60px; }

.bag-add-banner-space > div:nth-last-child(-n+1) {
  margin-top: 30px; }

.padding-product > div {
  padding: 5px 15px;
  margin: 0 -10px; }

/*=====================
    45. spices css
==========================*/
.spices-bannr-topsapce > div:nth-last-child(-n+2) {
  margin-top: 30px; }

.spices-bannr-topsapce .spices-home-banner > div:last-child img {
  margin-top: 30px; }

.slide-6 .product-box .product-info h4, .product-4 .product-box .product-info h4 {
  padding-bottom: 0; }

/*=====================
    46. colors picker
==========================*/
.color1 {
  background: #ff9400; }

.color2 {
  background: #C89965; }

.color3 {
  background: #51B4FF; }

.color4 {
  background: #444; }

.color5 {
  background: #f02e4e; }

.color6 {
  background: #f1a104; }

.color7 {
  background: #ff5ea5; }

.color8 {
  background: #C89965; }

.color9 {
  background: #7aba1e; }

.color10 {
  background: #000; }

.color11 {
  background: #f06680; }

.color12 {
  background: #FF96A3; }

.color13 {
  background: #FF4C3B; }

.color14 {
  background: #de4149; }

.color15 {
  background: #ff5c00; }

.color16 {
  background: #003764; }

.sidebar-btn {
  position: fixed;
  top: 49%;
  width: 190px;
  right: 0;
  z-index: 9999;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.color-picker {
  top: 416px;
  right: -190px; }
  .color-picker .settings-header {
    background: #FF96A3;
    padding: 5px 15px;
    -webkit-box-shadow: 0 -10px 20px -5px #FF96A3;
            box-shadow: 0 -10px 20px -5px #FF96A3; }
    .color-picker .settings-header h3 {
      color: #000000;
      margin: 0;
      font-size: 20px;
      padding: 4px 9px; }
  .color-picker .section {
    background: #ffffff;
    padding: 10px;
    border: 1px solid #ff5c00;
    overflow: auto; }
    .color-picker .section i {
      font-size: 16px;
      margin-right: 10px; }
  .color-picker a.handle {
    position: absolute;
    right: 190px;
    width: 42px;
    height: 41px;
    color: #000000;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 22px;
    z-index: -1;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    text-decoration: none; }
    .color-picker a.handle i {
      margin-left: 5px; }
    .color-picker a.handle:hover {
      color: #ff4c3b; }
  .color-picker .colors a {
    width: 32px;
    height: 32px;
    margin: 5px;
    float: left;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s; }
  .color-picker .skin a {
    display: block;
    width: 70px;
    height: 30px;
    margin-left: 0;
    margin-top: 0;
    margin-right: 5px;
    float: left;
    text-align: center;
    line-height: 30px;
    border: 2px transparent solid; }
    .color-picker .skin a.actt {
      border: 2px #ffffff solid; }

.rtl-btn, .dark-light {
  width: 45px;
  height: 35px;
  font-weight: 500;
  color: #ffffff;
  line-height: 3;
  cursor: pointer;
  text-align: center;
  right: 0;
  background-color: #444;
  font-size: 11px;
  top: 300px; }

.fetred-pgs-list {
  width: 45px;
  height: 35px;
  font-weight: 500;
  color: #ffffff;
  line-height: 3;
  cursor: pointer;
  text-align: center;
  right: 0;
  background-color: #444;
  font-size: 11px; }

.dark-light-btn {
  width: 45px;
  top: 340px; }

.fetred-btn {
  top: 398px;
  width: 45px; }

.sec-position {
  position: relative;
  top: 5px; }

/*=====================
 47. Features demo popup css
==========================*/
.theme-modal {
  padding-right: 0 !important; }
  .theme-modal .modal-dialog .modal-content .modal-body {
    padding: 15px; }
    .theme-modal .modal-dialog .modal-content .modal-body.modal1 {
      background-image: url("../images/modal-bg/1.jpg"); }
    .theme-modal .modal-dialog .modal-content .modal-body.modal2 {
      background-image: url("../images/modal-bg/2.jpg"); }
    .theme-modal .modal-dialog .modal-content .modal-body.modal3 {
      background-image: url("../images/modal-bg/3.jpg"); }
    .theme-modal .modal-dialog .modal-content .modal-body.modal4 {
      background-image: url("../images/modal-bg/4.jpg"); }
    .theme-modal .modal-dialog .modal-content .modal-body.modal5 {
      background-image: url("../images/modal-bg/5.jpg"); }
    .theme-modal .modal-dialog .modal-content .modal-body.modal6 {
      background-image: url("../images/modal-bg/6.jpg"); }
    .theme-modal .modal-dialog .modal-content .modal-body.modal7 {
      background-image: url("../images/modal-bg/7.jpg"); }
    .theme-modal .modal-dialog .modal-content .modal-body.modal8 {
      background-image: url("../images/modal-bg/8.jpg"); }
    .theme-modal .modal-dialog .modal-content .modal-body.modal9 {
      background-image: url("../images/modal-bg/9.jpg"); }
    .theme-modal .modal-dialog .modal-content .modal-body.modal10 {
      background-image: url("../images/modal-bg/10.jpg"); }
    .theme-modal .modal-dialog .modal-content .modal-body.modal11 {
      background-image: url("../images/modal-bg/11.jpg"); }
    .theme-modal .modal-dialog .modal-content .modal-body.modal12 {
      background-image: url("../images/modal-bg/12.jpg"); }
    .theme-modal .modal-dialog .modal-content .modal-body.modal13 {
      background-image: url("../images/modal-bg/13.jpg"); }
    .theme-modal .modal-dialog .modal-content .modal-body.modal14 {
      background-image: url("../images/modal-bg/14.jpg"); }
    .theme-modal .modal-dialog .modal-content .modal-body.modal15 {
      background-image: url("../images/modal-bg/15.jpg"); }
    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
      background-color: #ffffff;
      padding: 45px; }
      .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close {
        padding-right: 10px;
        padding-top: 5px;
        position: absolute;
        right: 17px;
        top: 0; }
        .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close span {
          color: #000000; }
      .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h2 {
        border-bottom: 1px dashed #777777;
        text-align: center;
        margin-bottom: 30px;
        padding-bottom: 30px;
        font-weight: 700; }
      .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h4 {
        margin-bottom: 30px;
        text-align: center;
        color: #272727;
        font-size: 18px;
        font-weight: 400;
        text-transform: capitalize; }
      .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form {
        margin: 0 auto;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form .form-control {
          padding-top: 15px;
          padding-bottom: 15px;
          text-align: center;
          font-size: 12px;
          height: 50px;
          border-radius: 0;
          width: 170px;
          letter-spacing: 0.05em; }
      .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content img {
        margin-bottom: 40px; }
      .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
        margin-bottom: 30px;
        text-align: center; }
      .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group {
        margin: 0 auto;
        text-align: center; }
        .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .form-control {
          padding-top: 15px;
          padding-bottom: 15px;
          text-align: center;
          font-size: 12px;
          max-width: 640px;
          left: 0;
          right: 0;
          margin: 0 auto;
          letter-spacing: 0.05em; }
        .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .btn-solid, .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .btn-outline {
          margin-top: 10px;
          text-align: center; }
  .theme-modal .modal-dialog .quick-view-modal button.close, .theme-modal .modal-dialog .demo_modal button.close {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 5px; }
  .theme-modal .modal-dialog .quick-view-modal .view-detail, .theme-modal .modal-dialog .demo_modal .view-detail {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
  .theme-modal.demo-modal .modal-dialog .modal-content .modal-body {
    height: 75vh;
    overflow-y: scroll;
    padding: 25px; }
    .theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
      width: 5px; }
    .theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
      background: #444; }
    .theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb:hover {
      background: #555; }
    .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .title-text h3 {
      color: #444;
      margin-bottom: 24px;
      display: inline-block;
      padding-bottom: 5px;
      font-size: 40px;
      position: relative; }
      .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .title-text h3 i {
        font-size: 22px;
        position: absolute;
        top: 0;
        right: -20px; }
    .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects {
      margin-bottom: 40px; }
      .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects h4 {
        text-transform: capitalize; }
      .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects .set-position {
        display: block; }
      .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div {
        text-decoration: none;
        color: black; }
        .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container {
          height: 230px;
          width: 100%;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          background-size: cover;
          -webkit-transition: all 2s ease-out 0s;
          transition: all 2s ease-out 0s;
          -webkit-box-shadow: -1px 2px 5px 1px #ececec;
                  box-shadow: -1px 2px 5px 1px #ececec; }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo1 {
            background-image: url("../images/landing-page/demo/1.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo2 {
            background-image: url("../images/landing-page/demo/2.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo3 {
            background-image: url("../images/landing-page/demo/3.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo4 {
            background-image: url("../images/landing-page/demo/4.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo5 {
            background-image: url("../images/landing-page/demo/5.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo6 {
            background-image: url("../images/landing-page/demo/6.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo7 {
            background-image: url("../images/landing-page/demo/7.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo8 {
            background-image: url("../images/landing-page/demo/8.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo9 {
            background-image: url("../images/landing-page/demo/9.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo10 {
            background-image: url("../images/landing-page/demo/10.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo11 {
            background-image: url("../images/landing-page/demo/11.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo12 {
            background-image: url("../images/landing-page/demo/12.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo13 {
            background-image: url("../images/landing-page/demo/13.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo14 {
            background-image: url("../images/landing-page/demo/14.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo15 {
            background-image: url("../images/landing-page/demo/15.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo16 {
            background-image: url("../images/landing-page/demo/16.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo17 {
            background-image: url("../images/landing-page/demo/17.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo18 {
            background-image: url("../images/landing-page/demo/18.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo19 {
            background-image: url("../images/landing-page/demo/19.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo20 {
            background-image: url("../images/landing-page/demo/20.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo21 {
            background-image: url("../images/landing-page/demo/21.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo22 {
            background-image: url("../images/landing-page/demo/22.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo23 {
            background-image: url("../images/landing-page/demo/23.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo24 {
            background-image: url("../images/landing-page/demo/24.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo25 {
            background-image: url("../images/landing-page/demo/25.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo26 {
            background-image: url("../images/landing-page/demo/26.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo27 {
            background-image: url("../images/landing-page/demo/27.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo28 {
            background-image: url("../images/landing-page/demo/28.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo29 {
            background-image: url("../images/landing-page/demo/29.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo30 {
            background-image: url("../images/landing-page/demo/30.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo31 {
            background-image: url("../images/landing-page/demo/31.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo32 {
            background-image: url("../images/landing-page/demo/32.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo33 {
            background-image: url("../images/landing-page/demo/33.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo34 {
            background-image: url("../images/landing-page/demo/34.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo35 {
            background-image: url("../images/landing-page/demo/35.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo36 {
            background-image: url("../images/landing-page/demo/36.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo37 {
            background-image: url("../images/landing-page/demo/37.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo38 {
            background-image: url("../images/landing-page/demo/38.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo39 {
            background-image: url("../images/landing-page/demo/39.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo40 {
            background-image: url("../images/landing-page/demo/40.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo41 {
            background-image: url("../images/landing-page/demo/41.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo42 {
            background-image: url("../images/landing-page/demo/42.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo43 {
            background-image: url("../images/landing-page/demo/43.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo44 {
            background-image: url("../images/landing-page/demo/44.jpg"); }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container.demo45 {
            background-image: url("../images/landing-page/demo/45.jpg"); }
        .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .demo-text h4 {
          font-size: 16px;
          margin-top: 10px;
          margin-bottom: 0;
          color: #000000; }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .demo-text h4 span {
            font-weight: 500; }
        .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .demo-text .demo-btn {
          margin-top: 10px; }
          .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .demo-text .demo-btn .btn {
            border: 1px solid #ddd;
            background-color: white;
            width: 90px;
            color: #444;
            padding: 5px 10px; }
            .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .demo-text .demo-btn .btn:hover {
              background-color: #444;
              color: white; }
      .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects:last-child {
        margin-bottom: 0; }
      .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects.effect-2 .layout-container {
        background-size: cover;
        background-repeat: no-repeat; }
      .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects.effect-2:hover .layout-container {
        background-position: top !important; }
      .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects.effect-3 .layout-container {
        background-size: cover;
        background-repeat: no-repeat; }
      .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects.effect-3:hover .layout-container {
        background-position: top !important; }
      .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects:hover .layout-container {
        background-position: center 100% !important; }

.demo-right {
  position: fixed;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9;
  text-align: center; }
  .demo-right a {
    width: 100%; }

/*=====================
    48.image ratio 
==========================*/
.b-top {
  background-position: top !important; }

.b-bottom {
  background-position: bottom !important; }

.b-center {
  background-position: center !important; }

.b-right {
  background-position: right !important; }

.b-left {
  background-position: left !important; }

.bg-size-content {
  background-size: contain; }

.ratio_40 .bg-size:before {
  padding-top: 40%;
  content: "";
  display: block; }

.ratio_40 .product-box.hover-three .bg-size:before {
  padding-top: 65%; }

.ratio_40 .product-box.hover-three .cart-info-three {
  z-index: 9; }
  .ratio_40 .product-box.hover-three .cart-info-three i {
    padding: 5px 0;
    font-size: 16px; }

.ratio_45 .bg-size:before {
  padding-top: 45%;
  content: "";
  display: block; }

.ratio_45 .product-box.hover-three .bg-size:before {
  padding-top: 80%; }

.ratio_45 .product-box.hover-three .cart-info-three {
  z-index: 9; }
  .ratio_45 .product-box.hover-three .cart-info-three i {
    padding: 5px 0;
    font-size: 16px; }

.ratio2_1 .bg-size:before {
  padding-top: 50%;
  content: "";
  display: block; }

.ratio2_1 .product-box.hover-three .bg-size:before {
  padding-top: 90%; }

.ratio2_1 .product-box.hover-three .cart-info-three i {
  padding: 5px 0;
  font-size: 16px; }

.ratio2_3 .bg-size:before {
  padding-top: 60%;
  content: "";
  display: block; }

.ratio3_2 .bg-size:before {
  padding-top: 66.66%;
  content: "";
  display: block; }

.ratio_landscape .bg-size:before {
  padding-top: 70%;
  content: "";
  display: block; }

.ratio_landscape .product-box.hover-three .bg-size:before {
  padding-top: 65%; }

.ratio_landscape .product-box.hover-three .cart-info-three {
  z-index: 9; }
  .ratio_landscape .product-box.hover-three .cart-info-three i {
    padding: 5px 0;
    font-size: 16px; }

.ratio_square .bg-size:before {
  padding-top: 100%;
  content: "";
  display: block; }

.ratio_square .product-box.hover-three .bg-size:before {
  padding-top: 100%; }

.ratio_square .product-box.hover-three .cart-info-three {
  z-index: 9; }
  .ratio_square .product-box.hover-three .cart-info-three i {
    padding: 5px 0;
    font-size: 16px; }

.ratio_asos .bg-size:before {
  padding-top: 127.7777778%;
  content: "";
  display: block; }

.ratio_portrait .bg-size:before {
  padding-top: 150%;
  content: "";
  display: block; }

.ratio1_2 .bg-size:before {
  padding-top: 200%;
  content: "";
  display: block; }

/*=====================
    49.Card Modal
==========================*/
.cart-modal .modal-dialog .modal-content .modal-body .modal-bg {
  padding: 25px; }
  .cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media a img {
    max-width: 150px; }
  .cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body {
    padding: 0 15px; }
    .cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a h6 {
      font-size: 16px; }
      .cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a h6 i {
        margin-right: 8px;
        color: #fff;
        background: #19a340;
        font-size: 14px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        border-radius: 50%; }
    .cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body .buttons a {
      display: inline-block;
      font-size: 16px;
      padding: 6px 10px;
      margin: 0 6px; }
  .cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box {
    padding-left: 10px;
    padding-right: 10px; }
    .cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail {
      text-align: center; }
      .cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h6 {
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 0; }
        .cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h6 a {
          color: #444; }
      .cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h4 {
        margin-bottom: 0; }

.cart-modal .modal-dialog .modal-content .modal-body .upsell_payment {
  padding-top: 15px; }

.cart-modal .modal-dialog .modal-content .modal-body .product-upsell {
  margin: 20px 0 10px; }
  .cart-modal .modal-dialog .modal-content .modal-body .product-upsell h4 {
    font-weight: 600;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

/*=====================
    50.Add to cart popup
==========================*/
.add_to_cart {
  position: fixed;
  background-color: #ffffff;
  z-index: 9999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .add_to_cart ::-webkit-scrollbar {
    width: 3px;
    height: 7px; }
  .add_to_cart ::-webkit-scrollbar-track {
    background: #dddddd; }
  .add_to_cart ::-webkit-scrollbar-thumb {
    background: #777777; }
  .add_to_cart ::-webkit-scrollbar-thumb:hover {
    background: #777777; }
  .add_to_cart .cart-inner {
    background-color: #ffffff;
    z-index: 9;
    position: relative;
    top: 0; }
    .add_to_cart .cart-inner .cart_media {
      padding: 0 20px; }
      .add_to_cart .cart-inner .cart_media li {
        position: relative;
        padding-bottom: 10px;
        width: 100%; }
        .add_to_cart .cart-inner .cart_media li .media {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 100%; }
          .add_to_cart .cart-inner .cart_media li .media img {
            height: 90px; }
          .add_to_cart .cart-inner .cart_media li .media .media-body {
            -ms-flex-item-align: center;
                align-self: center; }
            .add_to_cart .cart-inner .cart_media li .media .media-body h4 {
              color: #444444;
              font-size: 16px;
              margin-bottom: 5px;
              line-height: 1; }
              .add_to_cart .cart-inner .cart_media li .media .media-body h4 span {
                color: #777777;
                font-size: 14px; }
        .add_to_cart .cart-inner .cart_media li .total {
          border-top: 1px solid #f1f5f4;
          border-bottom: 1px solid #f1f5f4;
          padding-top: 10px;
          padding-bottom: 10px; }
          .add_to_cart .cart-inner .cart_media li .total h5 {
            text-transform: capitalize;
            margin-bottom: 0;
            color: #999999;
            padding-bottom: 0; }
            .add_to_cart .cart-inner .cart_media li .total h5 span {
              float: right; }
        .add_to_cart .cart-inner .cart_media li .buttons a {
          font-size: 16px;
          color: #ffffff;
          text-transform: capitalize;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .add_to_cart .cart-inner .cart_media li .buttons a:hover {
            color: #ff5c00;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; }
          .add_to_cart .cart-inner .cart_media li .buttons a:last-child {
            float: right; }
        .add_to_cart .cart-inner .cart_media li .buttons .checkout {
          float: right; }
      .add_to_cart .cart-inner .cart_media .close-circle {
        position: absolute;
        top: 0;
        right: 0; }
        .add_to_cart .cart-inner .cart_media .close-circle i {
          color: #a1a1a1;
          font-size: 16px;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .add_to_cart .cart-inner .cart_media .close-circle i:hover {
            color: #000000;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; }
    .add_to_cart .cart-inner .cart_top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 20px;
      border-bottom: 1px solid #efefef;
      margin-bottom: 20px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .add_to_cart .cart-inner .cart_top h3 {
        font-size: 18px;
        color: #222222;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 0; }
      .add_to_cart .cart-inner .cart_top .close-cart {
        margin-left: auto; }
        .add_to_cart .cart-inner .cart_top .close-cart i {
          color: black;
          font-size: 18px; }
  .add_to_cart .overlay {
    visibility: hidden;
    opacity: 0;
    background-color: #212331;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .add_to_cart.open-side {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .add_to_cart.open-side .overlay {
      opacity: 0.8;
      visibility: visible;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .add_to_cart.left {
    left: -300px;
    top: 0;
    height: 100vh;
    width: 300px; }
    .add_to_cart.left .cart-inner {
      height: 100vh;
      overflow: auto; }
    .add_to_cart.left.open-side {
      left: 0; }
  .add_to_cart.right {
    right: -300px;
    height: 100vh;
    width: 300px;
    top: 0; }
    .add_to_cart.right .cart-inner {
      height: 100vh;
      overflow: auto; }
    .add_to_cart.right.open-side {
      right: 0; }
  .add_to_cart.top, .add_to_cart.bottom {
    height: 218px;
    width: 100%; }
    .add_to_cart.top .cart_media, .add_to_cart.bottom .cart_media {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      .add_to_cart.top .cart_media .cart_product, .add_to_cart.bottom .cart_media .cart_product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 75%;
        overflow-y: auto; }
        .add_to_cart.top .cart_media .cart_product li, .add_to_cart.bottom .cart_media .cart_product li {
          min-width: 245px;
          max-width: 225px;
          margin-right: 18px;
          padding-bottom: 0; }
      .add_to_cart.top .cart_media .cart_total, .add_to_cart.bottom .cart_media .cart_total {
        width: 25%; }
    .add_to_cart.top .cart-inner, .add_to_cart.bottom .cart-inner {
      height: 218px; }
      .add_to_cart.top .cart-inner .cart_top, .add_to_cart.bottom .cart-inner .cart_top {
        margin-bottom: 0;
        background-color: #fbfbfb;
        padding: 15px 44px;
        border-bottom: none; }
      .add_to_cart.top .cart-inner .cart_media, .add_to_cart.bottom .cart-inner .cart_media {
        padding: 0; }
        .add_to_cart.top .cart-inner .cart_media .cart_product, .add_to_cart.top .cart-inner .cart_media .cart_total, .add_to_cart.bottom .cart-inner .cart_media .cart_product, .add_to_cart.bottom .cart-inner .cart_media .cart_total {
          padding: 30px 44px; }
  .add_to_cart.top {
    top: -300px; }
    .add_to_cart.top.open-side {
      top: 0; }
  .add_to_cart.bottom {
    bottom: -300px; }
    .add_to_cart.bottom.open-side {
      bottom: 0; }

.addtocart_btn {
  position: relative;
  margin-right: -5px;
  text-align: center;
  margin-top: 5px; }
  .addtocart_btn .add_cart {
    background: #444;
    color: #fff;
    border: unset;
    padding: 5px 20px; }
  .addtocart_btn .cart_qty {
    width: 100%; }
    .addtocart_btn .cart_qty.qty-box {
      position: absolute;
      bottom: 0;
      display: none;
      margin-left: -5px; }
      .addtocart_btn .cart_qty.qty-box .input-group .form-control {
        width: 100%;
        padding: 3px; }
      .addtocart_btn .cart_qty.qty-box .input-group button {
        background: transparent !important;
        position: absolute;
        height: 100%;
        z-index: 9;
        font-size: 10px; }
        .addtocart_btn .cart_qty.qty-box .input-group button.quantity-left-minus {
          left: 0;
          border-right: 1px solid #ddd; }
        .addtocart_btn .cart_qty.qty-box .input-group button.quantity-right-plus {
          right: 0;
          border-left: 1px solid #ddd; }
      .addtocart_btn .cart_qty.qty-box .input-group button i {
        color: #000000; }
    .addtocart_btn .cart_qty.open {
      display: block; }

/*=====================
    51.Metro layout
==========================*/
.metro-section .isotopeSelector .product-info {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .metro-section .isotopeSelector .product-info a:last-child {
    margin-top: 10px; }

.metro-section .isotopeSelector:hover .product-info {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.metro-section .isotopeSelector:hover .por-desc {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.metro-section .isotopeSelector .btn-metro {
  padding: 6px 25px;
  display: block;
  background: #fff;
  color: #444444; }

.metro-section .por-desc {
  opacity: 0;
  position: absolute;
  bottom: 15px;
  left: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .metro-section .por-desc h6, .metro-section .por-desc h4 {
    color: #eee;
    font-size: 15px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    line-height: 1; }
  .metro-section .por-desc h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0; }

.portfolio-section .isotopeSelector:hover .border-portfolio {
  background-color: #000000; }

.portfolio-section .isotopeSelector:hover .border-portfolio img {
  opacity: 0.7; }

@font-face {
  font-family: Prata;
  src: url(https://fonts.googleapis.com/css?family=Prata); }

/*=====================
    52.Modal csst
==========================*/
.theme-modal {
  padding-right: 0 !important; }
  .theme-modal .modal-dialog .modal-content .modal-body {
    background-image: linear-gradient(135deg, #444 5.77%, #ffffff 5.77%, #ffffff 25%, #777777 25%, #777777 30.77%, #ffffff 30.77%, #ffffff 50%, #444 50%, #444 55.77%, #ffffff 55.77%, #ffffff 75%, #777777 75%, #777777 80.77%, #ffffff 80.77%, #ffffff 100%);
    background-size: 36.77px 36.77px;
    background-color: white;
    border-radius: 5px; }
    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
      background-color: #ffffff;
      padding: 25px; }
      .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close {
        padding-right: 10px;
        padding-top: 5px;
        position: absolute;
        right: 17px;
        top: 0; }
        .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close span {
          color: #000000; }
      .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h2 {
        border-bottom: 1px dashed #777777;
        text-align: center;
        margin-bottom: 15px;
        padding-bottom: 15px;
        font-weight: 700;
        font-size: 24px; }
      .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h4 {
        margin-bottom: 30px;
        text-align: center;
        color: #272727;
        font-weight: 400;
        text-transform: capitalize;
        line-height: 1.6;
        font-size: 14px; }
      .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form {
        margin: 0 auto;
        text-align: center; }
        .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form > div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form .form-control {
          padding-top: 15px;
          padding-bottom: 15px;
          text-align: center;
          font-size: 12px;
          height: 45px;
          border-radius: 0;
          width: 100%;
          letter-spacing: 0.05em;
          margin: 0 10px; }
      .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content img {
        margin-bottom: 40px; }
      .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
        margin-bottom: 30px;
        text-align: center;
        color: #222222; }
      .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group {
        margin: 0 auto;
        text-align: center; }
        .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .form-control {
          padding-top: 15px;
          padding-bottom: 15px;
          text-align: center;
          font-size: 12px;
          max-width: 640px;
          left: 0;
          right: 0;
          margin: 0 auto;
          letter-spacing: 0.05em; }
        .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .btn-solid, .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .btn-outline {
          margin-top: 10px;
          text-align: center; }
  .theme-modal .modal-dialog .quick-view-modal button.close, .theme-modal .modal-dialog .demo_modal button.close {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 5px; }
  .theme-modal .modal-dialog .quick-view-modal .view-detail, .theme-modal .modal-dialog .demo_modal .view-detail {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
  .theme-modal.demo-modal .modal-dialog .modal-content .modal-body {
    height: 75vh;
    overflow-y: scroll;
    padding: 25px;
    background-image: none !important; }
    .theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
      width: 5px; }
    .theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
      background: #444; }
    .theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb:hover {
      background: #555; }
  .theme-modal#exampleModal .modal-body {
    background-image: url(../images/bg-popup.png) !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 0; }
  .theme-modal#exampleModal .close span {
    color: #ffffff; }
  .theme-modal#exampleModal .modal-bg {
    background-color: #ffffff96 !important;
    padding: 0; }
  .theme-modal#exampleModal .close {
    position: absolute;
    right: 10px; }
  .theme-modal#exampleModal .offer-content {
    background-image: url(../images/bg-newsletter.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: rgba(255, 255, 255, 0.4);
    min-height: 460px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 55px; }
    .theme-modal#exampleModal .offer-content p {
      text-align: center;
      color: #777;
      line-height: 1.6; }
  .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg {
    padding: 25px; }
    .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media a img {
      max-width: 150px; }
    .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body {
      padding: 0 15px; }
      .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a h6 {
        font-size: 16px; }
        .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a h6 i {
          margin-right: 8px;
          color: #fff;
          background: #19a340;
          font-size: 14px;
          width: 18px;
          height: 18px;
          line-height: 18px;
          border-radius: 50%; }
      .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body .buttons a {
        display: inline-block;
        font-size: 16px;
        padding: 6px 10px;
        margin: 0 6px; }
    .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box {
      padding-left: 10px;
      padding-right: 10px; }
      .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail {
        text-align: center; }
        .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h6 {
          font-weight: 700;
          text-transform: capitalize; }
          .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h6 a {
            color: #444; }
  .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .upsell_payment {
    padding-top: 15px; }
  .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .product-upsell {
    margin: 20px 0 10px; }
    .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .product-upsell h4 {
      font-weight: 600; }
  .theme-modal.exit-modal .modal-body {
    background-image: url(../images/bg-popup.png) !important;
    background-size: cover !important;
    background-position: center !important; }
  .theme-modal.exit-modal .modal-bg {
    background-color: #ffffffb3 !important; }
  .theme-modal.exit-modal .modal-content {
    border-radius: 10px; }
  .theme-modal.exit-modal .media .media-body h4 {
    font-size: 16px;
    line-height: 1.2;
    color: #444444;
    font-weight: 500; }
    .theme-modal.exit-modal .media .media-body h4 b {
      color: #444; }
  .theme-modal.exit-modal .media .media-body h5 {
    font-size: 18px;
    color: #777777;
    margin-bottom: 0;
    padding-bottom: 0; }
  .theme-modal#quick-view .modal-body {
    padding: 0; }
  .theme-modal .product-right .qty-box .input-group button {
    padding-left: 10px; }
  .theme-modal .product-right input {
    padding: 4px; }
  .theme-modal .product-right h2 {
    margin-top: 15px; }
  .theme-modal .product-right .product-buttons .btn {
    padding: 5px 15px; }

#quick-view .product-right .size-box ul li:first-child {
  margin-right: 10px; }

#quick-view .modal-dialog .modal-content .modal-body {
  background-image: none; }

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content img {
  margin-bottom: 20px; }

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
  margin-bottom: 18px;
  letter-spacing: 5px; }

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg {
  padding: 15px; }
  .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body .buttons a {
    font-size: 13px;
    padding: 4px 10px;
    margin: 3px 6px; }

.theme-modal.exit-modal .modal-dialog .modal-content .modal-body .modal-bg {
  padding: 20px; }

/*========================================
        53.RTL Css starts
==========================================*/
.direction-rtl {
  /* add css ankit */
  /* Header one */
  /* Footer */ }
  .direction-rtl header .theme-menu {
    text-align: right; }
  .direction-rtl header .brand-logo img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
  .direction-rtl .pixelstrap .full-mega-menu li {
    text-align: right; }
  .direction-rtl .pixelstrap ul li {
    text-align: right; }
  .direction-rtl .lg-left .sub-mega-menu-fix {
    margin-left: 0;
    margin-right: 30px; }
  .direction-rtl .theme-searcbar {
    float: left; }
    .direction-rtl .theme-searcbar .theme-form-two .form-group {
      position: relative; }
    .direction-rtl .theme-searcbar .theme-form-two .in-btn {
      position: absolute;
      right: auto;
      left: 56px; }
  .direction-rtl .slick-slider {
    direction: ltr; }
  .direction-rtl .rtl-slider-nav,
  .direction-rtl .rtl-product-slick,
  .direction-rtl .rtl-product-right-slick,
  .direction-rtl .rtl-slider-right-nav {
    direction: rtl; }
  .direction-rtl h1,
  .direction-rtl h2,
  .direction-rtl h3,
  .direction-rtl h4,
  .direction-rtl h5,
  .direction-rtl h6,
  .direction-rtl p,
  .direction-rtl ul,
  .direction-rtl li {
    text-align: right; }
  .direction-rtl .title {
    text-align: right;
    width: 100%; }
  .direction-rtl ul {
    padding-right: 0; }
  .direction-rtl .text-right {
    text-align: left !important; }
  .direction-rtl .load-circle {
    right: calc(50% - 35px); }
  .direction-rtl #loader {
    border-left-color: #f1a104;
    border-right-color: transparent; }
  .direction-rtl .theme-arrow .slick-prev {
    left: 20px;
    right: auto; }
  .direction-rtl .theme-arrow .slick-next {
    left: 60px;
    right: auto; }
  .direction-rtl .pixelstrap ul {
    width: auto; }
  .direction-rtl .ml-md-4, .direction-rtl .mx-md-4 {
    margin-left: 0 !important;
    margin-right: 1.5rem !important; }
  .direction-rtl .main-menu .menu-left .navbar {
    padding: 0 0 0 35px; }
  .direction-rtl .theme-form-two.right-space {
    margin-right: 0;
    margin-left: 35px; }
  .direction-rtl .news .media img {
    margin-left: 15px;
    margin-right: 0; }
  .direction-rtl .news-two .question-call .media img {
    margin-left: 15px; }
  .direction-rtl .news-two .call-img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
  .direction-rtl .news-three .media {
    margin-right: 0;
    margin-left: 15px; }
    .direction-rtl .news-three .media img {
      margin-right: 0;
      margin-left: 15px; }
  .direction-rtl .wishlist-section .wishlist-buttons {
    text-align: left; }
  .direction-rtl .service-block {
    text-align: right; }
    .direction-rtl .service-block h4 {
      margin-right: 5px; }
    .direction-rtl .service-block .service-space {
      padding: 15px 0px 15px 0; }
    .direction-rtl .service-block + .service-block {
      border-right: 1px solid #ddd; }
      .direction-rtl .service-block + .service-block:last-child {
        border: unset; }
  .direction-rtl .shop-brand a {
    margin-left: 20px;
    margin-right: 0; }
    .direction-rtl .shop-brand a:first-child {
      margin-right: 20px; }
    .direction-rtl .shop-brand a:last-child {
      margin-right: 0; }
  .direction-rtl .shop-brand h4:after {
    margin-right: 15px;
    margin-left: 16px; }
  .direction-rtl .timer-text {
    text-align: left; }
  .direction-rtl .timr-two-space {
    text-align: center;
    padding: 25px 5px 20px; }
  .direction-rtl .pwd-page h2 {
    text-align: center; }
  .direction-rtl .blog h4,
  .direction-rtl .blog p {
    text-align: right !important; }
  .direction-rtl .blog-details h4,
  .direction-rtl .blog-details h6 {
    text-align: center; }
  .direction-rtl .blog-details a p {
    text-align: center; }
  .direction-rtl .theme-tab {
    text-align: right; }
    .direction-rtl .theme-tab .title {
      width: unset;
      margin: 0; }
    .direction-rtl .theme-tab .tab-title {
      -webkit-padding-start: 0;
      margin-left: 80px; }
    .direction-rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 img {
      padding: 15px 0 15px 15px; }
    .direction-rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating {
      text-align: right; }
    .direction-rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a h6 {
      margin-left: 35px;
      margin-right: 0; }
    .direction-rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .color-variant {
      text-align: right;
      -webkit-padding-start: 0; }
  .direction-rtl .breadcrumb-item + .breadcrumb-item {
    padding-right: 0.5rem;
    padding-left: 0; }
    .direction-rtl .breadcrumb-item + .breadcrumb-item:before {
      padding-right: 0;
      padding-left: 0.5rem; }
  .direction-rtl .follow-two .app-store-img {
    text-align: right; }
  .direction-rtl .testimonial .testimonial-slider .slick-track .slick-slide .media h5,
  .direction-rtl .testimonial .testimonial-slider .slick-track .slick-slide .media h6 {
    text-align: center; }
  .direction-rtl .testimonial .testimonial-slider .slick-track .slick-slide:nth-child(odd) .media {
    border-right: 1px solid #dddddd;
    padding-left: 50px; }
  .direction-rtl .testimonial .testimonial-slider .slick-track .slick-slide:nth-child(even) .media {
    border-left: unset; }
  .direction-rtl .blog-page .blog-sidebar .theme-card .recent-blog {
    text-align: right; }
    .direction-rtl .blog-page .blog-sidebar .theme-card .recent-blog li .media img {
      margin-right: 0;
      margin-left: 10px; }
  .direction-rtl .blog-page .blog-sidebar .theme-card .popular-blog li .blog-date {
    margin: 0 0 0 15px; }
  .direction-rtl .blog-page .blog-media .blog-right ul {
    text-align: right; }
    .direction-rtl .blog-page .blog-media .blog-right ul li + li {
      padding-right: 15px;
      margin-right: 15px;
      border-right: 1px solid #dddddd;
      padding-left: 0;
      margin-left: 0;
      border-left: none; }
  .direction-rtl .blog-detail-page .blog-detail .post-social {
    text-align: right; }
    .direction-rtl .blog-detail-page .blog-detail .post-social li + li {
      padding-right: 15px;
      margin-right: 15px;
      border-right: 1px solid #dddddd;
      padding-left: 0;
      margin-left: 0;
      border-left: none; }
  .direction-rtl .blog-detail-page .blog-advance ul {
    text-align: right; }
  .direction-rtl .blog-detail-page .comment-section li img {
    margin-right: 0;
    margin-left: 20px; }
  .direction-rtl .blog-detail-page .blog-contact .theme-form label,
  .direction-rtl .blog-detail-page .blog-contact .theme-form .btn-solid,
  .direction-rtl .blog-detail-page .blog-contact .theme-form .btn-outline {
    float: right; }
  .direction-rtl .cart-section tbody tr td h2,
  .direction-rtl .cart-section tbody tr td p,
  .direction-rtl .wishlist-section tbody tr td h2,
  .direction-rtl .wishlist-section tbody tr td p {
    text-align: center; }
  .direction-rtl .cart-section tfoot tr td,
  .direction-rtl .wishlist-section tfoot tr td {
    text-align: center;
    padding-right: 0px; }
    .direction-rtl .cart-section tfoot tr td:first-child,
    .direction-rtl .wishlist-section tfoot tr td:first-child {
      padding-right: 0;
      padding-left: 10px;
      text-align: left; }
  .direction-rtl .cart-section .cart-buttons > div:last-child,
  .direction-rtl .wishlist-section .cart-buttons > div:last-child {
    text-align: left;
    padding-left: 59px;
    padding-right: 0; }
  .direction-rtl .cart-section .cart-buttons > div:first-child .btn-solid,
  .direction-rtl .cart-section .cart-buttons > div:first-child .btn-outline,
  .direction-rtl .wishlist-section .cart-buttons > div:first-child .btn-solid,
  .direction-rtl .wishlist-section .cart-buttons > div:first-child .btn-outline {
    float: right; }
  .direction-rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li:first-child {
    margin-right: 0;
    margin-left: 14px; }
  .direction-rtl .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    border-right: none;
    border-left: 1px solid #dddddd;
    padding-right: 0;
    padding-left: 20px; }
  .direction-rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
    border-right: none;
    border-left: 1px solid #dddddd;
    padding: 15px 0;
    background: url(../images/dropdown.png) no-repeat 5%; }
  .direction-rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
    border-right: none;
    padding: 15px 0;
    border-left: 1px solid #dddddd; }
  .direction-rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
    background: url(../images/dropdown.png) no-repeat 5%; }
  .direction-rtl .collection-product-wrapper .product-top-filter .popup-filter .open-popup {
    left: unset;
    right: 0; }
  .direction-rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view,
  .direction-rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
  .direction-rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup,
  .direction-rtl .collection-product-wrapper .product-top-filter .popup-filter .search-count {
    border-right: none;
    border-left: 1px solid #dddddd; }
    .direction-rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view select,
    .direction-rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
    .direction-rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup select,
    .direction-rtl .collection-product-wrapper .product-top-filter .popup-filter .search-count select {
      border-right: none; }
  .direction-rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul {
    float: right; }
    .direction-rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li:first-child {
      margin-right: 0;
      margin-left: 14px; }
  .direction-rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view.rtl-res-view select {
    padding: 15px; }
  .direction-rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
    background: url(../images/dropdown.png) no-repeat 5%; }
  .direction-rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    background: url(../images/dropdown.png) no-repeat 5%; }
  .direction-rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    text-align: right;
    background: url(../images/dropdown.png) no-repeat 5%; }
  .direction-rtl .qty-box .input-group span button {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .direction-rtl .product-pagination .product-search-count-bottom {
    padding-right: 0;
    padding-left: 15px; }
  .direction-rtl .product-pagination .pagination .page-item a i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .direction-rtl .custom-control-label:after {
    right: -1.5rem;
    left: unset; }
  .direction-rtl .contact-page .theme-form label {
    float: right; }
  .direction-rtl .contact-page .theme-form .btn-solid,
  .direction-rtl .contact-page .theme-form .btn-outline {
    float: right; }
  .direction-rtl .contact-page .contact-right ul li {
    padding-right: 150px;
    padding-left: 0; }
    .direction-rtl .contact-page .contact-right ul li .contact-icon {
      left: unset;
      border-left: 1px solid #dddddd;
      border-right: 0;
      right: 0; }
      .direction-rtl .contact-page .contact-right ul li .contact-icon h6 {
        text-align: center; }
  .direction-rtl .faq-section .accordion.theme-accordion .card .card-header button {
    float: right;
    text-align: right; }
    .direction-rtl .faq-section .accordion.theme-accordion .card .card-header button:before {
      right: unset;
      left: 20px; }
  .direction-rtl .login-page .theme-card {
    text-align: right; }
    .direction-rtl .login-page .theme-card .theme-form label {
      float: right; }
  .direction-rtl .register-page .theme-card .theme-form label {
    float: right; }
  .direction-rtl .product-right .rating,
  .direction-rtl .product-right .color-variant {
    text-align: center; }
  .direction-rtl .product-right .color-variant {
    text-align: right; }
  .direction-rtl .product-right.product-form-box h4,
  .direction-rtl .product-right.product-form-box h3,
  .direction-rtl .product-right.product-form-box h6 {
    text-align: center; }
  .direction-rtl .product-right .product-icon .product-social li {
    padding-right: 0;
    padding-left: 10px; }
  .direction-rtl .product-right .product-icon .wishlist-btn i {
    border-left: none;
    border-right: 1px solid #dddddd;
    padding-left: 0;
    margin-left: 0;
    padding-right: 10px;
    margin-right: 5px; }
  .direction-rtl .product-right .product-icon .wishlist-btn span {
    padding-left: 0;
    padding-right: 10px; }
  .direction-rtl .product-right .payment-card-bottom {
    text-align: right; }
    .direction-rtl .product-right .payment-card-bottom ul li {
      padding-right: 0;
      padding-left: 10px; }
  .direction-rtl .single-product-tables {
    text-align: right; }
    .direction-rtl .single-product-tables.detail-section {
      text-align: right; }
  .direction-rtl .tab-product .theme-form input,
  .direction-rtl .product-full-tab .theme-form input {
    text-align: right; }
  .direction-rtl .tab-product .tab-content .theme-form .media .ml-3,
  .direction-rtl .product-full-tab .tab-content .theme-form .media .ml-3 {
    margin-left: 0 !important;
    margin-right: 1rem !important; }
  .direction-rtl .theme-form {
    text-align: right; }
  .direction-rtl .collection .collection-block .collection-content h3,
  .direction-rtl .collection .collection-block .collection-content h4,
  .direction-rtl .collection .collection-block .collection-content p {
    text-align: center; }
  .direction-rtl .rtl-product-right-slick .slick-next,
  .direction-rtl .rtl-product-slick .slick-next {
    right: unset;
    left: 1px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .direction-rtl .rtl-product-right-slick .slick-prev,
  .direction-rtl .rtl-product-slick .slick-prev {
    left: unset;
    right: 1px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .direction-rtl .rtl-product-right-slick:hover .slick-next,
  .direction-rtl .rtl-product-slick:hover .slick-next {
    right: unset;
    left: 20px; }
  .direction-rtl .rtl-product-right-slick:hover .slick-prev,
  .direction-rtl .rtl-product-slick:hover .slick-prev {
    left: unset;
    right: 20px; }
  .direction-rtl .collection-wrapper .product-right .product-buttons {
    text-align: center; }
  .direction-rtl .collection-wrapper .product-right .size-box {
    text-align: center; }
    .direction-rtl .collection-wrapper .product-right .size-box ul li {
      margin-right: 0;
      margin-left: 10px; }
      .direction-rtl .collection-wrapper .product-right .size-box ul li:first-child {
        margin-left: 0; }
  .direction-rtl .collection-wrapper .product-right .product-description h6 span {
    float: left !important; }
  .direction-rtl .collection-mobile-back span i {
    float: left; }
  .direction-rtl .collection-collapse-block .collapse-block-title:after {
    left: -3px;
    right: unset; }
  .direction-rtl .collection-filter-block .product-service .media .media-body {
    padding-right: 10px;
    padding-left: 0; }
  .direction-rtl .collection-sidebar-banner {
    text-align: right; }
  .direction-rtl .tab-border .nav-border {
    border-right: 0;
    border-left: 1px solid #dddddd; }
  .direction-rtl .product-pagination .pagination .page-item.active a {
    border-right: none; }
  .direction-rtl .custom-control {
    padding-left: 0;
    padding-right: 1.5rem; }
  .direction-rtl .collection-collapse-block .collection-collapse-block-content .color-selector ul {
    text-align: right; }
  .direction-rtl .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox {
    text-align: right; }
  .direction-rtl .custom-control-label:before {
    right: -1.5rem;
    left: 0; }
  .direction-rtl .product-wrapper-grid.list-view .product-box {
    display: block; }
    .direction-rtl .product-wrapper-grid.list-view .product-box .product {
      width: 30%; }
    .direction-rtl .product-wrapper-grid.list-view .product-box .product-detail {
      padding-right: 15px;
      padding-left: 0; }
  .direction-rtl .error-section h1,
  .direction-rtl .error-section h2 {
    text-align: center; }
  .direction-rtl .theme-card .slick-prev {
    left: 0;
    right: unset; }
  .direction-rtl .theme-card .slick-next {
    right: unset;
    left: 25px; }
  .direction-rtl .theme-card .offer-slider .media .media-body a h6 {
    margin-right: 0; }
  .direction-rtl .theme-card .offer-slider .media .media-body .rating {
    text-align: right; }
    .direction-rtl .theme-card .offer-slider .media .media-body .rating i {
      padding-left: 5px;
      padding-right: 0; }
  .direction-rtl .product-box .product .cart-info a,
  .direction-rtl .product-box .product .cart-info button {
    margin-left: 15px; }
  .direction-rtl .product-box.hover-two .cart-info a,
  .direction-rtl .product-box.hover-two .cart-info button {
    margin-left: 5px; }
  .direction-rtl .col-lg-2 .product-box .cart-info a {
    margin-right: 3px; }
  .direction-rtl .col-lg-2 .product-box .cart-info button {
    margin-right: 3px; }
  .direction-rtl .col-lg-2 .rating i {
    padding: 0; }
  .direction-rtl .rating {
    text-align: right; }
  .direction-rtl .product-description-box .rating {
    text-align: right !important; }
  .direction-rtl .pwd-page .offset-lg-3 {
    margin: 0 auto; }
  .direction-rtl .offset-lg-3 input {
    text-align: center; }
  .direction-rtl .lookbook h5,
  .direction-rtl .lookbook h6 {
    text-align: center; }
  .direction-rtl .prod-timer-three {
    float: right; }
  .direction-rtl .text-lg-left {
    text-align: right !important; }
  .direction-rtl .product-form-box .color-variant {
    text-align: center; }
  .direction-rtl .product-form-box .size-box ul {
    text-align: center; }
  .direction-rtl .theme-form-one {
    text-align: right; }
    .direction-rtl .theme-form-one label {
      float: right; }
  .direction-rtl .time-two-cat:before {
    right: -28px;
    -webkit-transform: rotateY(150deg);
            transform: rotateY(150deg); }
  .direction-rtl .timer-one {
    padding: 15px; }
  .direction-rtl .cosmetic-title {
    margin-left: 0; }
  .direction-rtl .home h1,
  .direction-rtl .home h3,
  .direction-rtl .home p,
  .direction-rtl .home a,
  .direction-rtl .home h4 {
    text-align: unset;
    float: unset; }
  .direction-rtl .home-slider .slick-next {
    right: unset;
    left: 1px; }
    .direction-rtl .home-slider .slick-next:before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .direction-rtl .home-slider .slick-prev {
    left: unset;
    right: 1px; }
    .direction-rtl .home-slider .slick-prev:before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .direction-rtl .home-slider:hover .slick-next {
    right: unset;
    left: 30px; }
  .direction-rtl .home-slider:hover .slick-prev {
    left: unset;
    right: 30px; }
  .direction-rtl .theme-searcbar .theme-form-one.header-style input {
    border-left: unset;
    border-right: 1px solid #ddd;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset; }
  .direction-rtl .theme-searcbar .theme-form-one.header-style button {
    border-left: 1px solid #ddd;
    margin-right: -5px; }
  .direction-rtl .theme-border-right {
    border-left: 1px solid #ddd;
    border-right: unset;
    padding: 7px 15px;
    margin-left: 15px; }
  .direction-rtl .home-layout-one {
    float: left; }
  .direction-rtl .home-header .mega-menu li a, .direction-rtl .home-header .sub-drop-menu li a {
    padding-right: 30px !important; }
  .direction-rtl .icon-nav-cart li:first-child {
    padding-left: 10px; }
  .direction-rtl .icon-nav-cart li:last-child {
    padding-left: 0; }
  .direction-rtl .icon-nav-cart .cart-add.price {
    left: 43px;
    right: -10px; }
  .direction-rtl .icon-nav-cart .show-div.shopping-cart li .total h5 span {
    float: unset; }
  .direction-rtl .icon-nav-cart .show-div.shopping-cart li .buttons {
    text-align: left; }
  .direction-rtl .theme-header-two .dropdown-menu a.dropdown-item img {
    margin-right: unset;
    margin-left: 5px; }
  .direction-rtl .mega-menu h6 {
    text-align: center; }
  .direction-rtl .home-2 a .sub-arrow {
    left: 7px;
    right: auto; }
  .direction-rtl .menu-classic .menu-right {
    float: left; }
  .direction-rtl .menu-classic .dropdown .elec-cat-show-btn i {
    padding-left: 20px;
    padding-right: 0px; }
  .direction-rtl .menu-classic .dropdown button i {
    padding-left: 0;
    padding-right: 20px; }
  .direction-rtl .searchbar .search-button {
    left: 5px;
    right: auto; }
  .direction-rtl .main-menu .dropdown {
    margin-left: 20px;
    border-right: unset; }
    .direction-rtl .main-menu .dropdown button {
      padding-right: 0;
      padding-left: 20px; }
      .direction-rtl .main-menu .dropdown button i {
        margin-left: 10px;
        margin-right: 0; }
  .direction-rtl .main-menu .two-cart .icon-nav-cart .cart-add {
    padding-top: 3px; }
  .direction-rtl .main-menu .icon-nav-cart {
    margin-right: 15px; }
    .direction-rtl .main-menu .icon-nav-cart .show-div.shopping-cart {
      left: 0;
      right: auto; }
  .direction-rtl .top-header .header-dropdown li:first-child {
    padding: 0 12px 0px 11px; }
  .direction-rtl .category-dropdown .category-list a i {
    margin-left: 10px; }
  .direction-rtl .category-dropdown .pixelstrap a .sub-arrow {
    right: auto;
    left: 0; }
    .direction-rtl .category-dropdown .pixelstrap a .sub-arrow:after {
      content: "\f104"; }
  .direction-rtl .search-overlay > div .overlay-content input {
    padding: 20px 40px; }
  .direction-rtl .theme-form-two button,
  .direction-rtl .theme-form-one button {
    margin-right: -5px;
    margin-left: 0; }
  .direction-rtl .theme-header .icon-nav-cart .show-div.shopping-cart {
    left: 0;
    right: auto;
    z-index: 999; }
  .direction-rtl footer .footer-logo img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
  .direction-rtl .footer-theme .footer-logo {
    text-align: right; }
  .direction-rtl .footer-theme .sub-title ul li a:before {
    left: auto;
    right: 0; }
  .direction-rtl .footer-theme .contact-list li {
    padding-right: 17px;
    padding-left: unset; }
    .direction-rtl .footer-theme .contact-list li i {
      left: auto;
      right: 0; }
  .direction-rtl .footer-social li:first-child,
  .direction-rtl .social-white li:first-child {
    padding-right: 0px; }
  .direction-rtl .footer-social li:last-child,
  .direction-rtl .social-white li:last-child {
    padding-right: 30px; }
  .direction-rtl .copyright-text {
    text-align: center; }
  .direction-rtl .payment-card-bottom li:last-child {
    padding-left: 0;
    padding-right: 0; }
  .direction-rtl .payment-card-bottom li:first-child {
    padding-left: 15px;
    padding-right: 0; }
  .direction-rtl .cat-description h3 {
    text-align: center; }
  .direction-rtl .cat-title {
    margin: 5px 0; }
  .direction-rtl .time-two-cat:before {
    border-top: 60px solid transparent;
    border-bottom: 50px solid transparent; }
  .direction-rtl .product-m {
    margin: 0 -15px; }
  .direction-rtl .category-two .media a i {
    margin-right: 0px;
    margin-left: 10px;
    margin-top: 5px;
    float: right; }
  .direction-rtl .collection-banner .contain-banner div {
    text-align: right; }
  .direction-rtl .collection-banner .contain-banner.banner-layout-3 p,
  .direction-rtl .collection-banner .contain-banner.banner-layout-3 h2,
  .direction-rtl .collection-banner .contain-banner.banner-layout-3 h6 {
    text-align: unset; }

/*==========================================
 rtl css end
============================================ */
/*=====================
    Loader css start
==========================*/
@keyframes "loader1" {
  from {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0); }
  to {
    -webkit-transform: scale(4, 4);
            transform: scale(4, 4); } }

@-webkit-keyframes "loader1" {
  from {
    -webkit-transform: scale(0, 0); }
  to {
    -webkit-transform: scale(4, 4); } }

.loader-wrapper {
  background-color: white;
  margin: 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.loader1 {
  display: inline-block;
  font-size: 0px;
  padding: 0px; }
  .loader1 span {
    vertical-align: middle;
    border-radius: 100%;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px 10px;
    -webkit-animation: loader1 0.8s linear infinite alternate;
    animation: loader1 0.8s linear infinite alternate; }
    .loader1 span:nth-child(1) {
      -webkit-animation-delay: -1s;
      animation-delay: -1s;
      background: rgba(255, 148, 0, 0.6); }
    .loader1 span:nth-child(2) {
      -webkit-animation-delay: -0.8s;
      animation-delay: -0.8s;
      background: rgba(255, 148, 0, 0.8); }
    .loader1 span:nth-child(3) {
      -webkit-animation-delay: -0.26666s;
      animation-delay: -0.26666s;
      background: #ff9400; }
    .loader1 span:nth-child(4) {
      -webkit-animation-delay: -0.8s;
      animation-delay: -0.8s;
      background: rgba(255, 148, 0, 0.8); }
    .loader1 span:nth-child(5) {
      -webkit-animation-delay: -1s;
      animation-delay: -1s;
      background: rgba(255, 148, 0, 0.4); }

.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left; }

.sm {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 99; }
  .sm li.main-menu-hover {
    position: unset; }
  .sm ul {
    display: none; }
  .sm li {
    position: relative; }
  .sm > li > h1 {
    margin: 0;
    padding: 0; }
  .sm > li > h2 {
    margin: 0;
    padding: 0; }
  .sm > li > h3 {
    margin: 0;
    padding: 0; }
  .sm > li > h4 {
    margin: 0;
    padding: 0; }
  .sm > li > h5 {
    margin: 0;
    padding: 0; }
  .sm > li > h6 {
    margin: 0;
    padding: 0; }
  .sm a {
    position: relative;
    display: block; }
    .sm a.disabled {
      cursor: default; }
  .sm * {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }
  .sm *::before {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }
  .sm *::after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }

.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0/0 serif;
  clear: both;
  overflow: hidden; }

.sidenavmarket {
  height: 100vh;
  width: 300px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: -300px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .sidenavmarket .sidebar-back {
    padding: 20px;
    font-size: 18px;
    color: #444;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
    cursor: pointer; }
  .sidenavmarket nav {
    background-color: #ffffff;
    z-index: 9;
    position: relative;
    height: 100vh;
    top: 0; }
  .sidenavmarket.open-side {
    left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .sidenavmarket.open-side .sidebar-overlay {
      opacity: 0.8;
      visibility: visible; }
  .sidenavmarket .sidebar-overlay {
    visibility: hidden;
    opacity: 0;
    background-color: #212331;
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s; }
  .sidenavmarket .closebtn {
    position: absolute;
    top: 0;
    font-size: 36px;
    margin-left: 50px;
    margin-top: 50px;
    color: #777777; }

.pixelstrap a, .pixelstrap a:hover, .pixelstrap a:focus, .pixelstrap a:active {
  padding: 10px 20px;
  padding-right: 58px;
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  line-height: 23px;
  text-decoration: none; }

.pixelstrap a.disabled {
  color: #ffd8d4; }

.pixelstrap a .sub-arrow {
  position: absolute;
  top: 45%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: transparent;
  border-radius: 4px; }

.pixelstrap a .sub-arrow::before {
  content: '+'; }

.pixelstrap a.highlighted .sub-arrow::before {
  content: '-'; }

.pixelstrap > li:last-child > a, .pixelstrap > li:last-child > *:not(ul) a, .pixelstrap > li:last-child > ul,
.pixelstrap > li:last-child > ul > li:last-child > a, .pixelstrap > li:last-child > ul > li:last-child > *:not(ul) a, .pixelstrap > li:last-child > ul > li:last-child > ul,
.pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > a, .pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  border-radius: 0 0 8px 8px; }

.pixelstrap > li:last-child > a.highlighted, .pixelstrap > li:last-child > *:not(ul) a.highlighted,
.pixelstrap > li:last-child > ul > li:last-child > a.highlighted, .pixelstrap > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  border-radius: 0; }

.pixelstrap ul {
  background: #fff; }
  .pixelstrap ul ul {
    background: rgba(102, 102, 102, 0.1); }
  .pixelstrap ul a, .pixelstrap ul a:hover, .pixelstrap ul a:focus, .pixelstrap ul a:active {
    background: transparent;
    color: #444444;
    font-size: 14px;
    text-shadow: none;
    font-weight: 500; }
  .pixelstrap ul a.current {
    background: #c33a32;
    color: #fff; }
  .pixelstrap ul a.disabled {
    color: #b3b3b3; }
  .pixelstrap ul ul a,
  .pixelstrap ul ul a:hover,
  .pixelstrap ul ul a:focus,
  .pixelstrap ul ul a:active {
    border-left: 16px solid transparent; }
  .pixelstrap ul ul ul a,
  .pixelstrap ul ul ul a:hover,
  .pixelstrap ul ul ul a:focus,
  .pixelstrap ul ul ul a:active {
    border-left: 24px solid transparent; }
  .pixelstrap ul ul ul ul a,
  .pixelstrap ul ul ul ul a:hover,
  .pixelstrap ul ul ul ul a:focus,
  .pixelstrap ul ul ul ul a:active {
    border-left: 32px solid transparent; }
  .pixelstrap ul ul ul ul ul a,
  .pixelstrap ul ul ul ul ul a:hover,
  .pixelstrap ul ul ul ul ul a:focus,
  .pixelstrap ul ul ul ul ul a:active {
    border-left: 40px solid transparent; }
  .pixelstrap ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
    .pixelstrap ul li:first-child {
      border-top: 0; }

@media (min-width: 1200px) {
  /* Switch to desktop layout  */
  .pixelstrap ul {
    position: absolute;
    width: 12em; }
  .pixelstrap li {
    float: left; }
  .pixelstrap.sm-rtl li {
    float: right; }
  .pixelstrap ul li,
  .pixelstrap.sm-rtl ul li,
  .pixelstrap.sm-vertical li {
    float: none; }
  .pixelstrap a {
    white-space: nowrap; }
  .pixelstrap ul a,
  .pixelstrap.sm-vertical a {
    white-space: normal; }
  .pixelstrap .sm-nowrap > li > a,
  .pixelstrap .sm-nowrap > li > :not(ul) a {
    white-space: nowrap; }
  /* ...end */
  .pixelstrap a .sub-arrow {
    top: auto;
    margin-top: 0;
    bottom: 2px;
    left: 50%;
    margin-left: -5px;
    right: auto;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: #444 transparent transparent transparent;
    background: transparent; }
  .pixelstrap a .sub-arrow::before {
    display: none; }
  .pixelstrap ul {
    padding: 10px 0;
    background: #fff;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2); }
    .pixelstrap ul ul {
      border-radius: 4px;
      background: #fff; }
    .pixelstrap ul a, .pixelstrap ul a:hover, .pixelstrap ul a:focus, .pixelstrap ul a:active, .pixelstrap ul a.highlighted {
      border: 0 !important;
      padding: 9px 23px;
      background: transparent;
      color: #444;
      border-radius: 0 !important; }
    .pixelstrap ul a:hover, .pixelstrap ul a:focus, .pixelstrap ul a:active, .pixelstrap ul a.highlighted {
      color: #ff5c00 !important; }
    .pixelstrap ul a.current {
      background: #c33a32;
      color: #fff; }
    .pixelstrap ul a.disabled {
      background: #fff;
      color: #b3b3b3; }
    .pixelstrap ul a .sub-arrow {
      top: 50%;
      margin-top: -5px;
      bottom: auto;
      left: auto;
      margin-left: 0;
      right: 10px;
      border-style: dashed dashed dashed solid;
      border-color: transparent transparent transparent #444444; }
    .pixelstrap ul li {
      border: 0; }
  .pixelstrap .scroll-up,
  .pixelstrap .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px; }
  .pixelstrap .scroll-up-arrow,
  .pixelstrap .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #ff3522 transparent; }
  .pixelstrap .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #ff3522 transparent transparent transparent; }
  .pixelstrap.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #ffd8d4 transparent transparent; }
  .pixelstrap.sm-rtl > li:first-child {
    border-left: 1px solid #ff3522; }
  .pixelstrap.sm-rtl > li:last-child {
    border-left: 0; }
  .pixelstrap.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #ffd8d4 transparent transparent; }
  .pixelstrap.sm-vertical a {
    padding: 9px 23px; }
    .pixelstrap.sm-vertical a .sub-arrow {
      top: 50%;
      margin-top: -5px;
      bottom: auto;
      left: auto;
      margin-left: 0;
      right: 10px;
      border-style: dashed dashed dashed solid;
      border-color: transparent transparent transparent #444; }
  .pixelstrap.sm-vertical > li {
    border-left: 0 !important; }
  .mega-menu {
    min-width: 40em !important; }
  .mega-page-width {
    min-width: 65em !important; }
  .home-menu {
    min-width: 30em !important; }
  .product-menu {
    min-width: 50em !important; } }

.sub-drop-menu {
  min-width: 15em !important;
  max-width: unset !important;
  top: 19px !important;
  margin-top: 15px !important; }

#mySidebarnav .sub-drop-menu {
  margin-top: 0px !important; }

#mySidebarnav .home-header .sub-drop-menu li a {
  margin-left: 20px; }

#mySidebarnav .home-header .space-top > div {
  margin-left: 15px; }

.hover-unset {
  position: unset !important; }

@media (min-width: 1201px) {
  .sub-mega-menu-fix .main-menu-hover {
    position: unset; }
  .pixelstrap ul ul {
    border-radius: 0; }
  .sm-horizontal .full-mega-menu {
    top: auto !important;
    right: 0;
    left: 0 !important;
    min-width: 100% !important;
    z-index: 999;
    margin: 0 !important; } }

.menu-classic .sm-horizontal .full-mega-menu {
  margin: 0 15px !important; }

.home-header {
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 0px; }
  .home-header li .has-submenu, .home-header li > a {
    color: #444; }
  .home-header .mega-menu, .home-header .sub-drop-menu {
    border: none;
    border-radius: unset !important; }
    .home-header .mega-menu li a, .home-header .sub-drop-menu li a {
      font-size: 14px;
      padding: 10px !important;
      font-weight: 400;
      text-transform: capitalize;
      color: #444;
      margin-left: 5px; }
    .home-header .mega-menu.with-img-hover a:hover h6, .home-header .sub-drop-menu.with-img-hover a:hover h6 {
      color: #ff5c00;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .home-header h6 {
    font-size: 14px;
    padding: 8px 0 !important;
    color: #444444;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-transform: capitalize;
    margin-bottom: 0; }
  .home-header .page-width {
    min-width: 20em !important; }

.home-2 .mega-menu {
  top: 50px !important; }

.home-1 .mega-menu {
  top: 50px !important; }

.home-1 a .sub-arrow {
  border-color: #000000 transparent transparent transparent;
  left: 90%;
  bottom: 0; }

.home-1 li .has-submenu {
  font-size: 15px;
  font-family: "Heebo", sans-serif;
  color: #444444;
  font-weight: bold;
  padding: 0 18px;
  text-transform: uppercase;
  line-height: 1; }

.home-2 .mega-menu {
  top: 72px !important; }

.home-2 {
  -webkit-box-shadow: none;
          box-shadow: none; }
  .home-2 a .sub-arrow {
    border-color: #444 transparent transparent transparent;
    left: 90%;
    bottom: 0; }
  .home-2 li .has-submenu {
    color: #444;
    padding: 0 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1; }

@media (max-width: 1199px) {
  .bg-hdr-menu-clr > .drop-dwn-menu > a, .bg-hdr-menu-clr > .main-menu-hover > a {
    color: #444; }
  .home-header .mega-menu > li:last-child a {
    padding-bottom: 0 !important; } }

@media (min-width: 1200px) {
  .home-1.link-white a .sub-arrow {
    border-color: #ffffff transparent transparent transparent; }
  .home-1.link-white > li > .has-submenu {
    color: #ffffff; }
  .home-2 a .sub-arrow {
    border-color: #444 transparent transparent transparent; }
  .home-2 li .has-submenu {
    color: #444; }
  .hs-three .home-1 .mega-menu {
    top: 72px !important; }
  .category-dropdown .pixelstrap a .sub-arrow {
    top: 10px;
    width: 10px;
    height: 22px;
    border-style: unset !important;
    border-color: unset !important; }
    .category-dropdown .pixelstrap a .sub-arrow:after {
      content: "\f105";
      color: #444;
      font-family: FontAwesome !important;
      position: absolute;
      right: 0; }
  .drop-dwn-menu ul {
    padding: 10px 15px; }
  .pixelstrap li ul {
    border-radius: unset !important; }
    .pixelstrap li ul li > ul {
      left: 17px !important; } }

.full-mega-menu {
  padding: 18px 10px !important;
  border-radius: 0; }
  .full-mega-menu .mega-box .menu-title h5 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px;
    margin: 0;
    padding: 0;
    color: #444444; }
  .full-mega-menu .mega-box .link-section ul {
    position: relative;
    display: block;
    padding: 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: none; }
    .full-mega-menu .mega-box .link-section ul li a {
      font-size: 14px;
      padding: 5px 0 !important;
      font-weight: 400;
      margin-left: 0;
      text-transform: capitalize; }
      .full-mega-menu .mega-box .link-section ul li a:hover, .full-mega-menu .mega-box .link-section ul li a:focus {
        padding-top: 3px;
        padding-bottom: 3px; }
  .full-mega-menu .img-section img {
    margin-top: 15px; }

a.mega-menu-banner {
  margin: 0 auto !important;
  padding: 0px 0 !important; }

.space-top > div:last-child {
  margin-bottom: 0; }
  .space-top > div:last-child h6 {
    padding-bottom: 0 !important;
    margin-bottom: 0; }

.lst-spce > div:nth-last-child(-n + 7) {
  margin-top: 15px; }

.main-menu-hover:hover .menu-title, .main-menu-hover:hover > a, .drop-dwn-menu:hover .menu-title, .drop-dwn-menu:hover > a {
  color: #ff5c00 !important; }

.submenu-header-show {
  position: relative !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  border: unset !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important; }

@media (max-width: 1200px) {
  .home-2 .mega-page-width {
    min-width: 80em !important;
    left: -30px !important;
    right: 0; } }

.new-label:before {
  position: absolute;
  content: 'new';
  font-size: 10px;
  top: -20px;
  left: 15px;
  background: #ff5c00;
  color: #fff;
  padding: 2px 5px;
  text-transform: capitalize; }

.new-label:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ff5c00;
  top: -6px;
  left: 25px; }

/**********************************
Responsive media
*******************/
@media (min-width: 1900px) {
  .rtl .home-1 .mega-page-width {
    -webkit-transform: translateX(-37%) !important;
            transform: translateX(-37%) !important;
    left: 0 !important;
    right: auto !important; } }

@media (max-width: 1536px) {
  .bg-image {
    padding: 0 150px; }
  .theme-header-two .dropdown-menu a p {
    margin-bottom: 6px; } }

@media (min-width: 1440px) {
  .custm-container {
    max-width: 1500px; } }

@media (max-width: 1440px) {
  .home-slider .home.home12, .home-slider .home.home13, .home-slider .home.home14 {
    background-position: right; }
  .sid-bnr-height {
    height: 238px; }
  .bg-header-three .row .theme-searcbar input {
    width: 450px !important; } }

@media (max-width: 1440px) and (min-width: 1200px) {
  .lg-small-banner {
    height: 66vh !important; }
    .lg-small-banner .slider-contain {
      height: 66vh !important; }
  .collection-banner .contain-banner.banner-layout-3 p {
    font-size: 18px; } }

@media (max-width: 1366px) {
  .title1 .title-inner1 {
    padding-bottom: 10px; }
    .title1 .title-inner1:after {
      height: 2px; }
  .collection-filter .service-two {
    padding: 10px 20px; }
  .add-card-bnr.theme-arrow .slick-prev {
    right: 27px; }
  .mb-5 {
    margin-bottom: 30px !important; }
  .sid-bnr-height {
    height: 223px; }
  .lg-small-banner {
    height: 62vh !important; }
    .lg-small-banner .slider-contain {
      height: 62vh !important; }
  .bg-image {
    padding: 15px; }
  .home-1 .mega-page-width {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%); }
  body.bg-image {
    padding: 0; }
  .theme-header .two-cart .full-mega-menu {
    margin-left: -487px !important; }
  .theme-header .two-cart .mega-menu {
    left: 0 !important;
    right: auto !important; }
  .rtl .theme-home-menu .mega-page-width.rtl-lg-left-0 {
    -webkit-transform: translateX(-3%) !important;
            transform: translateX(-3%) !important; } }

@media (min-width: 1200px) {
  .dark-theme-icon.box-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #sub-menu .pixelstrap > li > a {
    color: #444; }
    #sub-menu .pixelstrap > li > a span {
      border-color: #444 transparent transparent transparent; }
  /* new header */
  .toggle-nav {
    padding: 3px 15px;
    background: #f2f2f2; }
    .toggle-nav .bar-style i {
      color: #444; }
  /* product stiky*/
  .is_stuck {
    margin-top: 95px; }
  /* electronics two */
  .electric-cat-show {
    display: block; }
    .electric-cat-show.hidden {
      display: none; }
  .lst-spce > div:nth-last-child(-n + 4) {
    margin: 0; }
    .lst-spce > div:nth-last-child(-n + 4) h6 {
      padding-bottom: 0 !important;
      margin-bottom: 0; }
  .toggle-nav, .mobile-back {
    display: none; }
  .rtl .call-img {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    left: 0; }
  .rtl .full-mega-menu .mega-box .link-section ul {
    width: unset; } }

@media (max-width: 1200px) {
  .sid-bnr-height {
    height: 195px; }
  /* product stiky*/
  .is_stuck {
    margin-top: 25px; }
    .is_stuck.product-right h3 {
      margin-bottom: 10px; }
    .is_stuck.product-right .border-product {
      padding-top: 10px;
      padding-bottom: 10px; }
  .lg-small-banner {
    height: 55vh !important; }
    .lg-small-banner .slider-contain {
      height: 55vh !important; }
  .home-slider .slider-contain {
    padding-left: 50px;
    padding-right: 0; }
  .call-img {
    height: 230px;
    position: absolute;
    bottom: 0; }
  .theme-header-two .dropdown-menu a p {
    margin-bottom: 1px; }
  .timer-banner-two, .layout-three {
    display: none; }
  .full-banner.img-two {
    background-position: top; }
  .add_to_cart.top .cart_media .cart_product {
    width: 70%; }
  .add_to_cart.top .cart_media .cart_total {
    width: 30%; }
  .add_to_cart.bottom .cart_media .cart_product {
    width: 70%; }
  .add_to_cart.bottom .cart_media .cart_total {
    width: 30%; }
  .rtl .category-dropdown .category-list {
    padding: 10px; }
    .rtl .category-dropdown .category-list a {
      padding: 4px 10px; } }

@media (max-width: 1199px) {
  .top-space-15 {
    padding: 10px 0; }
  .add-card-bnr.theme-arrow .slick-prev {
    right: 20px; }
  .add-card-bnr.theme-arrow .slick-next {
    right: 0px; }
  .banner-title {
    font-size: 62px; }
  .category-dropdown.theme-header-two .header-two {
    height: 520px;
    overflow: overlay; }
  .add-bg-gray .media .media-body h5 {
    font-size: 20px; }
  .add-bg-gray .free-combo {
    font-size: 30px;
    margin-bottom: 4px; }
  .lg-small-banner {
    height: 70vh !important; }
    .lg-small-banner .slider-contain {
      height: 70vh !important; }
  .about-page h4 {
    line-height: 1.4; }
  .add-banner.theme-arrow.arrow-two .slick-prev {
    right: 18px; }
  .theme-card .offer-slider img {
    height: 80px; }
  .theme-card .offer-slider .media .media-body a h6 {
    margin-top: 0; }
  .theme-card .offer-slider .media .media-body a h4 {
    margin-top: 8px; }
  .theme-card .offer-slider .media .media-body .rating i {
    padding-right: 2px; }
  .product-box.hover-three .cart-info-three i {
    padding: 8px 0; }
  .service-block h4 {
    font-size: 15px; }
  .service-block .service-space {
    padding: 15px 0; }
  .service-two {
    padding: 18px 10px; }
    .service-two .service-classic {
      text-align: center;
      padding: 26px 0; }
      .service-two .service-classic img {
        text-align: center;
        display: block;
        margin: 0 auto;
        position: relative; }
      .service-two .service-classic i:before {
        left: 15px; }
      .service-two .service-classic h4 {
        text-align: center;
        margin: 0 auto; }
  .theme-form-two input {
    width: 150px; }
  .theme-form-two .lg-res {
    width: 150px !important; }
  .news-two .social-link {
    margin-right: 0; }
  .fashion-title {
    font-size: 34px; }
  .timer-one {
    padding: 20px 15px; }
    .timer-one .timer li {
      margin-left: 2px;
      margin-right: 2px; }
  .cat-title-name {
    font-size: 20px; }
  .collection-banner .contain-banner.banner-3 {
    padding-left: 50px;
    padding-right: 50px; }
  .collection-banner .contain-banner.banner-4 {
    padding-left: 35px;
    padding-right: 35px; }
  .two-mt-30 > div:nth-last-child(-n + 4) {
    margin-top: 30px; }
  .minimal-layout .theme-card .offer-slider .media .media-body h4, .minimal-layout .theme-card .offer-slider .media .media-body h6 {
    font-family: "Open Sans", sans-serif !important; }
  .lg-img-res .product-box .product img {
    width: 125px; }
  .timer-two {
    padding: 10px 0; }
  .timer-banner-two .timer-two {
    padding: 10px; }
  .slick-slide .product {
    padding: 10px; }
  .prod-timer-three {
    margin-top: 0; }
    .prod-timer-three .timer li span {
      font-size: 15px; }
    .prod-timer-three .timer li .timer {
      font-size: 9px; }
  .timer-product-desc .pro-desc {
    display: none; }
  .header-three-style .mega-menu {
    margin-top: 15px !important;
    padding: 0 0 !important; }
  .header-three-style .home-2 .mega-menu, .header-three-style .home-2 .sub-drop-menu {
    margin-top: 15px !important; }
  .sidenav nav {
    overflow: scroll; }
  .mega-menu {
    margin-top: 25px !important; }
  .slider-nav .slick-slide > div {
    margin: 5px 6px 0 15px; }
  /*slider touch banner */
  .add-banner-slide {
    margin-top: -40px; }
  .mobile-back, .sidebar-back {
    padding-bottom: 15px;
    font-size: 18px;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #efefef;
    cursor: pointer; }
  .product-menu {
    margin-left: 0 !important; }
  .space-left a {
    margin-left: 0; }
  .mega-box.col {
    -ms-flex-preferred-size: unset;
        flex-basis: unset; }
  .auto-deal-sec > div:nth-last-child(-n + 2) {
    margin-top: 30px; }
  .pixelstrap .link-section .menu-title .according-menu:before {
    content: "+";
    position: absolute;
    right: 0; }
  .pixelstrap .link-section .menu-title.active .according-menu:before {
    content: "-";
    position: absolute;
    right: 0; }
  .pixelstrap ul ul {
    background-color: transparent; }
  .full-mega-menu .mega-box .menu-title h5 {
    text-transform: capitalize;
    font-family: "Heebo", sans-serif; }
  .home-1, .home-2 {
    position: fixed;
    background-color: #fff;
    width: 300px;
    border-radius: 0;
    border: 1px solid #eee;
    top: 0;
    height: 100vh;
    right: -300px;
    z-index: 999;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: auto; }
    .home-1 .main-menu-hover, .home-1 .drop-dwn-menu, .home-2 .main-menu-hover, .home-2 .drop-dwn-menu {
      float: none !important;
      padding: 15px; }
    .home-1 .mega-page-width, .home-2 .mega-page-width {
      min-width: auto !important; }
  .open-side {
    right: 0px; }
  /* Header 2 */
  .searchbar input {
    width: 250px; }
  .lg-d-none, .add-d-none-md {
    display: none; }
  .space-top > div {
    margin: 5px 15px; }
  /* header three */
  .home-2 .main-menu-hover a, .home-2 .drop-dwn-menu a {
    font-size: 14px;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    padding: 0px;
    text-transform: uppercase;
    line-height: 1; }
  .home-2 .mega-page-width {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  .home-2 .full-mega-menu .mega-box .link-section ul li a {
    padding: 10px 0 !important; }
  .lg-left {
    float: right; }
  /* Inner page */
  .cart-section tbody tr td {
    min-width: auto; }
    .cart-section tbody tr td .qty-box .input-group .form-control {
      width: 52px; }
  .cart-section tfoot tr td {
    padding-right: 0px; }
  .testimonial .testimonial-slider .media .media-body {
    padding: 5px 10px 0 15px; }
  /* Collection */
  .collection-product-wrapper .search-count h5 {
    text-align: center; }
  .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    width: 100%;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd; }
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
    width: 20%;
    padding-right: 0 !important;
    border-left: 1px solid #dddddd; }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
    padding: 15px;
    border-right: 1px solid #ddd; }
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
    padding-left: 0 !important;
    width: 20%; }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li:last-child {
      display: none; }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    width: 30%; }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    width: 30%; }
  .collection-product-wrapper .product-wrapper-grid.list-view .product-box .product-info {
    text-align: left;
    -ms-flex-item-align: center;
        align-self: center;
    padding-left: 0px;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0px; }
  .collection-product-wrapper .product-wrapper-grid.list-view .product-box {
    display: block; }
  /*Product page */
  .product-right h2 {
    font-size: 20px; }
  .product-right .theme-btn-sm {
    padding: 8px 10px; }
  .product-right .product-icon .product-social.sidbar-md-res li {
    padding-right: 7px; }
  .product-right .product-icon .wishlist-btn i {
    margin-left: 0; }
  .tab-product .tab-content.nav-material .single-product-tables table {
    width: 50%; }
  .product-description-box .border-product {
    padding-top: 10px;
    padding-bottom: 15px; }
  .product-description-box .product-icon .product-social li {
    padding-right: 3px; }
  .product-description-box .product-icon .wishlist-btn span {
    padding-left: 3px; }
  .product-form-box .border-product {
    padding-top: 10px;
    padding-bottom: 15px; }
  .product-form-box .timer {
    padding-left: 0; }
  .product-form-box .product-buttons .btn-solid, .product-form-box .product-buttons .btn-outline {
    padding: 7px 13px; }
  .product-info .prod-slid-img .bg-img {
    width: 28px;
    height: 28px;
    padding: 2px; }
  .slide-3 .product-box .product .cart-info a {
    margin-left: 8px; }
    .slide-3 .product-box .product .cart-info a i {
      font-size: 16px; }
  .product-timer .timer-banner {
    margin-top: 5px;
    margin-bottom: 0; }
  .product-timer-slider .product-slick.border-theme {
    height: 206px;
    width: auto;
    overflow: hidden; }
  .collection-banner .contain-banner h2 {
    font-size: 32px; }
  /*electronics slider add banner */
  .home-banner > div:nth-last-child(-n + 2) {
    margin-top: 30px; }
  .rating i {
    font-size: 12px; }
  /*Blog page*/
  .blog-page .blog-media .blog-right {
    display: block;
    margin-top: 15px; }
  .tab-border .nav-border {
    border-right: unset; }
  .prod-timer-three .timer li {
    margin: 0 1px; }
  .category-dropdown .sm-vertical .sub-drop-menu {
    margin-left: 10px !important; }
  .category-dropdown .mega-menu {
    margin-top: 0px !important;
    padding: 0 !important; }
  /*Top add to cart*/
  .add_to_cart .cart_total a {
    font-size: 13px !important;
    padding: 4px 10px; }
  .add_to_cart.top .cart-inner .cart_media .cart_product {
    padding: 30px; }
  .add_to_cart.top .cart-inner .cart_media .cart_total {
    padding: 30px; }
  .add_to_cart.bottom .cart-inner .cart_media .cart_product {
    padding: 30px; }
  .add_to_cart.bottom .cart-inner .cart_media .cart_total {
    padding: 30px; }
  .cart-modal .modal-dialog .modal-content .modal-body .modal-bg {
    padding: 15px; }
    .cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body .buttons a {
      font-size: 13px;
      padding: 4px 10px;
      margin: 3px 6px; }
  /*Top add to cart end*/
  /* RTL css strats */
  .rtl .theme-arrow .slick-next {
    left: auto;
    right: 0; }
  .rtl .theme-arrow .slick-prev {
    left: auto;
    right: 50px; }
  .rtl .border-tab {
    display: none; }
  .rtl .theme-tab .tab-title {
    margin-bottom: 18px; }
  .rtl .tabs.tab-title li {
    padding: 5px 0; }
  .rtl .col-lg-4 .rating i, .rtl .col-lg-3 .rating i {
    padding: 0; }
  .rtl .right-side .list-view .product-box img {
    width: unset; }
  .rtl .collection-product-wrapper .product-filter-content .product-page-filter {
    border-left: 1px solid #dddddd;
    border-right: none; }
  .rtl .collection-product-wrapper .product-filter-content .collection-view {
    border-right: 1px solid #dddddd; }
    .rtl .collection-product-wrapper .product-filter-content .collection-view ul {
      text-align: center;
      float: unset !important; }
  .rtl .collection-product-wrapper .product-info p {
    width: 100%; }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
    padding: 15px; }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    border-right: 1px solid #dddddd; }
  .rtl .product-wrapper-grid.list-view .product-box .product {
    width: 100%; }
  .rtl .product-wrapper-grid.list-view .product-box .product-info {
    margin: 0;
    padding: 0; }
  .rtl .call-img {
    display: none;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }
  .rtl .news-two .follow-us .follow-title {
    margin-left: 25px;
    margin-right: 0; }
  .rtl .theme-form-two input.width-input {
    width: 160px; }
  .rtl .timer-two {
    padding: 10px; }
  .rtl .pixelstrap a .sub-arrow {
    margin-top: -20px; }
  .rtl .theme-header .theme-form-two input.width-input {
    width: auto; }
  .rtl .theme-arrow.arrow-two .slick-prev {
    left: 0;
    right: auto; }
  .rtl .theme-card .offer-slider .media .media-body .rating i {
    padding-left: 0;
    padding-right: 0; }
  .rtl .theme-home-menu .mega-page-width {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@media (max-width: 1024px) {
  .sidebar-btn {
    display: none; }
  .bg-image {
    padding: 15px; }
  .home-header .space-top > div {
    margin: 5px;
    margin-left: 0; }
  .space-top > div {
    margin: 5px 0; }
  /* RTL */
  .rtl .col-lg-3 .product-box .product .cart-info a, .rtl .col-lg-3 .product-box .product .cart-info button {
    margin-left: 8px; } }

@media (max-width: 992px) {
  .call-img {
    height: 200px; }
  .full-banner.img-three {
    background-position: right; } }

@media (min-width: 991px) {
  .src-two-show-md {
    display: none; }
  .back-show-md {
    display: none !important; }
  .prod-tab-t-0 {
    padding-top: 30px !important; }
  .product-right .prod-timer-three {
    margin: 15px 0 0; } }

@media (max-width: 991px) {
  .order-up {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: 20px; }
  .bundle .bundle_img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .bundle .bundle_img .img-box img {
      max-width: 115px; }
  .bundle .bundle_detail .theme_checkbox {
    padding: 0 20%; }
  .theme-modal#exampleModal .offer-content {
    background-image: none;
    margin-left: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 400px; }
  .theme-modal#exampleModal .close span {
    color: black; }
  .news-three .theme-form-three {
    margin-left: 0px; }
  .home-slider.cosmatic-slider .slider-contain .cosm-slider-caption {
    font-size: 27px !important;
    width: auto; }
  .home-slider.cosmatic-slider .slider-contain .cosm-slider-title {
    font-size: 48px; }
  .home-slider.cosmatic-slider .slider-contain .cosm-slider-caption-two {
    font-size: 32px;
    margin-bottom: 20px; }
  .home-slider .slider-contain h4 {
    font-size: 32px; }
  .contact-page .contact-right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .contact-page .contact-right ul li {
      width: 50%;
      display: inline-block;
      margin-top: 30px; }
      .contact-page .contact-right ul li:nth-child(2) {
        margin-top: 0; }
  .partition3 > div + div {
    margin-top: 30px; }
  .collection-banner .contain-banner.banner-3 h2 {
    font-size: 32px; }
  .collection-banner .contain-banner.banner-3 h4 {
    font-size: 18px; }
  .product-timer .timer-banner {
    margin-top: 20px;
    margin-bottom: 65px; }
  .md-order-top {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  /* .add-banner.theme-arrow.arrow-two .slick-next {
		right: -7px;
	} */
  .product-timer-slider .product-slick.border-theme {
    height: auto;
    width: auto; }
  .service-two {
    padding: 27px 10px; }
    .service-two .service-classic {
      padding: 29px 0; }
      .service-two .service-classic i:before {
        position: relative; }
  .top-space-15 {
    padding: 0; }
  .space-bag > div:nth-last-child(-n+6) {
    margin-top: 30px; }
  .serc-prod-space > div:nth-last-child(-n + 1) {
    margin-top: 50px; }
  .dashbord-spce-md > div:nth-last-child(-n + 1) {
    margin-top: 30px; }
  .resp-mt-30 {
    margin-top: 30px; }
  .resp-mb-30 {
    margin-bottom: 30px; }
  .product-right .product-icon .product-social {
    margin-right: 25px; }
  .product-right .prod-timer-three {
    margin: 0; }
  .b-bottom > div:nth-last-child(-n + 1) {
    margin-top: 30px; }
  .small-section {
    padding-top: 20px;
    padding-bottom: 20px; }
  .service-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .service-block .service-space {
      padding: 10px 0;
      text-align: center; }
      .service-block .service-space img {
        display: block;
        margin: 0 auto;
        text-align: center; }
      .service-block .service-space p {
        line-height: unset; }
    .service-block h4 {
      margin-left: 0; }
    .service-block + .service-block {
      border-left: unset; }
  .user-info .wellcome {
    border-top: 1px solid #ddd;
    border-left: 0; }
  .user-info .last {
    border: 0; }
  .order-histroy .user-info td {
    display: block;
    width: 100%; }
  .call-img, .auto-ad, .d-d-none-md, .serc-d-none, .auto-add-d-none-md {
    display: none; }
  .news-two .resp-center {
    text-align: center; }
  .news-two .theme-form-two input {
    width: 60%; }
  .theme-form-one input.width-input {
    width: 175px; }
  .theme-form-one input {
    width: 180px; }
  .cat-title {
    margin: 0; }
  .timer-center-md, .timer-text, .center-991, .timr-two-space, .time-two-cat, .md-center-banner {
    text-align: center; }
  .timr-two-space {
    padding: 25px 0; }
  .time-two-cat:before {
    display: none; }
  .cosmetic-title {
    font-size: 48px; }
  .three-sub-title {
    font-size: 34px; }
  .collection-banner .contain-banner {
    padding-left: 30px;
    padding-right: 30px; }
    .collection-banner .contain-banner img {
      width: 80px; }
    .collection-banner .contain-banner.banner-3, .collection-banner .contain-banner.banner-layout-3 {
      padding-left: 30px;
      padding-right: 30px; }
      .collection-banner .contain-banner.banner-3 p, .collection-banner .contain-banner.banner-layout-3 p {
        margin: 0; }
      .collection-banner .contain-banner.banner-3 h6, .collection-banner .contain-banner.banner-layout-3 h6 {
        margin-top: 5px; }
    .collection-banner .contain-banner.banner-layout-3 h2 {
      font-size: 28px;
      margin: 0; }
  .space-shoes > div:nth-last-child(-n + 42) {
    margin-top: 30px; }
  .partition-f > div:nth-last-child(-n + 2) {
    margin-top: 30px; }
  .partition4 > div + div + div {
    margin-top: 30px; }
  .partition-typgrp > div:nth-last-child(-n + 4) {
    margin-top: 30px; }
  .cat-mt-30 > div:nth-last-child(-n + 2), .banner-space-mt > div:nth-last-child(-n + 2), .auto-deal-sec > div:nth-last-child(-n + 2) {
    margin-top: 30px; }
  .bag-space-banner > div:nth-last-child(-n + 2) {
    margin-top: 30px; }
  .theme-card .offer-slider img {
    height: 105px; }
  .theme-card .offer-slider .media .media-body a h6 {
    margin-top: 5px; }
  .footer-social li {
    padding-right: 25px; }
  .theme-form-two .lg-res {
    width: 60% !important; }
  /* Header */
  .src-two-show-md {
    display: inline-block; }
    .src-two-show-md i {
      font-size: 26px;
      margin-top: 12px; }
  /* Header three */
  .theme-searcbar .theme-form-two input {
    width: 300px; }
  .theme-searcbar .theme-form-two .lg-res {
    width: 60% !important; }
  .space-onsale > div:last-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .space-onsale .space-mt {
    margin-top: 30px; }
    .space-onsale .space-mt.md {
      margin-top: 0; }
  .full-banner .banner-contain h4 {
    font-size: 26px; }
  .full-banner .banner-contain h3 {
    font-size: 44px;
    margin-bottom: -4px; }
  .full-banner .banner-contain h5 {
    font-size: 42px; }
  .right-login {
    margin-top: 30px; }
  /* Collection page*/
  .collection .section-t-space {
    padding-top: 30px; }
  .collection .partition-collection > div:nth-last-child(1) {
    margin-top: 30px; }
  .collection .partition-collection > div:nth-last-child(2) {
    margin-top: 30px; }
  .testimonial .testimonial-slider .media img {
    height: 100px;
    width: 100px; }
  .testimonial .testimonial-slider .media .media-body {
    padding: 0 15px;
    height: 100%;
    -ms-flex-item-align: center;
        align-self: center; }
    .testimonial .testimonial-slider .media .media-body p {
      margin-bottom: 0; }
  .testimonial .testimonial-slider .slick-track .slick-slide:nth-child(even) .media {
    padding-left: 15px; }
  .blog-detail-page .blog-advance ul {
    margin-bottom: 20px; }
  .blog-detail-page .blog-advance p:last-child {
    margin-bottom: 0; }
  .blog-page .blog-media .blog-right ul li + li {
    margin-left: 10px; }
  /*collection page */
  .collection-product-wrapper .product-top-filter {
    border-top: none; }
    .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
      border-top: 1px solid #dddddd; }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
      display: none; }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
      display: none; }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
      width: 50%; }
      .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view:before, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before {
        right: 15px !important; }
      .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
        border-left: 1px solid #dddddd;
        padding: 21px 34px 21px 10px;
        border-top: none;
        border-bottom: none; }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
      border-right: none !important; }
    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
      margin: 0px auto 30px;
      width: 60%;
      padding-top: 10px;
      padding-bottom: 10px;
      text-align: center;
      margin-bottom: 20px;
      background: none #ff5c00; }
      .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .open-popup {
        text-align: left; }
      .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup > a {
        color: #ffffff; }
      .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
        height: 100vh;
        left: -350px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
      border-top: 1px solid #dddddd; }
    .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view, .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
      display: none; }
    .collection-product-wrapper .product-top-filter .popup-filter .search-count {
      width: 100%;
      padding: 10px 0;
      text-align: center; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
      width: 50%; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
      width: 50%; }
  .top-banner-content h4 {
    font-size: 20px; }
  .filter-main-btn {
    display: block; }
    .filter-main-btn i {
      padding-right: 5px; }
  .collection-filter {
    position: fixed;
    height: 100vh;
    top: 0;
    left: -360px;
    background-color: white;
    z-index: 99;
    overflow-y: scroll;
    padding: 15px 0 0 15px;
    max-width: 350px;
    width: 350px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 0px 20px 0px #c3c3c3;
            box-shadow: 0px 0px 20px 0px #c3c3c3; }
    .collection-filter .collection-sidebar-banner {
      text-align: center; }
    .collection-filter .theme-card {
      padding-left: 30px;
      padding-right: 30px; }
    .collection-filter .collection-sidebar-banner {
      padding: 0 30px; }
  .collection-wrapper .service-two {
    padding: 0 30px;
    margin: 0 30px 30px; }
  .collection-wrapper .collection-filter-block {
    border: none; }
  .collection-mobile-back {
    display: block; }
  .collection .section-t-space {
    padding-top: 30px; }
  .collection .partition-collection > div:nth-child(n+3) {
    margin-top: 50px; }
  /* Product page css */
  .product-right {
    text-align: center;
    margin: 20px 0 10px 0; }
    .product-right .detail-section, .product-right .product-icon {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .product-right .product-description .qty-box {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .product-right .size-text {
      text-align: left; }
    .product-right .timer {
      text-align: left; }
    .product-right .product-icon .wishlist-btn i {
      margin: 0;
      padding: 0;
      border: unset; }
  .product-form-box {
    margin-bottom: 10px; }
  .tab-product .nav-material.nav-tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .timer-banner-two .banner-title {
    font-size: 42px; }
  .timer-banner-two .fashion-title {
    font-size: 22px; }
  .timer-banner-two .timer-two p {
    font-size: 19px; }
  .home-1 .mega-page-width {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  .collection-filter > div:last-child {
    margin-bottom: 30px; }
  .prod-tab-t-0 {
    padding-top: 20px !important; }
  .single-product-tables.detail-section table {
    width: 30%; }
  .lookbook .lookbook-block .lookbook-dot .dot-showbox {
    width: 80px; }
    .lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h5 {
      font-size: 16px; }
  .cart-section .cart-buttons,
  .wishlist-section .cart-buttons {
    padding: 30px 0 0; }
  .contact-page .map iframe {
    height: 320px; }
  .error-section {
    padding: 50px 15px; }
    .error-section h2 {
      font-size: 24px; }
  .checkout-partition > div:nth-last-child(-n + 1) {
    margin-top: 30px; }
  .checkout-page .checkout-form .form-group {
    margin-bottom: 15px; }
  .add_to_cart.top .cart-inner .cart_media .cart_product {
    padding: 15px; }
  .add_to_cart.top .cart_media .cart_product {
    width: 50%; }
  .add_to_cart.bottom .cart_media .cart_product {
    width: 50%; }
  .add_to_cart.top .cart_media .cart_total {
    width: 50%; }
  .add_to_cart.bottom .cart_media .cart_total {
    width: 50%; }
  /* RTL */
  .direction-rtl .product-right .size-text {
    text-align: right; }
  .direction-rtl .collection-product-wrapper .product-filter-content .product-page-per-view select {
    border-right: 1px solid #dddddd !important; }
  .direction-rtl .theme-card .slick-next {
    left: 25px;
    right: auto; }
  .direction-rtl .theme-card .slick-prev {
    right: unset;
    left: 0px; }
  .direction-rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    background: unset;
    background-color: #ff5c00;
    padding: 10px; }
  .direction-rtl .collection-product-wrapper .product-pagination .theme-paggination-block nav {
    border-right: none;
    border-left: 1px solid #dddddd; }
  .direction-rtl .collection-product-wrapper .product-pagination .product-search-count-bottom {
    padding-left: 5px;
    padding-right: 5px; }
  .direction-rtl .theme-form-one input.width-input {
    width: 189px; }
  .direction-rtl .news-two .store .question-call p {
    font-size: 21px; }
  .direction-rtl .news-two .store .app-store {
    text-align: right; }
  .direction-rtl .service-block + .service-block {
    border: unset; }
  .direction-rtl .product-box.hover-two .cart-info i {
    font-size: 15px; }
  .direction-rtl .space-hot-deal .tabs.tab-title {
    width: 100%;
    text-align: right;
    margin-left: 0; }
    .direction-rtl .space-hot-deal .tabs.tab-title li a {
      margin-right: 0px; }
    .direction-rtl .space-hot-deal .tabs.tab-title li:last-child a {
      margin-right: 30px; }
  .direction-rtl .timer-product-desc .product-info {
    text-align: right; } }

@media (min-width: 768px) {
  .dark-theme-icon i {
    color: #444; }
  .md-text-white {
    color: #fff !important; }
  .sm-show {
    display: none; }
    .sm-show i {
      font-size: 22px; }
  .sm-show-bar {
    display: none; }
  .header-dropdown li a i {
    display: none; }
  .call-md-show {
    display: inline-block; }
  .xs-top-space .text-center-sm {
    text-align: right; }
  .box-icon li.fix-top > a, .box-icon li.fix-top .cart-icon, .box-icon li.fix-top > div, .box-icon li.sticky-top > a, .box-icon li.sticky-top .cart-icon, .box-icon li.sticky-top > div, .box-icon li.mobile-cart > a, .box-icon li.mobile-cart .cart-icon, .box-icon li.mobile-cart > div {
    background: #f2f2f2;
    height: 40px;
    width: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .box-icon li .box-active {
    background: #444 !important; }
    .box-icon li .box-active i {
      color: #fff; }
  .box-icon .toggle-nav {
    padding: 0;
    padding-left: 10px; }
    .box-icon .toggle-nav i {
      font-size: 18px; }
  .icon-nav-cart li:first-child {
    padding-left: 0; }
  .space-vertical {
    margin: 10px 0; }
  /* RTL */
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
    padding: 15px; } }

@media (max-width: 768px) {
  .home-slider.full-width-slide .slider-contain h3 {
    font-size: 22px; }
  .home-slider.full-width-slide .slider-contain .slide-two {
    font-size: 34px; }
    .home-slider.full-width-slide .slider-contain .slide-two.sub {
      font-size: 28px; }
  .padding-cls {
    padding-left: 15px;
    padding-right: 15px; }
  .coming-soon .coming-soon-page {
    margin: 0; }
  .coming-soon .subscribe {
    margin: 30px 0; }
  .coming-soon .headline {
    margin-bottom: 30px; }
    .coming-soon .headline span {
      font-size: 52px; }
  .coming-soon .coming-soon-timer #coming-timer span {
    font-size: 44px; }
  /* RTL */
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    padding-right: 0px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  /* new header */
  .new-hadr-three .toggle-nav {
    padding: 5px 15px;
    background: #f2f2f2; }
    .new-hadr-three .toggle-nav .bar-style i {
      color: #444;
      font-size: 20px; } }

@media (min-width: 601px) and (max-width: 767px) {
  .menu-right.right-srch {
    float: right; }
  .menu-right .hs-three {
    margin-top: 10px; } }

@media (max-width: 767px) {
  .product-box.box-shadow.box-shadow {
    -webkit-box-shadow: 0 1px 13px 3px rgba(0, 0, 0, 0.04);
            box-shadow: 0 1px 13px 3px rgba(0, 0, 0, 0.04); }
    .product-box.box-shadow.box-shadow:hover {
      -webkit-box-shadow: unset;
              box-shadow: unset;
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
  .success-text p {
    font-size: 14px; }
  .delivery-sec {
    padding: 15px;
    margin-top: 10px; }
    .delivery-sec h2 {
      font-size: 28px; }
  .order-success {
    font-size: 28px; }
  .checkout-page .checkout-form .form-group {
    margin-bottom: 0px; }
  .checkout-page .checkout-form input[type="text"] {
    height: 38px; }
  .register-page .theme-card, .login-page .theme-card {
    padding: 20px; }
  .theme-form input, .theme-form select, .theme-form textarea {
    padding: 10px 15px !important;
    margin-bottom: 20px !important; }
  .contact-page .contact-right ul {
    display: block; }
    .contact-page .contact-right ul li {
      width: 100%;
      padding-left: 0;
      margin-top: 20px;
      text-align: center; }
      .contact-page .contact-right ul li .contact-icon {
        position: relative;
        border: none;
        width: 100%; }
      .contact-page .contact-right ul li + li {
        border-top: 1px solid #f1f1f1;
        padding-top: 10px; }
      .contact-page .contact-right ul li:nth-child(2) {
        margin-top: 20px; }
  section, .section-t-space {
    margin-top: 40px; }
  .sm-top-space {
    margin-top: 60px; }
  .mtb-30 {
    margin: 40px 0; }
  .section-b-space {
    margin-bottom: 40px; }
  .theme-header .col-side-btn {
    position: absolute;
    top: -80px;
    right: 15px; }
  .space-onsale .product-info h4 {
    padding-bottom: 4px; }
  .product-timer .timer-banner {
    margin-bottom: 0; }
  .add-bg-gray .media i {
    font-size: 50px; }
  .add-bg-gray .media .media-body h5 {
    font-size: 24px;
    margin-top: 6px; }
  .add-bg-gray .media .media-body p {
    margin-top: 4px; }
  .add-bg-gray .free-combo {
    font-size: 26px; }
  .lg-img-res .product-box .product img {
    width: unset; }
  .slick-slide .product {
    padding-bottom: 30px; }
  .timer-banner-two .container {
    max-width: 100%; }
  .box-icon li.fix-top > div, .box-icon li.fix-top > a {
    background: #fff !important; }
    .box-icon li.fix-top > div i, .box-icon li.fix-top > a i {
      color: #444 !important; }
  .news.news-two .col-md-6 {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2; }
  .timr-one-tlte {
    margin-top: 0;
    line-height: 1; }
  .bg-header-three .row .category-dropdown {
    margin-top: unset; }
    .bg-header-three .row .category-dropdown button {
      padding: 10px 15px !important;
      min-width: unset; }
      .bg-header-three .row .category-dropdown button i {
        padding: 0 !important; }
      .bg-header-three .row .category-dropdown button span {
        display: none; }
  .bg-header-three .row .drp-shap:before {
    display: none; }
  .category-dropdown .electric-cat-show ul li:first-child {
    margin-bottom: 15px; }
  .category-dropdown.theme-header-two .category-list {
    min-width: 250px;
    width: 240px;
    position: fixed !important;
    height: 100vh;
    left: -260px !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: unset !important;
            transform: unset !important;
    display: inline-block;
    top: 0px !important;
    border: unset;
    -webkit-box-shadow: 0px 0px 15px silver;
            box-shadow: 0px 0px 15px silver;
    z-index: 999; }
    .category-dropdown.theme-header-two .category-list.show {
      left: 0 !important;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-transform: unset !important;
              transform: unset !important; }
  .bg-image {
    padding: 0; }
  .timer-banner-two {
    background-position: 70% 0%; }
  .bg-header-three .col-side-btn-md {
    position: absolute;
    top: -70px;
    right: 15px; }
  .header-dropdown {
    text-align: right; }
  .minimal-layout .main-menu .menu-left .brand-logo {
    text-align: left; }
  .main-menu .dropdown button {
    padding: 10px; }
  .main-menu .menu-left {
    width: 100%; }
    .main-menu .menu-left .brand-logo {
      width: 100%;
      text-align: right; }
    .main-menu .menu-left .navbar {
      padding: 5px 15px;
      background: #f2f2f2; }
  .sm-show {
    display: inline; }
    .sm-show i {
      font-size: 20px; }
  .error-section h1 {
    font-size: 130px; }
  .tabs {
    margin-bottom: 15px; }
    .tabs.tab-title {
      padding: 0; }
  .product-box .product .cart-info {
    opacity: 1; }
  .product-box:hover .img-wrapper .cart-box {
    -webkit-animation: none;
            animation: none; }
  .product-box:hover .cart-info button, .product-box:hover .cart-detail button {
    -webkit-animation: none;
            animation: none; }
  .product-box:hover .cart-info a i, .product-box:hover .cart-detail a i {
    -webkit-animation: none;
            animation: none; }
  .product-box:hover .cart-info a:nth-child(2) i, .product-box:hover .cart-detail a:nth-child(2) i {
    -webkit-animation: none;
            animation: none; }
  .product-box:hover .cart-info a:nth-child(3) i, .product-box:hover .cart-detail a:nth-child(3) i {
    -webkit-animation: none;
            animation: none; }
  .product-box:hover .cart-info a:nth-child(4) i, .product-box:hover .cart-detail a:nth-child(4) i {
    -webkit-animation: none;
            animation: none; }
  .add-banner-slide {
    margin-top: 40px; }
    .add-banner-slide .sapce-banner {
      -webkit-box-shadow: unset;
              box-shadow: unset;
      padding: 0 15px; }
  .sm-j-c.sm-w-100 {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .back-show-md {
    display: block !important; }
  .home-slider.full-width-slide .slider-contain h3 {
    font-size: 18px; }
  .home-slider.full-width-slide .slider-contain .slide-two {
    font-size: 32px;
    margin: 10px 0; }
  .home-slider .home, .home-slider .slider-contain {
    height: 50vh; }
  .home-slider .slider-contain {
    padding-right: 0; }
    .home-slider .slider-contain h1 {
      margin: 15px 0;
      font-size: 42px; }
    .home-slider .slider-contain h4 {
      font-size: 28px; }
  .home-slider:hover .slick-next, .home-slider:hover .slick-prev {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  .full-banner .banner-contain h5 {
    padding-bottom: 0; }
  .full-banner .banner-contain {
    margin-top: -5px; }
  .btn-theme {
    padding: 8px 15px; }
  .top-banner .timer-two {
    margin-top: 10px; }
  .fashion-title {
    font-size: 24px; }
  .xs-top-space .text-center-sm {
    text-align: center; }
  .xs-top-space .header-dropdown li i {
    display: none; }
  .theme-form-one input {
    width: unset; }
  .theme-form-two .lg-res {
    width: 75% !important; }
  .theme-form-three {
    display: block; }
  .app-store-img a img {
    margin-bottom: 20px; }
  .news .app-store {
    text-align: center; }
  .news .mobile-app {
    text-align: center;
    margin-top: 40px; }
    .news .mobile-app img {
      float: unset; }
  .news .form-group {
    margin-bottom: 40px; }
  .news .subs-title {
    line-height: 1; }
  .news-two {
    background-size: cover;
    background-position: bottom; }
    .news-two .store.news-subscriber {
      -webkit-box-align: unset;
          -ms-flex-align: unset;
              align-items: unset; }
    .news-two .question-call {
      margin-top: 50px; }
    .news-two .news-subscriber {
      margin-bottom: 50px; }
    .news-two .theme-form-two input {
      width: 75%; }
  .b-bottom {
    border: unset;
    background: #f7f7f7; }
  .news-subscriber .media-body p {
    margin: 0; }
  .follow-two .store {
    display: block; }
  .follow-two .app-store-img {
    margin-right: 0; }
    .follow-two .app-store-img a {
      margin-right: 0px; }
  .timer-sm-center {
    text-align: center; }
  .banner-timer-one .timr-two-space {
    padding: 25px 0 20px; }
    .banner-timer-one .timr-two-space.timer-sm-center {
      padding: 0 0 20px; }
  .cosmetic-title {
    margin: 0 auto 20px; }
  .partition2 > div {
    margin-bottom: 25px; }
    .partition2 > div:last-child {
      margin-bottom: 0; }
  .partition2.sm-spce > div {
    margin-bottom: 0; }
  .partition4 > div + div {
    margin-top: 30px; }
  /*electronics slider add banner */
  .md-top-space .home-banner > div:last-child img {
    margin-top: 30px; }
  .collection-banner img {
    width: 100%; }
  .collection-banner .contain-banner.banner-3 {
    padding-left: 50px;
    padding-right: 50px; }
  .collection-banner .contain-banner.banner-4 {
    padding-left: 45px;
    padding-right: 45px; }
  .cat-mt-30 > div:nth-last-child(-n + 3) {
    margin-top: 30px; }
  .two-mt-30 .media img {
    margin-right: 100px; }
  .two-mt-30 > div:nth-last-child(-n + 5) {
    margin-top: 30px; }
  .banner-space-mt > div:nth-last-child(-n + 3) {
    margin-top: 30px; }
  .space-prod-box > div:nth-last-child(-n + 3) {
    margin-top: 30px; }
  .bag-space-banner > div:nth-last-child(-n + 2) {
    margin-top: 30px; }
  .auto-deal-sec > div:nth-last-child(-n + 3) {
    margin-top: 30px; }
  .category-dropdown.theme-header-two .category-list.header-two {
    left: -270px !important; }
  .bag-add-banner-space > div:nth-last-child(-n + 2) {
    margin-top: 30px; }
  .minimal-layout .onhover-div .show-div {
    top: 55px; }
  /*---------------------
	Footer css
	-----------------------*/
  footer .footer-space {
    padding: 21px 0; }
  footer .footer-theme {
    margin-bottom: 20px; }
    footer .footer-theme .col {
      max-width: 100%;
      -ms-flex-preferred-size: unset;
          flex-basis: unset; }
    footer .footer-theme .footer-mobile-title {
      display: block; }
    footer .footer-theme .sub-title .divider-line {
      display: none; }
    footer .footer-theme h4 {
      font-size: 15px; }
  footer .social-space-b {
    margin-bottom: 13px; }
  .footer-contant .footer-logo {
    margin-top: 20px;
    margin-bottom: 20px; }
  .footer-title {
    margin: 0;
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid #dddddd;
    position: relative; }
    .footer-title.footer-mobile-title {
      margin-top: 0; }
    .footer-title h4 {
      text-transform: uppercase;
      font-weight: 700; }
    .footer-title.active .according-menu {
      font: normal normal normal 14px/1 FontAwesome; }
      .footer-title.active .according-menu:before {
        content: "\f106";
        position: absolute;
        right: 2px;
        top: 17px; }
    .footer-title .according-menu {
      font: normal normal normal 14px/1 FontAwesome; }
      .footer-title .according-menu:before {
        content: "\f107";
        position: absolute;
        right: 2px;
        top: 17px; }
  .social-line, .md-center-banner {
    display: none; }
  .payment-card-bottom {
    margin: 20px 0 0; }
  /* Header */
  .full-mega-menu .mega-box .menu-title h5 {
    font-weight: unset; }
  .theme-border-right, .sm-show-header-three, .sm-none-src, .sm-form-none {
    display: none !important; }
  .home-layout-one {
    float: right; }
    .home-layout-one .icon-nav-cart .cart-add.price {
      padding-left: 6px !important;
      right: 0; }
  .theme-form-one .btn-theme {
    padding: 10px 15px; }
  .theme-searcbar .theme-form-one.header-style input {
    width: 174px; }
  .theme-menu.sm-center-unset, .menu-classic.sm-center-unset {
    text-align: unset; }
  .top-header .header-dropdown li {
    padding: 8px 12px; }
  .header-dropdown li a span {
    display: none; }
  .header-dropdown li i {
    display: block;
    margin-top: 3px; }
  .onhover-dropdown .onhover-show-div {
    min-width: 100px; }
  .menu-right.sm-z-9 {
    z-index: 99; }
  .direction-rtl .icon-nav-cart li:first-child {
    right: 25px; }
  .direction-rtl .bg-header-three .col-side-btn-md {
    right: auto;
    left: 15px; }
  .sm-fixed-top {
    position: fixed;
    bottom: auto;
    top: 0;
    left: 0;
    height: 55px;
    background-color: #fff;
    width: 100vw;
    -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
    z-index: 99; }
    .sm-fixed-top .navbar {
      padding: 0; }
    .sm-fixed-top .bar-style {
      padding: 0;
      position: fixed;
      right: 60px;
      top: 12px; }
      .sm-fixed-top .bar-style i {
        margin-right: 0;
        font-size: 22px; }
    .sm-fixed-top .searchbox-md {
      position: absolute;
      left: 15%;
      top: 12px; }
      .sm-fixed-top .searchbox-md i {
        margin-top: 0; }
  .category-dropdown .category-list.header-two {
    min-width: 250px;
    width: 250px;
    position: fixed !important;
    height: 100vh;
    left: -220px !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: unset !important;
            transform: unset !important;
    display: inline-block;
    top: 0px !important;
    border: unset;
    -webkit-box-shadow: 0px 0px 15px silver;
            box-shadow: 0px 0px 15px silver;
    z-index: 999;
    margin-top: 0;
    overflow: auto; }
    .category-dropdown .category-list.header-two.show {
      left: 0px !important;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .main-menu .dropdown {
    border: 1px solid #dddddd !important;
    padding: 0 55px; }
  .theme-searcbar .theme-form-two input {
    width: 180px;
    margin-left: 20px; }
  .menu-classic .theme-header-two.dropdown button {
    padding: 12px;
    font-size: 16px;
    text-align: center; }
    .menu-classic .theme-header-two.dropdown button i {
      padding-left: 5px; }
  .lg-left {
    float: unset;
    width: 0; }
  .icon-nav-cart .space-vertical > li {
    padding: 15px;
    margin: 0 40px; }
  .icon-nav-cart .cart-add {
    top: 14px;
    right: 7px;
    padding-left: 0; }
    .icon-nav-cart .cart-add.price {
      top: 19px;
      right: 7px;
      padding-left: 0 !important; }
  .header-three {
    position: fixed;
    bottom: auto;
    top: 0;
    left: 0;
    height: 60px;
    background-color: #ffffff;
    width: 100vw;
    -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
    z-index: 9;
    padding: 17px;
    text-align: center; }
    .header-three .fix-top {
      position: relative;
      margin: 0 45px; }
      .header-three .fix-top.mobile-cart .cart-add {
        top: 0;
        right: -10px; }
      .header-three .fix-top:first-child {
        margin-left: 0; }
    .header-three li .sm-blck {
      -webkit-filter: brightness(0);
              filter: brightness(0); }
  .call-md-show, .cart-price {
    display: none; }
  .sm-top-fix {
    position: fixed;
    top: 18px;
    right: 17%;
    z-index: 99; }
  .searchbox-md i {
    font-size: 22px; }
  i .flaticon:before {
    font-size: 22px; }
  .header-three-space {
    margin-top: 60px; }
  .space-onsale .space-mt.md {
    margin-top: 30px; }
  .space-hot-deal > div:nth-last-child(-n + 2) {
    margin-top: 40px; }
  .prod-timer-three {
    margin-top: 25px; }
    .prod-timer-three .timer li span {
      font-size: 24px; }
    .prod-timer-three .timer li .timer {
      font-size: 12px; }
  /* Inner page */
  .cart-section tbody tr td h2 {
    font-size: 18px; }
  .cart-section tbody tr td a, .wishlist-section tbody tr td a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .cart-section .cart-table thead th:nth-last-child(-n+4) {
    display: none; }
  .cart-section tbody tr td:nth-last-child(-n+4) {
    display: none; }
  .cart-section tbody tr td .mobile-cart-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .wishlist-section .cart-table thead th:nth-last-child(-n+3) {
    display: none; }
  .wishlist-section tbody tr td:nth-last-child(-n+3) {
    display: none; }
  .wishlist-section tbody tr td .mobile-cart-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .text-center-md .page-title, .text-center-md .breadcrumb {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .text-center-md .breadcrumb {
    padding: 5px 0 0 0; }
  /* Collection page */
  .collection .partition-collection > div:nth-last-child(-n + 7) {
    margin-top: 50px; }
  .team h2 {
    font-size: 25px; }
  /* Blog page */
  .blog-detail-page .blog-detail .post-social li + li {
    margin-left: 5px; }
  .blog-page .order-sec {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .blog-page .blog-media:last-child {
    margin-bottom: 30px; }
  .blog-page .blog-sidebar ul li {
    display: block; }
  .blog-page .blog-media .blog-right p {
    line-height: 1.3; }
  .blog-page .blog-media .blog-right h4 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.2; }
  .blog-page .blog-media .blog-right ul {
    margin-bottom: 5px; }
  /* Collection page */
  .collection-product-wrapper .product-pagination .pagination .page-item a {
    padding: 15px 18px; }
  .collection-product-wrapper .product-pagination .product-search-count-bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0; }
    .collection-product-wrapper .product-pagination .product-search-count-bottom h5 {
      padding: 10px 0; }
  .collection-product-wrapper .product-pagination .theme-paggination-block nav {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  .partition-f > div + div + div {
    margin-top: 0px !important; }
  .serc-prod-space > div:nth-last-child(-n + 2) {
    margin-top: 40px; }
  .blog-space-one > div:nth-last-child(-n + 1) {
    margin-top: 30px; }
  .mega-menu {
    margin-top: 0px !important; }
  .sm-center-unset {
    text-align: unset; }
  .slider-nav img {
    height: 100px; }
  .lookbook .row > div:last-child .lookbook-block {
    margin-top: 15px; }
  .lookbook .lookbook-block .lookbook-dot .dot-showbox {
    top: -80px; }
  /* portfolio */
  .portfolio-section .filter-button {
    padding: 0 18px;
    font-size: 16px; }
  /* RTL Css starts */
  .rtl .blog-detail-page .blog-detail .post-social li + li {
    padding-right: 10px;
    margin-right: 5px; }
  .rtl .blog-page .blog-media .blog-right ul li + li {
    border-right: unset;
    padding: 0;
    margin: 0; }
  .rtl .follow-two p {
    margin-bottom: 10px; }
  .rtl .follow-two p, .rtl .follow-two ul {
    text-align: center; }
  .rtl .category-dropdown .category-list a i {
    margin-top: 4px; }
  .rtl .footer-title .according-menu:before {
    right: auto;
    left: 0; }
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    background: none #ff5c00; }
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
    padding-left: 0;
    padding-right: 0; }
  .rtl .collection-product-wrapper .product-pagination .theme-paggination-block nav {
    border-right: none;
    border-left: 1px solid #dddddd; }
  .rtl .collection-product-wrapper .product-pagination .product-search-count-bottom {
    padding-left: 5px;
    padding-right: 5px; }
  .rtl .theme-form-two {
    text-align: center; }
  .rtl .news-two .question-call {
    margin-top: 30px; }
  .rtl .timer-one, .rtl .timer-two {
    float: right; }
  .rtl .timer-text {
    text-align: right; }
  .rtl .cosmetic-title {
    text-align: right;
    margin-top: 20px;
    margin-left: auto;
    margin-right: unset; }
  .rtl .banner-timer-one .timr-two-space {
    padding: 20px; }
  .rtl .theme-searcbar .theme-form-one.header-style input {
    width: auto; } }

@media (max-width: 600px) {
  .service-block .service-space {
    padding: 10px 0; }
  .theme-header .col-side-btn-md {
    position: absolute;
    top: -70px;
    right: 15px; }
  /* Header */
  .xs-top-space {
    margin-top: 60px; }
    .xs-top-space .icon-nav-cart .cart-add.price {
      left: 15px;
      right: 0;
      padding-top: 2px; }
    .xs-top-space .top-header {
      text-align: center; }
      .xs-top-space .top-header .header-dropdown, .xs-top-space .top-header .header-contact {
        text-align: center; }
      .xs-top-space .top-header .header-dropdown li {
        padding: 10px 15px; }
      .xs-top-space .top-header .mobile-wishlist i {
        display: inline-block; }
    .xs-top-space .menu-right {
      z-index: 999; }
    .xs-top-space .mobile-fix-option {
      z-index: 9; }
  .timr-one-tlte {
    margin-top: 0; }
  .sm-show-back {
    display: block; }
  .menu-right {
    position: fixed;
    top: 0px; }
    .menu-right .sidebar-bar {
      font-size: 22px;
      color: #444; }
  .sm-fixed-top .space-vertical li .wishlist {
    top: 0; }
  .theme-menu {
    padding: 10px 0; }
  .toggle-nav {
    padding: 17px; }
  .icon-nav-cart .space-vertical > li {
    margin: 0 25px; }
  .icon-nav-cart .sm-comp {
    position: fixed;
    top: 20px;
    bottom: auto;
    padding: 0;
    z-index: 99; }
    .icon-nav-cart .sm-comp.search-box {
      left: 16%;
      top: 16px;
      font-size: 26px;
      color: #999999; }
    .icon-nav-cart .sm-comp.mobile-wishlist {
      left: 32%; }
    .icon-nav-cart .sm-comp.mobile-compare {
      left: 48%; }
    .icon-nav-cart .sm-comp.mobile-cart {
      left: 64%; }
  .icon-nav-cart .cart-add.price {
    top: 5px !important;
    right: -5px !important; }
  .mobile-fix-option {
    position: fixed;
    bottom: auto;
    top: 0;
    left: 0;
    height: 60px;
    background-color: #ffffff;
    width: 100vw;
    -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
    z-index: 9; }
  .menu-classic .dropdown button {
    padding: 10px; }
  .category-dropdown .category-list.header-two {
    z-index: 99; }
  .z-unset-sm {
    z-index: 999 !important; }
  .sm-none {
    display: none; }
  .sm-space-tb {
    margin: 10px 0; }
  .single-product-tables.detail-section table {
    width: 40%; }
  .t-space-30 iframe {
    width: 400px; }
  .rtl .mobile-fix-option {
    z-index: 9; }
  .rtl .shopping-cart .view-cart {
    text-align: left;
    float: left; }
  .rtl .icon-nav-cart .show-div.shopping-cart li .total h5 span {
    float: left; }
  .rtl .menu-right {
    right: 0;
    z-index: 99; }
  .rtl .main-menu .icon-nav-cart .show-div.shopping-cart {
    left: auto;
    right: 0; }
  .coming-soon .headline span {
    font-size: 48px; }
  .coming-soon .soon-pera {
    font-size: 14px; }
  .coming-soon .coming-soon-timer #coming-timer span {
    font-size: 38px; }
    .coming-soon .coming-soon-timer #coming-timer span .padding-l {
      padding: 0 10px; }
  .header-three .toggle-nav {
    padding: unset; } }

@media (max-width: 576px) {
  .add_cart_btm_popup {
    display: none; }
  .theme-menu {
    padding: 0;
    margin: 15px 0; }
  .timer-banner-two .banner-title {
    margin-top: 5px; }
  .show-div.shopping-cart {
    right: -60px;
    -webkit-box-shadow: 0px 0px 15px silver;
            box-shadow: 0px 0px 15px silver;
    border-radius: 5px; }
  .xs-space-tb {
    margin: 10px 0; }
  .sidenav .pixelstrap li a.menu-title {
    padding: 5px 0 5px 20px; }
  .full-banner {
    padding-top: 80px;
    padding-bottom: 80px; }
    .full-banner .banner-contain h4 {
      font-size: 22px; }
    .full-banner .banner-contain h3, .full-banner .banner-contain h5 {
      font-size: 38px; }
  /* Product page */
  .collection-wrapper .order-up {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .m-b-sm-3 {
    margin-bottom: 1rem; }
  .tap-top {
    line-height: 1.6;
    width: 40px;
    height: 40px; }
  .header-three .fix-top {
    margin: 0 30px; }
  /* RTL */
  .rtl .blog-detail-page .blog-detail .post-social li + li {
    border: unset;
    padding: 0;
    margin: 0; }
  .rtl .space-hot-deal .tabs.tab-title {
    display: block; }
  .t-space-30 iframe {
    width: 250px; } }

@media (min-width: 576px) {
  .theme-header-two button i {
    display: none; } }

@media (max-width: 575px) {
  .bundle .bundle_img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .bundle .bundle_img .img-box img {
      max-width: 70px; }
  .bundle .bundle_detail .theme_checkbox {
    padding: 0px; }
  .theme-modal#exampleModal .offer-content {
    background-image: none;
    margin-left: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 400px; }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
    font-size: 30px; }
  .search-result h3 {
    font-size: 18px; }
  .order-success {
    padding: 30px 0 25px; }
  .view-cart .d-flex-center {
    text-align: left;
    display: block;
    padding-top: 10px; }
  .add-bg-gray {
    background-image: unset; }
    .add-bg-gray .d-flex-center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .pwd-page {
    padding: 0px 0; }
  .lg-img-res .product-box .product img {
    width: auto; }
  .menu-classic .dropdown button i {
    vertical-align: initial; }
  .menu-classic .theme-header-two.dropdown button i {
    padding-left: 0; }
  .instagram-box .overlay i {
    font-size: 28px; }
  .news .col-md-2 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: 40px;
    margin-bottom: 40px; }
  .news .mobile-app {
    margin-top: 0; }
  .news.news-two .question-call {
    margin-top: 40px; }
    .news.news-two .question-call h5 {
      font-size: 16px;
      padding-bottom: 0; }
    .news.news-two .question-call p {
      font-size: 22px; }
  ul.app-store li {
    margin-bottom: 0; }
  .news-space-sm > div:nth-last-child(n + 3) {
    margin-top: 40px; }
  .error-section h2 {
    font-size: 15px; }
  .header-dropdown {
    text-align: center; }
  .theme-header .col-side-btn-md {
    top: 25px; }
  .top-header .xs-none {
    display: none; }
  .theme-header .theme-menu {
    text-align: left; }
    .theme-header .theme-menu .brand-logo img {
      width: 200px; }
  .theme-header .col-side-btn {
    position: absolute;
    top: -70px;
    right: 15px; }
  .menu-classic .theme-header-two.dropdown button {
    padding: 10px;
    font-size: 14px;
    min-width: 50px; }
    .menu-classic .theme-header-two.dropdown button span {
      display: none; }
  .home-slider .slider-contain h1 {
    font-size: 28px; }
  .home-slider .slider-contain h4 {
    font-size: 22px; }
  .home-slider.cosmatic-slider .slider-contain .cosm-slider-caption {
    font-size: 22px !important; }
  .home-slider.cosmatic-slider .slider-contain .cosm-slider-title {
    font-size: 32px; }
  .home-slider.cosmatic-slider .slider-contain .cosm-slider-caption-two {
    font-size: 22px;
    margin-bottom: 10px; }
  .home-slider:hover .slick-prev {
    left: 10px; }
  .home-slider:hover .slick-next {
    right: 10px; }
  .bg-image {
    padding: 0; }
  .t-hdr-cntr {
    text-align: center; }
  .lg-left {
    width: 0; }
  .top-header .header-contact {
    padding: 8px 0 0px; }
  .sapce-banner {
    padding: 30px 15px; }
  .space-shoes > div:nth-last-child(-n + 43) {
    margin-top: 30px; }
  .space-bag > div:nth-last-child(-n + 7) {
    margin-top: 30px; }
  .minimal-layout .onhover-dropdown .onhover-show-div {
    top: 33px; }
  .banner-space-mt > div:nth-last-child(-n + 2) {
    margin-top: 30px; }
  .spices-bannr-topsapce > div:nth-last-child(-n+2) {
    margin-top: 30px; }
  .spices-bannr-topsapce .spices-home-banner > div a img {
    width: 100%; }
  .spices-bannr-topsapce .spices-home-banner > div:last-child img {
    margin-top: 0px; }
  .spices-bannr-topsapce .spices-home-banner > div:nth-last-child(-n+2) img {
    margin-top: 30px; }
  .blog-detail-page .blog-detail .post-social li {
    display: block; }
    .blog-detail-page .blog-detail .post-social li + li {
      padding-left: 0;
      margin-left: 0;
      border-left: none; }
  .cart-section .cart-buttons > div, .wishlist-section .cart-buttons > div {
    text-align: center !important;
    margin-top: 10px; }
    .cart-section .cart-buttons > div:last-child div, .wishlist-section .cart-buttons > div:last-child div {
      text-align: center; }
  .cart-section tfoot tr td,
  .wishlist-section tfoot tr td {
    padding-top: 35px; }
  .cart-section .cart-buttons,
  .wishlist-section .cart-buttons {
    padding: 30px 0 0; }
  .collection .collection-block .collection-content h3 {
    margin-bottom: 5px; }
  .collection .collection-block .collection-content h4 {
    margin-bottom: 0; }
  .collection .collection-block .collection-content p {
    margin-bottom: 10px; }
  .error-section.sm-top-0 {
    padding: 0; }
  .error-section h1 {
    font-size: 100px; }
  .error-section h2 {
    font-size: 18px; }
  .portfolio-section .isotopeSelector:nth-last-child(-n + 2) {
    margin-bottom: 30px; }
  .portfolio-section .isotopeSelector:nth-last-child(-n + 1) {
    margin-bottom: 0px; }
  .sm-height {
    height: 100px; } }

@media (max-width: 480px) {
  .tab-content-cls .theme-arrow .slick-prev, .tab-content-cls .theme-arrow .slick-next {
    top: -25px; }
  .team img {
    max-width: 200px; }
  .home-slider .slider-contain h1 {
    font-size: 28px; }
  .home-slider .slider-contain h4 {
    font-size: 22px; }
  .shop-brand {
    padding: 13px 0; }
  .home-slider .slider-contain {
    padding-left: 20px; }
  .two-mt-30 .media img {
    margin-right: 20px; }
  /*slider */
  .home-slider .slider-contain h1 {
    font-size: 24px; }
  .home-slider .slider-contain h4 {
    font-size: 20px; }
  .home-slider:hover .slick-next, .home-slider:hover .slick-prev {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  .home-slider.full-width-slide .slider-contain h1 {
    color: #444; }
  .home-slider.full-width-slide .slider-contain .slide-two,
  .home-slider.full-width-slide .slider-contain .sub {
    font-size: 28px;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0; }
  .home-slider.full-width-slide .slider-contain h3 {
    font-size: 22px;
    font-family: "MyriadPro";
    color: #5b5b5b;
    font-weight: 400; }
  .home-slider.full-width-slide .slider-contain .sub {
    color: #ff5c00;
    font-weight: 300;
    text-transform: unset; }
  .home-slider .btn-theme {
    padding: 10px 12px;
    font-size: 15px; }
  /* Header */
  .icon-nav-cart .space-vertical > li {
    margin: 12px; }
  .icon-nav-cart .sm-comp.search-box {
    left: 12%; }
  .icon-nav-cart .sm-comp.mobile-wishlist {
    left: 28%; }
  .icon-nav-cart .sm-comp.mobile-compare {
    left: 44%; }
  .icon-nav-cart .sm-comp.mobile-cart {
    left: 60%; }
  .icon-nav-cart .show-div.shopping-cart {
    right: -60px;
    top: 45px; }
  /* Header */
  .main-menu .dropdown {
    padding: 0 5px; }
  /* Header three */
  .header-three .fix-top {
    margin: 0 30px; }
  .sm-top-fix {
    right: 10%; }
  .w-theme-two {
    width: 150px !important; }
  .blog-detail-page .blog-contact h2 {
    font-size: 30px;
    margin-bottom: 25px; }
  .blog-detail-page .blog-contact .theme-form input,
  .blog-detail-page .blog-contact .theme-form textarea {
    padding: 12px 20px;
    margin-bottom: 20px; }
  .blog-detail-page .blog-detail h3 {
    font-size: 18px;
    margin-bottom: 15px; }
  .blog-detail-page .blog-detail img {
    margin-bottom: 25px; }
  .blog-detail-page .blog-advance ul {
    line-height: 1.5; }
  .blog-detail-page .blog-advance img {
    margin-bottom: 20px;
    margin-top: 10px; }
  .blog-detail-page .blog-advance p {
    line-height: 1.5; }
  .blog-detail-page .comment-section > li {
    padding-top: 30px;
    padding-bottom: 30px; }
    .blog-detail-page .comment-section > li p {
      line-height: 1.5; }
    .blog-detail-page .comment-section > li h6 {
      margin-top: 10px;
      margin-bottom: 10px; }
      .blog-detail-page .comment-section > li h6 span {
        display: inherit;
        margin-left: 0; }
  .blog-detail-page .comment-section .media {
    display: inline-block;
    text-align: center; }
  /* product page */
  .tab-product .nav-material.nav-tabs {
    display: block; }
  .tab-product .nav-material li {
    display: block;
    text-align: center; }
  .theme-form-two .form-group {
    text-align: center; }
    .theme-form-two .form-group .lg-res {
      width: 60% !important; }
  /* today hot deal arrow in fashion*/
  .breadcrumb-section .page-title h2 {
    font-size: 18px; }
  .blog-detail-page .blog-detail h3 {
    font-size: 16px;
    line-height: 1.2; }
  .blog-detail-page .blog-advance ul li {
    margin-bottom: 5px; }
  .about-page h4 {
    line-height: 1.4; }
  .pwd-page h2 {
    font-size: 28px; }
  .faq-section .accordion.theme-accordion .card .card-header button {
    line-height: 1.3;
    padding: 12px 35px 12px 12px; }
  .add_to_cart.top .cart-inner .cart_media .cart_total {
    padding: 15px; }
  .add_to_cart.top .cart-inner {
    height: auto; }
  .add_to_cart.bottom .cart-inner {
    height: auto; }
  /*add to cart */
  .add_to_cart.top .cart-inner .cart_media {
    display: block;
    padding: 10px; }
    .add_to_cart.top .cart-inner .cart_media .cart_total {
      display: block;
      width: 100%;
      padding-bottom: 0; }
  .add_to_cart.top .cart_media .cart_product {
    width: 100%; }
  .add_to_cart.bottom .cart-inner .cart_media {
    display: block;
    padding: 10px; }
  .bottom .cart-inner {
    height: auto; }
  .add_to_cart.top {
    top: -350px; }
  .add_to_cart.top .cart-inner .cart_top, .add_to_cart.bottom .cart-inner .cart_top {
    padding: 15px; }
  .add_to_cart.bottom {
    bottom: -450px; }
  .add_to_cart.bottom.open-side {
    bottom: 175px; }
  .add_to_cart.bottom .cart_media .cart_product {
    width: 100%; }
  .add_to_cart.bottom .cart_media .cart_total {
    width: 100%; }
  /*add to cart end */
  /* RTL */
  .rtl .cart-section .cart-buttons > div {
    text-align: center;
    margin-bottom: 15px; }
    .rtl .cart-section .cart-buttons > div .btn {
      float: unset !important; }
    .rtl .cart-section .cart-buttons > div:last-child {
      text-align: center;
      padding: 0;
      margin-bottom: 0; }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
    padding: 15px; }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    width: 100%; }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    width: 100%;
    border-top: 1px solid #dddddd;
    border-left: unset; }
  .rtl .collection-product-wrapper .product-pagination .pagination .page-item a {
    padding: 15px; }
  .rtl .collection-product-wrapper .product-pagination .product-search-count-bottom {
    padding-left: 0; }
    .rtl .collection-product-wrapper .product-pagination .product-search-count-bottom h5 {
      text-align: center; }
  .rtl .theme-arrow.arrow-two .slick-prev {
    right: 34px;
    left: auto;
    bottom: -10px; }
  .rtl .theme-arrow.arrow-two .slick-next {
    right: 0px;
    left: auto;
    top: auto;
    margin: 0; } }

@media (max-width: 420px) {
  .theme-modal .product-right .product-buttons .btn {
    margin-bottom: 5px; }
  .title1 .title-inner1 {
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 20px; }
  #addtocart .addtocart .media {
    text-align: center;
    display: block; }
    #addtocart .addtocart .media a img {
      max-width: 50%;
      margin-bottom: 20px; }
  #addtocart .addtocart buttons {
    margin-bottom: 20px; }
  .add-card-bnr.theme-arrow .slick-next {
    right: 0; }
  .add-card-bnr.theme-arrow .slick-prev {
    right: 20px; }
  .wishlist-buttons {
    margin-bottom: -10px; }
    .wishlist-buttons .theme-btn-sm {
      width: 100%;
      margin-bottom: 10px; }
  .portfolio-section .filter-button {
    padding: 0 7px;
    font-size: 14px;
    opacity: 0.5; }
    .portfolio-section .filter-button.active {
      background-color: transparent;
      color: #444444;
      font-weight: 600;
      opacity: 1; }
  .portfolio-section .isotopeSelector {
    margin-bottom: 10px; }
  .news-two .question-call {
    margin-top: 40px; }
    .news-two .question-call img {
      width: 45px; }
    .news-two .question-call h5 {
      font-size: 15px;
      padding-bottom: 0; }
    .news-two .question-call p {
      font-size: 18px; }
  .xs-space-tb {
    margin: 15px 0; }
  .sm-space-tb {
    margin: 5px 0; }
  .collection-banner .contain-banner h2 {
    font-size: 22px; }
  .collection-banner .contain-banner h4 {
    font-size: 14px; }
  .two-mt-30 .media img {
    width: 55%; }
  .header-three .fix-top {
    margin: 0 20px; }
  .theme-header .col-side-btn-md {
    top: 15px; }
  /* slider */
  .home-slider .slider-contain h1 {
    margin: 5px 0;
    font-size: 28px; }
  .home-slider .slider-contain h4 {
    font-size: 18px; }
  .home-slider.full-width-slide .slider-contain h1 {
    color: #444; }
  .home-slider.full-width-slide .slider-contain .slide-two,
  .home-slider.full-width-slide .slider-contain .sub {
    font-size: 28px;
    margin: 10px 0; }
  .home-slider.full-width-slide .slider-contain h3 {
    font-size: 18px; }
  .home-slider.full-width-slide .slider-contain .sub {
    color: #ff5c00; }
  .home-slider .btn-theme {
    padding: 7px 12px;
    font-size: 13px; }
  .theme-header-two button {
    font-size: 14px; }
  .icon-nav-cart .space-vertical > li {
    padding: 13px; }
  .sm-fixed-top .bar-style {
    right: 30px; }
  .full-banner .banner-contain h4 {
    font-size: 20px; }
  .full-banner .banner-contain h3, .full-banner .banner-contain h5 {
    font-size: 30px; }
  /* Product page css */
  .product-right .product-icon .product-social {
    margin-top: 0; }
    .product-right .product-icon .product-social li {
      padding-right: 5px; }
      .product-right .product-icon .product-social li a i {
        font-size: 14px; }
  .product-right .product-icon form .wishlist-btn i {
    border: unset; }
  .collection-product-wrapper .product-top-filter .product-filter-content select {
    padding: 10px !important; }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    width: 100%;
    border-right: 1px solid #ddd; }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    width: 100%;
    border-top: 1px solid #ddd; }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
    width: 100%;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd; }
  .single-product-tables {
    display: block; }
  .tab-product .tab-content.nav-material .single-product-tables table {
    width: 100%; }
  .blog-page .blog-media .blog-right ul li {
    display: block; }
    .blog-page .blog-media .blog-right ul li + li {
      padding-left: 0;
      margin-left: 0;
      border-left: none; }
  .checkout-page .checkout-details {
    padding: 30px 15px !important; }
  .checkout-page .order-box .qty li {
    font-size: 14px; }
  .checkout-page .order-box .sub-total .shipping {
    width: 100%;
    float: unset;
    margin-top: 10px; }
  .checkout-page .order-box .sub-total .shopping-option label {
    padding-left: 0; }
  .order-box .title-box {
    font-size: 17px; }
  .payment-box .payment-options li .radio-option label {
    padding-left: 20px;
    font-size: 14px; }
    .payment-box .payment-options li .radio-option label img {
      margin-left: 0px; }
  .coming-soon .headline {
    margin-bottom: 5px; }
    .coming-soon .headline span {
      font-size: 38px; }
  .coming-soon .soon-pera {
    font-size: 14px; }
  .coming-soon .coming-soon-page {
    margin: 10px 0; }
  .coming-soon .coming-soon-timer #coming-timer {
    padding: 10px 20px 0; }
    .coming-soon .coming-soon-timer #coming-timer span {
      font-size: 28px; }
      .coming-soon .coming-soon-timer #coming-timer span .padding-l {
        padding: 0 5px; }
  .coming-soon .subscribe input[type="text"] {
    width: 90%; }
  .metro-section .por-desc h4 {
    font-size: 16px; }
  .metro-section .por-desc h6 {
    font-size: 14px; }
  .rtl .product-right .product-icon form {
    width: 100%;
    text-align: right; }
  .rtl .product-right .product-icon .wishlist-btn i {
    margin: 0;
    padding: 0;
    border: unset; } }

@media (max-width: 360px) {
  .theme-modal#exampleModal .offer-content {
    min-height: 300px; }
  .collection-wrapper .service-two .service-classic i:before {
    left: 0; }
  .collection-wrapper .service-two .service-classic h4 {
    padding-left: 0; }
  .sid-bnr-height {
    height: 145px; }
  .slider-nav img {
    height: 80px; }
  .theme-btn-sm {
    font-size: 14px; }
  .order-history-list .btn-theme {
    padding: 8px; }
  .order-history-list .media-body p {
    line-height: 1.4; }
  .collection-banner .contain-banner.banner-layout-3 h2 {
    font-size: 18px; }
  .collection-banner .contain-banner.banner-layout-3 h6 {
    margin: 0; }
  .tab-slide-3 .product-box .product .cart-info a {
    margin-left: 5px; }
  .cosmetic-title {
    font-size: 38px; }
  .two-mt-30 .media img {
    width: 50%; }
  .category-two {
    padding: 10px; }
  /* header */
  .top-header .header-contact li {
    font-size: 13px; }
  .top-header .header-dropdown .onhover-dropdown, .top-header .header-dropdown .mobile-wishlist {
    padding: 11px;
    margin-top: 0; }
  .collection-banner .contain-banner img {
    display: none; }
  .collection-banner .contain-banner p {
    margin: 0px;
    margin-top: 10px; }
  /* product page */
  .theme-tab .product-box .product .cart-info i {
    font-size: 14px; }
  .product-description-box .product-icon .wishlist-btn span {
    padding-left: 3px;
    font-size: 15px; }
  .product-right .theme-btn-sm {
    padding: 8px 15px; }
  .product-right .prod-timer-three .timer li {
    margin: 0 1px; }
  .product-right .theme-btn-sm {
    padding: 8px 15px; }
  .product-right .product-icon .product-social li {
    padding-right: 4px; }
  .direction-rtl .product-right .product-icon .product-social {
    margin-right: 0; }
  .direction-rtl .product-right .product-icon form {
    text-align: right;
    width: 100%; }
  .direction-rtl .product-right .product-icon .wishlist-btn i {
    margin-right: 0; }
  .product-right .product-icon .product-social .icon-nav-cart .sm-comp.mobile-cart .shopping-cart {
    right: -90px;
    top: 45px; }
  .product-right .product-icon .product-social .icon-nav-cart .show-div.shopping-cart {
    right: -48px;
    top: 60px; }
  .follow-us {
    display: block; }
    .follow-us .follow-title {
      margin: 0 0 10px; }
  .subscriber .media {
    margin: 0; }
  .subscriber .theme-form-two .lg-res {
    width: 100% !important; }
  .subscriber input {
    width: 100% !important; }
  .subscriber button {
    margin: 15px 0 0; }
  .collection-product-wrapper .product-pagination .pagination .page-item a {
    padding: 15px 13px; }
  .collection-product-wrapper .product-pagination .product-search-count-bottom {
    padding-left: 10px; }
    .collection-product-wrapper .product-pagination .product-search-count-bottom h5 {
      line-height: 15px; }
  .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    width: 100%; }
  .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    padding-left: 0px !important; }
  .product-info .prod-slid-img .product-img {
    margin-right: 0; }
  .tabs.tab-title a {
    margin-right: 10px; }
  .product-m .slick-slide > div {
    margin: 0; }
  .w-theme-two {
    width: 100% !important;
    margin-bottom: 15px; }
  .sm-top-fix {
    right: 10%; }
  .header-three .fix-top {
    margin: 0 12px; }
  .collection-filter {
    max-width: 300px;
    width: 300px; }
  .product-right .product-buttons a:last-child {
    margin-left: 0; }
  .single-product-tables.detail-section table {
    width: 100%; }
  .testimonial .testimonial-slider .slick-track .slick-slide:nth-child(even) .media {
    border-left: unset; }
  .testimonial .testimonial-slider .slick-track .slick-slide .media {
    display: block;
    padding-left: 0;
    border-left: unset;
    text-align: center; }
    .testimonial .testimonial-slider .slick-track .slick-slide .media img {
      height: 80px;
      width: 80px; }
    .testimonial .testimonial-slider .slick-track .slick-slide .media h6 {
      margin-bottom: 10px; }
  .cart-section .wishlist-buttons a:first-child,
  .wishlist-section .wishlist-buttons a:first-child {
    margin-right: 0px;
    margin-bottom: 10px; }
  .pwd-page h2 {
    font-size: 22px; }
  .typgrpy-box h1 {
    font-size: 38px; }
  .typgrpy-box h2 {
    font-size: 26px; }
  .user-info .picture {
    width: 80px;
    min-width: 80px;
    max-width: 80px; }
  .theme-form-one input.width-input {
    width: 140px; }
  .filter-main-btn span {
    font-size: 16px; }
  .icon-nav-cart .space-vertical > li {
    margin: 5px; }
  .rtl .contact-page .contact-right ul li {
    padding-right: 110px;
    padding-left: 0; }
  .rtl .theme-form-two button {
    float: right; }
  .rtl .top-header ul {
    text-align: unset; } }

@media (max-width: 320px) {
  .icon-nav-cart .space-vertical > li {
    margin: 0; }
  .theme-header .col-side-btn-md {
    top: 10px; }
  .category-dropdown .category-list {
    z-index: 999; }
  .menu-classic .theme-header-two.dropdown button {
    font-size: 13px; }
  .theme-header-two button {
    font-size: 11px; }
  .theme_checkbox label {
    font-size: 13px; } }
