/*-----------------------------------------------------------------------------------

    Template Name: Bigmarket
    Template URI: themes.pixelstrap.com/bigmarket
    Description: This is E-commerce website
    Author: Pixelstrap
    Author URI: https://themeforest.net/user/bigmarket

----------------------------------------------------------------------------------- */
/* 1. General CSS
   1.1. Button CSS
   1.2. Title CSS
   1.3. Slick slider CSS
   1.4. Lazy load CSS
   1.5. Image ratio CSS
   1.6. Styling Selectbox */
/* 2. Header CSS */
/* 3. Home slider CSS  */
/* 4. Timer CSS  */
/* 5. Service CSS */
/* 6. Category CSS  */
/* 7. Blog CSS  */
/* 8. Banner  CSS  */
/* 9. Collection banner CSS */
/* 10. Product Box CSS */
/* 11. Theme tab CSS */
/* 12. Slider CSS */
/* 13. Collection section CSS */
/* 14. Logo CSS */
/* 15. Lookbook CSS */
/* 16. Instashop CSS */
/* 17. Portfolio css */
/* 18. Theme modal CSS */
/* 19. Add to cart CSS */
/* 20. Footer CSS */
/* 21. Tap to top CSS */
/* 22. Inner pages CSS */
/* 23. theme setting box CSS */
/* 24. RTL CSS */
/* 25. Menu CSS */
/* 26. Dark CSS */
/* 27. Responsive CSS */
/*=====================
    1. General css start
==========================*/
body {
  font-family: Lato, sans-serif;
  position: relative;
  background: #ffffff;
  font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
  font-family: Lato, sans-serif;
  font-weight: normal; }

h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.1;
  text-transform: uppercase; }

h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 32px;
  text-transform: uppercase; }

h3 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #444444; }

h4 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-transform: capitalize;
  color: #999999; }

h5 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #555555; }

h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #999999; }

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

li {
  display: inline-block;
  font-size: 14px; }

p {
  font-size: 14px;
  color: #999999;
  line-height: 18px; }

span {
  line-height: 1.5; }

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; }

button:focus, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.form-control {
  padding: 12px 20px;
  border-radius: 22px;
  font-size: 14px; }
  .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #ced4da; }

del {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 400; }

[data-notify="progressbar"] {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px; }

.progress-bar {
  background-color: #19a340; }

.progress-bar-info {
  background-color: #00829a; }

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

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

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

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

.grey-bg {
  background-color: #f5f5f5; }

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

.padding-l {
  padding-left: 8px;
  padding-right: 8px; }

.light-grey-bg {
  background-color: #f8f7f8; }

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

.light-layout {
  background-color: #f8f8f8; }

/*=====================
    1.1. Button start
==========================*/
.btn-solid {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: #ffffff;
  cursor: pointer;
  letter-spacing: 1px;
  position: relative;
  text-decoration: none;
  padding: 12px 25px;
  border-radius: 50px;
  border: none;
  overflow: hidden;
  background-color: #000000; }
  .btn-solid.btn-solid-sm {
    padding: 8px 10px; }
  .btn-solid:after {
    background: #ffffff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1; }
  .btn-solid:hover {
    color: #ffffff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    .btn-solid:hover:after {
      left: 120%;
      -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }
  .btn-solid:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

/*=====================
    1.2. Title css start
==========================*/
.title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 30px 0;
  line-height: 18px;
  letter-spacing: 0.03em;
  margin-bottom: 0;
  content: "";
  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);
  background-position: left;
  background-size: 125%; }
  .title.title-color {
    -webkit-animation: colorchange 10s infinite alternate;
            animation: colorchange 10s infinite alternate;
    background: none;
    -webkit-text-fill-color: unset; }

.title-basic h2 {
  padding-top: 0; }

.title1 {
  text-align: center; }
  .title1 h4 {
    color: #000000;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-top: -3px; }
  .title1 .title-inner1 {
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative; }
    .title1 .title-inner1:after {
      position: absolute;
      height: 5px;
      width: 70px;
      background-color: #000000;
      content: "";
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 0; }

@-webkit-keyframes colorchange {
  0% {
    color: #ea6169; }
  10% {
    color: #f8b3ba; }
  20% {
    color: #f3bc71; }
  30% {
    color: #fdbe7d; }
  40% {
    color: #8abda9; }
  50% {
    color: #8ee6e7; }
  60% {
    color: #0192a5; }
  70% {
    color: #7cced0; }
  80% {
    color: #99cfbb; }
  90% {
    color: #f0bcb2; }
  100% {
    color: #9dddec; } }

/*=====================
    1.3. Slick slider css start
==========================*/
.no-arrow .slick-next, .no-arrow .slick-prev {
  display: none !important; }

.slick-slide {
  line-height: 1; }

.slick-prev {
  left: unset;
  right: 25px;
  top: -38px; }
  .slick-prev:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f053";
    color: #535353; }
  .slick-prev:after {
    position: absolute;
    content: "";
    height: 13px;
    width: 2px;
    background-color: #eeeeee;
    left: 24px; }

.slick-next {
  right: -5px;
  top: -38px; }
  .slick-next:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f054";
    color: #535353; }

/*=====================
    1.4. Lazy load section start
==========================*/
.blur-up {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: -webkit-filter 400ms;
  transition: -webkit-filter 400ms;
  transition: filter 400ms;
  transition: filter 400ms, -webkit-filter 400ms; }
  .blur-up.lazyloaded {
    -webkit-filter: blur(0);
            filter: blur(0); }

/*=====================
    1.5. Image-ratio start
==========================*/
.ratio_40 .bg-size:before {
  padding-top: 40%;
  content: "";
  display: block; }

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

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

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

.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: 75%;
  content: "";
  display: block; }

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

.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; }

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

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

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

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

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

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

.bg-light0 {
  background-color: #d0edff; }

.bg-light1 {
  background-color: #f1e7e6; }

.bg-light2 {
  background-color: #bfbfbf; }

/*=====================
    1.6. Styling Selectbox css start
==========================*/
.dropdown {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: #b2b6be; }
  .dropdown .dropdown-menu {
    min-width: 7rem;
    border-radius: 0; }
  .dropdown.language {
    width: 80px; }
  .dropdown.currency {
    width: 65px; }
  .dropdown:focus {
    outline: none !important; }
  .dropdown .select {
    cursor: pointer;
    display: block;
    padding: 0 24px 0 12px; }
    .dropdown .select:focus {
      outline: none !important; }
    .dropdown .select::before {
      position: absolute;
      font-family: FontAwesome;
      content: "\f107";
      top: 2px;
      right: 10px; }
  .dropdown.active .select > i {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .dropdown .dropdown-menu {
    padding: 5px 0; }
    .dropdown .dropdown-menu li {
      padding: 6px 15px;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      cursor: pointer;
      display: block;
      color: #333333; }
      .dropdown .dropdown-menu li:hover {
        color: #000000;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
      .dropdown .dropdown-menu li:active {
        color: #000000;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }

/*=====================
    2. Header css start
==========================*/
.header-shadow .left-shadow {
  position: absolute;
  left: 0;
  top: 90px; }

.header-shadow .right-shadow {
  position: absolute;
  right: 0;
  top: 90px; }

.sidebar-unset {
  overflow-y: unset !important; }

.notification-bar {
  padding: 8px;
  background-color: #ebbbc3;
  overflow: hidden; }
  .notification-bar p {
    color: white;
    text-align: center !important;
    margin-bottom: 0;
    text-align: center;}
  .notification-bar .marquee {
    margin-bottom: 0;
    color: white;
    
    white-space: nowrap;
    -webkit-animation: marquee 35s linear infinite;
            animation: marquee 35s linear infinite; }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

header .navbar {
  padding: 0 25px 0 0; }
  header .navbar .bar-style i {
    font-size: 24px;
    color: #ebbbc3; }

header .sidenav {
  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; }
  header .sidenav .sidebar-back {
    padding: 20px;
    font-size: 18px;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    cursor: pointer; }
  header .sidenav nav {
    background-color: #ffffff;
    z-index: 9;
    position: relative;
    height: 100vh;
    top: 0;
    overflow-y: auto; }
  header .sidenav.open-side {
    left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    header .sidenav.open-side .sidebar-overlay {
      opacity: 0.8;
      visibility: visible; }
  header .sidenav .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; }
  header .sidenav .closebtn {
    position: absolute;
    top: 0;
    font-size: 36px;
    margin-left: 50px;
    margin-top: 50px;
    color: #938d8c; }
  header .sidenav .pixelstrap li a {
    padding: 10px 25px 10px 25px; }
  header .sidenav .pixelstrap li ul li a {
    padding: 5px 18px; }
    header .sidenav .pixelstrap li ul li a:active, header .sidenav .pixelstrap li ul li a:focus, header .sidenav .pixelstrap li ul li a.highlighted {
      padding: 5px 18px; }
  header .sidenav .pixelstrap li .clothing-menu li a {
    padding: 5px 0 !important; }
    header .sidenav .pixelstrap li .clothing-menu li a:focus {
      font-size: 14px; }
    header .sidenav .pixelstrap li .clothing-menu li a:hover {
      font-size: 14px;
      padding: 5px 0; }
    header .sidenav .pixelstrap li .clothing-menu li a:focus, header .sidenav .pixelstrap li .clothing-menu li a:hover {
      padding: 5px 0 !important; }

header.header-1 .service-vertical {
  padding: 25px 30px 25px 0; }

header.header-1 .slider-bg .home-slider .home {
  margin: 0; }

header.header-1 .bg-class {
  background-color: #ebbbc3; }

header.header-1 .pixelstrap.sm-horizontal > li > a, header.header-1 .pixelstrap.sm-horizontal > li > a:hover, header.header-1 .pixelstrap.sm-horizontal > li > a:focus, header.header-1 .pixelstrap.sm-horizontal > li > a:active {
  padding: 20px 30px 20px 0;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff; }

header.header-1 .pixelstrap.sm-horizontal > li > a:hover {
  color: #4d4d4d; }

header.header-1 .pixelstrap.sm-horizontal .icon-cls a, header.header-1 .pixelstrap.sm-horizontal .icon-cls a:hover, header.header-1 .pixelstrap.sm-horizontal .icon-cls a:focus, header.header-1 .pixelstrap.sm-horizontal .icon-cls a:active {
  padding-right: 20px; }

header.header-1 .header-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  header.header-1 .header-section .search-bar {
    padding-left: 80px; }
    header.header-1 .header-section .search-bar .search__input {
      width: 600px; }
    header.header-1 .header-section .search-bar .search-icon {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-top: 0; }

header.header-1 .brand-logo {
  padding: 12px 0 20px 0; }

header.header-1 .left-part {
  margin-top: 15px; }
  header.header-1 .left-part p {
    margin-bottom: 0;
    text-transform: capitalize;
    color: #b3b7bf; }

header.header-1 .right-part {
  text-align: right;
  margin-top: 15px; }
  header.header-1 .right-part ul li {
    border-right: 1px solid #eeeeee; }
    header.header-1 .right-part ul li a, header.header-1 .right-part ul li .select-option {
      padding: 0 12px;
      color: #b2b6be;
      text-transform: capitalize; }
      header.header-1 .right-part ul li a select, header.header-1 .right-part ul li .select-option select {
        padding: 0 5px;
        border: 0;
        color: #aaaaaa;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
        text-transform: capitalize;
        position: relative; }
        header.header-1 .right-part ul li a select:focus, header.header-1 .right-part ul li .select-option select:focus {
          outline: none; }
    header.header-1 .right-part ul li .select-option {
      position: relative;
      font: normal normal normal 14px/1 FontAwesome; }
      header.header-1 .right-part ul li .select-option:after {
        position: absolute;
        content: "\f107";
        top: 0;
        right: 0; }
    header.header-1 .right-part ul li:first-child a {
      padding-left: 0; }
    header.header-1 .right-part ul li:last-child {
      border-right: none; }
    header.header-1 .right-part ul li:hover a {
      color: #000000; }

header.header-1 .nav-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%; }
  header.header-1 .nav-icon ul .setting-icon {
    display: none; }
  header.header-1 .nav-icon ul .onhover-div {
    padding: 0 130px 0 0; }
    header.header-1 .nav-icon ul .onhover-div .icon-detail {
      position: absolute;
      top: 0;
      left: 40px; }
      header.header-1 .nav-icon ul .onhover-div .icon-detail h6 {
        color: #333333;
        text-transform: capitalize;
        font-weight: 500;
        margin-bottom: 0; }
        header.header-1 .nav-icon ul .onhover-div .icon-detail h6 a {
          color: #444444;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        header.header-1 .nav-icon ul .onhover-div .icon-detail h6.up-cls {
          margin-top: -3px;
          margin-bottom: 0; }
      header.header-1 .nav-icon ul .onhover-div .icon-detail span {
        color: #b2b6be; }
    header.header-1 .nav-icon ul .onhover-div .show-div {
      top: 56px; }
      header.header-1 .nav-icon ul .onhover-div .show-div.shopping-cart {
        right: 0; }
    header.header-1 .nav-icon ul .onhover-div:after {
      display: none; }
    header.header-1 .nav-icon ul .onhover-div:hover .icon-detail h6 a {
      color: #000000;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  header.header-1 .nav-icon ul .wishlist-icon {
    padding: 0 95px 0 0; }
  header.header-1 .nav-icon ul .cart-icon {
    padding: 0 70px 0 0; }
    header.header-1 .nav-icon ul .cart-icon .cart h6 {
      margin-top: 0; }

header.header-1 .search-3 {
  display: none; }

header.header-2 .content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  header.header-2 .content-header .left-section {
    width: 65%; }
  header.header-2 .content-header .right-section {
    width: 35%;
    border-left: 1px solid #eeeeee; }

header.header-2 .upper-section {
  padding: 25px 0 25px 25px;
  border-bottom: 1px solid #eeeeee; }
  header.header-2 .upper-section li {
    border-right: 1px solid #eeeeee; }
    header.header-2 .upper-section li a {
      padding: 0 12px;
      color: #aaaaaa;
      text-transform: capitalize;
      font-size: 14px; }
      header.header-2 .upper-section li a select {
        border: 0;
        color: #aaaaaa;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
        text-transform: capitalize;
        background: url(../images/dropdown.png) no-repeat 85%; }
        header.header-2 .upper-section li a select:focus {
          outline: none; }
    header.header-2 .upper-section li:first-child a {
      padding-left: 0; }
    header.header-2 .upper-section li:last-child a {
      padding-right: 8px; }
    header.header-2 .upper-section li:nth-last-child(-n + 2) {
      border-right: none; }

header.header-2 .lower-section {
  padding: 25px 0 25px 25px; }

header.header-2 .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  header.header-2 .header-top .brand-logo {
    padding-right: 50px; }

header.header-2 .search-bar {
  padding-top: 0;
  padding-bottom: 20px; }
  header.header-2 .search-bar .search__input {
    width: 890px; }
  header.header-2 .search-bar .search-icon {
    top: 0;
    right: 20px; }

header.header-2 .home-icon {
  color: #aaaaaa;
  font-size: 18px; }

header.header-2 .nav-icon ul .setting-icon {
  display: none; }

header.header-2 .nav-icon ul .onhover-div {
  padding: 0 121px 0 0; }
  header.header-2 .nav-icon ul .onhover-div .icon-detail {
    position: absolute;
    top: 0;
    left: 40px; }
    header.header-2 .nav-icon ul .onhover-div .icon-detail h6 {
      color: #333333;
      text-transform: capitalize;
      font-weight: 500;
      margin-bottom: 0; }
      header.header-2 .nav-icon ul .onhover-div .icon-detail h6 a {
        color: #333333;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      header.header-2 .nav-icon ul .onhover-div .icon-detail h6.up-cls {
        margin-top: -3px;
        margin-bottom: 0; }
    header.header-2 .nav-icon ul .onhover-div .icon-detail span {
      color: #aaaaaa; }
  header.header-2 .nav-icon ul .onhover-div .show-div {
    top: 50px; }
    header.header-2 .nav-icon ul .onhover-div .show-div.shopping-cart {
      right: 32px; }
  header.header-2 .nav-icon ul .onhover-div:after {
    display: none; }
  header.header-2 .nav-icon ul .onhover-div:hover .icon-detail h6 a {
    color: #000000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

header.header-2 .nav-icon ul .wishlist-icon {
  padding: 0 90px 0 0; }

header.header-2 .nav-icon ul .cart-icon .cart h6 {
  margin-top: 0; }

header.header-2 .pixelstrap.sm-horizontal > li > a, header.header-2 .pixelstrap.sm-horizontal > li > a:hover, header.header-2 .pixelstrap.sm-horizontal > li > a:focus, header.header-2 .pixelstrap.sm-horizontal > li > a:active {
  padding: 33px 20px 33px 0;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #444444; }

header.header-2 .pixelstrap.sm-horizontal > li > a:hover {
  color: #000000; }

header.header-2 .pixelstrap.sm-horizontal .icon-cls a, header.header-2 .pixelstrap.sm-horizontal .icon-cls a:hover, header.header-2 .pixelstrap.sm-horizontal .icon-cls a:focus, header.header-2 .pixelstrap.sm-horizontal .icon-cls a:active {
  padding-right: 20px; }

header.header-2 .category-section {
  left: 15px; }

header.header-3 .brand-logo {
  border-right: 1px solid #eeeeee;
  padding: 15px 28px 15px 0; }

header.header-3 .search-bar {
  margin-top: 30px;
  width: 88%; }
  header.header-3 .search-bar .search__input {
    width: 100%; }
  header.header-3 .search-bar .search-icon {
    top: 0px;
    right: 22px; }

header.header-3 .nav-icon ul .onhover-div {
  padding: 40px 15px; }
  header.header-3 .nav-icon ul .onhover-div:after {
    display: none; }
  header.header-3 .nav-icon ul .onhover-div .show-div {
    z-index: 9999; }

header.header-3 .nav-icon ul .setting-icon {
  padding-right: 0; }

header.header-3 .nav-icon ul .cart-icon {
  text-align: left;
  padding-right: 88px; }
  header.header-3 .nav-icon ul .cart-icon:after {
    display: block;
    left: -3px;
    right: unset; }
  header.header-3 .nav-icon ul .cart-icon .cart-count {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #000000;
    color: #ffffff;
    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;
    border-radius: 100%;
    top: 28px;
    left: 30px; }
  header.header-3 .nav-icon ul .cart-icon .cart {
    right: 18px;
    top: 36px; }
    header.header-3 .nav-icon ul .cart-icon .cart h6 {
      margin-top: 0;
      color: #999999;
      margin-bottom: -3px; }
    header.header-3 .nav-icon ul .cart-icon .cart span {
      color: #555555; }

header.header-3 .home-icon {
  color: #000000;
  font-size: 20px; }

header.header-3 .pixelstrap.sm-horizontal > li > a, header.header-3 .pixelstrap.sm-horizontal > li > a:hover, header.header-3 .pixelstrap.sm-horizontal > li > a:focus, header.header-3 .pixelstrap.sm-horizontal > li > a:active {
  padding: 23px 25px 23px 0;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #555555; }

header.header-3 .pixelstrap.sm-horizontal > li > a:hover {
  color: #000000; }

header.header-3 .pixelstrap.sm-horizontal .icon-cls a, header.header-3 .pixelstrap.sm-horizontal .icon-cls a:hover, header.header-3 .pixelstrap.sm-horizontal .icon-cls a:focus, header.header-3 .pixelstrap.sm-horizontal .icon-cls a:active {
  padding-right: 15px; }

header.header-3 .search-3 {
  display: none; }

header.header-3 .padding-class {
  padding: 0;
  text-align: right; }

header.header-3 .nav-icon ul .setting-icon:hover .show-div.setting {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

header.header-3 .right_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  header.header-3 .right_part .navbar {
    padding: 42px 15px 0; }

header.header-4 {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 1; }
  header.header-4 .left-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left; }

header.header-basic {
  position: relative;
  top: 0; }

header.header-center {
  position: relative;
  top: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
  header.header-center .brand-logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  header.header-center #main-nav {
    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;
    border-top: 1px solid #eeeeee; }
  header.header-center .bg-class {
    -webkit-box-shadow: 0 1px 3px 0 rgba(167, 167, 167, 0);
            box-shadow: 0 1px 3px 0 rgba(167, 167, 167, 0); }
  header.header-center .left-part {
    padding: 22px 0; }
  header.header-center .search-bar .search-icon {
    top: 0;
    right: 24px; }
  header.header-center .pixelstrap.sm-horizontal > li > a, header.header-center .pixelstrap.sm-horizontal > li > a:hover, header.header-center .pixelstrap.sm-horizontal > li > a:focus, header.header-center .pixelstrap.sm-horizontal > li > a:active {
    padding: 18px 0;
    padding-right: 30px; }

header .sm-horizontal.text-black > li > a, header .sm-horizontal.text-black > li > a:hover, header .sm-horizontal.text-black > li > a:focus, header .sm-horizontal.text-black > li > a:active {
  color: #000000; }

header .sm-horizontal.text-black > li > a:hover {
  color: #000000; }

header .dark-font.pixelstrap.sm-horizontal > li > a, header .dark-font.pixelstrap.sm-horizontal > li > a:hover, header .dark-font.pixelstrap.sm-horizontal > li > a:focus, header .dark-font.pixelstrap.sm-horizontal > li > a:active {
  color: #000000; }

header .dark-font.pixelstrap.sm-horizontal > li > a:hover {
  color: #000000; }

header .mobile-icon, header .mobile-icon-home, header .mobile-icon-search {
  display: none; }

header .search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 15px; }
  header .search-bar .search__input {
    width: 250px;
    padding: 12px 50px 12px 24px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 12px;
    border: 1px solid #333;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
    header .search-bar .search__input:focus {
      outline: none; }
  header .search-bar .search-icon {
    top: 23px;
    right: 20px;
    background-color: #000000;
    width: 35px;
    height: 35px;
    border-radius: 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;
    color: white;
    font-size: 17px;
    position: absolute;
    margin-top: 5px;
    -webkit-transition: .3s;
    transition: .3s;
    border: none;
    padding: 0; }
    header .search-bar .search-icon:after {
      position: absolute;
      content: "\e610";
      font-family: themify; }

header .search-overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: white;
  -webkit-animation: fadeIn 300ms ease;
          animation: fadeIn 300ms ease; }
  header .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; }
    header .search-overlay > div .overlay-content {
      width: 100%; }
      header .search-overlay > div .overlay-content .form-control:focus {
        -webkit-box-shadow: none;
                box-shadow: none; }
      header .search-overlay > div .overlay-content input {
        background-color: transparent;
        border: 0;
        border-bottom: 2px solid #777777;
        border-radius: 0;
        padding: 20px 0 !important; }
        header .search-overlay > div .overlay-content input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #777777;
          font-size: 18px; }
        header .search-overlay > div .overlay-content input::-moz-placeholder {
          /* Firefox 19+ */
          color: #777777;
          font-size: 18px; }
        header .search-overlay > div .overlay-content input:-ms-input-placeholder {
          /* IE 10+ */
          color: #777777;
          font-size: 18px; }
        header .search-overlay > div .overlay-content input:-moz-placeholder {
          /* Firefox 18- */
          color: #777777;
          font-size: 18px; }
      header .search-overlay > div .overlay-content button {
        position: absolute;
        top: 8px;
        background-color: transparent;
        border: 0;
        font-size: 24px;
        color: #777777;
        right: 10px; }
    header .search-overlay > div .closebtn {
      position: fixed;
      top: 10px;
      right: 25px;
      color: #777777;
      font-size: 40px;
      cursor: pointer; }

header .header-content {
  position: relative; }
  header .header-content .nav-right {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

header .brand-logo {
  padding: 15px 0;
  display: inline-block;
  vertical-align: middle; }

header .toggle-nav {
  position: relative;
  cursor: pointer;
  display: none; }

header .mobile-back {
  display: none; }

header .nav-icon ul .onhover-div {
  position: relative;
  padding: 32px 15px; }
  header .nav-icon ul .onhover-div img {
    cursor: pointer; }
  header .nav-icon ul .onhover-div:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 35px;
    background-color: #eeeeee;
    right: -3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  header .nav-icon ul .onhover-div .show-div {
    top: 89px;
    position: absolute;
    z-index: 9;
    background-color: #ffffff;
    text-align: left;
    border: 1px solid #333333;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    right: 0;
    border-radius: 0 !important;
    padding: 15px 20px 15px;
    min-width: 175px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    header .nav-icon ul .onhover-div .show-div.setting h6 {
      font-size: 14px;
      text-transform: uppercase;
      color: #333333;
      font-weight: 700;
      margin-bottom: 0;
      margin-top: 5px; }
      header .nav-icon ul .onhover-div .show-div.setting h6:first-child {
        margin-top: 0; }
    header .nav-icon ul .onhover-div .show-div.setting ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 0;
      padding-left: 17px;
      padding-top: 5px; }
      header .nav-icon ul .onhover-div .show-div.setting ul li a {
        color: #333333;
        font-weight: 400;
        font-size: 14px;
        text-transform: capitalize; }
        header .nav-icon ul .onhover-div .show-div.setting ul li a:hover {
          color: #ebbbc3;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
      header .nav-icon ul .onhover-div .show-div.setting ul li.active a {
        color: #ebbbc3; }
  header .nav-icon ul .onhover-div:hover .show-div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

header .nav-icon ul .cart-icon {
  position: relative;
  padding-right: 64px; }
  header .nav-icon ul .cart-icon:after {
    display: none; }
  header .nav-icon ul .cart-icon .cart {
    position: absolute;
    top: 28px;
    right: 0; }
    header .nav-icon ul .cart-icon .cart span {
      color: #999999; }
    header .nav-icon ul .cart-icon .cart h6 {
      color: #ebbbc3;
      text-transform: capitalize;
      font-weight: 500;
      margin-bottom: 0;
      margin-top: -3px; }

.bg-gradient {
  background: -webkit-gradient(linear, right top, left top, from(#4c2fbf), to(#2e9de4)) !important;
  background: linear-gradient(to left, #F9B949 0%, #F9B949 100%) !important; }

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

/*=====================
    3. Home slider css start
==========================*/
.slider-part {
  padding: 0;
  background-color: white;
  border: 20px solid white; }

.layout-2-menu .home-slider .home {
  height: 60vh; }
  .layout-2-menu .home-slider .home .slider-contain {
    height: 60vh;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: -40px; }
    .layout-2-menu .home-slider .home .slider-contain > div {
      padding: 25px 275px;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), color-stop(1%, rgba(255, 255, 255, 0.12)), color-stop(31%, rgba(255, 255, 255, 0.75)), color-stop(52%, rgba(255, 255, 255, 0.9)), color-stop(53%, rgba(255, 255, 255, 0.89)), color-stop(73%, rgba(255, 255, 255, 0.75)), color-stop(75%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.1)));
      background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.12) 1%, rgba(255, 255, 255, 0.75) 31%, rgba(255, 255, 255, 0.9) 52%, rgba(255, 255, 255, 0.89) 53%, rgba(255, 255, 255, 0.75) 73%, rgba(255, 255, 255, 0.7) 75%, rgba(255, 255, 255, 0.1) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#1affffff',GradientType=1 );
      /* IE6-9 */ }

.shadow-home .home-slider:after {
  content: "";
  position: absolute;
  height: 26px;
  background: url(../images/s-1.png) no-repeat scroll center 0px transparent;
  top: 0;
  width: 100%; }

.full-slider .home-slider .slider-contain h5 {
  font-size: calc(14px + (26 - 14) * ((100vw - 320px) / (1920 - 320))); }

.full-slider .home-slider .slider-contain h1 {
  font-size: calc(18px + (45 - 18) * ((100vw - 320px) / (1920 - 320))); }

.full-slider .home-slider .slider-contain h4 {
  font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320))); }

.home-slider {
  position: relative;
  overflow: hidden; }
  .home-slider .home {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 75vh; }
    .home-slider .home.home1 {
      background-image: url("../images/home-banner/1.jpg"); }
    .home-slider .home.home2 {
      background-image: url("../images/home-banner/2.jpg"); }
    .home-slider .home.home3 {
      background-image: url("../images/home-banner/3.jpg"); }
    .home-slider .home.home4 {
      background-image: url("../images/home-banner/4.jpg"); }
    .home-slider .home.home5 {
      background-image: url("../images/home-banner/5.jpg"); }
    .home-slider .home.home6 {
      background-image: url("../images/home-banner/6.jpg"); }
    .home-slider .home.home7 {
      background-image: url("../images/home-banner/7.jpg"); }
    .home-slider .home.home8 {
      background-image: url("../images/home-banner/8.jpg"); }
    .home-slider .home.home9 {
      background-image: url("../images/home-banner/9.jpg"); }
    .home-slider .home.home10 {
      background-image: url("../images/home-banner/10.jpg"); }
    .home-slider .home.home11 {
      background-image: url("../images/home-banner/11.jpg"); }
    .home-slider .home.home12 {
      background-image: url("../images/home-banner/12.jpg"); }
    .home-slider .home.home13 {
      background-image: url("../images/home-banner/13.html"); }
    .home-slider .home.home14 {
      background-image: url("../images/home-banner/14.jpg"); }
    .home-slider .home.home15 {
      background-image: url("../images/home-banner/15.jpg"); }
    .home-slider .home.home16 {
      background-image: url("../images/home-banner/16.jpg"); }
    .home-slider .home.home17 {
      background-image: url("../images/home-banner/17.jpg"); }
    .home-slider .home.home18 {
      background-image: url("../images/home-banner/18.jpg"); }
    .home-slider .home.home19 {
      background-image: url("../images/home-banner/19.jpg"); }
    .home-slider .home.home20 {
      background-image: url("../images/home-banner/20.jpg"); }
    .home-slider .home.home21 {
      background-image: url("../images/home-banner/21.html"); }
    .home-slider .home.home22 {
      background-image: url("../images/home-banner/22.jpg"); }
    .home-slider .home.home23 {
      background-image: url("../images/home-banner/23.jpg"); }
    .home-slider .home.home24 {
      background-image: url("../images/home-banner/24.jpg"); }
    .home-slider .home.home25 {
      background-image: url("../images/home-banner/25.jpg"); }
    .home-slider .home.home26 {
      background-image: url("../images/home-banner/26.jpg"); }
    .home-slider .home.home27 {
      background-image: url("../images/home-banner/27.jpg"); }
    .home-slider .home.home28 {
      background-image: url("../images/home-banner/28.jpg"); }
    .home-slider .home.home29 {
      background-image: url("../images/home-banner/29.jpg"); }
    .home-slider .home.home30 {
      background-image: url("../images/home-banner/30.jpg"); }
    .home-slider .home.home31 {
      background-image: url("../images/home-banner/31.html"); }
    .home-slider .home.home32 {
      background-image: url("../images/home-banner/32.html"); }
    .home-slider .home.home33 {
      background-image: url("../images/home-banner/33.html"); }
    .home-slider .home.home34 {
      background-image: url("../images/home-banner/34.html"); }
    .home-slider .home.home35 {
      background-image: url("../images/home-banner/35.html"); }
    .home-slider .home.home36 {
      background-image: url("../images/home-banner/36.html"); }
    .home-slider .home.home37 {
      background-image: url("../images/home-banner/37.html"); }
    .home-slider .home.home38 {
      background-image: url("../images/home-banner/38.html"); }
    .home-slider .home.home39 {
      background-image: url("../images/home-banner/39.html"); }
    .home-slider .home.home40 {
      background-image: url("../images/home-banner/40.html"); }
    .home-slider .home.text-white .slider-contain h5, .home-slider .home.text-white .slider-contain h4 {
      color: white; }
  .home-slider .slider-contain {
    width: 100%;
    height: 75vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .home-slider .slider-contain h5 {
      font-size: calc(14px + (26 - 14) * ((100vw - 320px) / (1920 - 320)));
      color: #999999;
      text-transform: capitalize;
      letter-spacing: 0.05em; }
    .home-slider .slider-contain h1 {
      margin-bottom: 0;
      margin-top: 7px;
      color: #ebbbc3;
      font-size: calc(18px + (45 - 18) * ((100vw - 320px) / (1920 - 320)));
      text-transform: capitalize;
      line-height: 1.5em; }
    .home-slider .slider-contain h4 {
      font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
      font-weight: 700;
      letter-spacing: 0.03em;
      color: #777777;
      margin-bottom: 0;
      margin-top: 10px; }
    .home-slider .slider-contain .btn-solid, .home-slider .slider-contain .btn-outline {
      margin-top: 20px; }
  .home-slider .slick-prev, .home-slider .slick-next {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 42%;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    height: 44px;
    width: 44px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .home-slider .slick-prev:before, .home-slider .slick-next:before {
      color: #000;
      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;
      float: none;
      font-family: FontAwesome;
      font-size: 32px;
      line-height: 22px;
      vertical-align: top;
      border-radius: 50%;
      width: 36px;
      height: 36px;
      margin: 0 auto; }
    .home-slider .slick-prev:after, .home-slider .slick-next:after {
      display: none; }
  .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 .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 .slick-slide {
    line-height: 0; }
  .home-slider.l-4-slider .slider-contain {
    margin-top: 58px; }
  .home-slider.home-55 .home {
    height: 55vh; }
  .home-slider.home-55 .slider-contain {
    height: 55vh; }
  .home-slider.home-60 .home {
    height: 60vh; }
  .home-slider.home-60 .slider-contain {
    height: 60vh; }
  .home-slider.home-65 .home {
    height: 65vh; }
  .home-slider.home-65 .slider-contain {
    height: 65vh; }
  .home-slider.home-70 .home {
    height: 70vh; }
  .home-slider.home-70 .slider-contain {
    height: 70vh; }
  .home-slider.home-100 .home {
    height: 100vh; }
  .home-slider.home-100 .slider-contain {
    height: 100vh; }
  .home-slider.home-fix .home {
    height: 532px; }
  .home-slider.home-fix .slider-contain {
    height: 20px; }
  .home-slider:hover .slick-next, .home-slider:hover .slick-prev {
    opacity: 1;
    -webkit-transform: scale(1.03);
            transform: scale(1.03); }
  .home-slider:hover .slick-prev {
    left: 40px; }
  .home-slider:hover .slick-next {
    right: 40px; }

.slider-bg {
  position: relative;
  background: url(../images/main-banner-bg.jpg) no-repeat;
  width: 100%;
  -webkit-box-shadow: inset 0px -3px 6px 0px #ddd;
          box-shadow: inset 0px -3px 6px 0px #ddd;
  vertical-align: middle;
  height: 65vh;
  background-size: cover !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .slider-bg.slider-bg-2 {
    background: url(../images/main-banner-bg2.jpg) no-repeat; }
  .slider-bg .home-slider .home {
    height: 50vh;
    padding: 0 100px; }
    .slider-bg .home-slider .home .slider-contain {
      height: 50vh; }
  .slider-bg:after {
    content: "";
    position: absolute;
    height: 11px;
    background: url(../images/shadow.png) no-repeat scroll center 0 transparent;
    top: 0;
    width: 100%; }

.slider-category > div {
  padding-top: 20px; }

.slider-category .category-right .cat-box + .cat-box {
  padding-top: 20px; }

.contain-slider .slider-contain {
  padding: 0 60px; }

/*=====================
    4. Timer section start
==========================*/
.title-basic {
  position: relative; }
  .title-basic .title {
    position: relative; }
  .title-basic .timer-flash {
    display: inline-block;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    margin-top: 2px;
    position: absolute;
    top: -38px;
    left: 10px; }
    .title-basic .timer-flash .flip-clock-divider .flip-clock-label {
      display: none; }

/*=====================
    5. Service section start
==========================*/
.service-panel {
  background-color: #ebbbc3; }
  .service-panel .service {
    padding: 12px 0; }
    .service-panel .service .service-block .media svg {
      fill: white; }
      .service-panel .service .service-block .media svg path {
        fill: white; }
    .service-panel .service .service-block .media h5, .service-panel .service .service-block .media p {
      color: white; }

.service-banner {
  padding-top: 20px; }
  .service-banner .service-box {
    text-align: center;
    padding: 15px; }
    .service-banner .service-box p {
      color: black;
      margin-bottom: 0;
      text-transform: uppercase; }
  .service-banner .row > div:nth-child(odd) .service-box {
    background-color: #ebbbc3; }
  .service-banner .row > div:nth-child(even) .service-box {
    background-color: #eeeeee; }

.service .service-block {
  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; }
  .service .service-block .media {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .service .service-block .media img {
      margin-right: 8px; }
    .service .service-block .media svg {
      margin-right: 8px;
      width: 50px;
      height: 50px;
      fill: #ebbbc3; }
      .service .service-block .media svg path {
        fill: #ebbbc3; }
    .service .service-block .media h5 {
      text-transform: uppercase;
      margin-bottom: 0;
      font-weight: 500; }
    .service .service-block .media p {
      text-transform: capitalize;
      margin-bottom: 0; }
  .service .service-block + .service-block {
    border-left: 1px solid #eeeeee; }
  .service .service-block:hover img, .service .service-block:hover svg {
    -webkit-animation: pulse 1000ms ease-in-out;
            animation: pulse 1000ms ease-in-out;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .service .service-block:hover h5 {
    color: #000000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.service-block1 {
  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%;
  width: 100%; }
  .service-block1 svg {
    margin-bottom: 10px;
    width: 50px;
    height: 50px; }
    .service-block1 svg path {
      fill: #ebbbc3; }
  .service-block1 h5 {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .service-block1 p {
    letter-spacing: 0.03em;
    margin-bottom: -3px;
    line-height: 1.5; }
  .service-block1:hover svg {
    -webkit-animation: pulse 1000ms ease-in-out;
            animation: pulse 1000ms ease-in-out;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .service-block1:hover h4 {
    color: #ebbbc3;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .service-block1 + .service-block1 {
    border-left: 1px solid #eeeeee; }

.service-vertical {
  background-color: #ffffff;
  display: inline-block;
  padding: 25px 30px; }
  .service-vertical.vertical-border {
    border: 2px solid #333333; }
  .service-vertical .service-block {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    margin-bottom: 20px; }
    .service-vertical .service-block p {
      margin-bottom: 0;
      text-transform: capitalize; }
    .service-vertical .service-block .top-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .service-vertical .service-block .top-section img {
        margin-right: 8px; }
      .service-vertical .service-block .top-section h5 {
        text-transform: uppercase;
        margin-bottom: 0;
        font-weight: 500;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .service-vertical .service-block:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
    .service-vertical .service-block:hover img {
      -webkit-animation: pulse 1000ms ease-in-out;
              animation: pulse 1000ms ease-in-out;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .service-vertical .service-block:hover h5 {
      color: #000000;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }

/*=====================
    6. Category section start
==========================*/
.category {
  position: relative; }
  .category .slick-slider .slick-list {
    margin: 0 -15px; }
    .category .slick-slider .slick-list .slick-slide > div {
      margin: 0 15px;
      position: relative; }
  .category .category-block {
    border: 1px solid #eeeeee;
    padding: 25px 0 25px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .category .category-block img {
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .category .category-block .category-content {
      display: inline-block;
      padding: 10px 0 10px 20px;
      margin-left: 30px;
      border-left: 1px solid #eeeeee;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .category .category-block .category-content h5 {
        color: #ebbbc3;
        text-transform: capitalize;
        font-weight: 700;
        margin-bottom: 0; }
      .category .category-block .category-content h6 {
        margin-bottom: 0; }
      .category .category-block .category-content .btn-solid {
        position: absolute;
        display: none;
        top: 37px;
        right: 20px; }
    .category .category-block:hover {
      background-color: #ebbbc3;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .category .category-block:hover img {
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .category .category-block:hover .category-content {
        border-left: none;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .category .category-block:hover .category-content h6, .category .category-block:hover .category-content h5 {
          visibility: hidden;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .category .category-block:hover .category-content .btn-solid {
          display: block;
          -webkit-animation: fadeInRight 500ms ease;
                  animation: fadeInRight 500ms ease; }
  .category .category-img {
    position: relative;
    text-align: center; }
    .category .category-img img, .category .category-img .bg-size {
      border: 1px solid #eeeeee; }
    .category .category-img .category-text {
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      position: absolute;
      top: 65px;
      right: 80px; }
      .category .category-img .category-text h5 {
        color: #ebbbc3;
        text-transform: capitalize;
        font-weight: 700;
        margin-bottom: 0; }
      .category .category-img .category-text h6 {
        margin-bottom: 0; }
    .category .category-img:hover .category-text {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .category .category-wrap {
    text-align: center;
    padding: 35px 45px;
    background-color: #ffffff;
    border: 1px solid #eeeeee; }
    .category .category-wrap img {
      margin: 0 auto;
      padding-bottom: 25px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .category .category-wrap h5 {
      color: #ebbbc3;
      text-transform: capitalize;
      font-weight: 700;
      margin-bottom: 0; }
    .category .category-wrap h6 {
      margin-bottom: 10px; }
    .category .category-wrap:hover img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .category .category-wrapper .img-block {
    border-radius: 100%;
    border: 2px solid #000000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden; }
    .category .category-wrapper .img-block img {
      margin: 0 auto;
      width: 100%; }
  .category .category-wrapper .category-title {
    text-align: center; }
    .category .category-wrapper .category-title h5 {
      display: inline-block;
      text-transform: uppercase;
      color: #ebbbc3;
      font-weight: 700;
      text-align: center;
      margin-top: 15px;
      background-color: #ffffff;
      border-radius: 50px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      margin-bottom: -3px; }
  .category .category-wrapper:hover .img-block {
    border: 2px solid #ebbbc3;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .category .category-wrapper:hover .category-title h5 {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #000000; }
  .category.absolute-banner {
    margin-top: -125px; }
    .category.absolute-banner .absolute-bg {
      background-color: white;
      position: relative;
      padding: 25px;
      -webkit-box-shadow: 0 0 8px 0 #dddddd;
              box-shadow: 0 0 8px 0 #dddddd; }
  .category.category-classic {
    text-align: center; }
    .category.category-classic .category-wrapper {
      text-align: center;
      display: inline-block; }
      .category.category-classic .category-wrapper .img-block {
        overflow: visible;
        border-color: transparent;
        padding: 20px;
        background-color: rgba(0, 0, 0, 0.1); }
        .category.category-classic .category-wrapper .img-block img {
          -webkit-transform: scale(0.9);
                  transform: scale(0.9);
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
          width: 64px;
          height: auto; }
      .category.category-classic .category-wrapper:hover .img-block img {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    .category.category-classic.bg-none .category-wrapper .img-block {
      background-color: transparent;
      padding: 0; }
    .category.category-classic.bg-grey .category-wrapper .img-block {
      background-color: #f9f9f9; }

.category-box {
  -webkit-box-shadow: 0 2px 3px 0 rgba(90, 90, 90, 0.3);
          box-shadow: 0 2px 3px 0 rgba(90, 90, 90, 0.3); }
  .category-box .category-title {
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    color: black; }

/*=====================
    7. Blog section start
==========================*/
.blog-info.blog-vertical h5 {
  margin-top: 0; }

.blog-info.blog-vertical p, .blog-info.blog-vertical h6 {
  margin-top: 5px; }

.blog-info h5 {
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 0; }

.blog-info p {
  color: #444444;
  margin-bottom: 0;
  margin-top: 10px; }

.blog-info h6 {
  color: #999999;
  margin-top: 10px;
  text-transform: capitalize;
  margin-bottom: 0; }

.timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .timer p {
    padding: 10px 25px;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0; }

.blog-section .slick-slider .slick-list {
  margin: 0 -15px; }
  .blog-section .slick-slider .slick-list .slick-slide > div {
    margin: 0 15px;
    position: relative; }

.blog-section .review-box {
  background-color: #ffffff;
  border: 3px solid #eeeeee;
  text-align: center;
  padding: 0 30px 30px 30px; }
  .blog-section .review-box .slick-next, .blog-section .review-box .slick-prev {
    top: unset;
    bottom: -14px; }
  .blog-section .review-box .slick-next {
    left: 30px;
    right: 0;
    margin: 0 auto; }
  .blog-section .review-box .slick-prev {
    left: -30px;
    right: 0;
    margin: 0 auto; }
  .blog-section .review-box .review-content .avtar {
    border: 1px solid #eeeeee;
    padding: 5px;
    border-radius: 100%;
    display: inline-block;
    margin-top: 10px; }
    .blog-section .review-box .review-content .avtar img {
      border-radius: 100%;
      height: 60px;
      width: auto;
      margin: 0 auto;
      border: 1px solid #eeeeee; }
  .blog-section .review-box .review-content h5 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #ebbbc3;
    margin-top: 15px; }
  .blog-section .review-box .review-content h6 {
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: capitalize;
    color: #555555; }
  .blog-section .review-box .review-content p {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 24px;
    display: block;
    max-width: 100%;
    height: 100px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }

.single-section .blog-box .media {
  margin-bottom: 23px; }

.single-section .blog-box .review-sec .review-block .media:last-child {
  padding-bottom: 30px; }

.single-section .blog-box .blog-white .product {
  text-align: center; }
  .single-section .blog-box .blog-white .product img {
    height: 250px;
    margin: 0 auto; }
  .single-section .blog-box .blog-white .product .timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .single-section .blog-box .blog-white .product .timer p {
      padding: 10px 25px;
      display: inline-block;
      color: #ffffff;
      background-color: #000000;
      text-align: center;
      margin-bottom: 0; }
  .single-section .blog-box .blog-white .product p {
    margin-bottom: 0;
    margin-top: 14px;
    color: #444444; }
  .single-section .blog-box .blog-white .product h5 {
    color: #ebbbc3;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 0; }
    .single-section .blog-box .blog-white .product h5 strike {
      color: #777777;
      font-weight: 400; }

.blog-box {
  border: 3px solid #333333;
  padding: 5px 35px 35px 35px; }
  .blog-box .review-sec .review-block .media {
    padding-bottom: 40px;
    padding-top: 40px;
    margin-bottom: 0;
    position: relative; }
    .blog-box .review-sec .review-block .media .icon {
      position: absolute;
      left: 65px; }
      .blog-box .review-sec .review-block .media .icon i {
        font-size: 22px;
        color: #000000; }
      .blog-box .review-sec .review-block .media .icon img {
        height: auto;
        border-radius: unset;
        border: unset; }
    .blog-box .review-sec .review-block .media img {
      height: 90px;
      border-radius: 100%;
      border: 1px solid #f3f3f3;
      width: auto; }
    .blog-box .review-sec .review-block .media .media-body h6 {
      color: #ebbbc3;
      text-transform: uppercase;
      font-weight: 500; }
    .blog-box .review-sec .review-block .media .media-body p {
      color: #444444;
      margin-top: 15px;
      line-height: 21px;
      margin-bottom: 0; }
    .blog-box .review-sec .review-block .media:last-child {
      padding-bottom: 0;
      border-top: 1px solid #f3f3f3; }
  .blog-box.blog-pattern {
    border: 1px solid #eeeeee;
    background: url("../images/blog/pattern.png");
    padding: 5px; }
    .blog-box.blog-pattern .blog-white {
      background-color: #ffffff;
      border: 1px solid #eeeeee;
      padding: 0 30px 30px 30px; }
      .blog-box.blog-pattern .blog-white.contact {
        padding: 40px 60px 40px 60px; }
        .blog-box.blog-pattern .blog-white.contact h3 {
          margin-bottom: 0;
          margin-top: 18px;
          font-weight: 700; }
        .blog-box.blog-pattern .blog-white.contact h5 {
          color: #999999;
          text-transform: uppercase;
          font-weight: 700;
          margin-bottom: 0;
          margin-top: -5px; }
        .blog-box.blog-pattern .blog-white.contact .contact-form h5 {
          margin-top: 48px;
          color: #ebbbc3; }
        .blog-box.blog-pattern .blog-white.contact .contact-form .theme-form {
          margin-top: 30px; }
          .blog-box.blog-pattern .blog-white.contact .contact-form .theme-form .form-control {
            font-size: 14px;
            text-transform: uppercase;
            border-radius: 18px;
            padding: 0.375rem 0.75rem; }
      .blog-box.blog-pattern .blog-white.app-white {
        padding: 50px 60px 0 60px;
        text-align: center; }
        .blog-box.blog-pattern .blog-white.app-white h5 {
          color: #999999;
          text-transform: uppercase;
          font-weight: 700;
          margin-bottom: 0;
          margin-top: -6px; }
          .blog-box.blog-pattern .blog-white.app-white h5 span {
            color: #ebbbc3; }
        .blog-box.blog-pattern .blog-white.app-white .app-buttons {
          margin-top: 21px; }
          .blog-box.blog-pattern .blog-white.app-white .app-buttons > a:last-child {
            margin-left: 5px; }
        .blog-box.blog-pattern .blog-white.app-white .mobile1 {
          margin-top: 56px; }
      .blog-box.blog-pattern .blog-white.feature-sec .feature-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #eeeeee;
        width: 100%; }
        .blog-box.blog-pattern .blog-white.feature-sec .feature-block .media {
          margin-bottom: 0;
          padding-bottom: 15px;
          padding-top: 14px;
          padding-right: 5px;
          width: 50%;
          padding-left: 5px; }
          .blog-box.blog-pattern .blog-white.feature-sec .feature-block .media img {
            height: 80px;
            width: auto; }
          .blog-box.blog-pattern .blog-white.feature-sec .feature-block .media .media-body h5 {
            text-transform: capitalize;
            color: #000000;
            font-weight: 500;
            margin-bottom: 0; }
          .blog-box.blog-pattern .blog-white.feature-sec .feature-block .media:last-child {
            border-left: 1px solid #eeeeee; }
        .blog-box.blog-pattern .blog-white.feature-sec .feature-block:last-child {
          border-bottom: none; }
      .blog-box.blog-pattern .blog-white.product-sec .product-block .media {
        position: relative;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eeeeee; }
        .blog-box.blog-pattern .blog-white.product-sec .product-block .media img {
          height: 58px;
          width: auto; }
        .blog-box.blog-pattern .blog-white.product-sec .product-block .media .media-body {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .blog-box.blog-pattern .blog-white.product-sec .product-block .media .media-body h5 {
            color: #ebbbc3;
            text-transform: uppercase;
            margin-bottom: 0; }
          .blog-box.blog-pattern .blog-white.product-sec .product-block .media .media-body p {
            text-transform: capitalize;
            margin-bottom: 0; }
          .blog-box.blog-pattern .blog-white.product-sec .product-block .media .media-body a {
            position: absolute;
            right: 1px; }
      .blog-box.blog-pattern .blog-white.product-sec .product-block:first-child .media {
        padding-top: 0; }
      .blog-box.blog-pattern .blog-white.product-sec .product-block:last-child .media {
        padding-bottom: 0;
        border-bottom: none; }
  .blog-box .media {
    margin-bottom: 30px; }
    .blog-box .media img {
      height: 104px; }
    .blog-box .media .media-body {
      -ms-flex-item-align: center;
          align-self: center; }
    .blog-box .media:last-child {
      margin-bottom: 0; }

/*=====================
    8. Banner section start
==========================*/
.layout-4 {
  position: relative;
  margin: 24px 0; }
  .layout-4 .border-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  .layout-4:after {
    position: absolute;
    content: "";
    border: 8px solid #eeeeee;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
    z-index: -1; }

.banner-bg {
  background-image: linear-gradient(45deg, #595959 9.26%, #fff 9.26%, #fff 50%, #595959 50%, #595959 59.26%, #fff 59.26%, #fff 100%);
  background-size: 38.18px 38.18px;
  background-attachment: fixed;
  padding: 30px 0;
  text-align: center; }
  .banner-bg.dark-bg {
    background-image: linear-gradient(45deg, #737373 9.26%, #fff 9.26%, #fff 50%, #737373 50%, #737373 59.26%, #fff 59.26%, #fff 100%); }
  .banner-bg .banner-content {
    display: inline-block;
    padding: 25px 50px;
    vertical-align: middle; }
    .banner-bg .banner-content h6 {
      color: #777777; }
    .banner-bg .banner-content h2 span {
      color: #ebbbc3;
      font-weight: 700; }
      .banner-bg .banner-content h2 span.color {
        color: #000000;
        font-weight: 400; }
    .banner-bg .banner-content .banner-btn {
      padding: 20px 125px;
      background-color: #ffffff;
      border: 1px dashed #000000; }
      .banner-bg .banner-content .banner-btn h6 {
        color: #333333;
        line-height: 1.6; }
        .banner-bg .banner-content .banner-btn h6 span {
          color: #ebbbc3;
          font-weight: 700; }
    .banner-bg .banner-content.app-content {
      padding: 0 70px 0 0; }
      .banner-bg .banner-content.app-content .app-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .banner-bg .banner-content.app-content .app-inner img {
          margin: 20px 120px 0; }
        .banner-bg .banner-content.app-content .app-inner .app-download {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .banner-bg .banner-content.app-content .app-inner .app-download h5 {
            text-transform: uppercase;
            color: #000000;
            margin-bottom: 0; }
          .banner-bg .banner-content.app-content .app-inner .app-download .app-buttons {
            margin-top: 30px; }
            .banner-bg .banner-content.app-content .app-inner .app-download .app-buttons img {
              margin: 0; }
            .banner-bg .banner-content.app-content .app-inner .app-download .app-buttons > a:last-child {
              margin-left: 5px; }
  .banner-bg.no-bg {
    position: relative;
    background: #ffffff;
    background: transparent;
    border: 8px solid #000000; }
    .banner-bg.no-bg h6 {
      color: #000000; }
    .banner-bg.no-bg h2 span {
      color: #ebbbc3; }
    .banner-bg.no-bg .banner-btn {
      padding: 5px; }
      .banner-bg.no-bg .banner-btn h6 {
        color: #ffffff;
        padding: 15px 120px;
        border-radius: 50px;
        background-color: #000000;
        line-height: 1.6; }
        .banner-bg.no-bg .banner-btn h6 span {
          color: #ebbbc3; }
  .banner-bg.app-sec {
    padding: 30px 0 0; }
    .banner-bg.app-sec .app-sec-content {
      padding-left: 50px;
      text-align: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
      .banner-bg.app-sec .app-sec-content h5 {
        color: #000000;
        text-transform: uppercase;
        margin-bottom: 0; }
      .banner-bg.app-sec .app-sec-content h3 {
        color: #ebbbc3;
        margin-top: 20px; }
      .banner-bg.app-sec .app-sec-content .btn-solid {
        margin-top: 25px; }

.app-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%; }
  .app-section .app-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-left: 40px;
    height: 100%; }
    .app-section .app-content h5 {
      text-transform: uppercase;
      color: #000000;
      font-weight: 700;
      margin-bottom: 25px; }

.banner-content {
  text-align: center; }
  .banner-content.layout-3 h2 span {
    color: #000000;
    font-weight: 700; }
    .banner-content.layout-3 h2 span.f-bold {
      font-weight: 700; }
  .banner-content.layout-3 .banner-btn {
    padding: 20px 175px; }
  .banner-content h6 {
    text-transform: uppercase;
    letter-spacing: 0.5em;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
    margin-top: -3px; }
  .banner-content h2 {
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 0; }
    .banner-content h2 span {
      font-weight: 700; }
  .banner-content h4 {
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 0; }
  .banner-content .banner-btn {
    display: inline-block;
    padding: 20px 280px;
    background-color: #ebbbc3;
    border-radius: 50px;
    margin-top: 20px; }
    .banner-content .banner-btn h6 {
      color: #ffffff;
      letter-spacing: 0.1em;
      font-weight: 400;
      line-height: 1.6;
      margin-bottom: -3px; }
      .banner-content .banner-btn h6 span {
        font-weight: 700; }

/*=====================
    9. Collection banner start
==========================*/
.box-design {
  background-color: white;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08); }

.collection-banner {
  position: relative;
  overflow: hidden;
  border: 1px solid #eeeeee; }
  .collection-banner .img-part {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%; }
  .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.banner_textcolor .contain-banner h5 {
    color: #ebbbc3;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0; }
  .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: 65px;
    padding-right: 65px; }
    .collection-banner .contain-banner.banner-3 {
      padding-left: 50px;
      padding-right: 50px; }
    .collection-banner .contain-banner.banner-4 {
      padding-left: 50px;
      padding-right: 50px; }
    .collection-banner .contain-banner .banner-deal {
      padding: 3px 15px;
      background-color: #000000;
      display: inline-block;
      border-radius: 50px; }
      .collection-banner .contain-banner .banner-deal h6 {
        margin-bottom: 0;
        color: #ffffff;
        text-transform: capitalize;
        margin-top: 0; }
    .collection-banner .contain-banner h3 {
      color: #555555;
      text-transform: capitalize;
      font-weight: 700;
      margin-bottom: 0;
      margin-top: 5px; }
    .collection-banner .contain-banner h6 {
      margin-bottom: 0;
      margin-top: 10px;
      text-transform: capitalize; }
  .collection-banner:hover .img-part {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.banner-sec.landscape-layout {
  background-color: #f8f7f8; }
  .banner-sec.landscape-layout .left-banner {
    background-color: #000000;
    width: 100%;
    height: 100%;
    padding: 50px 5px;
    text-align: center; }
    .banner-sec.landscape-layout .left-banner h2 {
      color: #ffffff;
      margin-bottom: 20px; }
  .banner-sec.landscape-layout .center-banner {
    border: none; }
    .banner-sec.landscape-layout .center-banner .contain-right {
      padding-right: 90px; }
  .banner-sec.landscape-layout .right-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ebbbc3;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .banner-sec.landscape-layout .right-banner h5 {
      letter-spacing: 0.5em;
      color: #ffffff;
      margin-bottom: 0;
      text-transform: uppercase;
      font-weight: 700; }
    .banner-sec.landscape-layout .right-banner h2 {
      font-size: 60px;
      font-weight: 700;
      letter-spacing: 0.28em;
      color: #ffffff;
      margin-top: 15px; }
    .banner-sec.landscape-layout .right-banner h6 {
      display: inline-block;
      background-color: #ffffff;
      color: #444444;
      font-weight: 700;
      padding: 10px 45px;
      letter-spacing: 0.1em;
      margin-bottom: 0;
      margin-top: 15px;
      text-transform: uppercase; }

.banner-sec .collection-banner {
  position: relative; }
  .banner-sec .collection-banner.p-left .banner-contain {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .banner-sec .collection-banner.p-right .banner-contain {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .banner-sec .collection-banner.p-center .banner-contain {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .banner-sec .collection-banner.p-up .banner-contain {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .banner-sec .collection-banner.p-middle .banner-contain {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .banner-sec .collection-banner.p-down .banner-contain {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .banner-sec .collection-banner .banner-contain {
    position: absolute;
    top: 0;
    padding: 50px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .banner-sec .collection-banner .banner-contain h4, .banner-sec .collection-banner .banner-contain h2, .banner-sec .collection-banner .banner-contain h5 {
      text-transform: uppercase; }
    .banner-sec .collection-banner .banner-contain h4 {
      color: #333333;
      margin-bottom: 0; }
    .banner-sec .collection-banner .banner-contain h2 {
      color: #000000;
      margin-top: 5px; }
    .banner-sec .collection-banner .banner-contain h5 {
      color: #777777;
      font-weight: 700;
      margin-top: 5px;
      margin-bottom: 0; }

.banner-sec .center-banner {
  position: relative;
  background-color: #ffffff;
  height: 100%;
  border: 5px solid #4d4d4d; }
  .banner-sec .center-banner.border-default {
    border: 10px solid white; }
  .banner-sec .center-banner .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%; }
  .banner-sec .center-banner .contain-left, .banner-sec .center-banner .contain-right {
    position: absolute;
    top: 0;
    padding: 60px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .banner-sec .center-banner .contain-left h4, .banner-sec .center-banner .contain-right h4 {
      color: #333333;
      text-transform: capitalize;
      margin-bottom: 0; }
      .banner-sec .center-banner .contain-left h4 span, .banner-sec .center-banner .contain-right h4 span {
        font-weight: 700; }
  .banner-sec .center-banner .contain-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .banner-sec .center-banner .contain-right h6 {
      color: #333333;
      margin-bottom: 0; }
      .banner-sec .center-banner .contain-right h6 span {
        color: #aaaaaa; }
    .banner-sec .center-banner .contain-right h5 {
      font-weight: 700;
      margin-top: 5px;
      color: #ebbbc3;
      margin-bottom: 10px; }
    .banner-sec .center-banner .contain-right p {
      font-size: 16px;
      font-weight: 700;
      margin-top: 5px;
      color: #333333;
      margin-bottom: 0; }

.margin-cls > a:first-child .collection-banner {
  margin-bottom: 30px; }

/*=====================
    10. Product box start
==========================*/
.grid-5 .box-5 {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: calc(20% - 30px);
  margin: 0 15px 30px; }
  .grid-5 .box-5:nth-last-child(-n+5) {
    margin: 0 15px 0; }

.product-layout .center-product {
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 0 30px 30px; }
  .product-layout .center-product.border-change {
    border: 2px solid #ebbbc3; }
  .product-layout .center-product .cart-info {
    opacity: 1;
    bottom: 25px; }
  .product-layout .center-product .product-img {
    margin-top: 28px;
    margin-bottom: 28px; }
  .product-layout .center-product .product-details p {
    margin-bottom: 0; }
  .product-layout .center-product .product-details h5 {
    font-weight: 700;
    color: #ebbbc3;
    margin-top: 5px;
    margin-bottom: 50px; }
  .product-layout .center-product:hover .cart-info {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .product-layout .center-product:hover .cart-info button {
      -webkit-animation: none;
              animation: none; }
    .product-layout .center-product:hover .cart-info a:nth-child(2) i {
      -webkit-animation: none;
              animation: none; }
    .product-layout .center-product:hover .cart-info a:nth-child(3) i {
      -webkit-animation: none;
              animation: none; }
    .product-layout .center-product:hover .cart-info a:nth-child(4) i {
      -webkit-animation: none;
              animation: none; }

.cart-info {
  position: absolute;
  bottom: 15px;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .cart-info a [class^="ti-"], .cart-info a [class*=" ti-"] {
    display: inline-block;
    border-left: 1px solid #eeeeee; }
  .cart-info button {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    padding: 0;
    cursor: pointer; }
  .cart-info i {
    color: #aaaaaa;
    font-size: 18px;
    padding-right: 15px;
    padding-left: 15px; }
    .cart-info i:hover {
      color: #000000;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }

.rating {
  margin-top: 20px; }
  .rating i:nth-child(-n + 4) {
    color: #ffba00; }
  .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; }

.add-btn {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .add-btn .btn-outline {
    position: relative;
    display: inline-block;
    padding: 5px 8px;
    color: #444444;
    text-transform: uppercase;
    border: 2px solid #dddddd;
    background-color: #ffffff;
    font-size: 14px; }
    .add-btn .btn-outline:hover {
      background-color: #000000;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      border: 2px solid #000000;
      color: #ffffff; }

.product-box {
  position: relative;
  padding: 20px;
  overflow: hidden;
  vertical-align: middle;
  height: auto; }
  .product-box .img-block .lable-wrapper .lable1 {
    position: absolute;
    background-color: #ebbbc3;
    padding: 2px 3px;
    color: #ffffff;
    text-transform: uppercase;
    top: 15px;
    left: 15px; }
    .product-box .img-block .lable-wrapper .lable1:before {
      border-left: 14px solid #ebbbc3;
      border-top: 14px solid transparent;
      border-bottom: 11px solid transparent;
      content: "";
      height: 0;
      left: 39px;
      position: absolute;
      top: 0;
      width: 0; }
  .product-box .img-block .lable-wrapper .lable2 {
    position: absolute;
    color: #444444;
    text-transform: uppercase;
    left: 15px;
    top: 40px; }
  .product-box .img-block .lable-wrapper .lable3 {
    position: absolute;
    top: 15px;
    left: -32px;
    z-index: 1;
    background: #000000;
    color: #fff;
    padding: 0 30px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    font-size: 14px;
    text-transform: uppercase; }
  .product-box .img-block .lable-wrapper .lable4 {
    position: absolute;
    padding: 10px 6px;
    background-color: #ebbbc3;
    color: #ffffff;
    border-radius: 100%;
    text-transform: uppercase;
    top: 10px;
    left: 25px; }
  .product-box .img-block .lable-wrapper .lable5 {
    position: absolute;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    text-transform: uppercase;
    top: 75px;
    left: 18px; }
  .product-box .img-block .lable-wrapper .lable6 {
    position: absolute;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    text-transform: uppercase;
    background-color: #000000;
    padding: 2px 6px;
    color: #000000;
    top: 9px;
    left: 10%; }
    .product-box .img-block .lable-wrapper .lable6:before {
      border-right: 11px solid #000000;
      border-top: 12px solid transparent;
      border-bottom: 13px solid transparent;
      content: "";
      height: 0;
      left: -10px;
      position: absolute;
      bottom: 0;
      width: 0; }
  .product-box .img-block .lable-wrapper .lable7 {
    position: absolute;
    top: 15px;
    right: 25px;
    text-transform: uppercase; }
  .product-box .img-block .cart-details button, .product-box .img-block .cart-wrap button {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    padding: 0;
    cursor: pointer; }
  .product-box .img-block .cart-details i, .product-box .img-block .cart-wrap i {
    color: #aaaaaa;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .product-box .img-block .cart-details i:hover, .product-box .img-block .cart-wrap i:hover {
      color: #000000;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .product-box .img-block .cart-details {
    position: absolute;
    top: 0;
    right: 10px;
    opacity: 0; }
    .product-box .img-block .cart-details i {
      padding-top: 7px;
      padding-bottom: 7px; }
  .product-box .img-block .cart-wrap {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100px;
    opacity: 0; }
    .product-box .img-block .cart-wrap button, .product-box .img-block .cart-wrap a {
      background-color: #ffffff;
      border-radius: 100%;
      padding: 10px;
      margin-left: 5px;
      margin-right: 5px;
      -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.29);
      box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.29); }
      .product-box .img-block .cart-wrap button:hover, .product-box .img-block .cart-wrap a:hover {
        background-color: #ebbbc3;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .product-box .img-block .cart-wrap button:hover i, .product-box .img-block .cart-wrap a:hover i {
          color: #ffffff;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
  .product-box .img-block .cart-info {
    bottom: 42px; }
    .product-box .img-block .cart-info i {
      font-size: 18px; }
  .product-box .img-block .cart-right {
    position: absolute;
    top: 7px;
    right: 7px;
    opacity: 1; }
    .product-box .img-block .cart-right button {
      border: 1px solid #ffffff;
      border-radius: 100%;
      background-color: rgba(255, 255, 255, 0.8);
      opacity: 1;
      padding: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      width: 30px;
      height: 30px; }
      .product-box .img-block .cart-right button i {
        color: #333333; }
    .product-box .img-block .cart-right a i {
      border-radius: 100%;
      border: 1px solid #ffffff;
      margin: 5px 0;
      background-color: rgba(255, 255, 255, 0.8);
      width: 30px;
      height: 30px;
      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; }
  .product-box .img-block .add-btn {
    position: absolute;
    bottom: 90px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .product-box .img-block .add-btn .btn-outline {
      position: relative;
      display: inline-block;
      padding: 5px 15px;
      color: #444444;
      text-transform: uppercase;
      border: 1px solid #eeeeee;
      background-color: #ffffff;
      font-size: 14px; }
      .product-box .img-block .add-btn .btn-outline:hover {
        background-color: #000000;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        border-color: #000000;
        color: #ffffff; }
  .product-box .product-info {
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .product-box .product-info h6 {
      text-transform: capitalize;
      color: #444444;
      margin-bottom: 0;
      margin-top: 20px; }
    .product-box .product-info h5 {
      margin-top: 5px;
      margin-bottom: 0;
      color: #ebbbc3;
      font-weight: 700; }
    .product-box .product-info.margin-cls h6 {
      margin-top: 15px; }
  .product-box .type-box {
    margin-top: 10px; }
    .product-box .type-box li {
      margin: 0 2px; }
      .product-box .type-box li img {
        width: 24px;
        height: 24px; }
  .product-box .addtocart_box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.96);
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1; }
    .product-box .addtocart_box .addtocart_detail {
      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%;
      text-align: center;
      padding: 10px; }
      .product-box .addtocart_box .addtocart_detail > div > div + div {
        margin-top: 10px; }
      .product-box .addtocart_box .addtocart_detail h5 {
        text-transform: uppercase;
        font-weight: 700; }
    .product-box .addtocart_box .addtocart_btn {
      position: relative;
      left: 0;
      right: 0;
      padding: 6px 0 0 0;
      margin: 0; }
      .product-box .addtocart_box .addtocart_btn a {
        text-transform: uppercase;
        font-weight: 700; }
    .product-box .addtocart_box .close-cart {
      position: absolute;
      right: 8px;
      top: 5px;
      cursor: pointer; }
      .product-box .addtocart_box .close-cart i {
        font-size: 14px;
        color: #222222; }
    .product-box .addtocart_box.open {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .product-box.product-select-box .select-dropdown {
    position: relative;
    background-color: transparent;
    width: auto;
    max-width: 100%;
    border-radius: 6px;
    margin: 10px 0;
    border: 1px solid #dddddd; }
    .product-box.product-select-box .select-dropdown select {
      width: 100%;
      padding: 8px 24px 8px 10px;
      border: none;
      background-color: transparent;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      .product-box.product-select-box .select-dropdown select:active, .product-box.product-select-box .select-dropdown select:focus {
        outline: none;
        -webkit-box-shadow: none;
                box-shadow: none; }
    .product-box.product-select-box .select-dropdown:after {
      content: " ";
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 8px;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #aaa; }
  .product-box.product-select-box .product-info h6 {
    margin-top: 10px; }
  .product-box.product-select-box .qty-add-box .qty-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .product-box.product-select-box .qty-add-box .qty-box label {
      margin-bottom: 0;
      font-size: 16px;
      text-transform: capitalize;
      margin-right: 4px; }
    .product-box.product-select-box .qty-add-box .qty-box .input-group {
      -webkit-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left; }
      .product-box.product-select-box .qty-add-box .qty-box .input-group .form-control {
        height: 32px;
        margin-right: 5px;
        border-radius: 0;
        padding: 0.175rem 0.35rem; }
    .product-box.product-select-box .qty-add-box .qty-box button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-transform: uppercase;
      min-height: 32px;
      padding: 7px 10px;
      background-color: #eeeeee;
      color: black;
      border: none;
      border-radius: 2px;
      cursor: pointer; }
      .product-box.product-select-box .qty-add-box .qty-box button i {
        padding-left: 5px; }
  .product-box:hover .product-content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .product-box:hover .cart-details {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .product-box:hover .cart-details button {
      -webkit-animation: fadeInRight 300ms ease-in-out;
              animation: fadeInRight 300ms ease-in-out; }
    .product-box:hover .cart-details a:nth-child(2) i {
      -webkit-animation: fadeInRight 500ms ease-in-out;
              animation: fadeInRight 500ms ease-in-out; }
    .product-box:hover .cart-details a:nth-child(3) i {
      -webkit-animation: fadeInRight 700ms ease-in-out;
              animation: fadeInRight 700ms ease-in-out; }
    .product-box:hover .cart-details a:nth-child(4) i {
      -webkit-animation: fadeInRight 1000ms ease-in-out;
              animation: fadeInRight 1000ms ease-in-out; }
  .product-box:hover .add-btn {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-animation: fadeInUp 500ms ease-in-out;
            animation: fadeInUp 500ms ease-in-out; }
  .product-box:hover .cart-wrap {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .product-box:hover .cart-wrap button {
      -webkit-animation: fadeInUp 300ms ease-in-out;
              animation: fadeInUp 300ms ease-in-out; }
    .product-box:hover .cart-wrap a:nth-child(2) {
      -webkit-animation: fadeInUp 450ms ease-in-out;
              animation: fadeInUp 450ms ease-in-out; }
    .product-box:hover .cart-wrap a:nth-child(3) {
      -webkit-animation: fadeInUp 500ms ease-in-out;
              animation: fadeInUp 500ms ease-in-out; }
    .product-box:hover .cart-wrap a:nth-child(4) {
      -webkit-animation: fadeInUp 650ms ease-in-out;
              animation: fadeInUp 650ms ease-in-out; }
  .product-box:hover .cart-info {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .product-box:hover .cart-info button {
      -webkit-animation: fadeInUp 300ms ease-in-out;
              animation: fadeInUp 300ms ease-in-out; }
    .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-right button {
    -webkit-animation: none;
            animation: none; }
  .product-box:hover .cart-right a i {
    opacity: 1; }
  .product-box:hover .cart-right a:nth-child(2) i {
    -webkit-animation: fadeInDown 500ms ease-in-out;
            animation: fadeInDown 500ms ease-in-out; }
  .product-box:hover .cart-right a:nth-child(3) i {
    -webkit-animation: fadeInDown 700ms ease-in-out;
            animation: fadeInDown 700ms ease-in-out; }
  .product-box:hover .cart-right a:nth-child(4) i {
    -webkit-animation: fadeInDown 1000ms ease-in-out;
            animation: fadeInDown 1000ms ease-in-out; }
  .product-box.product-full {
    padding: 0;
    padding-bottom: 20px; }
    .product-box.product-full .product-info h6 {
      margin-top: 18px; }

.color-variant li {
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin: 0 5px;
  position: relative; }
  .color-variant li.red {
    background-color: red; }
  .color-variant li.blue {
    background-color: blue; }
  .color-variant li.orange {
    background-color: orange; }
  .color-variant li.yellow {
    background-color: yellow; }
  .color-variant li.green {
    background-color: green; }
  .color-variant li.light-purple {
    background-color: #9c27b0; }
  .color-variant li.theme-color {
    background-color: #000000; }
  .color-variant li.theme-blue {
    background-color: #ebbbc3; }
  .color-variant li.active {
    -webkit-box-shadow: 0px 0px 5px 0px #929292;
            box-shadow: 0px 0px 5px 0px #929292;
    border-color: transparent; }
    .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: 50%;
      height: 12px;
      width: 12px;
      background-size: 80%;
      background-repeat: no-repeat;
      position: absolute;
      left: 50%;
      -webkit-filter: invert(100);
              filter: invert(100);
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

.color-variant.type-box li.active:after {
  -webkit-filter: none;
          filter: none; }

.size-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .size-box li {
    width: auto;
    min-width: 25px;
    height: 25px;
    padding: 0;
    margin: 0 2px;
    cursor: pointer;
    text-transform: uppercase;
    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; }
    .size-box li a {
      color: #222222; }
    .size-box li.active {
      -webkit-box-shadow: 0px 2px 5px #777;
              box-shadow: 0px 2px 5px #777;
      border-color: transparent;
      background-color: white; }

/*=====================
    11. Tab section start
==========================*/
.padding-lr {
  padding: 0 15px; }

.bg-repeat {
  background-repeat: repeat !important; }

.tab-layout1 {
  background-color: #f8f7f8; }
  .tab-layout1.grey-bg {
    background-color: #f5f5f5; }
  .tab-layout1 .theme-tab {
    position: relative; }
    .tab-layout1 .theme-tab .tab-content {
      display: none; }
      .tab-layout1 .theme-tab .tab-content[style="display: block;"] .product-box, .tab-layout1 .theme-tab .tab-content[style="display: block;"] .tab-box {
        -webkit-animation: zoomIn 300ms ease-in-out;
                animation: zoomIn 300ms ease-in-out; }
    .tab-layout1 .theme-tab .drop-shadow .left-shadow {
      position: absolute;
      top: 60px;
      left: 230px; }
    .tab-layout1 .theme-tab .drop-shadow .right-shadow {
      position: absolute;
      top: 60px;
      right: 230px; }
    .tab-layout1 .theme-tab .tabs {
      background-color: #ffffff;
      padding: 20px 0;
      text-align: center;
      margin-bottom: 50px; }
      .tab-layout1 .theme-tab .tabs li {
        margin-left: 12px;
        margin-right: 12px;
        text-transform: uppercase; }
        .tab-layout1 .theme-tab .tabs li a {
          color: #444444;
          font-weight: 700;
          padding: 20px; }
      .tab-layout1 .theme-tab .tabs .current a {
        color: #000000;
        border-top: 2px solid #000000;
        border-bottom: 2px solid #000000; }
    .tab-layout1 .theme-tab .border-row1 {
      margin-left: 0;
      margin-right: 0; }
      .tab-layout1 .theme-tab .border-row1 .product-box {
        border-right: 1px solid #eeeeee;
        border-top: 1px solid #eeeeee; }
      .tab-layout1 .theme-tab .border-row1 > div:first-child .product-box {
        border-left: 1px solid #eeeeee; }
      .tab-layout1 .theme-tab .border-row1 > div:nth-last-child(-n + 6) .product-box {
        border-bottom: 1px solid #eeeeee; }
      .tab-layout1 .theme-tab .border-row1 > div:nth-last-child(6) .product-box {
        border-left: 1px solid #eeeeee; }
    .tab-layout1 .theme-tab .product-box {
      background-color: white; }

.tab-layout2 {
  background-color: #ffffff;
  position: relative; }
  .tab-layout2 .theme-tab .tabs {
    margin-bottom: 0 !important;
    border-top: 2px solid #eeeeee; }
    .tab-layout2 .theme-tab .tabs .current a {
      border-bottom: 0; }
  .tab-layout2 .theme-tab .shadow-cls {
    position: relative; }
    .tab-layout2 .theme-tab .shadow-cls .drop-shadow .left-shadow {
      position: absolute;
      bottom: -22px;
      left: 0;
      top: unset; }
    .tab-layout2 .theme-tab .shadow-cls .drop-shadow .right-shadow {
      position: absolute;
      bottom: -23px;
      right: 0;
      top: unset; }

.tab-layout3 .theme-tab {
  position: relative; }
  .tab-layout3 .theme-tab .tab-content {
    display: none; }
    .tab-layout3 .theme-tab .tab-content[style="display: block;"] .product-box, .tab-layout3 .theme-tab .tab-content[style="display: block;"] .tab-box {
      -webkit-animation: zoomIn 300ms ease-in-out;
              animation: zoomIn 300ms ease-in-out; }
  .tab-layout3 .theme-tab .tabs {
    margin: 0 0 50px 0;
    text-align: center; }
    .tab-layout3 .theme-tab .tabs li {
      margin: 0 5px;
      padding: 15px 25px;
      text-transform: uppercase;
      border-radius: 50px; }
      .tab-layout3 .theme-tab .tabs li a {
        color: #555555;
        font-weight: 700; }
    .tab-layout3 .theme-tab .tabs .current {
      background-color: #ebbbc3;
      border-radius: 50px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .tab-layout3 .theme-tab .tabs .current a {
        color: #ffffff;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }

.tab-layout3 .product-box.full-box {
  border: 1px solid #eeeeee; }
  .tab-layout3 .product-box.full-box .product-info h6 {
    margin-top: 82px; }

.tab-layout3 .product-box .product-info h6 {
  margin-top: 12px; }

.tab-layout3 .row-border > div:nth-child(-n + 2) .product-box {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee; }

.tab-layout3 .row-border > div:nth-last-child(-n + 2) {
  border-bottom: 1px solid #eeeeee; }

.tab-layout3 .row-border > div:nth-child(2), .tab-layout3 .row-border > div:nth-child(4) {
  border-left: 1px solid #eeeeee; }

.tab-layout4 .product-box.full-box {
  border: 1px solid #eeeeee;
  border-top: none;
  padding-top: 46px; }
  .tab-layout4 .product-box.full-box .product-info h6 {
    margin-top: 40px; }

.tab-layout4 .theme-tab {
  position: relative; }
  .tab-layout4 .theme-tab .tab-content {
    display: none; }
    .tab-layout4 .theme-tab .tab-content[style="display: block;"] .product-box, .tab-layout4 .theme-tab .tab-content[style="display: block;"] .tab-box {
      -webkit-animation: zoomIn 300ms ease-in-out;
              animation: zoomIn 300ms ease-in-out; }
  .tab-layout4 .theme-tab .tabs {
    background-color: #000000;
    text-align: center;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee; }
    .tab-layout4 .theme-tab .tabs li {
      text-transform: uppercase;
      padding: 16px 20px; }
      .tab-layout4 .theme-tab .tabs li a {
        color: #ebbbc3;
        font-weight: 700; }
    .tab-layout4 .theme-tab .tabs .current {
      background-color: #ebbbc3;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .tab-layout4 .theme-tab .tabs .current a {
        color: #ffffff;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }

.tab-layout4 .row-border1 .product-box {
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee; }

.tab-layout4 .row-border2 .product-box {
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee; }

.vertical-tab .slick-next {
  right: 25px; }

.vertical-tab .slick-prev {
  right: 55px; }

.vertical-tab .tab-head {
  padding: 0 30px;
  border: 1px solid #eeeeee;
  border-bottom: none; }

.vertical-tab .tab-inner .theme-tab {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .vertical-tab .tab-inner .theme-tab .tab-content {
    display: none; }
    .vertical-tab .tab-inner .theme-tab .tab-content[style="display: block;"] .product-box, .vertical-tab .tab-inner .theme-tab .tab-content[style="display: block;"] .tab-box {
      -webkit-animation: zoomIn 300ms ease-in-out;
              animation: zoomIn 300ms ease-in-out; }
  .vertical-tab .tab-inner .theme-tab .tabs {
    width: 20%;
    border: 1px solid #eeeeee;
    border-right: 0; }
    .vertical-tab .tab-inner .theme-tab .tabs li {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 20px 0 20px 30px;
      border-bottom: 1px solid #eeeeee;
      text-transform: uppercase; }
      .vertical-tab .tab-inner .theme-tab .tabs li a {
        color: #aaaaaa; }
    .vertical-tab .tab-inner .theme-tab .tabs .current:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-right: 10px solid #eeeeee;
      border-bottom: 10px solid transparent;
      right: 0; }
    .vertical-tab .tab-inner .theme-tab .tabs .current a {
      color: #000000; }
  .vertical-tab .tab-inner .theme-tab .tab-content-cls {
    width: 80%; }
    .vertical-tab .tab-inner .theme-tab .tab-content-cls .product-4, .vertical-tab .tab-inner .theme-tab .tab-content-cls .product-6 {
      border: 1px solid #eeeeee; }
      .vertical-tab .tab-inner .theme-tab .tab-content-cls .product-4 .product-box, .vertical-tab .tab-inner .theme-tab .tab-content-cls .product-6 .product-box {
        border-right: 1px solid #eeeeee; }
      .vertical-tab .tab-inner .theme-tab .tab-content-cls .product-4 > div .product-box:last-child, .vertical-tab .tab-inner .theme-tab .tab-content-cls .product-6 > div .product-box:last-child {
        border-top: 1px solid #eeeeee; }
  .vertical-tab .tab-inner .theme-tab #mob_tab_cls {
    display: none;
    font: normal normal normal 28px/1 FontAwesome; }
    .vertical-tab .tab-inner .theme-tab #mob_tab_cls:before {
      content: "\f107"; }

.vertical-tab .side-banner img {
  height: 662px;
  width: 100%; }

.vertical-tab2 .tab-inner .theme-tab .tabs .current {
  background-color: #000000; }
  .vertical-tab2 .tab-inner .theme-tab .tabs .current:after {
    border-right: 10px solid #ffffff; }
  .vertical-tab2 .tab-inner .theme-tab .tabs .current a {
    color: #ffffff; }

.tab-title2 .tabs .current {
  background-image: url("../images/bg-title.jpg");
  background-blend-mode: overlay;
  background-color: rgba(255, 255, 255, 0.4) !important; }
  .tab-title2 .tabs .current a {
    color: #000000 !important;
    font-weight: 700;
    text-shadow: 2px 2px rgba(187, 187, 187, 0.47); }

/*=====================
    12. Slider section start
==========================*/
.slider-section .side-banner img {
  height: 652px;
  width: 100%; }

.slider-section .side-banner.side-banner1 img {
  height: 657px; }

.slider-section .side-banner.side-banner3 img {
  height: 804px; }

.slider-section .tab-head {
  padding: 0 30px;
  border: 1px solid #eeeeee;
  border-bottom: none; }

.slider-section .slick-slider {
  border: 1px solid #eeeeee; }
  .slider-section .slick-slider .product-box {
    border-right: 1px solid #eeeeee; }
  .slider-section .slick-slider > div .product-box + .product-box {
    border-top: 1px solid #eeeeee; }
  .slider-section .slick-slider .slick-next {
    right: 30px; }
  .slider-section .slick-slider .slick-prev {
    right: 60px; }

.slider-section .deal-box {
  padding: 0 30px 30px;
  border: 1px solid #eeeeee; }
  .slider-section .deal-box .slick-slider .slick-next {
    right: 0; }
  .slider-section .deal-box .slick-slider .slick-prev {
    right: 30px; }
  .slider-section .deal-box .product {
    text-align: center; }
    .slider-section .deal-box .product img {
      height: 449px;
      margin: 0 auto; }
    .slider-section .deal-box .product .timer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .slider-section .deal-box .product .timer p {
        padding: 10px 25px;
        display: inline-block;
        color: #ffffff;
        background-color: #ebbbc3;
        text-align: center;
        margin-bottom: 0; }
    .slider-section .deal-box .product p {
      margin-bottom: 0;
      margin-top: 21px;
      color: #444444; }
    .slider-section .deal-box .product h5 {
      color: #ebbbc3;
      font-weight: 700;
      margin-top: 5px;
      margin-bottom: 15px; }
      .slider-section .deal-box .product h5 strike {
        color: #777777;
        font-weight: 400; }

.slider-section .ratio_asos .bg-size:before {
  padding-top: 99%; }

.slider-section.no-border-product .slick-slider {
  border: none; }
  .slider-section.no-border-product .slick-slider .slick-slide > div {
    margin: 0 15px; }
  .slider-section.no-border-product .slick-slider .product-box {
    border: none;
    padding: 0; }
    .slider-section.no-border-product .slick-slider .product-box .img-block .cart-info {
      bottom: 22px; }

.no-border-product .product-box {
  border: none;
  padding: 0; }
  .no-border-product .product-box .img-block .cart-info {
    bottom: 22px; }

.media-product-section .media, .media-product-section .product-box {
  padding: 20px; }
  .media-product-section .media img, .media-product-section .product-box img {
    height: 150px;
    width: auto;
    padding: 10px; }
  .media-product-section .media h5, .media-product-section .product-box h5 {
    font-weight: 700;
    margin-bottom: 15px; }
  .media-product-section .media h6, .media-product-section .product-box h6 {
    text-transform: capitalize;
    margin-bottom: 3px; }
  .media-product-section .media .cart-info, .media-product-section .product-box .cart-info {
    opacity: 1;
    bottom: 0;
    position: relative;
    text-align: left;
    display: block;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .media-product-section .media .cart-info button i, .media-product-section .product-box .cart-info button i {
      padding-left: 0; }
    .media-product-section .media .cart-info i, .media-product-section .product-box .cart-info i {
      padding-left: 8px;
      padding-right: 8px;
      font-size: 16px; }
  .media-product-section .media:hover .cart-info button, .media-product-section .product-box:hover .cart-info button {
    -webkit-animation: none;
            animation: none; }
  .media-product-section .media:hover .cart-info a:nth-child(2) i, .media-product-section .media:hover .cart-info a:nth-child(3) i, .media-product-section .media:hover .cart-info a:nth-child(4) i, .media-product-section .product-box:hover .cart-info a:nth-child(2) i, .media-product-section .product-box:hover .cart-info a:nth-child(3) i, .media-product-section .product-box:hover .cart-info a:nth-child(4) i {
    -webkit-animation: none;
            animation: none; }

/*=====================
    13. Collection section start
==========================*/
.collection-about p {
  line-height: 24px;
  margin-top: -7px;
  margin-bottom: 25px; }

.collection-section .slick-slide > div {
  margin: 0 15px;
  position: relative; }

.collection-section .collection_detail {
  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%;
  width: 100%;
  text-align: center; }
  .collection-section .collection_detail h6 {
    color: #999999;
    text-transform: capitalize;
    margin-bottom: 5px; }
  .collection-section .collection_detail h5 {
    color: #525252;
    text-transform: uppercase;
    font-weight: 700; }

.collection-section > div:nth-child(n + 2) {
  margin-top: 30px; }

.collection-section .card {
  border: none; }
  .collection-section .card .card-body {
    background-color: rgba(247, 247, 248, 0.6); }

/*=====================
    14. Logo section start
==========================*/
.logo h2 {
  padding-top: 0; }

.logo .slick-slide.slick-current.slick-active > div {
  border-left: none; }

.logo .padding-0 .logo-img {
  padding: 0; }

.logo .slick-slide > div {
  border-left: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.logo.no-border h2 {
  text-align: left; }

.logo.no-border .slick-slide > div {
  border: none; }

.logo.no-border .logo-img:last-child {
  border: none; }

.logo .logo-img {
  padding: 20px 0; }
  .logo .logo-img img {
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: 0.5;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    cursor: pointer; }
  .logo .logo-img:last-child {
    border-top: 1px solid #eeeeee; }
  .logo .logo-img:hover img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    opacity: 1;
    -webkit-transition: .5s ease;
    transition: .5s ease; }

/*=====================
    15. Lookbook section start
==========================*/
.lookbook-section .lookbook-left {
  width: 100%;
  position: relative; }
  .lookbook-section .lookbook-left.bg-effect:after {
    position: absolute;
    content: "";
    border: 12px solid #ebbbc3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    z-index: -1; }
  .lookbook-section .lookbook-left .bg-lookbook {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(102, 102, 102, 0.82);
            box-shadow: 0px 0px 5px 1px rgba(102, 102, 102, 0.82); }
  .lookbook-section .lookbook-left .lb-dots {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #ebbbc3;
    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;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid white;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .lookbook-section .lookbook-left .lb-dots span {
      color: white; }
    .lookbook-section .lookbook-left .lb-dots.dots1 {
      top: 40%;
      left: 13%; }
    .lookbook-section .lookbook-left .lb-dots.dots2 {
      top: 68%;
      left: 4%; }
    .lookbook-section .lookbook-left .lb-dots.dots3 {
      top: 64%;
      left: 32%; }
    .lookbook-section .lookbook-left .lb-dots.dots4 {
      right: 18%;
      top: 55%; }
  .lookbook-section .lookbook-left .hover-box.hovered-btn.lb-dots {
    background-color: #000000; }

.lookbook-section .lookbook-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }
  .lookbook-section .lookbook-right .hover-detail li {
    display: block; }
    .lookbook-section .lookbook-right .hover-detail li a {
      color: #444444; }
      .lookbook-section .lookbook-right .hover-detail li a span {
        font-weight: 700; }
    .lookbook-section .lookbook-right .hover-detail li .number-cls {
      padding: 10px 13px;
      background-color: #ebbbc3;
      color: white;
      border-radius: 100%;
      margin-right: 10px; }
    .lookbook-section .lookbook-right .hover-detail li + li {
      margin-top: 25px; }
  .lookbook-section .lookbook-right .hover-detail .hovered-btn .number-cls {
    background-color: #000000; }

/*=====================
    16. Instashop css start
==========================*/
.instashop-section .insta-box {
  position: relative; }
  .instashop-section .insta-box .overlay {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#4c2fbf), to(#2e9de4));
    background: linear-gradient(to left, #4c2fbf 0%, #2e9de4 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .instashop-section .insta-box .insta-add {
    position: absolute;
    border-radius: 100%;
    border: 1px solid #ebbbc3;
    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-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .instashop-section .insta-box .insta-add i {
      color: #ebbbc3;
      padding: 8px; }
    .instashop-section .insta-box .insta-add:hover {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .instashop-section .insta-box:hover .overlay {
    visibility: visible;
    opacity: 0.2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.t-0 {
  top: 0%; }

.l-0 {
  left: 0%; }

.t-5 {
  top: 5%; }

.l-5 {
  left: 5%; }

.t-10 {
  top: 10%; }

.l-10 {
  left: 10%; }

.t-15 {
  top: 15%; }

.l-15 {
  left: 15%; }

.t-20 {
  top: 20%; }

.l-20 {
  left: 20%; }

.t-25 {
  top: 25%; }

.l-25 {
  left: 25%; }

.t-30 {
  top: 30%; }

.l-30 {
  left: 30%; }

.t-35 {
  top: 35%; }

.l-35 {
  left: 35%; }

.t-40 {
  top: 40%; }

.l-40 {
  left: 40%; }

.t-45 {
  top: 45%; }

.l-45 {
  left: 45%; }

.t-50 {
  top: 50%; }

.l-50 {
  left: 50%; }

.t-55 {
  top: 55%; }

.l-55 {
  left: 55%; }

.t-60 {
  top: 60%; }

.l-60 {
  left: 60%; }

.t-65 {
  top: 65%; }

.l-65 {
  left: 65%; }

.t-70 {
  top: 70%; }

.l-70 {
  left: 70%; }

.t-75 {
  top: 75%; }

.l-75 {
  left: 75%; }

.t-80 {
  top: 80%; }

.l-80 {
  left: 80%; }

.t-85 {
  top: 85%; }

.l-85 {
  left: 85%; }

.t-90 {
  top: 90%; }

.l-90 {
  left: 90%; }

.t-95 {
  top: 95%; }

.l-95 {
  left: 95%; }

.t-100 {
  top: 100%; }

.l-100 {
  left: 100%; }

/*=====================
    17. 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: #000000;
      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 .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(0, 0, 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 .product-box {
  padding: 0; }
  .portfolio-section .product-box .img-block .cart-info {
    bottom: 0; }
  .portfolio-section .product-box:hover .img-block .cart-info {
    bottom: 15px; }

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

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

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

.filter-section .filter-container {
  text-align: center;
  padding: 0 0 20px; }
  .filter-section .filter-container ul.filter > li {
    padding: 0 24px;
    font-size: 20px;
    line-height: 35px;
    border-radius: 22px; }
    .filter-section .filter-container ul.filter > li > a {
      color: #000000;
      font-size: 20px; }
      .filter-section .filter-container ul.filter > li > a:hover, .filter-section .filter-container ul.filter > li > a:focus {
        text-decoration: none;
        color: #000000;
        outline: none; }
    .filter-section .filter-container ul.filter > li.active {
      background-color: #000000; }
      .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;
  text-align: center; }

.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: #000000;
    margin-bottom: 0;
    cursor: pointer; }

/*=====================
    18. Theme modal
==========================*/
.modal-open {
  padding-right: 0 !important; }

#sizemodal {
  padding-right: 0 !important; }
  #sizemodal .modal-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.theme-modal {
  padding-right: 0 !important; }
  .theme-modal .modal-dialog .modal-content .modal-body {
    background-color: white;
    padding: 0; }
    .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; }
        .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form > div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 10px; }
        .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: 100%;
          letter-spacing: 0.05em; }
      .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
        margin-bottom: 15px;
        text-align: center;
        color: #000000; }
      .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h4 {
        text-align: center;
        margin-bottom: 20px;
        color: black; }
      .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: 15px;
          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 .modal-dialog .quick-view-modal .product-right .size-box, .theme-modal .modal-dialog .demo_modal .product-right .size-box {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
  .theme-modal.newsletter-popup .modal-dialog .modal-content .modal-body {
    background-image: linear-gradient(135deg, #ebbbc3 5.77%, #ffffff 5.77%, #ffffff 25%, #111111 25%, #111111 30.77%, #ffffff 30.77%, #ffffff 50%, #ebbbc3 50%, #ebbbc3 55.77%, #ffffff 55.77%, #ffffff 75%, #111111 75%, #111111 80.77%, #ffffff 80.77%, #ffffff 100%);
    background-size: 36.77px 36.77px;
    background-color: white;
    padding: 20px; }
    .theme-modal.newsletter-popup .modal-dialog .modal-content .modal-body .modal-bg {
      padding: 50px;
      background-color: white; }
      .theme-modal.newsletter-popup .modal-dialog .modal-content .modal-body .modal-bg .close {
        right: 24px;
        top: -3px;
        padding: 0; }
  .theme-modal.demo-modal .modal-dialog .modal-content .modal-body {
    height: 75vh;
    overflow-y: scroll;
    padding: 25px;
    background-image: none !important;
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .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: #000000; }
    .theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb:hover {
      background: #555; }
  .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: #000000; }
  .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 .media .media-body h4 {
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500; }
  .theme-modal.exit-modal .media .media-body h5 {
    font-size: 18px;
    color: #777777;
    margin-bottom: 0; }

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

/*=====================
    19. 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: #888888; }
  .add_to_cart ::-webkit-scrollbar-thumb:hover {
    background: #555555; }
  .add_to_cart .theme-form {
    padding: 0 20px; }
  .add_to_cart .forget-class {
    margin-top: 10px;
    text-transform: capitalize;
    text-decoration: underline; }
  .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;
            margin-left: 20px; }
            .add_to_cart .cart-inner .cart_media li .media .media-body h4 {
              color: #333333; }
              .add_to_cart .cart-inner .cart_media li .media .media-body h4 span {
                color: #777777;
                font-size: 16px; }
        .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; }
            .add_to_cart .cart-inner .cart_media li .total h5 span {
              float: right; }
        .add_to_cart .cart-inner .cart_media li .buttons {
          margin-top: 15px; }
          .add_to_cart .cart-inner .cart_media li .buttons a {
            font-size: 16px;
            color: #ffffff;
            text-transform: capitalize;
            font-weight: 700;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; }
          .add_to_cart .cart-inner .cart_media li .buttons .checkout {
            float: right;
            background-color: #ebbbc3; }
      .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; }

/*=====================
    20. footer CSS start
==========================*/
footer .border-cls {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee; }

footer.footer-2 .instagram {
  height: unset;
  margin-top: 50px; }

footer.footer-2 .footer-section .footer-link {
  border-right: none !important; }

footer.footer-2 .call-us, footer.footer-2 .callus {
  margin-top: 43px; }
  footer.footer-2 .call-us .footer-banner-content .footer-social ul li a:hover, footer.footer-2 .callus .footer-banner-content .footer-social ul li a:hover {
    background-color: #000000; }
  footer.footer-2 .call-us .footer-banner-content .call-text, footer.footer-2 .callus .footer-banner-content .call-text {
    margin-right: 40px; }
  footer.footer-2 .call-us .footer-banner-content .footer-social, footer.footer-2 .callus .footer-banner-content .footer-social {
    margin-left: 40px;
    margin-right: 5px; }

footer.footer-2 .footer-bottom {
  border-top: 1px solid #eeeeee; }
  footer.footer-2 .footer-bottom ul li a {
    color: #aaaaaa; }

footer.footer-2 .sub-footer {
  background-color: #aaaaaa; }

footer.footer-2 .subscribe-section .subscribe-content .subscribe-form .btn-solid {
  background-color: #333333; }

footer.footer-3 .footer-section .about-section {
  border-right: none; }

footer.footer-3 .footer-section .footer-link {
  border-right: none;
  border-left: 1px solid #eeeeee; }
  footer.footer-3 .footer-section .footer-link .footer-content ul li a {
    color: #999999; }
  footer.footer-3 .footer-section .footer-link .footer-content .contact-list li {
    color: #999999; }

footer.footer-3 .footer-section .height-cls {
  height: 100%; }

footer.footer-3 .footer-social {
  margin: 0;
  padding-top: 20px; }
  footer.footer-3 .footer-social ul li:first-child {
    padding-left: 0; }
  footer.footer-3 .footer-social ul li a:hover {
    background-color: #000000; }

footer.footer-3 .footer-bottom ul li a {
  color: #999999; }

footer.footer-3 .sub-footer {
  background-color: #555555; }
  footer.footer-3 .sub-footer p {
    color: #999999; }

footer.footer-4 .border-class {
  border-left: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 125px; }
  footer.footer-4 .border-class .footer-social {
    margin-left: -15px;
    margin-right: 0;
    margin-top: 40px; }
    footer.footer-4 .border-class .footer-social ul li a i {
      color: #999999; }
    footer.footer-4 .border-class .footer-social ul li:hover a i {
      color: #ffffff;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }

footer.footer-4 .call-text {
  margin-right: 0; }
  footer.footer-4 .call-text h3 {
    color: #999999; }

footer.footer-4 .footer-section .footer-link .footer-content ul li a {
  color: #999999; }

footer.footer-4 .footer-section .footer-link .footer-content .contact-list li {
  color: #999999; }

footer.footer-4 .footer-section .about-section .footer-content p {
  color: #999999; }

footer.footer-4 .height-cls .footer-link:last-child {
  border-right: none; }

footer.footer-4 .footer-bottom ul li a {
  color: #999999; }

footer.footer-4 .sub-footer {
  background-color: #999999; }

footer .subscribe-section {
  background-color: #ebbbc3;
  padding: 25px 0; }
  footer .subscribe-section .subscribe-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    footer .subscribe-section .subscribe-content h4 {
      text-transform: uppercase;
      /*color: #ffffff;*/
      color: #000000;
      font-weight: 600;
      margin-bottom: 0;
      margin-top: -3px; }
      footer .subscribe-section .subscribe-content h4 i {
        font-size: 22px;
        /*color: #ffffff;*/
        color: #000000;
        padding-right: 12px; }
    footer .subscribe-section .subscribe-content p {
      margin-bottom: 0;
      /*color: white;*/
      color:#000000;
      padding-left: 25px;
      border-left: 1px solid white;
      margin-left: 25px; }
    footer .subscribe-section .subscribe-content .subscribe-form {
      margin-left: 30px; }
      footer .subscribe-section .subscribe-content .subscribe-form .form-group .form-control {
        border-radius: 50px;
        font-size: 14px;
        width: 270px;
        padding: 0.375rem 0.75rem; }
      footer .subscribe-section .subscribe-content .subscribe-form .btn-solid {
        margin-left: -30px;
        padding: 7px 20px;
        border-bottom-left-radius: unset;
        border-top-left-radius: unset; }
  footer .subscribe-section.grey-part {
    background-color: #eeeeee; }
    footer .subscribe-section.grey-part .subscribe-content h4 {
      color: black; }
      footer .subscribe-section.grey-part .subscribe-content h4 i {
        color: black; }
    footer .subscribe-section.grey-part .subscribe-content p {
      color: black; }

footer .footer-section .about-section {
  border-right: 1px solid #eeeeee; }
  footer .footer-section .about-section .footer-mobile-title {
    display: none; }
    footer .footer-section .about-section .footer-mobile-title h4 {
      text-transform: uppercase;
      font-weight: 700;
      color: #444444;
      padding-bottom: 40px;
      margin-bottom: 0; }
      footer .footer-section .about-section .footer-mobile-title h4:after {
        position: absolute;
        content: "";
        height: 3px;
        width: 30px;
        background-color: #000000;
        bottom: 25px;
        left: 0; }
  footer .footer-section .about-section .footer-content p {
    padding-top: 25px;
    color: #808080;
    letter-spacing: 0.03em;
    line-height: 28px;
    margin-bottom: -8px; }

footer .footer-section .footer-link {
  border-right: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  footer .footer-section .footer-link .footer-title h4 {
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #444444; }
    footer .footer-section .footer-link .footer-title h4:after {
      position: absolute;
      content: "";
      height: 3px;
      width: 30px;
      background-color: #000000;
      bottom: 25px;
      left: 0; }
  footer .footer-section .footer-link .footer-content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    footer .footer-section .footer-link .footer-content ul li a {
      color: #808080;
      text-transform: capitalize;
      line-height: 24px; }
      footer .footer-section .footer-link .footer-content ul li a:hover {
        color: #808080;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
  footer .footer-section .footer-link .footer-content .contact-list li {
    color: #808080;
    position: relative;
    padding-left: 25px;
    line-height: 24px;
    text-transform: capitalize; }
    footer .footer-section .footer-link .footer-content .contact-list li i {
      position: absolute;
      left: 0;
      top: 3px; }

footer .instagram {
  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%;
  position: relative; }
  footer .instagram .instagram-banner {
    position: absolute;
    height: 45px;
    width: 260px;
    background-color: #ffffff;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    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-top: 0; }
    footer .instagram .instagram-banner h5 {
      margin-bottom: 0;
      text-transform: capitalize;
      font-weight: 600; }
      footer .instagram .instagram-banner h5 span {
        color: #000000; }
  footer .instagram .instagram-box {
    position: relative;
    background-color: #ebbbc3;
    overflow: hidden; }
    footer .instagram .instagram-box img {
      width: 100%; }
    footer .instagram .instagram-box .overlay {
      -webkit-transition: .5s ease;
      transition: .5s ease;
      opacity: 0;
      position: absolute;
      height: 100%;
      width: 100%;
      background-color: rgba(235, 187, 195, 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(2) rotate(90deg);
              transform: scale(2) rotate(90deg); }
      footer .instagram .instagram-box .overlay i {
        font-size: 20px;
        color: #ffffff; }
    footer .instagram .instagram-box:hover .overlay {
      opacity: 1;
      -webkit-transition: .5s ease;
      transition: .5s ease;
      -webkit-transform: scale(1.5) rotate(0deg);
              transform: scale(1.5) rotate(0deg); }

footer .call-text {
  text-align: left;
  margin-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  footer .call-text h3 {
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 0;
    margin-top: -4px; }
  footer .call-text .call-no {
    color: #ebbbc3;
    font-weight: 700;
    font-size: 22px; }
    footer .call-text .call-no span {
      color: #000000; }

footer .call-us, footer .callus {
  border: 1px solid #eeeeee;
  position: relative;
  background-size: cover;
  padding: 81px 0; }
  footer .call-us .footer-banner-content, footer .callus .footer-banner-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0; }
    footer .call-us .footer-banner-content .address-section, footer .callus .footer-banner-content .address-section {
      margin-left: 80px;
      margin-right: 50px; }
      footer .call-us .footer-banner-content .address-section h6, footer .callus .footer-banner-content .address-section h6 {
        color: #808080;
        text-transform: capitalize;
        margin-bottom: 5px; }
      footer .call-us .footer-banner-content .address-section p, footer .callus .footer-banner-content .address-section p {
        font-size: 16px;
        color: #444444;
        margin-bottom: -3px;
        line-height: 1.4; }

footer .footer-bottom {
  padding: 30px 0;
  text-align: center; }
  footer .footer-bottom ul li {
    padding-left: 22px;
    padding-right: 22px; }
    footer .footer-bottom ul li a {
      text-transform: capitalize;
      color: #808080; }
    footer .footer-bottom ul li:hover a {
      color: #808080;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }

footer .sub-footer {
  background-color: #b2b6be; }
  footer .sub-footer.grey-footer {
    background-color: #555555; }
  footer .sub-footer p {
    color: #ffffff;
    margin-bottom: 0;
    padding: 25px 0;
    text-transform: uppercase; }
  footer .sub-footer .payment-card-bottom {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    footer .sub-footer .payment-card-bottom li {
      padding-left: 15px;
      display: inline-block; }

footer .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 60px;
  margin-right: 80px; }
  footer .footer-social ul li {
    padding: 2px 5px; }
    footer .footer-social ul li a {
      height: 42px;
      width: 42px;
      display: block;
      padding: 9px 11px;
      font-size: 18px;
      color: #333;
      border-radius: 50%;
      text-align: center; }
      footer .footer-social ul li a i {
        font-size: 22px;
        color: #444444; }
      footer .footer-social ul li a:hover {
        background-color: #ebbbc3;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        footer .footer-social ul li a:hover i {
          color: #ffffff;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }

.slick-instagram {
  margin-bottom: -5px; }

/*=====================
    21. tap to top CSS start
==========================*/
.tap-top {
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  bottom: 50px;
  right: 30px;
  z-index: 9;
  display: none;
  color: #ffffff;
  text-align: center;
  background: #000000;
  border: none;
  font-size: 22px;
  padding: 7px;
  cursor: pointer; }
  .tap-top > div {
    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%; }
  .tap-top.star-top {
    border-radius: 0;
    background: transparent; }
    .tap-top.star-top .star-icon {
      font-size: 50px;
      color: #ebbbc3; }
      .tap-top.star-top .star-icon i {
        position: absolute;
        top: 14px;
        left: 18px;
        color: white;
        font-size: 25px; }
  .tap-top.top-cls {
    bottom: 100px; }

/*=====================
    22. Inner pages CSS start
==========================*/
.select_input select {
  padding: 12px 20px;
  margin-bottom: 30px;
  font-size: 14px; }

.template-password {
  background: url("../images/coming-soon.jpg");
  background-blend-mode: overlay;
  background-color: #e0e0e0;
  background-size: cover;
  height: 100vh; }
  .template-password #container {
    height: 100vh;
    max-width: 600px;
    margin: 0 auto;
    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; }
    .template-password #container > div {
      width: 100%; }
    .template-password #container #login {
      width: 100%;
      margin-bottom: 120px; }
      .template-password #container #login h2 {
        color: #ebbbc3;
        font-size: 30px;
        font-weight: 700; }
      .template-password #container #login .theme-form h3 {
        color: black;
        font-size: 20px; }
      .template-password #container #login .theme-form input {
        border-color: #dddddd;
        font-size: 12px;
        padding: 17px 25px;
        margin-bottom: 15px;
        height: inherit; }
      .template-password #container #login .theme-form input:focus {
        -webkit-box-shadow: none;
                box-shadow: none; }
    .template-password #container #powered {
      position: absolute;
      bottom: 5px;
      left: 0;
      right: 0; }
      .template-password #container #powered p {
        color: black; }
    .template-password #container #owner a {
      font-weight: 700;
      color: black; }

.review-page .comment-section {
  border-bottom: none !important; }
  .review-page .comment-section li:first-child {
    border-top: none;
    padding-top: 0; }
  .review-page .comment-section li:last-child {
    padding-bottom: 0; }

.review-page .comnt-sec {
  margin-top: 10px; }
  .review-page .comnt-sec li {
    margin-right: 15px;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    border-top: none !important; }
    .review-page .comnt-sec li a {
      color: #777777;
      font-size: 16px; }
      .review-page .comnt-sec li a i {
        margin-right: 5px; }

.error-section {
  padding: 130px 0 140px;
  text-align: center; }
  .error-section h1 {
    font-size: 200px;
    font-weight: 900;
    margin: 0;
    line-height: 0.8;
    color: #aaaaaa;
    margin-top: -11px; }
  .error-section h2 {
    color: #aaaaaa;
    font-weight: 500;
    letter-spacing: 3px;
    margin: 40px 0; }

.breadcrumb-section {
  background-color: #f8f8f8;
  position: relative; }
  .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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .breadcrumb-section .page-title h2 {
      font-size: 22px;
      margin-bottom: 0; }
  .breadcrumb-section .breadcrumb {
    background-color: transparent;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #555555;
    font-weight: 600;
    margin: 0;
    padding: 5px; }
    .breadcrumb-section .breadcrumb a {
      color: #555555;
      font-weight: 600; }
  .breadcrumb-section:after {
    content: "";
    position: absolute;
    height: 11px;
    background: url(../images/shadow.png) no-repeat scroll center 0px transparent;
    top: 0;
    left: 0;
    width: 100%; }

.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: #000000;
    margin-bottom: 0; }

.about-page p:last-child {
  margin-bottom: -7px; }

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

.about-page h4 {
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.3;
  color: #272523; }

.about-page p {
  line-height: 2;
  letter-spacing: 0.03em; }

.testimonial {
  background-color: #f8f8f8; }
  .testimonial .testimonial-slider .upper-part img {
    border-radius: 100%;
    border: 1px solid #dddddd;
    padding: 5px;
    height: 130px;
    width: 130px;
    margin: 0 auto; }
  .testimonial .testimonial-slider .upper-part .testimonial-body {
    padding: 0; }
    .testimonial .testimonial-slider .upper-part .testimonial-body p {
      line-height: 22px;
      letter-spacing: 0.03em;
      margin-top: 10px; }
    .testimonial .testimonial-slider .upper-part .testimonial-body h5 {
      font-weight: 700;
      color: #000000;
      margin-bottom: 4px;
      margin-top: 7px; }
    .testimonial .testimonial-slider .upper-part .testimonial-body h6 {
      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 .avtar-image {
    padding: 8px;
    border: 1px solid #dddddd; }
  .team img {
    margin: 0 auto;
    padding: 0 10px; }
  .team h2 {
    color: #222222; }
  .team h4 {
    color: #333333;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 5px; }
  .team h6 {
    margin-bottom: 0; }

.collection-filter-block {
  margin-bottom: 30px;
  padding: 0 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 svg {
        height: 40px;
        width: 40px; }
        .collection-filter-block .product-service .media svg path {
          fill: #000000; }
      .collection-filter-block .product-service .media .media-body {
        padding-left: 10px; }
        .collection-filter-block .product-service .media .media-body h4 {
          margin-bottom: 5px;
          color: #222222; }
        .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-collapse-block {
  padding-bottom: 24px; }
  .collection-collapse-block.open {
    margin-bottom: 12px; }
  .collection-collapse-block .collapse-block-title {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    color: #444444;
    font-weight: 600;
    margin: 30px 0 0 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 .collection-collapse-block-content .color-selector {
    margin-top: 30px; }
  .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 18px; }
    .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li a {
      color: #777777;
      padding-bottom: 10px; }
    .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:last-child a {
      padding-bottom: 0; }
    .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:first-child {
      margin-top: 30px; }
  .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox {
    margin-bottom: 12px; }
    .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:first-child {
      margin-top: 30px; }
    .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:last-child {
      margin-bottom: 0; }
    .collection-collapse-block .collection-collapse-block-content .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-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:before {
        top: 1px;
        height: 15px;
        width: 15px;
        background: #ffffff;
        border: 1px solid #777777; }
      .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:after {
        top: 1px;
        height: 15px;
        width: 15px;
        background-size: 65%; }
    .collection-collapse-block .collection-collapse-block-content .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>"); }

.color-selector ul li {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid #444444; }

.color-selector ul .color-1 {
  background-color: white; }

.color-selector ul .color-2 {
  background-color: grey; }

.color-selector ul .color-3 {
  background-color: #ffc4c4; }

.color-selector ul .color-4 {
  background-color: #ffb6ff; }

.color-selector ul .color-5 {
  background-color: #ffc107; }

.color-selector ul .color-6 {
  background-color: #ffffcb; }

.color-selector ul .color-7 {
  background-color: #8bc34a; }

.color-selector ul li.active {
  border: 1px solid black;
  position: relative; }
  .color-selector ul 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; }

.collection-sidebar-banner {
  margin-top: 30px; }
  .collection-sidebar-banner img {
    width: 100%; }

.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; }

.top-banner-wrapper .top-banner-content p {
  line-height: 1.5;
  color: #777777;
  margin-bottom: 0; }

.product-wrapper-grid .product-box {
  padding: 0; }

.product-wrapper-grid.list-view .product-wrap .product-info {
  text-align: left;
  -ms-flex-item-align: center;
      align-self: center;
  padding-left: 15px; }

.product-wrapper-grid.list-view .product-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0; }
  .product-wrapper-grid.list-view .product-box .img-wrapper, .product-wrapper-grid.list-view .product-box .img-block {
    width: 25%;
    position: relative; }
  .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; }
    .product-wrapper-grid.list-view .product-box .product-detail p {
      display: block !important;
      margin-bottom: 5px;
      line-height: 18px; }
    .product-wrapper-grid.list-view .product-box .product-detail .color-variant {
      padding-top: 10px; }
    .product-wrapper-grid.list-view .product-box .product-detail h6 {
      font-weight: 700; }

.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: 20px;
      text-transform: capitalize;
      width: 35%; }
      .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; }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-view, .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
      padding: 20px;
      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: 20px;
      width: 20%;
      border-right: 1px solid #dddddd;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -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, .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 .collection-grid-view .filter-select li, .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view .filter-select li {
        width: 5px;
        height: 15px;
        background-color: #ebbbc3;
        margin-left: 4px; }
    .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: 20%; }
      .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: 20px;
        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: #888888; }
    .collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb:hover {
      background: #555555; }
    .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 .sidebar-popup .collection-filter .collection-sidebar-banner img {
            width: 100%; }
    .collection-product-wrapper .product-top-filter .popup-filter .open-popup {
      display: none;
      position: absolute;
      z-index: 9;
      top: 75px;
      left: 0;
      border: 1px solid #f1f5f4;
      -webkit-box-shadow: 0 0 5px #ddd;
              box-shadow: 0 0 5px #ddd;
      min-width: 330px; }
      .collection-product-wrapper .product-top-filter .popup-filter .open-popup.open {
        display: block; }
      .collection-product-wrapper .product-top-filter .popup-filter .open-popup .collection-filter-block {
        margin-bottom: 0; }
    .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 .product-box {
  margin-top: 50px; }
  .collection-product-wrapper .product-wrapper-grid .product-box .product-detail p {
    display: none; }

.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 .product-detail h6 {
  font-size: 13px; }

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h4 {
  font-size: 18px; }

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail .rating i {
  padding-right: 0; }

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .img-wrapper .lable-block .lable3 {
  padding: 8px 4px;
  font-size: 12px; }

.filter-main-btn {
  display: none;
  cursor: pointer;
  width: auto;
  padding: 0 0 15px 0;
  font-size: 16px; }

.filter-btn {
  color: #fff;
  background-color: #000000;
  padding: 7px 10px; }

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

.product-pagination {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin: 50px 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;
        height: 100%; }
      .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: #000000;
      background-color: #ffffff;
      border-color: #dddddd; }
  .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 #dddddd;
    border-right: 1px solid #dddddd;
    padding-right: 15px; }
    .product-pagination .product-search-count-bottom h5 {
      color: #777777;
      font-size: 14px;
      margin-bottom: 0;
      padding: 5px 0; }

.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); }

.collection .collection-block {
  text-align: center; }
  .collection .collection-block img, .collection .collection-block .bg-size {
    margin-bottom: 20px; }
  .collection .collection-block .collection-content {
    text-align: center; }
    .collection .collection-block .collection-content h3 {
      margin-bottom: 10px;
      color: #222222;
      text-transform: uppercase;
      font-weight: 900;
      letter-spacing: 0.05em; }
    .collection .collection-block .collection-content h4 {
      color: #222222;
      margin-bottom: 10px;
      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; }

.faq-section .accordion.theme-accordion .card {
  margin-top: 30px;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  border-radius: 18px; }
  .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: rgba(248, 248, 248, 0.65); }
    .faq-section .accordion.theme-accordion .card .card-header button {
      color: #333333;
      text-align: left;
      font-size: 16px;
      padding: 12px 20px;
      font-weight: 600; }
      .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: #000000;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  .faq-section .accordion.theme-accordion .card .card-body {
    padding: 15px 18px; }
    .faq-section .accordion.theme-accordion .card .card-body p {
      margin-bottom: 0;
      font-size: 14px;
      color: #555555;
      line-height: 1.8;
      letter-spacing: 0.06em; }

.pwd-page {
  text-align: center; }
  .pwd-page h2 {
    margin-bottom: 25px;
    color: #222222;
    margin-top: -5px; }
  .pwd-page .theme-form input {
    border-color: #dddddd;
    font-size: 15px;
    padding: 15px 25px;
    margin-bottom: 15px;
    height: inherit;
    text-align: center;
    border-radius: 25px; }
  .pwd-page .theme-form .btn-solid, .pwd-page .theme-form .btn-outline {
    margin: 0 auto; }

.login-page h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #222222;
  font-weight: 700;
  margin-top: -5px; }

.login-page .theme-card {
  padding: 30px;
  border: 1px solid #dddddd;
  line-height: 1;
  border-radius: 22px; }
  .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: 12px 20px;
    margin-bottom: 30px;
    height: inherit;
    border-radius: 22px; }

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

.register-page h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #222222;
  font-weight: 700;
  margin-top: -5px; }

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

.search-block {
  padding: 0; }
  .search-block .form-header .input-group input {
    padding: 15px 20px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px; }
  .search-block .form-header .input-group i {
    padding-right: 10px; }
  .search-block .form-header .input-group .btn {
    z-index: 0; }

.contact-page .map iframe {
  width: 100%;
  height: 400px;
  border: none; }

.contact-page .contact-right {
  padding-top: 30px;
  padding-bottom: 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: #333333; }
      .contact-page .contact-right ul li .contact-icon h6 {
        text-transform: uppercase;
        padding-top: 5px;
        font-weight: 600;
        color: #333333; }
    .contact-page .contact-right ul li p {
      font-weight: 600;
      margin-bottom: 0;
      line-height: 30px;
      color: #7f786d; }

.contact-page .theme-form label {
  text-transform: capitalize;
  color: #333333;
  font-size: 14px;
  font-weight: 600; }

.contact-page .theme-form input {
  border-color: #dddddd;
  font-size: 12px;
  padding: 12px 20px;
  margin-bottom: 30px;
  border-radius: 22px;
  height: inherit; }

.contact-page .theme-form textarea {
  border-color: #dddddd;
  font-size: 12px;
  padding: 12px 20px;
  margin-bottom: 30px;
  height: inherit;
  border-radius: 22px; }

.contact-page .form-control {
  border-radius: 22px;
  padding: 12px 20px;
  font-size: 14px; }

.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: 70px;
    -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; }

.order-history .responsive-data {
  display: none; }
  .order-history .responsive-data .price {
    margin-bottom: 2px; }

.order-history .dark-data {
  color: black;
  font-weight: 600; }

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

.cart-section .cart-buttons, .wishlist-section .cart-buttons {
  padding-top: 35px; }
  .cart-section .cart-buttons > div:last-child, .wishlist-section .cart-buttons > div:last-child {
    text-align: right;
    padding-right: 59px; }

.cart-section .wishlist-buttons, .wishlist-section .wishlist-buttons {
  padding-top: 35px;
  text-align: right; }
  .cart-section .wishlist-buttons:last-child a, .wishlist-section .wishlist-buttons:last-child a {
    margin-left: 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: #222222;
    text-transform: uppercase;
    font-size: 14px;
    border-top: 0;
    text-align: center;
    padding: 0 0.75rem 0.75rem 0.75rem; }

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

.cart-section tbody tr td, .wishlist-section tbody tr td {
  min-width: 210px;
  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: 0; }
    .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: #000000; }
  .cart-section tbody tr td h2, .wishlist-section tbody tr td h2 {
    font-size: 24px;
    color: #222222;
    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;
    margin-top: 10px; }
    .cart-section tbody tr td .mobile-cart-content .qty-box, .wishlist-section tbody tr td .mobile-cart-content .qty-box {
      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%;
    font-size: 15px;
    padding-right: 10px;
    text-transform: capitalize;
    font-weight: 700; }

.cart-section .striped-table tbody:nth-child(odd), .wishlist-section .striped-table tbody:nth-child(odd) {
  background-color: #f8f8f8; }

.blog-detail-page .blog-detail p:last-child {
  margin-bottom: 0; }

.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; }

.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 > div:last-child p:last-child {
  margin-bottom: 0; }

.blog-detail-page .blog-advance img, .blog-detail-page .blog-advance .bg-size {
  margin-bottom: 25px;
  margin-top: 25px; }

.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: 60px;
    padding-bottom: 60px;
    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: #444444;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 5px; }
      .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: 0;
  margin-top: -5px; }

.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: 12px 20px;
  margin-bottom: 30px;
  border-radius: 22px; }

.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: #555555; }

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

.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: 20px; }
  .blog-page .blog-sidebar .theme-card .popular-blog li .blog-date {
    background-color: #000000;
    height: 70px;
    width: 70px;
    margin: 0 15px 0 0;
    padding: 15px; }
    .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: #000000;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .blog-page .blog-media .blog-right h4 {
      color: #333333;
      font-weight: 700;
      line-height: 1.5;
      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; }

.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: 15px; }

.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: 15px 15px 0 15px;
  border: 1px solid #dddddd;
  -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: #aaaaaa;
  -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; }

.pro_sticky_info {
  border: 1px solid #dddddd;
  padding: 20px; }

.is_stuck {
  margin-top: 80px; }

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

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

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

.product-right .border-product {
  padding-top: 15px;
  padding-bottom: 20px;
  border-top: 1px dashed #dddddd; }

.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;
  margin-top: -6px; }
  .product-right h4 del {
    color: #777777; }
  .product-right h4 span {
    padding-left: 5px;
    color: #000000; }

.product-right .color-variant {
  margin-bottom: 10px; }

.product-right .product-buttons {
  margin-bottom: 20px; }
  .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; }

.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-bottom: 10px;
  margin-top: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start; }
  .product-right .size-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .product-right .size-box li {
    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;
    padding: 0;
    line-height: 1; }

.product-right .product-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .product-right .product-icon .product-social {
    margin-top: 5px; }
    .product-right .product-icon .product-social li {
      padding-right: 30px; }
      .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: #000000; }
      .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: 10px;
      margin-left: 5px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .product-right .product-icon .wishlist-btn span {
      padding-left: 10px;
      font-size: 18px; }
    .product-right .product-icon .wishlist-btn:hover i {
      color: #000000;
      -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 li {
    padding-right: 10px; }

.product-right .timer {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  display: inline-block;
  text-align: left;
  background-color: #f7f7f7; }
  .product-right .timer span {
    width: 70px;
    display: inline-block; }
  .product-right .timer p {
    color: #222222;
    text-align: left; }

.product-right.product-form-box {
  text-align: center;
  border: 1px solid #dddddd;
  padding: 20px; }
  .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-description .qty-box .quantity-left-minus {
    border-radius: 0; }
  .product-right.product-form-box .product-buttons {
    margin-bottom: 0; }
  .product-right.product-form-box .timer {
    margin-bottom: 10px;
    text-align: left; }
  .product-right.product-form-box .size-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.product-right .padding-l {
  padding-left: 8px;
  padding-right: 8px; }

.product-right .timer span .padding-l {
  padding-left: 22px;
  display: inline; }

.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 #ebbbc3; }
  .image-swatch li:hover img {
    border: 1px solid #ebbbc3;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.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: 25px; }
      .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-body {
  width: 100%;
  height: 100%; }

.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-accordion .card-header h5 .btn {
    text-transform: capitalize; }

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

.product-related .slick-next, .product-related .slick-prev {
  top: -50px; }

.rating {
  margin-top: 0; }
  .rating i {
    padding-right: 5px; }
    .rating i:nth-child(-n + 4) {
      color: #ffba00; }
    .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; }

.vertical-tab.tab-product .nav-material.nav-tabs .nav-item .nav-link, .vertical-tab .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
  padding: 15px 20px; }

.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: 0 15px 20px 15px;
      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 #000000;
      opacity: 0; }
    .tab-product .nav-material.nav-tabs .nav-link.active, .product-full-tab .nav-material.nav-tabs .nav-link.active {
      color: #000000; }
      .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 input, .product-full-tab .theme-form input {
    border-color: #dddddd;
    font-size: 15px;
    padding: 12px 20px;
    border-radius: 22px;
    margin-bottom: 15px;
    height: inherit;
    text-align: left; }
  .tab-product .theme-form .btn-solid, .tab-product .theme-form .btn-outline, .product-full-tab .theme-form .btn-solid, .product-full-tab .theme-form .btn-outline {
    margin: 0 auto; }
  .tab-product .theme-form textarea, .product-full-tab .theme-form textarea {
    border-color: #dddddd;
    font-size: 15px;
    padding: 12px 20px;
    margin-bottom: 15px;
    height: inherit;
    border-radius: 22px; }
  .tab-product .tab-content.nav-material p, .product-full-tab .tab-content.nav-material p {
    padding: 20px 20px 0 0;
    margin-bottom: -8px;
    line-height: 22px;
    letter-spacing: 0.05em; }
  .tab-product .tab-content.nav-material .media, .product-full-tab .tab-content.nav-material .media {
    margin-top: 20px; }
  .tab-product .title, .product-full-tab .title {
    padding-right: 45px;
    color: #000000;
    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 #dddddd;
              box-shadow: 0 0 12px 0 #dddddd; }
      .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: #000000; }
    .tab-product .product-box .lbl-1, .product-full-tab .product-box .lbl-1 {
      background-color: #000000;
      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 #000000;
        border-bottom: 13px solid #000000;
        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: #000000; }

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

.product-load-more .col-grid-box {
  display: none; }

.load-more-sec {
  margin-top: 50px;
  text-align: center; }
  .load-more-sec a {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    padding: 10px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    color: #000000; }

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

.theme-card {
  position: relative; }
  .theme-card.center-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .theme-card.center-align .offer-slider .product-box2 .media .media-body {
      margin-top: 0; }
  .theme-card.card-border {
    border: 1px solid #dddddd; }
    .theme-card.card-border h5 {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 30px;
      margin-top: 0; }
    .theme-card.card-border .slick-prev, .theme-card.card-border .slick-next {
      top: -35px; }
    .theme-card.card-border .slick-next {
      right: 30px; }
    .theme-card.card-border .slick-prev {
      right: 50px; }
    .theme-card.card-border .offer-slider {
      padding-top: 0;
      padding-bottom: 10px; }
      .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 {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: -5px; }
    .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;
      opacity: 0.6; }
  .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 {
    width: 100px;
    padding: 15px 15px 15px 0; }
  .theme-card .offer-slider > div .media:last-child .media-body {
    margin-top: 15px; }
  .theme-card .offer-slider > div .media:last-child img {
    margin-bottom: -15px; }
  .theme-card .offer-slider .media .media-body .rating {
    margin-top: 0; }
    .theme-card .offer-slider .media .media-body .rating i {
      padding-right: 5px; }
      .theme-card .offer-slider .media .media-body .rating i:nth-child(-n + 4) {
        color: #ffba00; }
      .theme-card .offer-slider .media .media-body .rating i:last-child {
        color: #dddddd; }
  .theme-card .offer-slider .media .media-body a h6 {
    margin-right: 61px;
    line-height: 17px;
    margin-top: 5px;
    margin-bottom: 0;
    text-transform: capitalize; }
  .theme-card .offer-slider .media .media-body h4 {
    margin-top: 5px;
    font-weight: 700;
    color: #21cde4;
    margin-bottom: 0; }

.map {
  margin-bottom: -5px; }

.slide-4 .slick-prev, .slide-4 .slick-next {
  display: none !important; }

.collection-filter .theme-card .slick-prev:after {
  top: 10px;
  left: 22px; }

.product-right-slick .slick-next, .product-slick .slick-next {
  top: 50%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.product-right-slick .slick-prev, .product-slick .slick-prev {
  top: 50%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
  .product-right-slick .slick-prev:after, .product-slick .slick-prev:after {
    display: none; }

.product-right-slick:hover .slick-prev:after, .product-slick:hover .slick-prev:after {
  opacity: 0; }

.product-wrapper-grid .product-box .product-info p {
  display: none; }

.product-wrapper-grid.list-view .product-box .product-info {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  width: 100%;
  text-align: left; }
  .product-wrapper-grid.list-view .product-box .product-info p {
    display: block; }

.quick-view {
  width: 100%;
  max-width: 1080px;
  max-height: 600px;
  position: relative; }

.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: #f8f8f8;
  border: 1px solid #dddddd;
  padding: 40px; }

.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 .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: #333333;
    margin-bottom: 10px;
    font-weight: 700; }
    .checkout-page .checkout-form .form-group .field-label span {
      font-size: 16px;
      color: #222222;
      font-weight: 600; }
  .checkout-page .checkout-form .form-group label {
    color: #777777; }

.checkout-page .checkout-form select {
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  background: url(../images/dropdown.png) no-repeat 95%; }

.checkout-page .checkout-form input[type="text"], .checkout-page .checkout-form input[type="email"], .checkout-page .checkout-form input[type="password"], .checkout-page .checkout-form input[type="tel"], .checkout-page .checkout-form input[type="number"], .checkout-page .checkout-form input[type="url"] {
  width: 100%;
  padding: 12px 20px;
  border-radius: 22px;
  border: 1px solid #dddddd; }

.checkout-page .checkout-form input:focus {
  outline: none; }

.checkout-page .checkout-form select, .checkout-page .checkout-form textarea {
  width: 100%;
  padding: 12px 20px;
  border-radius: 22px;
  border: 1px solid #dddddd; }
  .checkout-page .checkout-form select:focus, .checkout-page .checkout-form textarea:focus {
    outline: none; }

.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: #333333; }

.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 #ededed;
    margin-bottom: 20px; }
    .order-box .title-box span {
      position: relative;
      width: 35%;
      float: right; }
  .order-box .qty {
    position: relative;
    border-bottom: 1px solid #ededed;
    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: #232323;
        font-weight: 400;
        width: 35%; }
  .order-box .sub-total {
    position: relative;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px; }
    .order-box .sub-total li {
      position: relative;
      display: inline-block;
      font-size: 16px;
      font-weight: 600;
      color: #333333;
      line-height: 20px;
      margin-bottom: 20px;
      width: 100%; }
      .order-box .sub-total li .count {
        position: relative;
        font-size: 18px;
        line-height: 20px;
        color: #000000;
        font-weight: 400;
        width: 35%;
        float: right; }
    .order-box .sub-total .shopping-option label {
      position: relative;
      font-size: 16px;
      line-height: 32px;
      padding-left: 10px; }
    .order-box .sub-total .shipping {
      width: 35%;
      float: right; }
  .order-box .total {
    position: relative;
    margin-bottom: 40px; }
    .order-box .total li {
      position: relative;
      display: block;
      font-weight: 400;
      color: #333333;
      line-height: 20px;
      margin-bottom: 10px;
      font-size: 18px; }
      .order-box .total li .count {
        position: relative;
        font-size: 18px;
        line-height: 20px;
        color: #000000;
        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;
          cursor: pointer;
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
          margin-bottom: 0; }
        .payment-box .payment-options li .radio-option input[type="radio"] {
          position: absolute;
          left: 0;
          top: 5px; }
        .payment-box .payment-options li .radio-option label .small-text {
          position: relative;
          display: none;
          font-size: 15px;
          line-height: 25px;
          font-weight: 300;
          color: #666666;
          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; }

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

.dashboard-left .block-content {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 10px; }
  .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: #000000; }
      .dashboard-left .block-content ul li.active a {
        color: #000000; }
    .dashboard-left .block-content ul li:before {
      content: '\f105';
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      width: 30px;
      height: 30px;
      text-align: center;
      font-size: 18px;
      font-weight: 700;
      margin-top: 3px; }
    .dashboard-left .block-content ul li a {
      color: black; }
    .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-right p {
  color: #5f5f5f;
  line-height: 20px; }

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

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

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

.dashboard .box h6 {
  margin-bottom: 0;
  color: #5f5f5f; }

.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: #333; }
  .dashboard .box .box-title > a {
    position: absolute;
    right: 0;
    top: 12px;
    color: #000000; }

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

.box-content h6 {
  font-size: 14px;
  line-height: 25px !important;
  margin-bottom: 0; }

.box-content a {
  color: #000000; }

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

.success-text {
  text-align: center; }
  .success-text i {
    font-size: 50px;
    color: #4ead4e;
    margin-top: -3px; }
  .success-text h2 {
    margin-top: 10px;
    margin-bottom: 15px; }
  .success-text p {
    font-size: 18px;
    text-transform: capitalize; }
    .success-text p:last-child {
      margin-bottom: 0; }
  .success-text.order-fail i {
    color: #000000; }

.order-success-sec h4 {
  font-weight: 700;
  text-transform: capitalize;
  color: #222222; }

.order-success-sec .order-detail li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: capitalize;
  line-height: 28px;
  font-size: 16px; }

.order-success-sec .payment-mode p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #555555; }

.delivery-sec {
  padding: 30px;
  text-align: center;
  margin-top: 20px;
  background-color: #f9f9f9; }
  .delivery-sec h2, .delivery-sec h3 {
    color: #000000;
    text-transform: capitalize; }
  .delivery-sec h2 {
    margin-bottom: 0;
    font-size: 36px; }
  .delivery-sec h3 {
    margin-top: -5px;
    font-size: 22px; }

.product-order h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #000000; }

.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;
      color: #222222; }
    .product-order .product-order-detail .order_detail h5 {
      text-transform: capitalize;
      margin-bottom: 0; }

.product-order .total-sec {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  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 span {
      float: right; }

.product-order .final-total h3 {
  display: block;
  margin-bottom: 0;
  font-size: 20px; }
  .product-order .final-total h3 span {
    float: right; }

.compare-section .compare-part {
  position: relative; }
  .compare-section .compare-part .close-btn {
    background-color: transparent;
    border: none;
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 0; }
  .compare-section .compare-part .img-secton {
    padding: 25px 15px 15px; }
    .compare-section .compare-part .img-secton img, .compare-section .compare-part .img-secton .bg-size {
      width: 50%;
      margin: 0 auto; }
    .compare-section .compare-part .img-secton a h5 {
      margin-bottom: 0;
      text-transform: capitalize;
      margin-top: 10px; }
    .compare-section .compare-part .img-secton h5 {
      margin-bottom: 0;
      line-height: 1.2; }
  .compare-section .compare-part .detail-part .title-detail {
    background-color: #f7f8fa;
    text-align: center;
    padding: 8px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb; }
    .compare-section .compare-part .detail-part .title-detail h5 {
      margin-bottom: 0;
      text-transform: uppercase; }
  .compare-section .compare-part .detail-part .inner-detail {
    padding: 15px; }
    .compare-section .compare-part .detail-part .inner-detail p {
      margin-bottom: 0;
      line-height: 1.2;
      letter-spacing: 0.05em; }
  .compare-section .compare-part .btn-part {
    text-align: center;
    padding: 15px;
    border-top: 1px solid #ddd; }
    .compare-section .compare-part .btn-part .btn-solid, .compare-section .compare-part .btn-part .btn-outline {
      padding: 5px 10px; }

.compare-section .slick-slide > div {
  border: 1px solid #ddd;
  border-left: none; }

.compare-section .slick-slide:first-child {
  border-left: 1px solid #ddd; }

.compare-padding {
  padding-bottom: 50px; }
  .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 #eeeeee;
    text-transform: capitalize;
    color: #222222; }
    .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: #f8f8f8;
      border-right: 1px solid #eee; }
    .compare-page .table-wrapper .table thead .th-compare th {
      text-align: left;
      border-bottom: 1px solid #eeeeee;
      border-right: 1px solid #eeeeee; }
      .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: #f8f8f8; }
    .compare-page .table-wrapper .table tbody tr td {
      border-right: 1px solid #eee;
      position: relative; }
    .compare-page .table-wrapper .table tbody tr th, .compare-page .table-wrapper .table tbody tr td {
      padding: 15px;
      vertical-align: top;
      border-bottom: 1px solid #eee;
      border-top: 1px solid #eee;
      border-right: 1px solid #eee; }
    .compare-page .table-wrapper .table tbody tr .grid-link__title {
      font-size: 15px;
      margin-top: 10px; }
    .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: #222222;
      font-size: 13px;
      line-height: 20px;
      margin: 0; }
    .compare-page .table-wrapper .table tbody tr .add-to-cart, .compare-page .table-wrapper .table tbody tr .select-option-cls {
      padding: 6px 10px; }

.typography_section .typography-box {
  margin-bottom: 30px; }
  .typography_section .typography-box p {
    line-height: 22px; }
  .typography_section .typography-box .headings {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
    background-color: rgba(247, 247, 247, 0.5);
    padding: 8px 12px; }
    .typography_section .typography-box .headings h3 {
      text-transform: capitalize;
      color: #2d2d2d;
      margin-bottom: 0;
      font-weight: 400;
      font-size: 20px; }
    .typography_section .typography-box .headings span {
      color: #777777; }
      .typography_section .typography-box .headings span code {
        color: #777777; }
  .typography_section .typography-box .typo-content.heading_content h1,
  .typography_section .typography-box .typo-content.heading_content h2,
  .typography_section .typography-box .typo-content.heading_content h3,
  .typography_section .typography-box .typo-content.heading_content h4,
  .typography_section .typography-box .typo-content.heading_content h5,
  .typography_section .typography-box .typo-content.heading_content h6 {
    font-weight: 400;
    color: black;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px; }
  .typography_section .typography-box .typo-content .sub-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 5px;
    margin-bottom: 8px;
    font-size: 18px;
    color: #222222;
    text-transform: capitalize; }
  .typography_section .typography-box .typo-content.product-pagination {
    border: none;
    margin: 0; }
    .typography_section .typography-box .typo-content.product-pagination .pagination .page-item {
      border-top: 1px solid #dddddd;
      border-bottom: 1px solid #dddddd; }
      .typography_section .typography-box .typo-content.product-pagination .pagination .page-item a {
        padding: 10px 14px; }
  .typography_section .typography-box .typo-content.input_button input {
    margin-bottom: 10px; }
  .typography_section .typography-box .typo-content.input_button label {
    font-size: 16px;
    text-transform: capitalize;
    padding-left: 5px; }
  .typography_section .typography-box .typo-content.loader-typo {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .typography_section .typography-box .typo-content.loader-typo .pre-loader {
      position: relative;
      width: 50px;
      height: 50px;
      background-color: #000000;
      border-radius: 50%; }
      .typography_section .typography-box .typo-content.loader-typo .pre-loader:after {
        content: '';
        position: absolute;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        border: 0 solid white;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-animation: loading 1000ms ease-out forwards infinite;
                animation: loading 1000ms ease-out forwards infinite;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  .typography_section .typography-box .typo-content .footer-social {
    margin-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .typography_section .typography-box:last-child {
    margin-bottom: 0; }

.typography_section code {
  color: rgba(0, 0, 0, 0.6);
  background-color: #f7f7f7;
  padding: 3px;
  margin: 0 3px;
  border-radius: 2px; }

.profile-section {
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  padding: 15px; }
  .profile-section .profile-detail .profile-name {
    font-weight: 700; }
  .profile-section .profile-detail p {
    margin-bottom: 8px; }

/*=====================
    23.theme setting box CSS start
==========================*/
.color1 {
  background-image: linear-gradient(30deg, #3fd0cb 50%, #3c70e6 50%); }

.color2 {
  background-image: linear-gradient(30deg, #fa812e 50%, #fa4032 50%); }

.color3 {
  background-image: linear-gradient(30deg, #ffb50d 50%, #21cde4 50%); }

.color4 {
  background-image: linear-gradient(30deg, #febd69 50%, #232f3e 50%); }

.color5 {
  background-image: linear-gradient(30deg, #000000 50%, #eec8c1 50%); }

.color6 {
  background-image: linear-gradient(30deg, #ec8327 50%, #435471 50%); }

.color7 {
  background-image: linear-gradient(30deg, #e40046 50%, #000000 50%); }

.color8 {
  background-image: linear-gradient(30deg, #4c2fbf 50%, #2e9de4 50%); }

.color9 {
  background-image: linear-gradient(30deg, #000000 50%, #ebbbc3 50%); }

.color10 {
  background-image: linear-gradient(30deg, #ff6f69 50%, #1aded3 50%); }

.color11 {
  background-image: linear-gradient(30deg, #d41d36 50%, #494c4d 50%); }

.color12 {
  background-image: linear-gradient(30deg, #84ba40 50%, #444444 50%); }

.color-picker {
  position: fixed;
  right: -190px;
  top: calc(38vh + 220px);
  width: 190px;
  z-index: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .color-picker .settings-header {
    background: #f3f3f3;
    padding: 5px 15px;
    -webkit-box-shadow: 0px -10px 20px -5px rgba(220, 220, 220, 0.62);
            box-shadow: 0px -10px 20px -5px rgba(220, 220, 220, 0.62); }
    .color-picker .settings-header h3 {
      color: black;
      margin: 0;
      font-size: 20px;
      padding: 4px 9px; }
  .color-picker .section {
    background: white;
    padding: 10px;
    border: 1px solid  #f3f3f3;
    overflow: auto; }
    .color-picker .section i {
      font-size: 16px;
      margin-right: 10px; }
  .color-picker a.handle {
    position: absolute;
    right: 190px;
    width: 45px;
    height: 41px;
    -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;
    text-decoration: none;
    background-color: #f9f9f9;
    -webkit-box-shadow: -5.985px -0.419px 30px 0 rgba(0, 0, 0, 0.08), inset -2px 0 10px 0 rgba(0, 0, 0, 0.04);
            box-shadow: -5.985px -0.419px 30px 0 rgba(0, 0, 0, 0.08), inset -2px 0 10px 0 rgba(0, 0, 0, 0.04);
    top: -80px;
    color: #000000; }
    .color-picker a.handle i {
      margin-left: 5px; }
  .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 white solid; }

.dark-light {
  position: fixed;
  right: 0;
  width: 40px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  text-decoration: none;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(154, 154, 154, 0.54);
          box-shadow: 0px 0px 5px 0px rgba(154, 154, 154, 0.54);
  top: calc(50% + 34px);
  cursor: pointer; }

.setting-sidebar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #f7f7f7;
  width: 40px;
  height: 40px;
  right: 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;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(154, 154, 154, 0.54);
          box-shadow: 0px 0px 5px 0px rgba(154, 154, 154, 0.54);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .setting-sidebar i {
    -webkit-animation: ring-rotate 3s infinite linear;
            animation: ring-rotate 3s infinite linear;
    font-size: 20px;
    color: #3c3c3c;
    margin-left: 10px; }
  .setting-sidebar.open-icon {
    right: 351px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.setting_box_body {
  position: relative;
  background-color: white;
  z-index: 9;
  height: 100vh; }

.setting-box {
  position: fixed;
  height: 100vh;
  overflow-y: auto;
  width: 350px;
  right: -360px;
  background-color: white;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 0 15px 5px 0 rgba(77, 77, 77, 0.28);
          box-shadow: 0 15px 5px 0 rgba(77, 77, 77, 0.28);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .setting-box ::-webkit-scrollbar {
    width: 3px;
    height: 7px; }
  .setting-box ::-webkit-scrollbar-track {
    background: #dddddd; }
  .setting-box ::-webkit-scrollbar-thumb {
    background: #888888; }
  .setting-box ::-webkit-scrollbar-thumb:hover {
    background: #555555; }
  .setting-box.open-setting {
    right: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .setting-box.open-setting .overlay {
      visibility: visible;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .setting-box .sidebar-back {
    padding: 20px;
    font-size: 18px;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-box-shadow: inset 0px 0px 6px rgba(115, 115, 115, 0.09);
            box-shadow: inset 0px 0px 6px rgba(115, 115, 115, 0.09);
    background-color: #f3f3f3; }
  .setting-box .setting-title {
    padding: 20px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 0; }
    .setting-box .setting-title h4 {
      position: relative;
      margin-bottom: 0;
      cursor: pointer; }
    .setting-box .setting-title.active .according-menu {
      font: normal normal normal 14px/1 FontAwesome; }
      .setting-box .setting-title.active .according-menu:before {
        content: "\f068";
        position: absolute;
        right: 2px;
        top: 2px; }
    .setting-box .setting-title .according-menu {
      font: normal normal normal 14px/1 FontAwesome; }
      .setting-box .setting-title .according-menu:before {
        content: "\f067";
        position: absolute;
        right: 2px;
        top: 2px; }
  .setting-box .setting-contant {
    padding: 20px;
    border-bottom: 1px solid #efefef; }
    .setting-box .setting-contant .setting_buttons .setting_btn {
      background-color: #000000;
      color: white;
      width: 100%; }
    .setting-box .setting-contant .setting_buttons li:first-child {
      width: 49%; }
    .setting-box .setting-contant .setting_buttons li.active {
      -webkit-box-shadow: 0px 0px 5px 0px #929292;
              box-shadow: 0px 0px 5px 0px #929292; }
    .setting-box .setting-contant .setting_buttons li:last-child {
      margin-left: 10px;
      width: 46%; }
    .setting-box .setting-contant .color-box li {
      padding: 3px; }
      .setting-box .setting-contant .color-box li a {
        width: 32px;
        height: 32px;
        display: block; }
      .setting-box .setting-contant .color-box li.active {
        position: relative; }
        .setting-box .setting-contant .color-box li.active a {
          -webkit-box-shadow: 0px 0px 5px 0px #929292;
                  box-shadow: 0px 0px 5px 0px #929292; }
        .setting-box .setting-contant .color-box 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: 13px;
          height: 15px;
          width: 15px;
          background-size: 80%;
          background-repeat: no-repeat;
          position: absolute;
          left: 14px;
          -webkit-filter: invert(100);
                  filter: invert(100); }
  .setting-box .buy_btn {
    padding: 20px; }
    .setting-box .buy_btn a {
      background-color: #f3f3f3;
      color: #3c3c3c;
      padding: 10px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .setting-box .buy_btn a i {
        margin-right: 5px;
        font-size: 18px; }
      .setting-box .buy_btn a img {
        -webkit-filter: grayscale(100);
                filter: grayscale(100); }
      .setting-box .buy_btn a.blue-btn {
        background-color: #ebbbc3;
        color: white; }
  .setting-box .overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.demo-section .title-text h3 {
  color: #000000;
  margin-bottom: 24px;
  display: inline-block;
  padding-bottom: 5px;
  font-size: 40px;
  position: relative; }
  .demo-section .title-text h3 i {
    font-size: 22px;
    position: absolute;
    top: 0;
    right: -20px; }

.demo-section .demo-effects {
  margin-bottom: 30px; }
  .demo-section .demo-effects h4 {
    text-transform: capitalize; }
  .demo-section .demo-effects .set-position {
    display: block; }
  .demo-section .demo-effects > div {
    text-decoration: none;
    color: black; }
    .demo-section .demo-effects > div .layout-container {
      height: 110px;
      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; }
      .demo-section .demo-effects > div .layout-container.demo1 {
        background-image: url("../images/landing-page/demo/1.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo2 {
        background-image: url("../images/landing-page/demo/2.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo3 {
        background-image: url("../images/landing-page/demo/3.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo4 {
        background-image: url("../images/landing-page/demo/4.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo5 {
        background-image: url("../images/landing-page/demo/5.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo6 {
        background-image: url("../images/landing-page/demo/6.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo7 {
        background-image: url("../images/landing-page/demo/7.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo8 {
        background-image: url("../images/landing-page/demo/8.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo9 {
        background-image: url("../images/landing-page/demo/9.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo10 {
        background-image: url("../images/landing-page/demo/10.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo11 {
        background-image: url("../images/landing-page/demo/11.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo12 {
        background-image: url("../images/landing-page/demo/12.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo13 {
        background-image: url("../images/landing-page/demo/13.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo14 {
        background-image: url("../images/landing-page/demo/14.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo15 {
        background-image: url("../images/landing-page/demo/15.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo16 {
        background-image: url("../images/landing-page/demo/16.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo17 {
        background-image: url("../images/landing-page/demo/17.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo18 {
        background-image: url("../images/landing-page/demo/18.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo19 {
        background-image: url("../images/landing-page/demo/19.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo20 {
        background-image: url("../images/landing-page/demo/20.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo21 {
        background-image: url("../images/landing-page/demo/21.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo22 {
        background-image: url("../images/landing-page/demo/22.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo23 {
        background-image: url("../images/landing-page/demo/23.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo24 {
        background-image: url("../images/landing-page/demo/24.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo25 {
        background-image: url("../images/landing-page/demo/25.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo26 {
        background-image: url("../images/landing-page/demo/26.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo27 {
        background-image: url("../images/landing-page/demo/27.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo28 {
        background-image: url("../images/landing-page/demo/28.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo29 {
        background-image: url("../images/landing-page/demo/29.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo30 {
        background-image: url("../images/landing-page/demo/30.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo31 {
        background-image: url("../images/landing-page/demo/31.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo32 {
        background-image: url("../images/landing-page/demo/32.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo33 {
        background-image: url("../images/landing-page/demo/33.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo34 {
        background-image: url("../images/landing-page/demo/34.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo35 {
        background-image: url("../images/landing-page/demo/35.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo36 {
        background-image: url("../images/landing-page/demo/36.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo37 {
        background-image: url("../images/landing-page/demo/37.jpg"); }
      .demo-section .demo-effects > div .layout-container.demo38 {
        background-image: url("../images/landing-page/demo/38.html"); }
      .demo-section .demo-effects > div .layout-container.demo39 {
        background-image: url("../images/landing-page/demo/39.html"); }
      .demo-section .demo-effects > div .layout-container.demo40 {
        background-image: url("../images/landing-page/demo/40.html"); }
      .demo-section .demo-effects > div .layout-container.demo41 {
        background-image: url("../images/landing-page/demo/41.html"); }
      .demo-section .demo-effects > div .layout-container.demo42 {
        background-image: url("../images/landing-page/demo/42.html"); }
      .demo-section .demo-effects > div .layout-container.demo43 {
        background-image: url("../images/landing-page/demo/43.html"); }
      .demo-section .demo-effects > div .layout-container.demo44 {
        background-image: url("../images/landing-page/demo/44.html"); }
      .demo-section .demo-effects > div .layout-container.demo45 {
        background-image: url("../images/landing-page/demo/45.html"); }
      .demo-section .demo-effects > div .layout-container.demo46 {
        background-image: url("../images/landing-page/demo/46.html"); }
      .demo-section .demo-effects > div .layout-container.demo47 {
        background-image: url("../images/landing-page/demo/47.html"); }
      .demo-section .demo-effects > div .layout-container.demo48 {
        background-image: url("../images/landing-page/demo/48.html"); }
      .demo-section .demo-effects > div .layout-container.demo49 {
        background-image: url("../images/landing-page/demo/49.html"); }
      .demo-section .demo-effects > div .layout-container.demo50 {
        background-image: url("../images/landing-page/demo/50.html"); }
      .demo-section .demo-effects > div .layout-container.demo51 {
        background-image: url("../images/landing-page/demo/51.html"); }
      .demo-section .demo-effects > div .layout-container.demo52 {
        background-image: url("../images/landing-page/demo/52.html"); }
      .demo-section .demo-effects > div .layout-container.demo53 {
        background-image: url("../images/landing-page/demo/53.html"); }
      .demo-section .demo-effects > div .layout-container.demo54 {
        background-image: url("../images/landing-page/demo/54.html"); }
      .demo-section .demo-effects > div .layout-container.demo55 {
        background-image: url("../images/landing-page/demo/55.html"); }
      .demo-section .demo-effects > div .layout-container.demo56 {
        background-image: url("../images/landing-page/demo/56.html"); }
      .demo-section .demo-effects > div .layout-container.demo57 {
        background-image: url("../images/landing-page/demo/57.html"); }
      .demo-section .demo-effects > div .layout-container.demo58 {
        background-image: url("../images/landing-page/demo/58.html"); }
      .demo-section .demo-effects > div .layout-container.demo59 {
        background-image: url("../images/landing-page/demo/59.html"); }
      .demo-section .demo-effects > div .layout-container.demo60 {
        background-image: url("../images/landing-page/demo/60.html"); }
      .demo-section .demo-effects > div .layout-container.demo61 {
        background-image: url("../images/landing-page/demo/61.html"); }
      .demo-section .demo-effects > div .layout-container.demo62 {
        background-image: url("../images/landing-page/demo/62.html"); }
      .demo-section .demo-effects > div .layout-container.demo63 {
        background-image: url("../images/landing-page/demo/63.html"); }
      .demo-section .demo-effects > div .layout-container.demo64 {
        background-image: url("../images/landing-page/demo/64.html"); }
      .demo-section .demo-effects > div .layout-container.demo65 {
        background-image: url("../images/landing-page/demo/65.html"); }
      .demo-section .demo-effects > div .layout-container.demo66 {
        background-image: url("../images/landing-page/demo/66.html"); }
      .demo-section .demo-effects > div .layout-container.demo67 {
        background-image: url("../images/landing-page/demo/67.html"); }
      .demo-section .demo-effects > div .layout-container.demo68 {
        background-image: url("../images/landing-page/demo/68.html"); }
      .demo-section .demo-effects > div .layout-container.demo69 {
        background-image: url("../images/landing-page/demo/69.html"); }
      .demo-section .demo-effects > div .layout-container.demo70 {
        background-image: url("../images/landing-page/demo/70.html"); }
    .demo-section .demo-effects > div .demo-text h4 {
      font-size: 16px;
      margin-top: 10px;
      margin-bottom: 0;
      color: #000000; }
      .demo-section .demo-effects > div .demo-text h4 span {
        font-weight: 500; }
    .demo-section .demo-effects > div .demo-text .demo-btn {
      margin-top: 10px; }
      .demo-section .demo-effects > div .demo-text .demo-btn .btn {
        border: 1px solid #ddd;
        background-color: white;
        width: 90px;
        color: #000000;
        padding: 5px 10px;
        border-radius: 30px; }
        .demo-section .demo-effects > div .demo-text .demo-btn .btn:hover {
          background-color: #000000;
          color: white; }
  .demo-section .demo-effects:last-child {
    margin-bottom: 0; }
  .demo-section .demo-effects.effect-2 .layout-container {
    background-size: cover;
    background-repeat: no-repeat; }
  .demo-section .demo-effects.effect-2:hover .layout-container {
    background-position: top !important; }
  .demo-section .demo-effects.effect-3 .layout-container {
    background-size: cover;
    background-repeat: no-repeat; }
  .demo-section .demo-effects.effect-3:hover .layout-container {
    background-position: top !important; }
  .demo-section .demo-effects:hover .layout-container {
    background-position: center 100% !important; }

@-webkit-keyframes ring-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes ring-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

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

/*=====================
    24. RTL CSS start
==========================*/
body.rtl {
  direction: rtl; }

.rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6, .rtl p {
  text-align: right; }

.rtl .slick-slider {
  direction: ltr; }

.rtl .slick-slide {
  float: left; }

.rtl .slick-next {
  left: 30px;
  right: unset; }

.rtl .slick-prev {
  left: 0;
  right: unset; }

.rtl .pl-0 {
  padding-right: 0 !important;
  padding-left: 15px !important; }

.rtl .pr-0 {
  padding-right: 15px !important;
  padding-left: 0 !important; }

.rtl ul {
  -webkit-padding-start: 0; }

.rtl header .nav-icon ul .onhover-div:after {
  right: unset;
  left: -3px; }

.rtl header .nav-icon ul .onhover-div .show-div {
  left: 0;
  right: unset; }

.rtl header .nav-icon ul .cart-icon {
  padding-left: 64px;
  padding-right: 15px; }
  .rtl header .nav-icon ul .cart-icon .cart {
    left: 0;
    right: unset; }

.rtl header .search-bar .search-icon {
  left: 20px;
  right: unset; }

.rtl header .header-content .nav-right {
  float: left; }

.rtl header .sidenav {
  left: unset;
  right: -300px; }
  .rtl header .sidenav.open-side {
    right: 0; }
  .rtl header .sidenav .pixelstrap li a {
    text-align: right; }
    .rtl header .sidenav .pixelstrap li a, .rtl header .sidenav .pixelstrap li a:hover, .rtl header .sidenav .pixelstrap li a:focus, .rtl header .sidenav .pixelstrap li a:active {
      padding: 10px 25px 10px 25px; }
  .rtl header .sidenav .pixelstrap li ul li a {
    padding: 5px 18px; }
    .rtl header .sidenav .pixelstrap li ul li a:hover, .rtl header .sidenav .pixelstrap li ul li a:active, .rtl header .sidenav .pixelstrap li ul li a:focus, .rtl header .sidenav .pixelstrap li ul li a.highlighted {
      padding: 5px 18px; }

.rtl header.header-2 .header-top .brand-logo {
  padding-left: 50px;
  padding-right: 0; }

.rtl header.header-2 .pixelstrap.sm-horizontal > li > a, .rtl header.header-2 .pixelstrap.sm-horizontal > li > a:hover, .rtl header.header-2 .pixelstrap.sm-horizontal > li > a:focus, .rtl header.header-2 .pixelstrap.sm-horizontal > li > a:active {
  padding: 33px 0 33px 20px; }

.rtl header.header-2 .pixelstrap.sm-horizontal .icon-cls a, .rtl header.header-2 .pixelstrap.sm-horizontal .icon-cls a:hover, .rtl header.header-2 .pixelstrap.sm-horizontal .icon-cls a:focus, .rtl header.header-2 .pixelstrap.sm-horizontal .icon-cls a:active {
  padding-right: 20px; }

.rtl header.header-3 .brand-logo {
  padding: 15px 0 15px 28px;
  border-right: none;
  border-left: 1px solid #eeeeee; }

.rtl header.header-3 .search-bar .search-icon {
  left: 22px;
  right: unset; }

.rtl header.header-3 .nav-icon ul .cart-icon {
  padding-left: 88px;
  padding-right: 15px; }
  .rtl header.header-3 .nav-icon ul .cart-icon:after {
    right: -3px;
    left: unset; }
  .rtl header.header-3 .nav-icon ul .cart-icon .cart {
    left: 18px;
    right: unset; }
  .rtl header.header-3 .nav-icon ul .cart-icon .cart-count {
    left: unset;
    right: 16px; }

.rtl header.header-3 .nav-icon ul .setting-icon {
  padding-left: 0;
  padding-right: 15px; }

.rtl header.header-3 .nav-icon ul .onhover-div.user-icon {
  padding-left: 0;
  padding-right: 15px !important; }

.rtl header.header-4 .left-part {
  float: right; }

.rtl .pixelstrap a {
  padding-right: 0;
  padding-left: 30px; }
  .rtl .pixelstrap a:hover, .rtl .pixelstrap a:focus, .rtl .pixelstrap a:active {
    padding-right: 0;
    padding-left: 30px; }
  .rtl .pixelstrap a.sm-horizontal .mega-box .link-section .demo ul li a {
    text-align: right; }

.rtl .pixelstrap ul a {
  padding: 5px 20px; }
  .rtl .pixelstrap ul a, .rtl .pixelstrap ul a:hover, .rtl .pixelstrap ul a:focus, .rtl .pixelstrap ul a:active, .rtl .pixelstrap ul a.highlighted {
    padding: 5px 20px; }

.rtl .pixelstrap.sm-horizontal .feature-menu.full-mega-menu a {
  text-align: right; }

.rtl .pixelstrap.sm-horizontal .feature-menu a:hover, .rtl .pixelstrap.sm-horizontal .feature-menu a:focus, .rtl .pixelstrap.sm-horizontal .feature-menu a:active, .rtl .pixelstrap.sm-horizontal .feature-menu a.highlighted {
  padding: 0; }

.rtl .setting-box {
  direction: ltr; }
  .rtl .setting-box h1, .rtl .setting-box h2, .rtl .setting-box h3, .rtl .setting-box h4, .rtl .setting-box h5, .rtl .setting-box h6, .rtl .setting-box p {
    text-align: left; }

.rtl .brand-logo img {
  -webkit-transform: scaleX(-1);
          transform: none; }

.rtl [dir="rtl"] .slick-slide {
  float: left; }

.rtl .effect-cls:before, .rtl .effect-cls:after {
  right: 0; }

.rtl .breadcrumb-section .breadcrumb {
  padding-left: 0; }

.rtl .order-history h4 {
  text-align: center; }

.rtl .cart-section .wishlist-buttons, .rtl .wishlist-section .wishlist-buttons {
  text-align: left; }

.rtl .category-block .category-details h6 {
  text-align: center; }

.rtl .category .category-wrap h6, .rtl .category .category-wrap h5 {
  text-align: center; }

.rtl .blog-section .review-box .review-content h5, .rtl .blog-section .review-box .review-content h6, .rtl .blog-section .review-box .review-content p {
  text-align: center; }

.rtl .offer-slider .slick-slide > div {
  direction: rtl; }

.rtl .tab-layout1 .theme-tab .border-row1 .product-box {
  border-left: 1px solid #eeeeee;
  border-right: none; }

.rtl .tab-layout1 .theme-tab .border-row1 > div:first-child .product-box {
  border-right: 1px solid #eeeeee; }

.rtl .tab-layout1 .theme-tab .border-row1 > div:nth-last-child(6) .product-box {
  border-right: 1px solid #eeeeee; }

.rtl .vertical-tab .tab-inner .theme-tab .tabs {
  border-left: none;
  border-right: 1px solid #eeeeee; }
  .rtl .vertical-tab .tab-inner .theme-tab .tabs li {
    padding: 20px 30px 20px 0; }
  .rtl .vertical-tab .tab-inner .theme-tab .tabs .current:after {
    right: unset;
    left: 0;
    border-right: none;
    border-left: 10px solid #eeeeee; }

.rtl .vertical-tab .slick-slide {
  direction: rtl; }

.rtl .vertical-tab .slick-next {
  left: 60px; }

.rtl .vertical-tab .slick-prev {
  left: 30px; }

.rtl .vertical-tab .padding-class.pr-0 {
  padding-left: 0;
  padding-right: 15px !important; }

.rtl .vertical-tab .side-banner.pl-0 {
  padding-left: 15px !important;
  padding-right: 0; }

.rtl .vertical-tab.vertical-tab2 .pr-0 {
  padding-left: 0;
  padding-right: 15px !important; }

.rtl .tab-layout3 .row-border > div:nth-child(2), .rtl .tab-layout3 .row-border > div:nth-child(4) {
  border-left: none;
  border-right: 1px solid #eeeeee; }

.rtl .tab-layout4 .row-border1 .product-box {
  border-right: 1px solid #eeeeee;
  border-left: none; }

.rtl .tab-layout4 .row-border2 .product-box {
  border-right: none;
  border-left: 1px solid #eeeeee; }

.rtl .single-section .blog-box .blog-white .product p, .rtl .single-section .blog-box .blog-white .product h5 {
  text-align: center; }

.rtl .single-section .blog-box .blog-white .product .timer {
  padding-right: 0; }

.rtl .banner-bg .banner-content.app-content {
  padding: 0 0 0 70px; }

.rtl .logo.no-border h2 {
  text-align: right; }

.rtl .app-section .app-content {
  margin-left: 0;
  margin-right: 40px; }
  .rtl .app-section .app-content h5 {
    text-align: center; }

.rtl .blog-section .review-box .title {
  text-align: center; }

.rtl .product-layout .center-product .title {
  text-align: center; }

.rtl .product-layout .center-product .product-details p, .rtl .product-layout .center-product .product-details h5 {
  text-align: center; }

.rtl .media-product-section .media .cart-info, .rtl .media-product-section .product-box .cart-info {
  text-align: right; }
  .rtl .media-product-section .media .cart-info button i, .rtl .media-product-section .product-box .cart-info button i {
    padding-left: 8px;
    padding-right: 0; }

.rtl .collection-about p, .rtl .collection-about .title {
  text-align: center; }

.rtl .collection-section .collection_detail h6, .rtl .collection-section .collection_detail h5 {
  text-align: center; }

.rtl .lookbook-section .lookbook-right .hover-detail ul {
  text-align: right; }

.rtl .lookbook-section .lookbook-right .hover-detail li .number-cls {
  margin-right: 0;
  margin-left: 10px; }

.rtl .instashop-section .title {
  text-align: center; }

.rtl .service-banner .service-box p {
  text-align: center; }

.rtl .title-basic .timer-flash {
  right: 10px;
  left: unset; }

.rtl .notification-bar .marquee {
  text-align: center; }

.rtl .typo-content.typo-buttons {
  text-align: right; }

.rtl .typography_section .typography-box .headings {
  text-align: right; }

.rtl .typography_section .typography-box ul, .rtl .typography_section .typography-box ol, .rtl .typography_section .typography-box dl {
  text-align: right; }

.rtl .typography_section .typography-box ol {
  -webkit-padding-start: 0;
          padding-inline-start: 0; }

.rtl .typography_section .typography-box .typo-content.input_button {
  text-align: right; }

.rtl .absolute-product .product-box .product-detail .rating,
.rtl .absolute-product .product-box .product-detail h4,
.rtl .absolute-product .product-box .product-detail h6,
.rtl .absolute-product .product-box .product-detail .color-variant {
  text-align: center; }

.rtl .box-product .full-box .theme-card .offer-slider .product-box2 .media {
  padding-right: 0;
  padding-left: 15px; }
  .rtl .box-product .full-box .theme-card .offer-slider .product-box2 .media img {
    padding: 0 0 0 15px; }

.rtl .box-product .full-box .theme-card .offer-slider .product-box2 .cart-bottom {
  text-align: right; }

.rtl .banner .banner-content h6, .rtl .banner .banner-content h2, .rtl .banner .banner-content h4 {
  text-align: center; }

.rtl .product-box.product-select-box .select-dropdown:after {
  left: 8px;
  right: unset; }

.rtl .product-box.product-select-box .qty-add-box .qty-box .input-group .form-control {
  margin-left: 10px;
  margin-right: 0; }

.rtl .product-box.product-select-box .qty-add-box .qty-box label {
  margin-right: 0;
  margin-left: 8px; }

.rtl .product-box .img-block .cart-details {
  left: 10px;
  right: unset; }

.rtl .product-box .img-block .lable-wrapper .lable1 {
  right: 15px;
  left: unset; }
  .rtl .product-box .img-block .lable-wrapper .lable1:before {
    border-left: none;
    border-right: 14px solid #ebbbc3;
    left: unset;
    right: 39px; }

.rtl .product-box .img-block .lable-wrapper .lable2 {
  left: unset;
  right: 15px; }

.rtl .product-box .img-block .lable-wrapper .lable3 {
  right: -32px;
  left: unset;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.rtl .product-box .img-block .lable-wrapper .lable4 {
  right: 25px;
  left: unset; }

.rtl .product-box .img-block .lable-wrapper .lable5 {
  right: 18px;
  left: unset; }

.rtl .product-box .img-block .cart-right {
  left: 7px;
  right: unset; }

.rtl .product-box:hover .cart-details button {
  -webkit-animation: fadeInLeft 300ms ease-in-out;
          animation: fadeInLeft 300ms ease-in-out; }

.rtl .product-box:hover .cart-details a:nth-child(2) i {
  -webkit-animation: fadeInLeft 500ms ease-in-out;
          animation: fadeInLeft 500ms ease-in-out; }

.rtl .product-box:hover .cart-details a:nth-child(3) i {
  -webkit-animation: fadeInLeft 700ms ease-in-out;
          animation: fadeInLeft 700ms ease-in-out; }

.rtl .product-box:hover .cart-details a:nth-child(4) i {
  -webkit-animation: fadeInLeft 1000ms ease-in-out;
          animation: fadeInLeft 1000ms ease-in-out; }

.rtl .category .category-block {
  direction: rtl;
  padding: 25px 30px 25px 0; }
  .rtl .category .category-block .category-content {
    padding: 10px 20px 10px 0;
    margin-left: 0;
    margin-right: 30px;
    border-left: none;
    border-right: 1px solid #eeeeee; }
    .rtl .category .category-block .category-content .btn-solid {
      left: 20px;
      right: unset; }
  .rtl .category .category-block:hover .category-content {
    border-right: none; }
    .rtl .category .category-block:hover .category-content .btn-solid {
      -webkit-animation: fadeInLeft 500ms ease;
              animation: fadeInLeft 500ms ease; }

.rtl .slider-section .padding-cls {
  padding-left: 15px !important;
  padding-right: 0; }

.rtl .slider-section .side-banner {
  padding-right: 15px !important;
  padding-left: 0; }

.rtl .slider-section .deal-box {
  text-align: right; }
  .rtl .slider-section .deal-box .slick-slider .slick-prev {
    right: unset;
    left: -6px; }
  .rtl .slider-section .deal-box .slick-slider .slick-next {
    right: unset;
    left: 24px; }
  .rtl .slider-section .deal-box .product p, .rtl .slider-section .deal-box .product h5 {
    text-align: center; }
  .rtl .slider-section .deal-box .product .timer {
    padding-right: 0; }

.rtl .slider-section .tab-head {
  text-align: right; }

.rtl .slider-section .slick-slider .slick-prev {
  left: 30px;
  right: unset; }

.rtl .slider-section .slick-slider .slick-next {
  left: 60px;
  right: unset; }

.rtl .slider-section .slick-slider .slick-slide {
  direction: rtl; }

.rtl .banner-sec.landscape-layout .left-banner h2 {
  text-align: center; }

.rtl .cart-info a [class^="ti-"], .rtl .cart-info a [class*=" ti-"] {
  border-left: none;
  border-right: 1px solid #eeeeee; }

.rtl .form_search button {
  left: 5px;
  right: unset; }

.rtl .search-overlay > div .closebtn {
  right: unset;
  left: 25px; }

.rtl .home-slider .text-center p, .rtl .home-slider .text-center h1, .rtl .home-slider .text-center h2, .rtl .home-slider .text-center h3, .rtl .home-slider .text-center h4, .rtl .home-slider .text-center h5, .rtl .home-slider .text-center h6, .rtl .center-slider .text-center p, .rtl .center-slider .text-center h1, .rtl .center-slider .text-center h2, .rtl .center-slider .text-center h3, .rtl .center-slider .text-center h4, .rtl .center-slider .text-center h5, .rtl .center-slider .text-center h6 {
  text-align: center !important; }

.rtl .home-slider .text-left p, .rtl .home-slider .text-left h1, .rtl .home-slider .text-left h2, .rtl .home-slider .text-left h3, .rtl .home-slider .text-left h4, .rtl .home-slider .text-left h5, .rtl .home-slider .text-left h6, .rtl .center-slider .text-left p, .rtl .center-slider .text-left h1, .rtl .center-slider .text-left h2, .rtl .center-slider .text-left h3, .rtl .center-slider .text-left h4, .rtl .center-slider .text-left h5, .rtl .center-slider .text-left h6 {
  text-align: left; }

.rtl .home-slider .text-right p, .rtl .home-slider .text-right h1, .rtl .home-slider .text-right h2, .rtl .home-slider .text-right h3, .rtl .home-slider .text-right h4, .rtl .home-slider .text-right h5, .rtl .home-slider .text-right h6, .rtl .center-slider .text-right p, .rtl .center-slider .text-right h1, .rtl .center-slider .text-right h2, .rtl .center-slider .text-right h3, .rtl .center-slider .text-right h4, .rtl .center-slider .text-right h5, .rtl .center-slider .text-right h6 {
  text-align: right; }

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

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

.rtl .home-slider .slider-contain h1, .rtl .home-slider .slider-contain h2, .rtl .home-slider .slider-contain h3, .rtl .home-slider .slider-contain h4, .rtl .home-slider .slider-contain h5, .rtl .home-slider .slider-contain h6, .rtl .center-slider .slider-contain h1, .rtl .center-slider .slider-contain h2, .rtl .center-slider .slider-contain h3, .rtl .center-slider .slider-contain h4, .rtl .center-slider .slider-contain h5, .rtl .center-slider .slider-contain h6 {
  text-align: left; }

.rtl .home-slider .slider-contain .btn-solid, .rtl .home-slider .slider-contain .btn-outline, .rtl .center-slider .slider-contain .btn-solid, .rtl .center-slider .slider-contain .btn-outline {
  float: inherit; }

.rtl .home-slider .slick-next, .rtl .center-slider .slick-next {
  right: unset;
  left: 1px; }
  .rtl .home-slider .slick-next:before, .rtl .center-slider .slick-next:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.rtl .home-slider .slick-prev, .rtl .center-slider .slick-prev {
  left: unset;
  right: 1px; }
  .rtl .home-slider .slick-prev:before, .rtl .center-slider .slick-prev:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.rtl .home-slider:hover .slick-next, .rtl .center-slider:hover .slick-next {
  right: unset;
  left: 100px; }

.rtl .home-slider:hover .slick-prev, .rtl .center-slider:hover .slick-prev {
  left: unset;
  right: 100px; }

.rtl .pwd-page h2 {
  text-align: center; }

.rtl .footer-light .subscribe {
  border-right: none;
  border-left: 1px solid #dddddd; }
  .rtl .footer-light .subscribe h4 {
    text-align: right; }

.rtl .subscribe h4 {
  text-align: center; }
  .rtl .subscribe h4 i {
    padding-left: 5px;
    padding-right: 0; }

.rtl .service-block svg {
  margin-left: 12px;
  margin-right: 0; }

.rtl .service-block + .service-block {
  border-right: 1px solid #dddddd;
  border-left: none; }

.rtl .service-block1 h4, .rtl .service-block1 p, .rtl .service-block1 h5 {
  text-align: center; }

.rtl .service-block1 + .service-block1 {
  border-left: none;
  border-right: 1px solid #eeeeee; }

.rtl .blog-details h4, .rtl .blog-details h6 {
  text-align: center; }

.rtl .blog-details a p {
  text-align: center; }

.rtl .instagram h2 {
  text-align: center; }

.rtl .category-block .category-details h5 {
  text-align: center; }

.rtl .about-text p {
  text-align: center; }

.rtl .collection-banner.p-left .contain-banner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.rtl .collection-banner.p-right .contain-banner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.rtl .collection-banner.p-center .contain-banner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.rtl .collection-banner.text-center .contain-banner h1, .rtl .collection-banner.text-center .contain-banner h2, .rtl .collection-banner.text-center .contain-banner h3, .rtl .collection-banner.text-center .contain-banner h4, .rtl .collection-banner.text-center .contain-banner h5, .rtl .collection-banner.text-center .contain-banner h6 {
  text-align: center; }

.rtl .collection-banner.text-left .contain-banner h1, .rtl .collection-banner.text-left .contain-banner h2, .rtl .collection-banner.text-left .contain-banner h3, .rtl .collection-banner.text-left .contain-banner h4, .rtl .collection-banner.text-left .contain-banner h5, .rtl .collection-banner.text-left .contain-banner h6 {
  text-align: left; }

.rtl .collection-banner.text-right .contain-banner h1, .rtl .collection-banner.text-right .contain-banner h2, .rtl .collection-banner.text-right .contain-banner h3, .rtl .collection-banner.text-right .contain-banner h4, .rtl .collection-banner.text-right .contain-banner h5, .rtl .collection-banner.text-right .contain-banner h6 {
  text-align: right; }

.rtl .collection-banner .contain-banner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .rtl .collection-banner .contain-banner h1, .rtl .collection-banner .contain-banner h2, .rtl .collection-banner .contain-banner h3, .rtl .collection-banner .contain-banner h4, .rtl .collection-banner .contain-banner h5, .rtl .collection-banner .contain-banner h6 {
    text-align: left; }

.rtl .full-banner.p-left .banner-contain {
  float: left; }

.rtl .full-banner.p-right .banner-contain {
  float: right; }

.rtl .full-banner.p-center .banner-contain {
  left: 0;
  right: 0;
  margin: 0 auto; }
  .rtl .full-banner.p-center .banner-contain h3, .rtl .full-banner.p-center .banner-contain h4 {
    text-align: center; }
  .rtl .full-banner.p-center .banner-contain .btn-solid, .rtl .full-banner.p-center .banner-contain .btn-outline {
    float: unset; }

.rtl .full-banner.text-center .banner-contain h2, .rtl .full-banner.text-center .banner-contain h3, .rtl .full-banner.text-center .banner-contain h4 {
  text-align: center; }

.rtl .full-banner.text-left .banner-contain h2, .rtl .full-banner.text-left .banner-contain h3, .rtl .full-banner.text-left .banner-contain h4 {
  text-align: left; }

.rtl .full-banner.text-right .banner-contain h2, .rtl .full-banner.text-right .banner-contain h3, .rtl .full-banner.text-right .banner-contain h4 {
  text-align: right; }

.rtl .theme-card .slick-prev {
  left: 0;
  right: unset; }

.rtl .theme-card .slick-next {
  right: unset;
  left: 28px; }

.rtl .theme-card .offer-slider img {
  padding: 15px 0 15px 15px; }

.rtl .theme-card .offer-slider .media .media-body a h6 {
  margin-left: 61px;
  margin-right: 0; }

.rtl .theme-card .offer-slider .media .media-body .rating {
  text-align: right; }
  .rtl .theme-card .offer-slider .media .media-body .rating i {
    padding-left: 5px; }

.rtl .theme-card.card-border h5 {
  padding-left: 0;
  padding-right: 50px; }

.rtl .theme-card.card-border .slick-prev {
  left: 30px; }

.rtl .theme-card.card-border .slick-next {
  left: 50px; }

.rtl .theme-card.card-border .offer-slider img {
  padding: 15px 30px 15px 15px; }

.rtl .theme-card.card-border .offer-slider .slick-slide > div {
  direction: rtl; }

.rtl .background .contain-bg h4 {
  text-align: center; }

.rtl .center-slider:hover .slick-next {
  left: 20px;
  right: unset; }

.rtl .center-slider:hover .slick-prev {
  left: unset;
  right: 20px; }

.rtl .blog-box.blog-pattern .blog-white {
  text-align: right; }
  .rtl .blog-box.blog-pattern .blog-white.product-sec .product-block {
    direction: rtl; }
    .rtl .blog-box.blog-pattern .blog-white.product-sec .product-block .media .media-body a {
      right: unset;
      left: 0; }
    .rtl .blog-box.blog-pattern .blog-white.product-sec .product-block .media img {
      margin-right: 0 !important;
      margin-left: 10px; }
  .rtl .blog-box.blog-pattern .blog-white.feature-sec .feature-block .media:last-child {
    border-left: none;
    border-right: 1px solid #eeeeee; }
  .rtl .blog-box.blog-pattern .blog-white.feature-sec .feature-block .media img {
    margin-right: 0 !important;
    margin-left: 1rem; }
  .rtl .blog-box.blog-pattern .blog-white.app-white {
    text-align: center; }
    .rtl .blog-box.blog-pattern .blog-white.app-white h5 {
      text-align: center; }

.rtl .add_to_cart.right {
  left: -300px;
  right: unset; }
  .rtl .add_to_cart.right.open-side {
    left: 0;
    right: unset; }

.rtl .add_to_cart .cart-inner .cart_media li .media img {
  margin-right: 0 !important;
  margin-left: 1rem; }

.rtl .theme-tab .tab-title {
  -webkit-padding-start: 0; }

.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 img {
  padding: 15px; }

.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating {
  text-align: right; }

.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a h6 {
  margin-left: 35px;
  margin-right: 0; }

.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .color-variant {
  text-align: right;
  -webkit-padding-start: 0; }

.rtl .timer {
  padding-left: 0;
  padding-right: 40px; }
  .rtl .timer span .padding-l {
    padding-left: 0;
    padding-right: 22px; }

.rtl .category-m .category-wrapper h4 {
  text-align: center; }

.rtl .category-m .category-wrapper .category-link {
  -webkit-padding-start: 0; }

.rtl .full-box .theme-card .offer-slider .product-box2 .media .media-body a h6 {
  margin-right: 0;
  margin-left: 20px; }

.rtl .full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant {
  text-align: right;
  -webkit-padding-start: 0; }

.rtl .compare-page .table-wrapper .table tbody tr th, .rtl .compare-page .table-wrapper .table tbody tr td {
  text-align: right; }

.rtl .compare-page .table-wrapper .table thead .th-compare td {
  text-align: right; }

.rtl .compare-page .table-wrapper .table thead .th-compare th .remove-compare {
  float: right; }

.rtl .product-wrap .product-detail .rating, .rtl .product-wrap .product-detail h4, .rtl .product-wrap .product-detail h6, .rtl .product-wrap .product-detail .color-variant, .rtl .product-wrap .product-info .rating, .rtl .product-wrap .product-info h4, .rtl .product-wrap .product-info h6, .rtl .product-wrap .product-info .color-variant {
  text-align: center; }

.rtl .product-wrap .product-detail .color-variant li, .rtl .product-wrap .product-info .color-variant li {
  margin: 0 2px; }

.rtl .breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
  padding-left: 0; }
  .rtl .breadcrumb-item + .breadcrumb-item:before {
    padding-right: 0;
    padding-left: 0.5rem; }

.rtl .main-nav-center .toggle-nav {
  left: 175px;
  right: 0; }

.rtl .testimonial .testimonial-slider .slick-track .slick-slide .media h5, .rtl .testimonial .testimonial-slider .slick-track .slick-slide .media h6 {
  text-align: center; }

.rtl .sitemap_page ul {
  text-align: right; }

.rtl .team .slick-next {
  right: unset;
  left: 20px; }

.rtl .team .slick-prev {
  right: unset;
  left: 0; }

.rtl .team h4, .rtl .team h6 {
  text-align: center; }

.rtl .blog-page .blog-sidebar .theme-card .recent-blog {
  text-align: right; }
  .rtl .blog-page .blog-sidebar .theme-card .recent-blog li .media img {
    margin-right: 0;
    margin-left: 10px; }

.rtl .blog-page .blog-sidebar .theme-card .popular-blog li .blog-date {
  margin: 0 0 0 15px; }

.rtl .blog-page .blog-media .blog-right ul {
  text-align: right; }
  .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; }

.rtl .blog-detail-page .blog-detail .post-social {
  text-align: right; }
  .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; }

.rtl .blog-detail-page .blog-advance ul {
  text-align: right; }

.rtl .blog-detail-page .comment-section li img {
  margin-right: 0;
  margin-left: 20px; }

.rtl .blog-detail-page .blog-contact .theme-form label, .rtl .blog-detail-page .blog-contact .theme-form .btn-solid, .rtl .blog-detail-page .blog-contact .theme-form .btn-outline {
  float: right; }

.rtl .cart-section tbody tr td h2, .rtl .cart-section tbody tr td p, .rtl .wishlist-section tbody tr td h2, .rtl .wishlist-section tbody tr td p {
  text-align: center; }

.rtl .cart-section tfoot tr td:first-child, .rtl .wishlist-section tfoot tr td:first-child {
  padding-right: 0;
  padding-left: 10px;
  text-align: left; }

.rtl .cart-section .cart-buttons > div:last-child, .rtl .wishlist-section .cart-buttons > div:last-child {
  text-align: left;
  padding-left: 59px;
  padding-right: 0; }

.rtl .cart-section .cart-buttons > div:first-child .btn-solid, .rtl .cart-section .cart-buttons > div:first-child .btn-outline, .rtl .wishlist-section .cart-buttons > div:first-child .btn-solid, .rtl .wishlist-section .cart-buttons > div:first-child .btn-outline {
  float: right; }

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li:first-child {
  margin-right: 0;
  margin-left: 14px; }

.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; }

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
  border-right: none;
  border-left: 1px solid #dddddd;
  padding: 20px;
  background: url(../images/dropdown.png) no-repeat 5%; }

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
  border-right: none;
  border-left: 1px solid #dddddd; }

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
  padding: 20px;
  background: url(../images/dropdown.png) no-repeat 5%; }

.rtl .collection-product-wrapper .product-top-filter .popup-filter .open-popup {
  left: unset;
  right: 0; }

.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view, .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view, .rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup, .rtl .collection-product-wrapper .product-top-filter .popup-filter .search-count {
  border-right: none;
  border-left: 1px solid #dddddd; }
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view select, .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select, .rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup select, .rtl .collection-product-wrapper .product-top-filter .popup-filter .search-count select {
    border-right: none; }

.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul {
  float: right; }
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li:first-child {
    margin-right: 0;
    margin-left: 14px; }

.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
  background: url(../images/dropdown.png) no-repeat 5%; }

.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
  background: url(../images/dropdown.png) no-repeat 5%; }

.rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
  text-align: right;
  background: url(../images/dropdown.png) no-repeat 5%; }

.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select, .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
  padding-right: 20px;
  padding-left: 45px; }

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-view, .rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
  text-align: right; }

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li, .rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li {
  margin-right: 10px;
  margin-left: 0; }

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view .filter-select li, .rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view .filter-select li {
  margin-right: 4px;
  margin-left: 0; }

.rtl .qty-box .input-group span button {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.rtl .product-pagination .product-search-count-bottom {
  padding-right: 0;
  padding-left: 15px; }

.rtl .product-pagination .pagination .page-item a i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.rtl .custom-control-label:after {
  right: -1.5rem;
  left: unset; }

.rtl .contact-page .theme-form label {
  float: right; }

.rtl .contact-page .theme-form .btn-solid, .rtl .contact-page .theme-form .btn-outline {
  float: right; }

.rtl .contact-page .contact-right ul li {
  padding-right: 150px;
  padding-left: 0; }
  .rtl .contact-page .contact-right ul li .contact-icon {
    left: unset;
    border-left: 1px solid #dddddd;
    border-right: 0;
    right: 0; }
    .rtl .contact-page .contact-right ul li .contact-icon h6 {
      text-align: center; }

.rtl .faq-section .accordion.theme-accordion .card .card-header button {
  float: right;
  text-align: right; }
  .rtl .faq-section .accordion.theme-accordion .card .card-header button:before {
    right: unset;
    left: 20px; }

.rtl .login-page .theme-card {
  text-align: right; }
  .rtl .login-page .theme-card .theme-form label {
    float: right; }

.rtl .register-page {
  text-align: right; }
  .rtl .register-page .theme-card .theme-form label {
    float: right; }

.rtl .image-swatch {
  text-align: right; }

.rtl .product-right .color-variant {
  text-align: center; }

.rtl .product-right .rating {
  text-align: right; }

.rtl .product-right.product-form-box h4, .rtl .product-right.product-form-box h3, .rtl .product-right.product-form-box h6 {
  text-align: center; }

.rtl .product-right .product-icon .product-social li {
  padding-right: 0;
  padding-left: 30px; }

.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; }

.rtl .product-right .product-icon .wishlist-btn span {
  padding-left: 0;
  padding-right: 10px; }

.rtl .product-right .payment-card-bottom {
  text-align: right; }
  .rtl .product-right .payment-card-bottom ul li {
    padding-right: 0;
    padding-left: 10px; }

.rtl .product-right .timer p {
  text-align: right; }

.rtl .single-product-tables {
  text-align: right; }
  .rtl .single-product-tables.detail-section {
    text-align: right; }

.rtl .tab-product .theme-form input, .rtl .product-full-tab .theme-form input {
  text-align: right; }

.rtl .tab-product .tab-content .theme-form .media .ml-3, .rtl .product-full-tab .tab-content .theme-form .media .ml-3 {
  margin-left: 0 !important;
  margin-right: 1rem !important; }

.rtl .theme-form {
  text-align: right; }

.rtl .collection .collection-block .collection-content h3, .rtl .collection .collection-block .collection-content h4, .rtl .collection .collection-block .collection-content p {
  text-align: center; }

.rtl .product-right-slick .slick-next, .rtl .product-slick .slick-next {
  top: 50%;
  right: unset;
  left: 1px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.rtl .product-right-slick .slick-prev, .rtl .product-slick .slick-prev {
  top: 50%;
  left: unset;
  right: 1px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

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

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

.rtl .collection-wrapper .product-right .product-buttons {
  text-align: center; }

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

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

.rtl .collection-mobile-back span i {
  float: left; }

.rtl .modal-header .close {
  padding: unset;
  margin: unset; }

.rtl .collection-collapse-block .collapse-block-title:after {
  left: -3px;
  right: unset; }

.rtl .collection-filter-block .product-service .media .media-body {
  padding-right: 10px;
  padding-left: 0; }

.rtl .collection-sidebar-banner {
  text-align: right; }

.rtl .tab-border .nav-border {
  border-right: 0;
  border-left: 1px solid #dddddd; }

.rtl .product-pagination .pagination .page-item.active a {
  border-right: none; }

.rtl .custom-control {
  padding-left: 0;
  padding-right: 1.5rem; }

.rtl .collection-collapse-block .collection-collapse-block-content .color-selector ul {
  text-align: right; }

.rtl .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox {
  text-align: right; }

.rtl .theme-modal .modal-dialog .quick-view-modal button.close {
  left: 10px;
  right: 0; }

.rtl .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close {
  left: 17px;
  right: unset; }

.rtl .custom-control-label:before {
  right: -1.5rem;
  left: 0; }

.rtl .product-wrapper-grid.list-view .product-box .product-detail {
  padding-right: 15px;
  padding-left: 0; }

.rtl .search-overlay > div .overlay-content button {
  right: unset;
  left: 10px; }

.rtl .dark-layout h2 {
  text-align: center; }

.rtl .dark-layout .footer-contant p {
  text-align: center; }

.rtl .subscribe-form.classic-form .form-control {
  margin-left: 0;
  margin-right: 15px; }

.rtl .rtl-text .product-right .color-variant, .rtl .rtl-text .product-right .size-box, .rtl .rtl-text .product-right .product-buttons, .rtl .rtl-text .product-right .border-product {
  text-align: right; }

.rtl .search-block .form-header .input-group i {
  padding-right: 0;
  padding-left: 10px; }

.rtl .payment-box .payment-options li .radio-option {
  text-align: right; }
  .rtl .payment-box .payment-options li .radio-option label {
    padding-right: 30px;
    padding-left: 0; }
  .rtl .payment-box .payment-options li .radio-option input[type="radio"] {
    right: 0;
    left: unset; }

.rtl .contact-page.register-page {
  text-align: right; }

.rtl .order-box .total li .count {
  text-align: right; }

.rtl .order-box .sub-total .shipping {
  text-align: right; }

.rtl .order-box .sub-total .shopping-option label {
  padding-left: 0;
  padding-right: 10px; }

.rtl .order-box .sub-total li .count {
  text-align: right; }

.rtl .order-box .qty li span {
  text-align: right; }

.rtl .order-box .title-box span {
  text-align: right; }

.rtl .error-section h1, .rtl .error-section h2 {
  text-align: center; }

.rtl .dashboard .box .box-title > a {
  right: unset;
  left: 0; }

.rtl .dashboard .box address {
  text-align: right; }

.rtl .success-text h2, .rtl .success-text p {
  text-align: center; }

.rtl .product-order .product-order-detail {
  text-align: right; }

.rtl .product-order .final-total h3 span {
  float: left; }

.rtl .delivery-sec h2, .rtl .delivery-sec h3 {
  text-align: center; }

.rtl .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a h6 {
  text-align: center; }

.rtl .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h6, .rtl .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h4 {
  text-align: center; }

.rtl .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .product-upsell h4 {
  text-align: center; }

.rtl .add_to_cart .cart-inner .cart_top .close-cart {
  margin-right: auto;
  margin-left: unset; }

.rtl .add_to_cart .cart-inner .cart_media .close-circle {
  left: 0;
  right: unset; }

.rtl .payment-box .payment-options li .radio-option label img {
  margin-right: -30px;
  margin-left: 0; }

.rtl .checkout-page .checkout-form select {
  background: url(../images/dropdown.png) no-repeat 3%; }

.rtl .compare-section .compare-part .detail-part .title-detail h5 {
  text-align: center; }

.rtl .dashboard-left .block-content ul li:hover {
  padding-right: 10px;
  padding-left: 0; }

.rtl .tab-left .theme-tab .left-side .tab-title {
  margin-left: 100px;
  text-align: right;
  margin-right: 0; }

.rtl .review-page .comnt-sec {
  text-align: right; }
  .rtl .review-page .comnt-sec li {
    margin-right: 0;
    margin-left: 15px; }
    .rtl .review-page .comnt-sec li a i {
      margin-right: 0;
      margin-left: 5px; }

.rtl .template-password #container #login h2 {
  text-align: center; }

.rtl .template-password #container #login .theme-form {
  text-align: center; }
  .rtl .template-password #container #login .theme-form h3 {
    text-align: center; }

.rtl .template-password #container #powered p {
  text-align: center; }

.rtl .ribbon-1 {
  right: 14px;
  left: unset; }

.rtl .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .demo-text h4 {
  text-align: center; }

.rtl header.header-1 .right-part {
  text-align: left; }
  .rtl header.header-1 .right-part ul li {
    border-left: 1px solid #eeeeee;
    border-right: none; }
    .rtl header.header-1 .right-part ul li .select-option:after {
      left: 0;
      right: unset; }
    .rtl header.header-1 .right-part ul li:first-child a {
      padding-left: 12px;
      padding-right: 0; }
    .rtl header.header-1 .right-part ul li:nth-last-child(-n + 2) {
      padding-right: unset;
      padding-left: 24px; }
    .rtl header.header-1 .right-part ul li:last-child {
      border-left: none; }

.rtl header.header-1 .nav-icon ul .onhover-div {
  padding: 0 0 0 130px; }
  .rtl header.header-1 .nav-icon ul .onhover-div .icon-detail {
    left: unset;
    right: 40px; }

.rtl header.header-1 .nav-icon ul .cart-icon {
  padding: 0 0 0 70px; }

.rtl header.header-1 .nav-icon ul .wishlist-icon {
  padding: 0 0 0 95px; }

.rtl header.header-1 .header-section .search-bar {
  padding-left: 15px;
  padding-right: 80px; }
  .rtl header.header-1 .header-section .search-bar .search-icon {
    right: unset;
    left: 20px; }

.rtl header.header-1 .pixelstrap.sm-horizontal .icon-cls a, .rtl header.header-1 .pixelstrap.sm-horizontal .icon-cls a:hover, .rtl header.header-1 .pixelstrap.sm-horizontal .icon-cls a:focus, .rtl header.header-1 .pixelstrap.sm-horizontal .icon-cls a:active {
  padding-right: 0;
  padding-left: 20px; }

.rtl header.header-1 .search-bar .search__input {
  padding: 12px 24px 12px 50px; }

.rtl header.header-2 .search-bar .search-icon {
  left: 20px;
  right: unset; }

.rtl header.header-2 .upper-section {
  padding: 25px 25px 25px 0; }
  .rtl header.header-2 .upper-section li {
    border-right: none;
    border-left: 1px solid #eeeeee; }
    .rtl header.header-2 .upper-section li a select {
      background: url(../images/dropdown.png) no-repeat 15%; }
    .rtl header.header-2 .upper-section li:first-child a {
      padding-left: 12px;
      padding-right: 0; }
    .rtl header.header-2 .upper-section li:last-child a {
      padding-left: 8px;
      padding-right: 12px; }
    .rtl header.header-2 .upper-section li:nth-last-child(-n + 2) {
      border-left: none; }

.rtl header.header-2 .lower-section {
  padding: 25px 25px 25px 0; }

.rtl header.header-2 .content-header .right-section {
  border-left: none;
  border-right: 1px solid #eeeeee; }

.rtl header.header-2 .nav-icon ul .onhover-div {
  padding: 0 0 0 121px; }
  .rtl header.header-2 .nav-icon ul .onhover-div.wishlist-icon {
    padding: 0 0 0 90px; }
  .rtl header.header-2 .nav-icon ul .onhover-div.search-3 {
    padding-left: 0; }
  .rtl header.header-2 .nav-icon ul .onhover-div .icon-detail {
    right: 40px;
    left: unset; }

.rtl header .navbar {
  padding: 0 0 0 25px; }

.rtl header .search-bar {
  padding-right: 0;
  padding-left: 15px; }
  .rtl header .search-bar .search__input {
    padding: 12px 24px 12px 50px; }

.rtl footer .about-section .footer-mobile-title h4:after {
  left: unset;
  right: 0; }

.rtl footer .footer-logo {
  text-align: unset;
  -webkit-transform: scaleX(-1);
          transform: none; }

.rtl footer .subscribe-section .subscribe-content p {
  padding-left: unset;
  border-left: none;
  margin-left: unset;
  padding-right: 25px;
  border-right: 1px solid #85e4f0;
  margin-right: 25px; }

.rtl footer .subscribe-section .subscribe-content h4 i {
  padding-right: unset;
  padding-left: 12px; }

.rtl footer .subscribe-section .subscribe-content .subscribe-form {
  margin-left: unset;
  margin-right: 30px; }
  .rtl footer .subscribe-section .subscribe-content .subscribe-form .btn-solid {
    margin-left: unset;
    margin-right: -30px;
    border-bottom-right-radius: unset;
    border-top-right-radius: unset;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px; }

.rtl footer .footer-social li {
  padding-left: 5px;
  padding-right: 5px; }

.rtl footer .footer-section .about-section {
  border-right: none;
  border-left: 1px solid #eeeeee; }

.rtl footer .footer-section .footer-link {
  border-right: none;
  border-left: 1px solid #eeeeee; }
  .rtl footer .footer-section .footer-link .footer-title h4:after {
    left: unset;
    right: 0; }

.rtl footer .sub-footer .payment-card-bottom li {
  padding-left: 0;
  padding-right: 15px; }

.rtl footer.footer-2 .footer-section .footer-link {
  border-left: none; }
  .rtl footer.footer-2 .footer-section .footer-link .footer-content .contact-list {
    text-align: right; }
    .rtl footer.footer-2 .footer-section .footer-link .footer-content .contact-list li {
      padding-left: 0;
      padding-right: 25px; }
      .rtl footer.footer-2 .footer-section .footer-link .footer-content .contact-list li i {
        right: 0;
        left: unset; }

.rtl footer.footer-3 .footer-section .footer-link {
  border-right: 1px solid #eeeeee;
  border-left: none; }
  .rtl footer.footer-3 .footer-section .footer-link .footer-content .contact-list li {
    text-align: right;
    padding-left: 0;
    padding-right: 25px; }
    .rtl footer.footer-3 .footer-section .footer-link .footer-content .contact-list li i {
      right: 0;
      left: unset; }

.rtl footer.footer-3 .footer-section .about-section {
  border-left: none; }

.rtl footer.footer-4 .border-class {
  padding: 0 125px 0 0;
  border-left: none;
  border-right: 1px solid #eeeeee; }
  .rtl footer.footer-4 .border-class .footer-social {
    margin-right: -15px;
    margin-left: 0; }

.rtl footer.footer-4 .height-cls .footer-link:last-child {
  border-left: none; }

.rtl footer.footer-4 .footer-section .footer-link .footer-content .contact-list {
  text-align: right; }
  .rtl footer.footer-4 .footer-section .footer-link .footer-content .contact-list li {
    padding-left: 0;
    padding-right: 25px; }
    .rtl footer.footer-4 .footer-section .footer-link .footer-content .contact-list li i {
      right: 0;
      left: unset; }

.rtl .service .service-block .media img {
  margin-right: unset;
  margin-left: 8px; }

.rtl .add_to_cart .cart-inner .cart_media li .total h5 span {
  float: left; }

.rtl .product-box .product-info h6 {
  text-align: center; }

.rtl .product-box .product-info h5 {
  text-align: center; }

.rtl .product-box .addtocart_box .addtocart_detail h5 {
  text-align: center; }

.rtl .product-box .addtocart_box .close-cart {
  right: unset;
  left: 8px; }

.rtl .product-wrapper-grid.list-view .product-box .product-info h6 {
  text-align: right; }

.rtl .product-wrapper-grid.list-view .product-box .product-info h5 {
  text-align: right; }

.rtl .portfolio-section.metro-section .product-box .product-detail h5 {
  text-align: center; }

.rtl .portfolio-section.metro-section .product-box .product-detail h6 {
  text-align: center; }

.rtl .checkout-page .checkout-form .form-group .field-label {
  text-align: right; }

.rtl .search-block .form-header .input-group button {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: -1px;
  margin-left: unset; }

.rtl .search-block .form-header .input-group input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px; }

.rtl .team-4 .slick-prev:after {
  left: 19px; }

.rtl .collection-filter .theme-card .slick-prev:after {
  top: 10px; }

.rtl .testimonial .testimonial-slider .upper-part .testimonial-body p, .rtl .testimonial .testimonial-slider .upper-part .testimonial-body h5, .rtl .testimonial .testimonial-slider .upper-part .testimonial-body h6 {
  text-align: center; }

.rtl .team {
  text-align: right; }

.rtl .about-page h4, .rtl .about-page p {
  text-align: center; }

.rtl .checkout-page .checkout-form .check-out .form-group:last-child {
  text-align: right; }

.rtl .checkout-page .payment-box .text-right {
  text-align: left !important; }

.rtl .product-order {
  text-align: right; }

.rtl .product-related .slick-next {
  left: 30px;
  right: unset; }

.rtl .product-related .slick-prev {
  right: unset;
  left: 0; }

.rtl .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close {
  padding-left: 10px;
  padding-right: 0; }

/*=====================
    25. Menu css start
==========================*/
.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: 9; }
  .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; }

.pixelstrap a, .pixelstrap a:hover, .pixelstrap a:focus, .pixelstrap a:active {
  padding: 33px 0;
  padding-right: 30px;
  color: #444444;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  text-transform: uppercase; }

.pixelstrap a.disabled {
  color: #4d4d4d; }

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

.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: black;
    font-size: 14px;
    text-shadow: none;
    text-transform: capitalize;
    font-weight: 500;
    border-left: 8px solid transparent; }
  .pixelstrap ul a.current {
    background: black;
    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; }

.pixelstrap .mega-box .link-section .demo h6 {
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px; }

.pixelstrap .mega-box .link-section .demo .mega-menu-img {
  margin-bottom: 10px; }

.pixelstrap.sm-horizontal .mega-box .link-section .demo ul {
  position: relative;
  display: block;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100% !important; }
  .pixelstrap.sm-horizontal .mega-box .link-section .demo ul li a {
    position: relative; }
    .pixelstrap.sm-horizontal .mega-box .link-section .demo ul li a span img {
      width: auto;
      position: absolute;
      right: -100px;
      top: 0;
      visibility: hidden;
      z-index: 3;
      max-width: 141px;
      -moz-opacity: 0;
      opacity: 0;
      transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
      padding: 0; }
    .pixelstrap.sm-horizontal .mega-box .link-section .demo ul li a:hover span img {
      opacity: 1;
      visibility: visible;
      -webkit-animation: fadeInUp 0.3s ease-in-out;
              animation: fadeInUp 0.3s ease-in-out; }

.pixelstrap.sm-horizontal .feature-menu a {
  padding: 0;
  text-align: center; }
  .pixelstrap.sm-horizontal .feature-menu a img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .pixelstrap.sm-horizontal .feature-menu a h6 {
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 400;
    color: #333333;
    text-transform: uppercase; }
  .pixelstrap.sm-horizontal .feature-menu a:hover img {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .pixelstrap.sm-horizontal .feature-menu a:hover h6 {
    color: #000000; }

.pixelstrap.sm-horizontal .feature-menu.full-mega-menu {
  padding: 20px 15px 15px 15px; }
  .pixelstrap.sm-horizontal .feature-menu.full-mega-menu a {
    text-align: left; }

.pixelstrap.sm-vertical a {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em; }
  .pixelstrap.sm-vertical a, .pixelstrap.sm-vertical a:hover, .pixelstrap.sm-vertical a:focus, .pixelstrap.sm-vertical a:active {
    color: #272523; }
  .pixelstrap.sm-vertical a:hover {
    color: #000000; }

.pixelstrap.sm-vertical li ul li a {
  padding: 5px 20px;
  color: #333333;
  text-transform: capitalize;
  font-weight: 500; }
  .pixelstrap.sm-vertical li ul li a:hover, .pixelstrap.sm-vertical li ul li a:active, .pixelstrap.sm-vertical li ul li a.highlighted {
    background-color: unset;
    color: #000000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .pixelstrap.sm-vertical li ul li a .sub-arrow {
    right: 10px; }

.pixelstrap.sm-vertical .vertical-mega-menu .demo ul {
  display: block;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  padding: 0; }
  .pixelstrap.sm-vertical .vertical-mega-menu .demo ul li a {
    padding-left: 0;
    text-transform: capitalize; }

.pixelstrap.sm-vertical ul {
  border-radius: 0 !important; }

.dark .pixelstrap .mega-box .link-section .demo h6 {
  color: #cfd4da; }

@media (min-width: 1200px) {
  /* Switch to desktop layout  */
  .pixelstrap ul {
    position: absolute;
    width: 13em !important; }
  .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;
    background: transparent; }
  .pixelstrap a .sub-arrow::before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    font-weight: 500; }
  .pixelstrap ul {
    border: 1px solid #4d4d4d;
    padding: 7px 0;
    background: #fff;
    border-radius: 0 0 4px 4px !important;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    -webkit-animation: fadeInUp 0.3s ease-in-out;
            animation: fadeInUp 0.3s ease-in-out; }
    .pixelstrap ul ul {
      border-radius: 4px !important;
      background: #fff;
      -webkit-animation: fadeInUp 0.3s ease-in-out;
              animation: fadeInUp 0.3s ease-in-out; }
    .pixelstrap ul a, .pixelstrap ul a:hover, .pixelstrap ul a:focus, .pixelstrap ul a:active, .pixelstrap ul a.highlighted {
      border: 0 !important;
      padding: 5px 20px;
      background: transparent;
      color: #333333;
      border-radius: 0 !important; }
    .pixelstrap ul a:hover, .pixelstrap ul a:focus, .pixelstrap ul a:active, .pixelstrap ul a.highlighted {
      color: #000000; }
    .pixelstrap ul a.current {
      color: #000000; }
    .pixelstrap ul a.disabled {
      color: #000000; }
    .pixelstrap ul a .sub-arrow {
      top: 50%;
      margin-top: -5px;
      bottom: auto;
      left: auto;
      margin-left: 0;
      right: 0; }
    .pixelstrap ul li {
      border: 0; }
  .pixelstrap.sm-horizontal li ul li a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 15px;
    width: 15px;
    height: 30px;
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    border-radius: 4px; }
    .pixelstrap.sm-horizontal li ul li a .sub-arrow:before {
      content: "\f105";
      font-family: FontAwesome;
      position: absolute; }
  .pixelstrap.sm-horizontal .feature-menu {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important; }
  .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 black transparent; }
  .pixelstrap .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: black transparent transparent transparent; }
  .pixelstrap.sm-vertical {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: white;
    display: inline-block;
    width: 100%; }
    .pixelstrap.sm-vertical a .sub-arrow {
      margin-top: -16px;
      right: 15px;
      position: absolute;
      top: 50%;
      left: auto;
      width: 15px;
      height: 30px;
      overflow: hidden;
      font: bold 16px/34px monospace !important;
      text-align: center;
      text-shadow: none;
      border-radius: 4px; }
    .pixelstrap.sm-vertical > li {
      border-left: 0 !important; }
    .pixelstrap.sm-vertical li ul li a {
      padding: 5px 20px;
      color: #333333; }
      .pixelstrap.sm-vertical li ul li a:hover, .pixelstrap.sm-vertical li ul li a:active, .pixelstrap.sm-vertical li ul li a.highlighted {
        background-color: unset;
        color: #000000;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .pixelstrap.sm-vertical li ul li a .sub-arrow {
        right: 16px; }
    .pixelstrap.sm-vertical .vertical-mega-menu {
      width: 600px !important;
      max-width: 600px !important;
      padding: 20px 20px 187px 10px;
      background: url(../images/mega-menu/mega.png) white no-repeat;
      background-size: contain;
      background-position: bottom; }
  .pixelstrap .mega {
    position: unset !important; }
  .rtl .pixelstrap ul a {
    text-align: right; }
  .rtl .pixelstrap.sm-horizontal li ul li a .sub-arrow {
    left: 15px;
    right: auto; }
    .rtl .pixelstrap.sm-horizontal li ul li a .sub-arrow:before {
      content: "\f104"; }
  .rtl .pixelstrap.sm-vertical a .sub-arrow {
    right: unset;
    left: 15px; }
    .rtl .pixelstrap.sm-vertical a .sub-arrow:before {
      content: "\f104"; }
  .dark .pixelstrap.sm-vertical .vertical-mega-menu {
    background: #2b2b2b; }
  .dark .pixelstrap.sm-vertical li ul li a {
    color: #cbcbcb; }
  .dark .pixelstrap ul a:hover, .dark .pixelstrap ul a:focus, .dark .pixelstrap ul a:active, .dark .pixelstrap ul a.highlighted {
    color: #000000; } }

@media (max-width: 1430px) {
  .pixelstrap a, .pixelstrap a:hover, .pixelstrap a:focus, .pixelstrap a:active {
    padding-right: 15px; } }

@media (max-width: 1199px) {
  .pixelstrap a, .pixelstrap a:hover, .pixelstrap a:focus, .pixelstrap a:active {
    padding: 8px 18px; }
  .pixelstrap a .sub-arrow {
    margin-top: -19px;
    right: 15px; }
    .pixelstrap a .sub-arrow:before {
      content: '+'; }
  .pixelstrap a.highlighted .sub-arrow:before {
    content: '-'; }
  .pixelstrap ul a {
    color: #333333; }
  .pixelstrap ul ul {
    background: none; }
    .pixelstrap ul ul a, .pixelstrap ul ul a:focus, .pixelstrap ul ul a:active, .pixelstrap ul ul a:hover {
      border-left: none; }
  .pixelstrap li ul li ul li a {
    padding-left: 35px !important; }
  .pixelstrap.sm-horizontal .mega-box {
    padding: 0; }
    .pixelstrap.sm-horizontal .mega-box .link-section .demo ul li a {
      padding-left: 26px; }
  .pixelstrap.sm-horizontal .full-mega-menu .mega-box .link-section .demo {
    padding-left: 12px;
    margin-bottom: 0; }
    .pixelstrap.sm-horizontal .full-mega-menu .mega-box .link-section .demo ul li a {
      padding-left: 0 !important;
      padding-top: 3px;
      padding-bottom: 3px; }
  .pixelstrap.sm-horizontal .full-mega-menu.feature-menu {
    padding: 0 36px 15px 15px; }
  .pixelstrap.sm-vertical .vertical-mega-menu .mega-box .link-section .demo h6 {
    text-transform: capitalize;
    margin-bottom: 0;
    margin-left: 15px;
    margin-top: 0; }
  .pixelstrap.sm-vertical .vertical-mega-menu .mega-box:first-child .link-section .demo h6 {
    margin-top: 0; }
  .pixelstrap.sm-vertical .menu-title .according-menu:before {
    right: 18px; }
  .pixelstrap.sm-vertical .menu-title.active .according-menu:before {
    right: 18px; }
  .pixelstrap.sm-vertical .mega-box .link-section .demo .menu-content {
    padding: 0; }
  .pixelstrap .menu-title h5 {
    cursor: pointer; }
  .pixelstrap .menu-title.active .according-menu {
    font: bold 16px/34px monospace !important; }
    .pixelstrap .menu-title.active .according-menu:before {
      content: "-";
      position: absolute;
      right: -18px;
      font-weight: 500; }
  .pixelstrap .menu-title .according-menu {
    font: bold 16px/34px monospace !important; }
    .pixelstrap .menu-title .according-menu:before {
      content: "+";
      position: absolute;
      right: -18px;
      font-weight: 500; }
  .pixelstrap .mega-box .link-section .demo h6 {
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 500;
    cursor: pointer; }
  .pixelstrap .mega-box .link-section .demo .menu-content {
    padding: 10px 20px; }
  .rtl .pixelstrap a .sub-arrow {
    left: 15px;
    right: unset; }
  .rtl .pixelstrap.sm-vertical .menu-title .according-menu:before {
    right: unset;
    left: 18px; }
  .rtl .pixelstrap.sm-horizontal {
    left: -300px; }
    .rtl .pixelstrap.sm-horizontal li a {
      text-align: right; }
    .rtl .pixelstrap.sm-horizontal .full-mega-menu.feature-menu {
      padding: 0 15px 15px 36px; }
  .rtl .pixelstrap .menu-title .according-menu:before {
    left: -18px;
    right: unset; } }

/*=====================
    26.Dark CSS start
==========================*/
body.dark {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #cfd4da; }

.dark h1 {
  color: #ffffff; }

.dark h2 {
  color: #f1f3f5; }

.dark h3 {
  color: #eaedef; }

.dark h4 {
  color: #e7eaec; }

.dark h5 {
  color: #dee2e6; }

.dark h6 {
  color: #cfd4da; }

.dark p {
  color: #cfd4da; }

.dark li {
  color: #cfd4da; }

.dark a {
  color: #cbcbcb; }

.dark header.header-1 .left-part p {
  color: #cfd4da; }

.dark header.header-1 ul li a {
  color: #cbcbcb; }

.dark header.header-1 .nav-icon ul .onhover-div .icon-detail h6 a {
  color: #cbcbcb; }

.dark header.header-1 .nav-icon ul .onhover-div:hover .icon-detail h6 a {
  color: #000000; }

.dark header.header-1 .header-section .search-bar .search__input {
  background-color: #2b2b2b; }

.dark header.header-1 .right-part ul li a select, .dark header.header-1 .right-part ul li .select-option select {
  color: #cfd4da;
  background-color: #2b2b2b; }

.dark header.header-2 .pixelstrap.sm-horizontal > li > a {
  color: #cbcbcb; }
  .dark header.header-2 .pixelstrap.sm-horizontal > li > a:hover {
    color: #000000; }

.dark header.header-2 .upper-section {
  border-color: #404040; }
  .dark header.header-2 .upper-section li {
    border-color: #404040; }
    .dark header.header-2 .upper-section li a {
      color: #cbcbcb; }

.dark header.header-2 .content-header .right-section {
  border-color: #404040; }

.dark header.header-2 .nav-icon ul .onhover-div .icon-detail h6 a {
  color: #cbcbcb; }

.dark header.header-3 .pixelstrap.sm-horizontal > li > a {
  color: #cbcbcb; }
  .dark header.header-3 .pixelstrap.sm-horizontal > li > a:hover {
    color: #000000; }

.dark header.header-3 .brand-logo {
  border-color: #404040; }

.dark header.header-4 {
  background-color: #2b2b2b; }
  .dark header.header-4 .navbar .bar-style i {
    color: #cbcbcb; }

.dark header .search-bar .search__input {
  border-color: #404040;
  color: #cfd4da;
  background-color: #2b2b2b; }

.dark header .right-part ul li {
  border-color: #404040; }

.dark header .search-overlay {
  background-color: #2b2b2b; }

.dark header .nav-icon ul .onhover-div:after {
  background-color: #404040; }

.dark header .nav-icon ul .onhover-div .show-div {
  background-color: #2b2b2b; }
  .dark header .nav-icon ul .onhover-div .show-div.setting h6 {
    color: #cfd4da; }
  .dark header .nav-icon ul .onhover-div .show-div.setting ul li a {
    color: #cbcbcb; }
  .dark header .nav-icon ul .onhover-div .show-div.setting ul li.active a {
    color: #ebbbc3; }

.dark header .nav-icon ul .cart-icon .cart h6 {
  color: #cfd4da; }

.dark header.header-center .nav-icon ul .onhover-div img {
  -webkit-filter: invert(100);
          filter: invert(100); }

.dark header.header-center #main-nav {
  border-color: #404040; }

.dark header .dark-font.pixelstrap.sm-horizontal > li > a {
  color: #cbcbcb; }

.dark select {
  color: #cfd4da; }

.dark option {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .breadcrumb-section .page-title h2 {
  color: #cfd4da; }

.dark footer .footer-section .about-section .footer-mobile-title h4 {
  color: #e7eaec; }

.dark footer .footer-section .about-section .footer-content p {
  color: #cfd4da; }

.dark footer .footer-section .footer-link {
  border-color: #404040; }
  .dark footer .footer-section .footer-link .footer-title h4 {
    color: #e7eaec; }
  .dark footer .footer-section .footer-link .footer-content ul li a {
    color: #cbcbcb; }
  .dark footer .footer-section .footer-link .footer-content .contact-list li {
    color: #cbcbcb; }

.dark footer .footer-section .about-section {
  border-color: #404040; }

.dark footer .footer-bottom ul li a {
  color: #cbcbcb; }

.dark footer .sub-footer {
  background-color: #232323; }
  .dark footer .sub-footer p {
    color: #cfd4da; }

.dark footer .call-text h3 {
  color: #444444; }

.dark footer .footer-social ul li a {
  color: #cbcbcb; }
  .dark footer .footer-social ul li a i {
    color: #444444; }

.dark footer .call-us .footer-banner-content .address-section h6 {
  color: #222222; }

.dark footer .call-us, .dark footer .callus {
  border-color: #404040; }

.dark footer .instagram .instagram-banner {
  background-color: #2b2b2b; }

.dark footer.footer-black .below-section {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark footer.footer-black .sub-footer {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark footer.footer-black .upside .small-section {
  background-color: #383838;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark footer.footer-black .subscribe h4 {
  color: #e7eaec; }

.dark footer.footer-black .subscribe p {
  color: #cfd4da; }

.dark footer.footer-black.footer-light .subscribe {
  border-color: #929292; }

.dark footer.pet-layout-footer .white-layout {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark footer.pet-layout-footer .sub-footer.black-subfooter {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark footer.footer-classic .sub-footer {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark footer.footer-2 .footer-bottom {
  border-color: #404040; }

.dark footer.footer-5 {
  background-image: unset; }
  .dark footer.footer-5 .footer-theme2 .subscribe-block {
    border-color: #404040; }
  .dark footer.footer-5 .sub-footer > .container {
    border-color: #404040; }

.dark footer .border-cls {
  border-color: #404040; }

.dark footer .subscribe-section.grey-part {
  background-color: #232323; }
  .dark footer .subscribe-section.grey-part .subscribe-content h4 {
    color: #e7eaec; }
    .dark footer .subscribe-section.grey-part .subscribe-content h4 i {
      color: #e7eaec; }
  .dark footer .subscribe-section.grey-part .subscribe-content p {
    color: #cfd4da; }

.dark .slick-prev:after {
  background-color: #38352f; }

.dark .page-link {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: #404040; }

.dark .breadcrumb-section {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .light-layout {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .form-control {
  color: #cfd4da;
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #404040; }

.dark .btn-solid {
  color: #ffffff !important; }

.dark button.close {
  color: #ffffff; }

.dark .blog-box.blog-pattern {
  border-color: #404040;
  background: #2b2b2b; }
  .dark .blog-box.blog-pattern .blog-white {
    background-color: #2b2b2b;
    border-color: #404040; }
    .dark .blog-box.blog-pattern .blog-white.feature-sec .feature-block {
      border-color: #404040; }
      .dark .blog-box.blog-pattern .blog-white.feature-sec .feature-block .media:last-child {
        border-color: #404040; }
    .dark .blog-box.blog-pattern .blog-white.product-sec .product-block .media {
      border-color: #404040; }
    .dark .blog-box.blog-pattern .blog-white.contact h5 {
      color: #dee2e6; }
    .dark .blog-box.blog-pattern .blog-white.app-white h5 {
      color: #dee2e6; }

.dark .blog-box .review-sec .review-block .media .media-body p {
  color: #cfd4da; }

.dark .blog-box .review-sec .review-block .media:last-child {
  border-color: #404040; }

.dark .border-section {
  border-color: #404040; }

.dark .slick-prev:before, .dark .slick-next:before {
  color: #cbcbcb; }

.dark .slick-prev:after {
  background-color: #404040; }

.dark .tab-layout1 {
  background-color: #232323; }
  .dark .tab-layout1 .theme-tab .tabs {
    background-color: #2b2b2b; }
    .dark .tab-layout1 .theme-tab .tabs .current a {
      color: #000000; }
    .dark .tab-layout1 .theme-tab .tabs li a {
      color: #cbcbcb; }
  .dark .tab-layout1 .theme-tab .product-box {
    background-color: #2b2b2b; }
  .dark .tab-layout1 .theme-tab .border-row1 > div:first-child .product-box {
    border-color: #404040; }
  .dark .tab-layout1 .theme-tab .border-row1 > div:nth-last-child(-n + 6) .product-box {
    border-color: #404040; }
  .dark .tab-layout1 .theme-tab .border-row1 .product-box {
    border-color: #404040; }

.dark .tab-layout2 {
  background-color: #2b2b2b; }
  .dark .tab-layout2 .theme-tab .tabs {
    border-color: #404040; }

.dark .tab-layout3 .theme-tab .tabs li a {
  color: #cbcbcb; }

.dark .tab-layout3 .theme-tab .tabs .current a {
  color: white; }

.dark .tab-layout3 .product-box.full-box {
  border-color: #404040; }

.dark .tab-layout3 .row-border > div:nth-child(-n + 2) .product-box {
  border-color: #404040; }

.dark .tab-layout3 .row-border > div:nth-child(2), .dark .tab-layout3 .row-border > div:nth-child(4) {
  border-color: #404040; }

.dark .tab-layout3 .row-border > div:nth-last-child(-n + 2) {
  border-color: #404040; }

.dark .tab-layout4 .theme-tab .tabs {
  border-color: #404040; }

.dark .tab-layout4 .row-border1 .product-box, .dark .tab-layout4 .row-border2 .product-box {
  border-color: #404040; }

.dark .tab-layout4 .product-box.full-box {
  border-color: #404040; }

.dark .product-layout .center-product {
  background-color: #2b2b2b; }
  .dark .product-layout .center-product .product-details h5 {
    color: #dee2e6; }

.dark .category .category-block {
  border-color: #404040; }
  .dark .category .category-block .category-content {
    border-color: #404040; }

.dark .category .category-wrap {
  background-color: #2b2b2b;
  border-color: #404040; }

.dark .category .category-wrapper .category-title h5 {
  background-color: #2b2b2b;
  color: #dee2e6; }

.dark .category .category-wrapper:hover .category-title h5 {
  color: #000000; }

.dark .category.category-classic.bg-grey {
  background-color: #2b2b2b; }
  .dark .category.category-classic.bg-grey .category-wrapper .img-block {
    background-color: #232323; }

.dark .category.category-classic .category-wrapper .img-block img {
  -webkit-filter: invert(0.9);
          filter: invert(0.9); }

.dark .collection-section .card .card-body {
  background-color: rgba(35, 35, 35, 0.6); }

.dark .collection-section .collection_detail h6 {
  color: #cfd4da; }

.dark .collection-section .collection_detail h5 {
  color: #dee2e6; }

.dark .collection-banner {
  border-color: #404040; }
  .dark .collection-banner .contain-banner h6 {
    color: #999999; }

.dark .slider-section .deal-box {
  border-color: #404040; }
  .dark .slider-section .deal-box .product p {
    color: #cfd4da; }

.dark .slider-section .tab-head {
  border-color: #404040; }

.dark .slider-section .slick-slider {
  border-color: #404040; }
  .dark .slider-section .slick-slider .product-box {
    border-color: #404040; }
  .dark .slider-section .slick-slider > div .product-box + .product-box {
    border-color: #404040; }

.dark .banner-sec.landscape-layout {
  background-color: #232323; }

.dark .banner-sec .center-banner {
  background-color: #2b2b2b; }
  .dark .banner-sec .center-banner .contain-left h4, .dark .banner-sec .center-banner .contain-right h4 {
    color: #e7eaec; }
  .dark .banner-sec .center-banner .contain-right h6 {
    color: #cfd4da; }
  .dark .banner-sec .center-banner.border-default {
    border-color: #404040; }

.dark .logo .slick-slide > div {
  border-color: #404040; }

.dark .logo .logo-img:last-child {
  border-color: #404040; }

.dark .banner-bg {
  background-image: linear-gradient(45deg, #595959 9.26%, #2b2b2b 9.26%, #2b2b2b 50%, #595959 50%, #595959 59.26%, #2b2b2b 59.26%, #2b2b2b 100%); }
  .dark .banner-bg .banner-content h6 {
    color: #cbcbcb; }
  .dark .banner-bg .banner-content .banner-btn {
    background-color: #2b2b2b; }
  .dark .banner-bg.no-bg {
    background: #2b2b2b; }
    .dark .banner-bg.no-bg h2 span {
      color: #929292; }
    .dark .banner-bg.no-bg .banner-btn h6 {
      color: #ffffff; }

.dark .service-block1 svg path {
  fill: #cfd4da; }

.dark .service-block1 + .service-block1 {
  border-color: #404040; }

.dark .layout-4:after {
  border-color: #404040; }

.dark .vertical-tab .tab-head {
  border-color: #404040; }

.dark .vertical-tab .tab-inner .theme-tab .tabs {
  border-color: #404040; }
  .dark .vertical-tab .tab-inner .theme-tab .tabs li {
    border-color: #404040; }
    .dark .vertical-tab .tab-inner .theme-tab .tabs li a {
      color: #cbcbcb; }

.dark .vertical-tab .tab-inner .theme-tab .tab-content-cls .product-6, .dark .vertical-tab .tab-inner .theme-tab .tab-content-cls .product-4 {
  border-color: #404040; }
  .dark .vertical-tab .tab-inner .theme-tab .tab-content-cls .product-6 .product-box, .dark .vertical-tab .tab-inner .theme-tab .tab-content-cls .product-4 .product-box {
    border-color: #404040; }
  .dark .vertical-tab .tab-inner .theme-tab .tab-content-cls .product-6 > div .product-box:last-child, .dark .vertical-tab .tab-inner .theme-tab .tab-content-cls .product-4 > div .product-box:last-child {
    border-color: #404040; }

.dark .vertical-tab2 .tab-inner .theme-tab .tabs .current a {
  color: #ffffff; }

.dark .single-section .blog-box .blog-white .product p {
  color: #cfd4da; }

.dark .single-section .blog-box .blog-white .product h5 strike {
  color: #dee2e6; }

.dark .layout-2-menu .home-slider .home .slider-contain > div {
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 43, 43, 0.1)), color-stop(1%, rgba(43, 43, 43, 0.12)), color-stop(31%, rgba(43, 43, 43, 0.75)), color-stop(52%, rgba(43, 43, 43, 0.9)), color-stop(53%, rgba(43, 43, 43, 0.89)), color-stop(73%, rgba(43, 43, 43, 0.75)), color-stop(75%, rgba(43, 43, 43, 0.7)), to(rgba(43, 43, 43, 0.1)));
  background: linear-gradient(to right, rgba(43, 43, 43, 0.1) 0%, rgba(43, 43, 43, 0.12) 1%, rgba(43, 43, 43, 0.75) 31%, rgba(43, 43, 43, 0.9) 52%, rgba(43, 43, 43, 0.89) 53%, rgba(43, 43, 43, 0.75) 73%, rgba(43, 43, 43, 0.7) 75%, rgba(43, 43, 43, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.dark .layout-2-menu .home-slider .home .slider-contain h5 {
  color: #dee2e6; }

.dark .layout-2-menu .home-slider .home .slider-contain h4 {
  color: #e7eaec; }

.dark .layout-2-menu .home-slider .home .slider-contain h1 {
  color: #ffffff; }

.dark .grey-bg {
  background-color: #232323; }

.dark .blog-section .review-box {
  background-color: #2b2b2b;
  border-color: #404040; }

.dark .lookbook-section .lookbook-right .hover-detail li a {
  color: #cbcbcb; }

.dark .service-panel .service-block + .service-block {
  border-color: #ffffff; }

.dark .service-banner .row > div:nth-child(even) .service-box {
  background-color: #232323; }
  .dark .service-banner .row > div:nth-child(even) .service-box p {
    color: #cfd4da; }

.dark .notification-bar {
  color: #cfd4da; }
  .dark .notification-bar .marquee {
    color: #cfd4da; }

.dark .light-grey-bg {
  background-color: #232323; }

.dark .sm-vertical {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .sidenav nav {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .sidenav .sidebar-back {
  color: #f1f3f5;
  border-color: #404040; }

.dark .pixelstrap ul {
  background: #2b2b2b;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .dark .pixelstrap ul a {
    color: #e7eaec; }

.dark .pixelstrap.sm-vertical a {
  color: #cbcbcb; }
  .dark .pixelstrap.sm-vertical a:hover {
    color: #000000; }

.dark .onhover-div .show-div {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: none;
          box-shadow: none; }

.dark .error-section h1 {
  color: #e6e6e6; }

.dark .breadcrumb-item.active {
  color: #e7eaec; }

.dark .breadcrumb-section .breadcrumb a {
  color: #f7f7f7; }

.dark .main-menu .menu-left .navbar i {
  color: #f7f7f7; }

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.setting h6 {
  color: #cfd4da; }

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.setting ul li a {
  color: #cfd4da; }

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body h4 {
  color: #e7eaec; }
  .dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body h4 span {
    color: #dee2e6; }

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .close-circle i:hover {
  color: #ffffff; }

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .total {
  border-color: #404040; }
  .dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .total h5 {
    color: #dee2e6; }

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .buttons a {
  color: #cbcbcb; }
  .dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .buttons a:hover {
    color: #000000; }

.dark .footer-theme .sub-title li {
  color: #cfd4da; }
  .dark .footer-theme .sub-title li a {
    color: #cfd4da; }

.dark .footer-theme .sub-title h4 {
  color: #e7eaec; }

.dark .footer-social i, .dark .social-white i {
  color: #cfd4da; }

.dark .footer-light .subscribe {
  border-color: #404040; }

.dark .footer-theme2 .contact-details li {
  color: #cfd4da; }
  .dark .footer-theme2 .contact-details li a {
    color: #e7eaec; }

.dark .footer-theme2 .footer-link a, .dark .footer-theme2 .footer-link-b a {
  color: #cbcbcb; }
  .dark .footer-theme2 .footer-link a:hover, .dark .footer-theme2 .footer-link-b a:hover {
    color: #ffffff; }

.dark .top-header .header-contact li {
  color: #cfd4da; }

.dark .top-header .header-dropdown li {
  color: #cfd4da; }
  .dark .top-header .header-dropdown li a i {
    color: #cfd4da; }

.dark .top-header .header-dropdown .onhover-dropdown .onhover-show-div li a {
  color: #cbcbcb; }

.dark .top-header.top-header-dark .header-dropdown li a {
  color: #cbcbcb; }

.dark .top-header.top-header-dark .header-contact li i {
  color: #cbcbcb; }

.dark .top-header.top-header-dark2 .header-dropdown li a {
  color: #cfd4da; }

.dark .top-header.top-header-dark2 .header-contact li i {
  color: #cfd4da; }

.dark .top-header.top-header-dark3 .header-dropdown li a {
  color: #cbcbcb; }

.dark .top-header.top-header-dark3 .header-contact li i {
  color: #cbcbcb; }

.dark .onhover-dropdown .onhover-show-div {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: none;
          box-shadow: none; }

.dark .testimonial {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .dark .testimonial .testimonial-slider .slick-track .slick-slide:nth-child(even) .media {
    border-color: #404040; }
  .dark .testimonial .testimonial-slider .media img {
    border-color: #404040; }

.dark .team h2 {
  border-color: #404040; }

.dark .service-block + .service-block {
  border-color: #404040; }

.dark .pixelstrap.light-font-menu li > a {
  color: #f1f3f5; }

.dark .theme-tab .tab-title a, .dark .theme-tab .tab-title2 a {
  color: #cbcbcb; }

.dark .theme-tab .tab-title .current a, .dark .theme-tab .tab-title2 .current a {
  color: #000000; }

.dark .theme-tab .tab-title2:after {
  border-color: #404040; }

.dark .theme-tab .tab-title2 .current {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .dark .theme-tab .tab-title2 .current a {
    background-color: #232323;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.dark .product-box .product-detail h4, .dark .product-box .product-info h4, .dark .product-wrap .product-detail h4, .dark .product-wrap .product-info h4 {
  color: #e7eaec; }

.dark .product-box .img-block .cart-wrap a, .dark .product-box .img-block .cart-wrap button, .dark .product-wrap .img-block .cart-wrap a, .dark .product-wrap .img-block .cart-wrap button {
  background-color: #2b2b2b; }

.dark .product-box .img-block .cart-wrap i, .dark .product-wrap .img-block .cart-wrap i {
  color: #cbcbcb; }

.dark .product-box.product-select-box .select-dropdown, .dark .product-wrap.product-select-box .select-dropdown {
  border-color: #404040; }

.dark .product-box.product-select-box .qty-add-box .qty-box button, .dark .product-wrap.product-select-box .qty-add-box .qty-box button {
  background-color: #232323;
  color: #cbcbcb; }
  .dark .product-box.product-select-box .qty-add-box .qty-box button i, .dark .product-wrap.product-select-box .qty-add-box .qty-box button i {
    color: #cbcbcb; }

.dark .theme-card .offer-slider .media .media-body h4 {
  color: #e7eaec; }

.dark .theme-card .slick-prev:before, .dark .theme-card .slick-next:before {
  color: #ffffff; }

.dark .theme-card h5.title-border {
  border-color: #404040; }

.dark .theme-card.card-border {
  border-color: #404040; }

.dark .dark-layout {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .sub-footer.darker-subfooter {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .dark .sub-footer.darker-subfooter p {
    color: #cfd4da; }

.dark .blog-page .blog-media .blog-right h4 {
  color: #e7eaec; }

.dark .blog-page .blog-media .blog-right ul {
  color: #cfd4da; }

.dark .blog-page .blog-sidebar .theme-card {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: #404040; }

.dark .blog-page .blog-sidebar h4 {
  color: #e7eaec; }

.dark .blog-page .blog-sidebar h6 {
  color: #cfd4da; }

.dark .blog-page .blog-sidebar p {
  color: #cfd4da; }

.dark .blog-detail-page .blog-detail h3 {
  color: #eaedef; }

.dark .blog-detail-page .blog-detail p {
  color: #cfd4da; }

.dark .blog-detail-page .post-social {
  color: #cfd4da;
  border-color: #404040; }
  .dark .blog-detail-page .post-social li + li {
    border-color: #404040; }

.dark .blog-detail-page .comment-section {
  border-color: #404040; }
  .dark .blog-detail-page .comment-section li {
    border-color: #404040; }
    .dark .blog-detail-page .comment-section li h6 {
      color: #cfd4da; }
      .dark .blog-detail-page .comment-section li h6 span {
        color: #929292; }

.dark .blog-detail-page .blog-contact .theme-form label {
  color: #cfd4da; }

.dark .blog-detail-page .blog-contact .theme-form input, .dark .blog-detail-page .blog-contact .theme-form textarea {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: #404040; }

.dark .cart-section .cart-table thead th, .dark .wishlist-section .cart-table thead th {
  color: #f1f3f5; }

.dark .cart-section tbody tr td, .dark .wishlist-section tbody tr td {
  border-color: #404040; }
  .dark .cart-section tbody tr td a, .dark .wishlist-section tbody tr td a {
    color: #cbcbcb; }
  .dark .cart-section tbody tr td h2, .dark .wishlist-section tbody tr td h2 {
    color: #f1f3f5; }

.dark .table tbody + tbody {
  border-color: #404040; }

.dark .table thead th {
  border-color: #404040; }

.dark .top-banner-wrapper .top-banner-content h4 {
  color: #e7eaec; }

.dark .top-banner-wrapper .top-banner-content h5 {
  color: #dee2e6; }

.dark .top-banner-wrapper .top-banner-content p {
  color: #cfd4da; }

.dark .collection-product-wrapper .product-top-filter {
  border-color: #404040; }
  .dark .collection-product-wrapper .product-top-filter .product-filter-content .search-count, .dark .collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup, .dark .collection-product-wrapper .product-top-filter .popup-filter .search-count, .dark .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    border-color: #404040; }
  .dark .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view, .dark .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
    border-color: #404040; }
  .dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select, .dark .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
    border-color: #404040; }
  .dark .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup a {
    color: #cbcbcb; }

.dark .product-pagination {
  border-color: #404040; }
  .dark .product-pagination .pagination .page-item.active a {
    background-color: #232323;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-color: #404040; }
  .dark .product-pagination .product-search-count-bottom {
    border-color: #404040; }
    .dark .product-pagination .product-search-count-bottom h5 {
      color: #dee2e6; }

.dark .portfolio-section.metro-section .product-box .product-detail {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .dark .portfolio-section.metro-section .product-box .product-detail h4 {
    color: #e7eaec; }
  .dark .portfolio-section.metro-section .product-box .product-detail h6 {
    color: #cfd4da; }

.dark .portfolio-section.metro-section .product-box .cart-wrap button {
  border-color: #404040;
  background-color: rgba(43, 43, 43, 0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .dark .portfolio-section.metro-section .product-box .cart-wrap button i {
    color: #cbcbcb; }

.dark .portfolio-section.metro-section .product-box .cart-wrap a i {
  border-color: #404040;
  background-color: rgba(43, 43, 43, 0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #cbcbcb; }

.dark .collection-filter-block {
  border-color: #404040;
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .collection-collapse-block .collapse-block-title {
  color: #eaedef; }
  .dark .collection-collapse-block .collapse-block-title:after {
    color: #eaedef; }

.dark .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label {
  color: #929292; }

.dark .load-more-sec a {
  border-color: #404040; }

.dark .checkout-page .checkout-title h3 {
  color: #eaedef; }

.dark .checkout-page .checkout-form .form-group .field-label {
  color: #cfd4da; }

.dark .checkout-page .checkout-form input[type="text"], .dark .checkout-page .checkout-form input[type="email"], .dark .checkout-page .checkout-form input[type="password"], .dark .checkout-page .checkout-form input[type="tel"], .dark .checkout-page .checkout-form input[type="number"], .dark .checkout-page .checkout-form input[type="url"] {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: #404040;
  color: #cfd4da; }

.dark .checkout-page .checkout-form select, .dark .checkout-page .checkout-form textarea {
  border-color: #404040; }

.dark .checkout-page .checkout-form .checkout-details {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #404040; }

.dark .order-box .title-box {
  color: #eaedef;
  border-color: #404040; }

.dark .order-box .qty {
  border-color: #404040; }
  .dark .order-box .qty li {
    color: #cfd4da; }
    .dark .order-box .qty li span {
      color: #dee2e6; }

.dark .order-box .sub-total {
  border-color: #404040; }
  .dark .order-box .sub-total li {
    color: #cfd4da; }
  .dark .order-box .sub-total .shopping-option label {
    color: #929292; }

.dark .order-box .total li {
  color: #cfd4da; }

.dark .payment-box .payment-options li .radio-option label {
  color: #929292; }

.dark .collection .collection-block .collection-content h4 {
  color: #e7eaec; }

.dark .collection .collection-block .collection-content h3 {
  color: #eaedef; }

.dark .table th, .dark .table td {
  border-color: #404040; }

.dark .compare-page .table-wrapper .table {
  color: #f1f3f5;
  border-color: #404040; }
  .dark .compare-page .table-wrapper .table thead .th-compare td {
    background: #232323;
    border-color: #404040; }
  .dark .compare-page .table-wrapper .table thead .th-compare th {
    border-color: #404040; }
    .dark .compare-page .table-wrapper .table thead .th-compare th .remove-compare {
      color: #cfd4da; }
  .dark .compare-page .table-wrapper .table tbody tr th {
    border-color: #404040;
    background: #232323; }
  .dark .compare-page .table-wrapper .table tbody tr td {
    border-color: #404040; }
  .dark .compare-page .table-wrapper .table tbody tr p {
    color: #cfd4da; }

.dark .compare-section .compare-part .detail-part .title-detail {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: #404040; }

.dark .compare-section .compare-part .btn-part {
  border-color: #404040; }

.dark .compare-section .compare-part .close-btn {
  color: #e7eaec; }

.dark .compare-section .slick-slide > div {
  border-color: #404040; }

.dark .compare-section .slick-slide:first-child {
  border-color: #404040; }

.dark .contact-page .theme-form label {
  color: #cfd4da; }

.dark .contact-page .theme-form input {
  border-color: #404040; }

.dark .contact-page .theme-form textarea {
  border-color: #404040; }

.dark .contact-page .contact-right ul li .contact-icon {
  border-color: #404040; }

.dark .dashboard .box-head h2 {
  color: #f1f3f5; }

.dark .dashboard .box .box-title {
  border-color: #404040; }
  .dark .dashboard .box .box-title h3 {
    color: #eaedef; }

.dark .dashboard .box h6 {
  color: #cfd4da; }

.dark .dashboard-left .block-content {
  border-color: #404040; }
  .dark .dashboard-left .block-content ul li a {
    color: #cbcbcb; }

.dark .dashboard-right .dashboard {
  border-color: #404040; }

.dark .white-bg {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .border-bottom-grey {
  border-color: #404040; }

.dark .layout-8 .layout-8-bg {
  background-blend-mode: overlay;
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .card {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .dark .card .card-header {
    background-color: #232323;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.dark .faq-section .accordion.theme-accordion .card {
  border-color: #404040; }
  .dark .faq-section .accordion.theme-accordion .card .card-header {
    background-color: #232323;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .dark .faq-section .accordion.theme-accordion .card .card-header button {
      color: #dee2e6; }
      .dark .faq-section .accordion.theme-accordion .card .card-header button[aria-expanded="true"]:before {
        border-bottom-color: #404040; }
      .dark .faq-section .accordion.theme-accordion .card .card-header button:before {
        border-top-color: #404040; }
  .dark .faq-section .accordion.theme-accordion .card .card-body p {
    color: #cfd4da; }

.dark.box-layout-body .box-layout-header {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark.box-layout-body .box-layout.bg-image {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.dark.box-layout-body .light-layout {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark.box-layout-body .sub-footer {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .full-box .theme-card .offer-slider .product-box2 + .product-box2 {
  border-top: none; }

.dark .center-slider {
  border-color: #404040; }

.dark .bg-block {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: none; }

.dark .theme-tab .tab-content .product-tab .tab-box {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .dark .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body h4 {
    color: #e7eaec; }

.dark .flower-bg {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: none; }

.dark .pwd-page .theme-form input {
  border-color: #404040; }

.dark .full-scroll-menu {
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .full-scroll-footer .sub-footer {
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .portfolio-section .filter-button {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #cfd4da; }
  .dark .portfolio-section .filter-button.active {
    background-color: #000000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #ffffff; }

.dark .portfolio-section .isotopeSelector:hover .overlay-background {
  border-color: #dddddd; }
  .dark .portfolio-section .isotopeSelector:hover .overlay-background i {
    background-color: #2b2b2b;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.dark .portfolio-section .isotopeSelector .overlay {
  border-color: #404040; }

.dark .bg-img-gym .dark-layout {
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .bg-img-gym .sub-footer.darker-subfooter {
  background-color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .category-block .category-image {
  border-color: #404040; }
  .dark .category-block .category-image.svg-image {
    background-color: #232323;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.dark .j-box .product-box {
  border-color: #404040; }
  .dark .j-box .product-box .product-detail {
    background-color: #232323;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .dark .j-box .product-box .cart-info {
    background-color: rgba(35, 35, 35, 0.84);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-color: #404040; }
    .dark .j-box .product-box .cart-info a {
      border-color: #000000; }

.dark .white-layout {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .footer-theme2.footer-border {
  border-color: #404040; }

.dark .footer-theme2.section-light .footer-block .subscribe-white {
  border-color: #404040; }

.dark .footer-theme2.section-light .footer-block h4 {
  color: #e7eaec; }

.dark .footer-theme2.section-light .footer-block .contact-details li a {
  color: #e7eaec; }

.dark .footer-theme2 .footer-link.link-white h4 {
  color: #e7eaec; }

.dark .jewel-footer .sub-footer.black-subfooter {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .jewel-footer .sub-footer p {
  color: #cfd4da; }

.dark .absolute-banner .absolute-bg {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: none;
          box-shadow: none; }

.dark .login-page .theme-card {
  border-color: #404040; }
  .dark .login-page .theme-card .theme-form input {
    border-color: #404040; }
  .dark .login-page .theme-card .theme-form label {
    color: #929292; }

.dark .login-page .authentication-right h6, .dark .login-page .authentication-right p {
  color: #cfd4da; }

.dark .lookbook .lookbook-block .lookbook-dot:before {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .blog-left .blog-details h4 {
  color: #e7eaec; }

.dark .blog-left .blog-details h6 {
  color: #cfd4da; }

.dark .logo-block img {
  -webkit-filter: invert(100);
          filter: invert(100); }
  .dark .logo-block img:hover {
    -webkit-filter: invert(100);
            filter: invert(100); }

.dark .bg-white {
  background-color: #2b2b2b !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .product-box .img-wrapper .cart-box, .dark .product-wrap .img-wrapper .cart-box {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: none;
          box-shadow: none; }

.dark .tab-bg.tab-grey-bg {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .delivery-sec {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .product-order .total-sec {
  border-color: #404040; }

.dark .product-order .product-order-detail .order_detail h4 {
  color: #e7eaec; }

.dark .order-success-sec .payment-mode p {
  color: #cfd4da; }

.dark .order-history .dark-data {
  color: white; }

.dark .blog.blog_box .blog-details p {
  color: #cfd4da; }

.dark .blog.blog_box .blog-details a p {
  color: #cfd4da; }

.dark .blog.blog_box .blog-details .read-cls {
  color: #cbcbcb; }

.dark .product-right .product-title {
  color: #cfd4da; }

.dark .product-right .border-product {
  border-color: #404040; }

.dark .product-right .product-icon .product-social li a {
  color: #cbcbcb; }

.dark .product-right .product-icon .wishlist-btn {
  color: #cbcbcb; }
  .dark .product-right .product-icon .wishlist-btn i {
    border-color: #404040; }

.dark .product-right.product-form-box {
  border-color: #404040; }
  .dark .product-right.product-form-box .timer {
    background-color: #232323;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.dark .product-right .timer {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .dark .product-right .timer p {
    color: #cfd4da; }

.dark .product-right .size-box ul li {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: #404040; }
  .dark .product-right .size-box ul li.active {
    background-color: #232323;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .dark .product-right .size-box ul li a {
    color: #cbcbcb; }

.dark .product-right h4 del {
  color: #929292; }

.dark .timer span .timer-cal {
  color: #929292; }

.dark .qty-box .input-group span button {
  background: #2b2b2b !important;
  border-color: #404040; }

.dark .qty-box .input-group button i {
  color: #929292; }

.dark .nav-tabs {
  border-color: #404040; }
  .dark .nav-tabs .nav-link.active {
    background-color: #2b2b2b;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.dark .tab-product .nav-material.nav-tabs .nav-item .nav-link {
  color: #cbcbcb; }

.dark .tab-product .nav-material.nav-tabs .nav-link.active {
  color: #000000; }

.dark .product-full-tab .nav-material.nav-tabs .nav-link.active {
  color: #000000; }

.dark .tab-product .theme-form input, .dark .tab-product .theme-form textarea, .dark .product-full-tab .theme-form input, .dark .product-full-tab .theme-form textarea {
  border-color: #404040; }

.dark .product-related h2 {
  border-color: #404040; }

.dark .product-accordion .btn-link {
  color: #e7eaec; }

.dark .product-accordion .card-header {
  border-color: #404040; }

.dark .slider-nav .slick-slide > div,
.dark .rtl-slider-nav .slick-slide > div,
.dark .slider-right-nav .slick-slide > div,
.dark .rtl-slider-right-nav .slick-slide > div {
  border-color: #404040; }

.dark .collection-filter-block .product-service .media .media-body h4 {
  color: #e7eaec; }

.dark .theme_checkbox label {
  color: #929292; }
  .dark .theme_checkbox label .checkmark {
    background-color: #232323;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-color: #404040; }
    .dark .theme_checkbox label .checkmark:after {
      border-color: #ffffff; }

.dark .bundle .bundle_detail .price_product {
  color: #ffffff; }

.dark .modal-content {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .modal-header {
  border-color: #404040; }

.dark .collection-filter-block .product-service .media {
  border-color: #404040; }

.dark .pro_sticky_info {
  border-color: #404040; }

.dark .tab-border {
  border-color: #404040; }

.dark .register-page .theme-card {
  border-color: #404040; }
  .dark .register-page .theme-card .theme-form input {
    border-color: #404040; }
  .dark .register-page .theme-card .theme-form label {
    color: #929292; }

.dark .category-border {
  background-color: #404040;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .dark .category-border div .category-banner .category-box h2 {
    background-color: #232323;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.dark .background {
  background-color: #404040;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .dark .background .contain-bg {
    background-color: #2b2b2b;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .dark .background .contain-bg h4 {
      color: #e7eaec; }
    .dark .background .contain-bg:hover h4 {
      color: #000000; }

.dark .blog-bg {
  background-color: #404040;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .sub-footer.black-subfooter {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark.tools-bg {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .dark.tools-bg section {
    background-color: #2b2b2b;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.dark .category-tools .category-m .category-wrapper {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .category-m .category-wrapper {
  border-color: #404040; }
  .dark .category-m .category-wrapper h4 {
    color: #e7eaec; }
  .dark .category-m .category-wrapper .category-link li a {
    color: #cbcbcb; }

.dark .tools-grey .product-box .product-info {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: rgba(64, 64, 64, 0.2); }

.dark .tools-grey .product-box .cart-info button {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #cbcbcb; }

.dark .tools-grey .product-box .cart-info a {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .dark .tools-grey .product-box .cart-info a i {
    color: #cbcbcb; }

.dark .tools-grey .product-box .img-wrapper .front {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .tools-brand .row {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: none;
          box-shadow: none; }

.dark .typography_section .typography-box .headings {
  background-color: rgba(35, 35, 35, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: #404040; }
  .dark .typography_section .typography-box .headings h3 {
    color: #eaedef; }
  .dark .typography_section .typography-box .headings span {
    color: #929292; }
    .dark .typography_section .typography-box .headings span code {
      color: #929292; }

.dark .typography_section .typography-box .typo-content .sub-title {
  color: #f1f3f5;
  border-color: rgba(64, 64, 64, 0.7); }

.dark .typography_section .typo-content.heading_content h1,
.dark .typography_section .typo-content.heading_content h2,
.dark .typography_section .typo-content.heading_content h3,
.dark .typography_section .typo-content.heading_content h4,
.dark .typography_section .typo-content.heading_content h5,
.dark .typography_section .typo-content.heading_content h6 {
  color: white; }

.dark .typography_section .typo-content.product-pagination .pagination .page-item {
  border-color: #404040; }

.dark .typography_section code {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .absolute_banner .collection-banner .absolute-contain {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .dark .absolute_banner .collection-banner .absolute-contain h4 {
    color: #e7eaec; }

.dark .absolute-product .product-box {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .dark .absolute-product .product-box .product-detail .cart-bottom {
    border-color: #404040; }
    .dark .absolute-product .product-box .product-detail .cart-bottom i {
      color: #cbcbcb; }
      .dark .absolute-product .product-box .product-detail .cart-bottom i:hover {
        color: #ffffff; }

.dark .box-product .full-box .theme-card .offer-slider .product-box2 {
  -webkit-box-shadow: none;
          box-shadow: none; }
  .dark .box-product .full-box .theme-card .offer-slider .product-box2 .media {
    background-color: #232323;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .dark .box-product .full-box .theme-card .offer-slider .product-box2 .cart-bottom {
    border-color: #404040; }

.dark .insta-title {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .tab-bg {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .darken-layout {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .dark .darken-layout p {
    color: #cfd4da; }
  .dark .darken-layout .sub-title .contact-list li {
    color: #cfd4da; }
  .dark .darken-layout .sub-title .contact-list i {
    color: #cfd4da; }
  .dark .darken-layout .footer-social i {
    color: #cfd4da; }

.dark .sub-footer.dark-subfooter p {
  color: #cfd4da; }

.dark .cart-section tbody tr td a, .dark .cart-section tbody tr td p, .dark .wishlist-section tbody tr td a, .dark .wishlist-section tbody tr td p {
  color: #cbcbcb; }

.dark .footer-title {
  border-color: #404040; }

.dark .category-bg {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .dark .category-bg .contain-block {
    background-color: #2b2b2b;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .dark .category-bg .contain-block h2 {
      color: #f1f3f5; }
    .dark .category-bg .contain-block h6 span {
      color: #929292; }

.dark .service_slide .service-home .service-block1 {
  background-color: rgba(35, 35, 35, 0.9);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .dark .service_slide .service-home .service-block1:nth-child(even) {
    background-color: rgba(35, 35, 35, 0.7);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .dark .service_slide .service-home .service-block1 svg path {
    fill: #ffffff; }

.dark .bg-grey {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .detail-cannabis .detail_section > div {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: none;
          box-shadow: none; }

.dark .detail-cannabis .detail_section svg {
  fill: #ffffff; }

.dark .border-box.tools-grey .product-box {
  border-color: #404040; }

.dark .theme-modal .modal-dialog .modal-content .modal-body {
  background-image: linear-gradient(135deg, #ebbbc3 5.77%, #232323 5.77%, #232323 25%, #f1f3f5 25%, #f1f3f5 30.77%, #232323 30.77%, #232323 50%, #ebbbc3 50%, #ebbbc3 55.77%, #232323 55.77%, #232323 75%, #f1f3f5 75%, #f1f3f5 80.77%, #232323 80.77%, #232323 100%); }
  .dark .theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
    background-color: #2b2b2b;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .dark .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h4 {
      color: #e7eaec; }
    .dark .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close span {
      color: #ffffff; }
    .dark .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
      color: #f1f3f5; }

.dark .theme-modal.newsletter-popup .modal-dialog .modal-content .modal-body .modal-bg .offer-content h4 {
  color: #e7eaec; }

.dark .theme-modal.demo-modal .modal-dialog .modal-content .modal-body {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .dark .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .dark .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .demo-text h4 {
    color: #e7eaec; }
  .dark .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .demo-text .demo-btn .btn {
    border-color: #404040;
    background-color: #2b2b2b;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #cbcbcb; }
  .dark .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .title-text h3 {
    color: #eaedef; }

.dark .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h6 a {
  color: #cbcbcb; }

.dark .theme-modal.exit-modal .media .media-body h5 {
  color: #dee2e6; }

.dark .theme-modal.exit-modal .stop {
  -webkit-filter: invert(100);
          filter: invert(100); }

.dark #quick-view .modal-dialog .modal-content .modal-body {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .addcart_btm_popup {
  background-color: #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: #404040; }
  .dark .addcart_btm_popup .fixed_cart i {
    color: #cbcbcb; }

.dark .review-page .comnt-sec li a {
  color: #cbcbcb; }

.dark .sitemap_page ul li a {
  color: #cbcbcb; }
  .dark .sitemap_page ul li a:hover {
    color: #000000; }

.dark .sitemap_page ul ul li a {
  color: #dee2e6; }

.dark .effect-cls:before, .dark .effect-cls:after {
  -webkit-filter: invert(100);
          filter: invert(100); }

.dark .game-product .product-box .cart-info a i {
  background-color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #cbcbcb; }

.dark .demo-right a {
  background-color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dark .rtl-btn, .dark .dark-light {
  background-color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none; }

.dark .color-picker a.handle {
  background-color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #cbcbcb; }

.dark .setting-box .setting-title h4 {
  color: #333333; }

.dark .border-right {
  border-color: #404040 !important; }

.dark .add_to_cart.right .cart-inner {
  background-color: #2b2b2b; }

.dark .add_to_cart .cart-inner .cart_top {
  border-color: #404040; }
  .dark .add_to_cart .cart-inner .cart_top h3 {
    color: #eaedef; }
  .dark .add_to_cart .cart-inner .cart_top .close-cart i {
    color: white; }

.dark .add_to_cart .cart-inner .cart_media li .media .media-body h4 {
  color: #e7eaec; }
  .dark .add_to_cart .cart-inner .cart_media li .media .media-body h4 span {
    color: #929292; }

.dark .add_to_cart .cart-inner .cart_media li .total {
  border-color: #404040; }
  .dark .add_to_cart .cart-inner .cart_media li .total h5 {
    color: #dee2e6; }

.dark .blog-page .blog-media .blog-right ul li {
  border-color: #404040; }

.dark .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:before {
  background-color: #232323;
  border-color: #404040; }

.dark .product-box .product-info h6 {
  color: #cfd4da; }

.dark .product-box .addtocart_box {
  background-color: #232323; }
  .dark .product-box .addtocart_box .close-cart i {
    color: #cbcbcb; }

.dark .offer-slider .media .media-body h6 {
  color: #cfd4da; }

.dark .theme-card .offer-slider .media .media-body h4 {
  color: #21cde4; }

.dark .contact-page .contact-right ul li .contact-icon h6 {
  color: #cfd4da; }

.dark .contact-page .contact-right ul li .contact-icon i {
  color: #cfd4da; }

.dark .cart-info a [class^="ti-"], .dark .cart-info a [class*=" ti-"] {
  border-color: #404040; }

.dark .size-box li.active {
  background-color: #2b2b2b;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6); }

.dark .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li a {
  color: #cbcbcb; }

.dark .title {
  color: #dee2e6;
  background: unset;
  -webkit-text-fill-color: unset; }

.dark .team .avtar-image {
  border-color: #404040; }

.dark .testimonial .testimonial-slider .upper-part img {
  border-color: #404040; }

.dark .cart-section .striped-table tbody:nth-child(odd), .dark .wishlist-section .striped-table tbody:nth-child(odd) {
  background-color: #232323; }

.dark .contact-page .contact-right ul li p {
  color: #cfd4da; }

/*=====================
    27. Responsive css start
==========================*/
@media (min-width: 1431px) {
  .container {
    max-width: 1400px; } }

@media (max-width: 1430px) {
  header .search-bar {
    padding-right: 0; }
    header .search-bar .search__input {
      width: 230px; }
    header .search-bar .search-icon {
      right: 5px; }
  header .nav-icon ul .onhover-div {
    padding: 32px 10px; }
  header .nav-icon ul .onhover-div.cart-icon .cart {
    display: none; }
  header.header-1 .nav-icon ul .onhover-div {
    padding: 0 20px 0 0; }
    header.header-1 .nav-icon ul .onhover-div .icon-detail {
      display: none; }
  header.header-1 .nav-icon ul .wishlist-icon {
    padding: 0 20px 0 0; }
  header.header-1 .nav-icon ul .cart-icon {
    padding: 0; }
  header.header-1 .service-vertical {
    padding: 15px 10px 15px 0; }
    header.header-1 .service-vertical .service-block {
      padding-bottom: 15px;
      margin-bottom: 15px; }
      header.header-1 .service-vertical .service-block .top-section h5 {
        font-size: 14px; }
      header.header-1 .service-vertical .service-block:last-child {
        padding-bottom: 0;
        margin-bottom: 0; }
  header.header-1 .category-section .category-box {
    padding: 15px 5px 5px; }
    header.header-1 .category-section .category-box .navbar-toggler {
      text-transform: capitalize; }
  header.header-2 .upper-section > ul > li:nth-child(-n + 3) {
    display: none; }
  header.header-2 .upper-section > ul > li a {
    padding-right: 17px; }
    header.header-2 .upper-section > ul > li a select {
      background: url(../images/dropdown.png) no-repeat 72%; }
  header.header-2 .upper-section > ul > li:last-child a {
    padding-right: 17px; }
  header.header-2 .content-header .left-section {
    width: 75%;
    padding-right: 60px; }
  header.header-2 .content-header .right-section {
    text-align: right;
    width: 25%; }
  header.header-2 .header-top .brand-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    header.header-2 .header-top .brand-logo img {
      width: 130px; }
  header.header-2 .nav-icon ul .onhover-div {
    padding: 0 35px 0 0; }
    header.header-2 .nav-icon ul .onhover-div .icon-detail {
      display: none; }
    header.header-2 .nav-icon ul .onhover-div .show-div.shopping-cart {
      right: 0; }
  header.header-2 .nav-icon ul .onhover-div.cart-icon {
    padding-right: 0; }
  header.header-2 .search-bar .search-icon {
    right: 5px; }
  header.header-2 .pixelstrap.sm-horizontal > li > a {
    padding: 33px 15px 33px 0; }
    header.header-2 .pixelstrap.sm-horizontal > li > a:hover {
      padding: 33px 15px 33px 0; }
    header.header-2 .pixelstrap.sm-horizontal > li > a:focus {
      padding: 33px 15px 33px 0; }
    header.header-2 .pixelstrap.sm-horizontal > li > a:active {
      padding: 33px 15px 33px 0; }
  header.header-3 .brand-logo img {
    height: 85px; }
  header.header-3 .pixelstrap.sm-horizontal > li > a {
    padding: 14px 22px 14px 0; }
    header.header-3 .pixelstrap.sm-horizontal > li > a:hover {
      padding: 14px 22px 14px 0; }
    header.header-3 .pixelstrap.sm-horizontal > li > a:focus {
      padding: 14px 22px 14px 0; }
    header.header-3 .pixelstrap.sm-horizontal > li > a:active {
      padding: 14px 22px 14px 0; }
  header.header-3 .nav-icon ul .cart-icon {
    padding-right: 20px; }
    header.header-3 .nav-icon ul .cart-icon .cart-count {
      top: 14px;
      left: 27px; }
  header.header-3 .nav-icon ul .onhover-div {
    padding: 30px 15px; }
    header.header-3 .nav-icon ul .onhover-div.user-icon {
      padding-right: 15px !important; }
  header.header-3 .search-bar {
    margin-top: 20px; }
    header.header-3 .search-bar .search-icon {
      right: 6px; }
  header.header-3 .right_part .navbar {
    padding: 32px 15px 0; }
  header.header-4 .brand-logo {
    padding: 12px 0;
    text-align: center; }
    header.header-4 .brand-logo img {
      width: 85%; }
  header.header-4 .pixelstrap.sm-horizontal a {
    padding: 25px 0;
    padding-right: 15px; }
    header.header-4 .pixelstrap.sm-horizontal a:hover, header.header-4 .pixelstrap.sm-horizontal a:focus, header.header-4 .pixelstrap.sm-horizontal a:active {
      padding: 25px 0;
      padding-right: 15px; }
  header.header-4 .pixelstrap.sm-horizontal ul a {
    padding: 5px 20px; }
    header.header-4 .pixelstrap.sm-horizontal ul a, header.header-4 .pixelstrap.sm-horizontal ul a:hover, header.header-4 .pixelstrap.sm-horizontal ul a:focus, header.header-4 .pixelstrap.sm-horizontal ul a:active, header.header-4 .pixelstrap.sm-horizontal ul a.highlighted {
      padding: 5px 20px; }
  header.header-4 .nav-icon ul .onhover-div {
    padding: 25px 10px; }
    header.header-4 .nav-icon ul .onhover-div .show-div {
      top: 75px; }
  header.header-4 .header-shadow .right-shadow, header.header-4 .header-shadow .left-shadow {
    top: 74px; }
  header.header-4 .search-bar .search-icon {
    top: 16px; }
  header.header-center .search-bar .search-icon {
    top: 0;
    right: 8px; }
  header.header-center .nav-icon ul .onhover-div {
    padding: 32px 10px; }
  header.header-center .brand-logo {
    padding: 18px 0; }
  .slider-part {
    border: 10px solid white; }
  .home-slider.home-fix .home {
    height: 432px; }
  .home-slider.home-fix .slider-contain {
    height: 432px; }
  .banner-sec .center-banner .center img {
    height: 214px;
    margin: 10px; }
  .banner-sec .center-banner .contain-left {
    padding: 30px; }
  .banner-sec .center-banner .contain-right {
    padding: 30px; }
  .banner-sec .collection-banner .banner-contain {
    padding: 25px; }
  .banner-sec.landscape-layout .center-banner .center img {
    height: 140px; }
  .banner-sec.landscape-layout .center-banner .contain-right {
    padding-right: 30px; }
  .blog-section .review-box .review-content p {
    height: 130px; }
  .product-layout .center-product {
    padding: 0 15px 30px 15px; }
    .product-layout .center-product .product-img img {
      height: 200px; }
    .product-layout .center-product .product-details h5 {
      margin-bottom: 40px; }
  .product-box .img-block .add-btn .btn-outline {
    padding: 4px 6px; }
  .product-box .img-block .cart-wrap button {
    padding: 8px; }
  .product-box .img-block .cart-wrap a {
    padding: 8px; }
  .product-box .img-block .cart-wrap i {
    font-size: 14px; }
  .product-box .img-block .lable-wrapper .lable1:before {
    left: 38px; }
  .product-box .addtocart_box .addtocart_detail h5 {
    margin-bottom: 5px; }
  .product-box.product-select-box .qty-add-box .qty-box button i {
    display: none; }
  .tab-layout1 .theme-tab .drop-shadow .right-shadow {
    right: 0; }
  .tab-layout1 .theme-tab .drop-shadow .left-shadow {
    left: 0; }
  .tab-layout3 .theme-tab .tabs {
    margin: 0 0 40px 0; }
  .tab-layout3 .product-box .img-block .cart-details {
    right: 10px; }
    .tab-layout3 .product-box .img-block .cart-details i {
      padding-top: 5px;
      padding-bottom: 5px; }
  .tab-layout3 .product-box .img-block .lable-wrapper .lable4 {
    left: 10px; }
  .tab-layout3 .product-box .img-block .lable-wrapper .lable5 {
    left: 4px; }
  .tab-layout3 .product-box.full-box .img-block .cart-details i {
    padding-top: 10px;
    padding-bottom: 10px; }
  .vertical-tab .side-banner img {
    height: 576px; }
  .vertical-tab .tab-inner .theme-tab .tabs li {
    padding: 20px 0 20px 20px; }
  .vertical-tab .tab-head {
    padding: 0 20px; }
  .vertical-tab .slick-next {
    right: 14px; }
  .vertical-tab .slick-prev {
    right: 45px; }
  .slider-section .deal-box .product img {
    height: 340px; }
  .slider-section .side-banner img {
    height: 572px; }
  .slider-section .side-banner.side-banner1 img {
    height: 570px; }
  .slider-section .side-banner.side-banner2 img {
    height: 566px; }
  .slider-section .side-banner.side-banner3 img {
    height: 718px; }
  .blog-box.blog-pattern .blog-white.feature-sec .feature-block:first-child .media {
    margin-top: 0; }
  .blog-box.blog-pattern .blog-white.app-white .mobile1 {
    margin-top: 60px; }
  .blog-box.blog-pattern .blog-white.product-sec .product-block .media .media-body h5 {
    text-transform: capitalize; }
  .media-product-section .media, .media-product-section .product-box {
    padding: 10px; }
    .media-product-section .media img, .media-product-section .product-box img {
      height: 141px; }
    .media-product-section .media .cart-info i, .media-product-section .product-box .cart-info i {
      padding-left: 5px;
      padding-right: 5px;
      font-size: 14px; }
  .layout-4 {
    margin: 20px 0; }
  footer .call-text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  footer.footer-2 .callus {
    margin-top: 14px; }
    footer.footer-2 .callus .footer-banner-content {
      display: block;
      top: 53%;
      margin-right: 10px; }
      footer.footer-2 .callus .footer-banner-content .call-text {
        margin-right: 0;
        text-align: center; }
      footer.footer-2 .callus .footer-banner-content .footer-social {
        margin-left: 0;
        margin-right: 0; }
  footer.footer-4 .border-class {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0; }
  footer.footer-4 .call-text {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .cart-section tfoot tr td {
    padding-right: 0;
    padding-left: 41px; }
  .about-page p {
    line-height: 22px; }
  .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    width: 100%;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    text-align: center; }
  .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 .collection-grid-view {
    padding: 20px !important;
    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 {
    border-right: 1px solid #dddddd;
    width: 30%; }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    width: 30%; }
  .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
    width: 10%; }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
    width: 25%; }
  .cart-section .cart-buttons > div:last-child {
    padding-right: 38px; }
  .cart-section tbody tr td {
    min-width: 175px; }
    .cart-section tbody tr td .qty-box .input-group .form-control {
      width: 75px; }
  .cart-section tfoot tr td {
    padding-right: 41px; }
  .product-right .product-icon .product-social li {
    padding-right: 10px; }
  .product-form-box .timer {
    padding-left: 17px; }
    .product-form-box .timer span {
      width: 55px; }
  .rtl header .search-bar {
    padding-left: 0; }
    .rtl header .search-bar .search-icon {
      left: 5px; }
  .rtl header.header-1 .nav-icon ul .onhover-div {
    padding: 0 20px 0 0; }
  .rtl header.header-1 .nav-icon ul .wishlist-icon {
    padding-right: 0; }
  .rtl header.left-header .sidenav {
    right: -300px;
    left: unset; }
    .rtl header.left-header .sidenav.open-side {
      right: 0;
      left: unset; }
  .rtl header.left-header .top-header {
    padding-right: 0; }
  .rtl header.header-2 .nav-icon ul .onhover-div {
    padding: 0 0 0 35px; }
    .rtl header.header-2 .nav-icon ul .onhover-div.wishlist-icon {
      padding: 0 0 0 35px; }
    .rtl header.header-2 .nav-icon ul .onhover-div.cart-icon {
      padding: 0; }
  .rtl header.header-2 .content-header .left-section {
    padding-left: 60px;
    padding-right: 0; }
  .rtl header.header-2 .upper-section li a {
    padding-right: 12px;
    padding-left: 17px; }
    .rtl header.header-2 .upper-section li a select {
      background: url(../images/dropdown.png) no-repeat 18%; }
  .rtl header.header-2 .pixelstrap.sm-horizontal > li > a {
    padding: 33px 0 33px 15px; }
    .rtl header.header-2 .pixelstrap.sm-horizontal > li > a:hover, .rtl header.header-2 .pixelstrap.sm-horizontal > li > a:focus, .rtl header.header-2 .pixelstrap.sm-horizontal > li > a:active {
      padding: 33px 0 33px 15px; }
  .rtl header.header-2 .search-bar .search-icon {
    left: 5px; }
  .rtl header.header-3 .nav-icon ul .cart-icon {
    padding: 30px 15px; }
  .rtl header.header-4 .pixelstrap.sm-horizontal a {
    padding: 25px 0;
    padding-left: 15px; }
    .rtl header.header-4 .pixelstrap.sm-horizontal a:hover, .rtl header.header-4 .pixelstrap.sm-horizontal a:focus, .rtl header.header-4 .pixelstrap.sm-horizontal a:active {
      padding: 25px 0;
      padding-left: 15px; }
  .rtl header.header-4 .pixelstrap.sm-horizontal ul a {
    padding: 5px 20px; }
    .rtl header.header-4 .pixelstrap.sm-horizontal ul a, .rtl header.header-4 .pixelstrap.sm-horizontal ul a:hover, .rtl header.header-4 .pixelstrap.sm-horizontal ul a:focus, .rtl header.header-4 .pixelstrap.sm-horizontal ul a:active, .rtl header.header-4 .pixelstrap.sm-horizontal ul a.highlighted {
      padding: 5px 20px; }
  .rtl header.header-4 .pixelstrap.sm-horizontal .mega-box .link-section .demo ul li a {
    padding: 0; }
  .rtl header.header-center .search-bar .search-icon {
    right: unset; }
  .rtl .pixelstrap a, .rtl .pixelstrap a:hover, .rtl .pixelstrap a:focus, .rtl .pixelstrap a:active {
    padding-left: 15px;
    padding-right: 0; }
  .rtl .product-form-box .timer {
    padding-right: 17px;
    padding-left: 0; }
  .rtl .cart-section .cart-buttons > div:last-child, .rtl .wishlist-section .cart-buttons > div:last-child {
    padding-left: 41px; }
  .rtl .collection-product-wrapper .product-filter-content .collection-view {
    border-left: none;
    border-right: 1px solid #dddddd; }
  .rtl .collection-product-wrapper .product-filter-content .product-page-filter {
    border-left: 1px solid #dddddd;
    border-right: none; }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    border-right: 1px solid #dddddd;
    padding-right: 20px; }
    .rtl .collection-product-wrapper .product-top-filter .product-filter-content .search-count h5 {
      text-align: center; }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
    padding-right: 20px !important;
    padding-left: 0 !important; }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
    padding-right: 0 !important;
    padding-left: 20px !important; }
  .rtl .product-right .product-icon .product-social li {
    padding-left: 10px; }
  .rtl .left-sidebar_space {
    padding-right: 0;
    padding-left: 0; }
  .rtl .vertical-tab .tab-inner .theme-tab .tabs li {
    padding: 20px 20px 20px 0; }
  .rtl .tab-layout3 .product-box .img-block .lable-wrapper .lable4 {
    left: unset;
    right: 10px; }
  .rtl .tab-layout3 .product-box .img-block .lable-wrapper .lable5 {
    left: unset;
    right: 4px; }
  .rtl .tab-layout3 .product-box .img-block .cart-details {
    right: unset; }
  .rtl .vertical-tab .slick-next {
    left: 45px; }
  .rtl .vertical-tab .slick-prev {
    left: 14px; }
  .rtl footer.footer-2 .callus .footer-banner-content .call-text h3 {
    text-align: center; }
  .rtl footer.footer-4 .border-class {
    padding: 0; }
  .dark .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
    border-color: #404040; }
  .dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    border-color: #404040; } }

@media (max-width: 1430px) and (min-width: 1200px) {
  .blog-box .media {
    margin-bottom: 24px; }
    .blog-box .media img {
      height: 85px; }
    .blog-box .media .media-body p {
      font-size: 13px;
      line-height: 16px; }
  .blog-box.blog-pattern .blog-white.app-white {
    padding: 50px 30px 0 30px; }
  .blog-box.blog-pattern .blog-white.contact {
    padding: 40px 40px 40px 40px; }
    .blog-box.blog-pattern .blog-white.contact h3 {
      font-size: 20px; }
    .blog-box.blog-pattern .blog-white.contact .contact-form h5 {
      margin-top: 30px; }
  .logo .logo-img {
    padding: 25px 0; }
  .app-section .app-content {
    margin-left: 15px; }
    .app-section .app-content .app-buttons a img {
      height: 30px; }
  .upper-part .blog-box.blog-pattern .blog-white {
    padding: 0 20px 20px 20px; }
    .upper-part .blog-box.blog-pattern .blog-white .title {
      padding: 20px 0; }
    .upper-part .blog-box.blog-pattern .blog-white .slick-next {
      top: -29px; }
    .upper-part .blog-box.blog-pattern .blog-white .slick-prev {
      top: -29px; }
  .upper-part .blog-box.blog-pattern .blog-white.review-sec .review-block .media {
    padding-top: 30px; }
  .upper-part .blog-box.blog-pattern .blog-white.product-sec .product-block .media .mr-3 {
    margin-right: 5px !important; }
  .upper-part .blog-box.blog-pattern .blog-white.feature-sec .feature-block .media {
    padding-top: 15px; }
  .single-section .blog-box {
    padding: 0 30px 30px 30px; }
    .single-section .blog-box .blog-white .product img {
      height: 220px; }
    .single-section .blog-box .blog-white .product p {
      margin-top: 24px; }
    .single-section .blog-box .review-sec .review-block .media {
      padding-bottom: 30px;
      padding-top: 41px; }
      .single-section .blog-box .review-sec .review-block .media:last-child {
        padding-bottom: 7px; }
  footer .call-us .footer-banner-content .call-text {
    margin-right: 10px; }
  footer .call-us .footer-banner-content .footer-social {
    margin-left: 10px;
    margin-right: 10px; }
  footer .call-us .footer-banner-content .address-section {
    margin-left: 10px;
    margin-right: 10px; } }

@media (max-width: 1430px) and (min-width: 991px) {
  .blog-section .review-box {
    padding: 0 15px 15px 15px !important; }
    .blog-section .review-box .title {
      padding: 15px 0; } }

@media (max-width: 1367px) {
  .qty-box .input-group .form-control {
    width: 100%; }
  .home-slider .slick-prev {
    -webkit-transform: scale(0.1);
    transform: scale(0.1); }
  .home-slider .slick-next {
    -webkit-transform: scale(0.1);
    transform: scale(0.1); }
  .home-slider:hover .slick-prev {
    -webkit-transform: scale(1.01);
    transform: scale(1.01); }
  .home-slider:hover .slick-next {
    -webkit-transform: scale(1.01);
    transform: scale(1.01); }
  .collection-banner .contain-banner.banner-3 {
    padding-left: 35px;
    padding-right: 35px; }
  .product-box .img-block .cart-details {
    right: 10px; } }

@media (min-width: 1200px) {
  .rtl .offset-xl-1 {
    margin-right: 8.33333%;
    margin-left: 0; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .collection-banner .contain-banner {
    padding-left: 10px;
    padding-right: 10px; }
    .collection-banner .contain-banner h3 {
      font-size: 16px;
      margin-top: 0; }
    .collection-banner .contain-banner h6 {
      margin-top: 0; }
    .collection-banner .contain-banner .banner-deal {
      padding: 3px 8px; }
      .collection-banner .contain-banner .banner-deal h6 {
        font-size: 12px; }
  .collection-banner .contain-banner.banner-3 {
    padding-left: 10px;
    padding-right: 10px; }
  .blog-box.blog .blog-white .media {
    width: 33%;
    display: inline-block;
    margin-bottom: 0;
    padding: 0 5px; }
    .blog-box.blog .blog-white .media img {
      width: 100%;
      height: 150px; }
    .blog-box.blog .blog-white .media .media-body h5 {
      margin-top: 10px; }
  .blog-box.layout-2 .media {
    width: 33%;
    display: inline-block;
    margin-bottom: 0;
    padding: 0 5px; }
    .blog-box.layout-2 .media img {
      width: 100%;
      height: 150px; }
    .blog-box.layout-2 .media .media-body h5 {
      margin-top: 10px; }
  .banner-sec .center-banner .center img {
    height: 170px; }
  .banner-sec .center-banner .contain-left {
    padding: 20px; }
  .banner-sec .center-banner .contain-right {
    padding: 20px; }
  .banner-sec .collection-banner .banner-contain {
    padding: 15px; }
    .banner-sec .collection-banner .banner-contain h2 {
      font-size: 25px;
      margin: 0; }
    .banner-sec .collection-banner .banner-contain h5 {
      margin-top: 0; }
  .product-box {
    padding: 10px; }
    .product-box .img-block .add-btn {
      bottom: 70px; }
    .product-box .img-block .cart-details i {
      padding-top: 7px;
      padding-bottom: 7px; }
    .product-box .img-block .lable-wrapper .lable1 {
      font-size: 12px;
      top: 8px;
      left: 8px; }
      .product-box .img-block .lable-wrapper .lable1:before {
        border-left: 11px solid #3c70e6;
        border-top: 12px solid transparent;
        border-bottom: 10px solid transparent;
        left: 34px; }
    .product-box .img-block .lable-wrapper .lable2 {
      font-size: 13px;
      left: 8px;
      top: 32px; }
  .rtl footer .footer-section .about-section {
    border-left: none; }
  .rtl footer .footer-section .footer-link {
    border-left: none;
    border-right: 1px solid #eeeeee; }
  .rtl .product-box .img-block .lable-wrapper .lable1:before {
    right: 34px; } }

@media (max-width: 1199px) and (min-width: 767px) {
  .order-cls {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 40px; }
  .single-section .blog-box .blog-white .product {
    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; }
    .single-section .blog-box .blog-white .product img {
      margin: unset; } }

@media (max-width: 1199px) {
  section {
    padding-top: 40px; }
  .error-section {
    border-top: 1px solid #dddddd; }
  header .toggle-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-right: 15px; }
    header .toggle-nav i {
      font-size: 22px; }
  header .mobile-back {
    display: block;
    padding: 20px;
    font-size: 18px;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  header .sm-horizontal {
    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: scroll; }
  header .brand-logo {
    padding-left: 42px; }
  header .search-bar .search__input {
    width: 258px; }
  header.header-1 .slider-bg {
    max-width: unset; }
  header.header-1 .service-part {
    margin-top: 15px;
    padding-left: 15px;
    background-color: transparent;
    margin-bottom: 30px; }
  header.header-1 .service-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px; }
    header.header-1 .service-vertical .service-block {
      padding-bottom: 0;
      margin-bottom: 0;
      border-right: 1px solid #eeeeee;
      border-bottom: none;
      padding-right: 15px;
      margin-right: 15px;
      width: 20%; }
      header.header-1 .service-vertical .service-block:last-child {
        padding-right: 0;
        margin-right: 0;
        border-right: none; }
  header.header-1 .slider-part {
    background-color: unset; }
  header.header-1 .category-part {
    position: absolute;
    margin: 0;
    background-color: transparent;
    display: inline-block;
    width: 0;
    top: -60px;
    padding: 0; }
    header.header-1 .category-part .category-section .category-box {
      padding: 0; }
  header.header-1 .header-section .search-bar {
    display: none; }
  header.header-1 .right-part ul li a, header.header-1 .right-part ul li .select-option {
    padding: 0 8px; }
  header.header-1 .right-part ul li:nth-last-child(-n + 2) {
    padding-right: 14px; }
  header.header-1 .brand-logo {
    padding: 12px 0 20px 0; }
    header.header-1 .brand-logo img {
      height: 52px;
      width: auto; }
  header.header-1 .toggle-nav {
    position: absolute;
    right: 0;
    top: -42px; }
    header.header-1 .toggle-nav i {
      color: #b2b6be; }
  header.header-1 .bg-class {
    background-color: transparent; }
  header.header-1 .nav-icon ul .cart-icon {
    padding: 0 46px 0 0; }
  header.header-1 .pixelstrap.sm-horizontal .icon-cls {
    display: none; }
  header.header-1 .pixelstrap.sm-horizontal > li > a {
    padding: 8px 18px;
    color: #444444; }
    header.header-1 .pixelstrap.sm-horizontal > li > a:hover, header.header-1 .pixelstrap.sm-horizontal > li > a:focus, header.header-1 .pixelstrap.sm-horizontal > li > a:active {
      padding: 8px 18px;
      color: #444444; }
  header.header-1 .pixelstrap.sm-vertical .icon-cls {
    display: none; }
  header.header-1 .pixelstrap.sm-vertical > li > a {
    padding: 8px 18px;
    color: #444444; }
    header.header-1 .pixelstrap.sm-vertical > li > a:hover, header.header-1 .pixelstrap.sm-vertical > li > a:focus, header.header-1 .pixelstrap.sm-vertical > li > a:active {
      padding: 8px 18px;
      color: #444444; }
  header.header-1 .search-3 {
    display: inline-block; }
  header.header-2 .header-top .brand-logo {
    padding-left: 0;
    padding-right: 20px; }
  header.header-2 .pixelstrap.sm-horizontal > li > a {
    padding: 8px 18px; }
    header.header-2 .pixelstrap.sm-horizontal > li > a:hover {
      padding: 8px 18px; }
    header.header-2 .pixelstrap.sm-horizontal > li > a:focus {
      padding: 8px 18px; }
    header.header-2 .pixelstrap.sm-horizontal > li > a:active {
      padding: 8px 18px; }
  header.header-2 .icon-cls {
    display: none; }
  header.header-2 .content-header .left-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 58%;
    padding-right: 60px; }
  header.header-2 .content-header .right-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%; }
  header.header-2 .upper-section {
    padding: 25px 25px 25px 25px;
    border-bottom: none;
    border-right: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  header.header-2 .lower-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  header.header-2 .search-bar {
    padding-top: 20px; }
    header.header-2 .search-bar .search__input {
      width: 275px; }
    header.header-2 .search-bar .search-icon {
      top: 20px; }
  header.header-3 .brand-logo {
    border-right: none; }
    header.header-3 .brand-logo img {
      height: 62px; }
  header.header-3 .home-icon {
    display: none; }
  header.header-3 .pixelstrap.sm-horizontal > li > a {
    padding: 8px 18px; }
    header.header-3 .pixelstrap.sm-horizontal > li > a:hover, header.header-3 .pixelstrap.sm-horizontal > li > a:focus, header.header-3 .pixelstrap.sm-horizontal > li > a:active {
      padding: 8px 18px; }
  header.header-3 .toggle-nav {
    padding: 0;
    position: absolute;
    left: 20px;
    z-index: 1;
    top: 30px; }
    header.header-3 .toggle-nav i {
      color: #777777; }
  header.header-3 .search-bar .search__input {
    display: none; }
  header.header-3 .search-bar .search-icon {
    display: none; }
  header.header-3 .nav-icon ul .onhover-div {
    padding: 36px 15px; }
    header.header-3 .nav-icon ul .onhover-div.user-icon {
      padding-right: 0 !important; }
  header.header-3 .nav-icon ul .search-3 {
    display: inline-block; }
  header.header-3 .nav-icon ul .setting-icon {
    padding-right: 0; }
  header.header-3 .search-img {
    cursor: pointer; }
  header.header-3 .category-section .category-box {
    width: 0;
    border: none; }
  header.header-3 .right_part .navbar {
    padding: 38px 0 0; }
  header.header-4 .brand-logo {
    padding-left: 0; }
  header.header-4 .pixelstrap.sm-horizontal {
    z-index: 9; }
    header.header-4 .pixelstrap.sm-horizontal a {
      padding: 8px 18px; }
      header.header-4 .pixelstrap.sm-horizontal a:hover, header.header-4 .pixelstrap.sm-horizontal a:focus,
      header.header-4 .pixelstrap.sm-horizontal a:active header.header-4 .pixelstrap.sm-horizontal a.highlighted {
        padding: 8px 18px; }
  header.header-center .nav-icon ul .onhover-div.cart-icon {
    margin-right: 35px; }
    header.header-center .nav-icon ul .onhover-div.cart-icon:after {
      display: block; }
  header.header-center #main-nav {
    border-top: none;
    display: inline-block;
    position: absolute;
    top: -53px;
    right: 15px; }
    header.header-center #main-nav .toggle-nav {
      padding-right: 0; }
  header.header-center .search-bar .search__input {
    width: 210px; }
  header.header-center .pixelstrap.sm-horizontal > li > a {
    padding: 8px 18px; }
    header.header-center .pixelstrap.sm-horizontal > li > a:hover, header.header-center .pixelstrap.sm-horizontal > li > a:focus,
    header.header-center .pixelstrap.sm-horizontal > li > a:active header.header-center .pixelstrap.sm-horizontal > li > a.highlighted {
      padding: 8px 18px; }
  .section-t-space {
    padding-top: 40px; }
  .section-b-space {
    padding-bottom: 40px; }
  .portfolio-padding {
    padding-bottom: 30px; }
  .vertical-tab .padding-class.pr-0 {
    padding-right: 15px !important; }
  .vertical-tab.vertical-tab2 .row > div.pr-0 {
    padding-right: 15px !important; }
  .bg-position-unset.b-left {
    background-position: center !important; }
  .slider-category .category-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .slider-category .category-right .cat-box {
      padding-top: 30px; }
      .slider-category .category-right .cat-box + .cat-box {
        padding-left: 30px;
        padding-top: 30px; }
  .service-banner {
    padding-top: 30px; }
  .grid-5 .box-5 {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: calc(33.33% - 30px);
    margin: 0 15px 30px; }
    .grid-5 .box-5:nth-last-child(-n+5) {
      margin: 0 15px 30px; }
    .grid-5 .box-5:nth-last-child(-n+3) {
      margin: 0 15px 0; }
  .layout-4 {
    margin: 18px 0; }
  .home-slider .home {
    height: 70vh; }
  .home-slider .slider-contain {
    height: 70vh; }
    .home-slider .slider-contain h1 {
      font-size: 50px; }
  .home-slider.home-fix .home, .home-slider.home-fix .slider-contain {
    height: 70vh; }
  .slider-bg .home-slider .home {
    padding: 0 15px; }
  .layout-2-menu .home-slider .home .slider-contain > div {
    padding: 25px 170px; }
  .category .category-img .category-text {
    top: 38px;
    right: 20px; }
  .banner-content .banner-btn {
    padding: 20px 220px; }
  .banner-content.layout-3 .banner-btn {
    padding: 20px 100px; }
  .app-section {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .no-bg.app-sec .app-sec-content {
    padding-left: 0; }
  .no-bg.app-sec .app-section .app-content .app-buttons a img {
    height: 30px; }
  .partition > div {
    margin-bottom: 40px; }
    .partition > div:last-child {
      margin-bottom: 0; }
  .blog-box.blog-pattern .blog-white.review-sec .review-block .media:first-child {
    padding-top: 0; }
  .blog-box.blog-pattern .blog-white.app-white .mobile1 {
    margin-top: 55px; }
  .blog-section .review-box {
    padding: 0 30px 30px 30px; }
    .blog-section .review-box .review-content p {
      margin-bottom: 30px;
      margin-top: 10px;
      height: 124px; }
    .blog-section .review-box .review-content .avtar {
      margin-top: 0; }
    .blog-section .review-box .review-content h6 {
      margin-top: 5px; }
    .blog-section .review-box .slick-next, .blog-section .review-box .slick-prev {
      bottom: -12px; }
  .partition-cls > div {
    margin-bottom: 30px; }
    .partition-cls > div:last-child {
      margin-bottom: 0; }
  .single-section .blog-box .review-sec .review-block .media {
    padding-top: 30px;
    padding-bottom: 30px; }
    .single-section .blog-box .review-sec .review-block .media:last-child {
      padding-bottom: 0;
      margin-bottom: 0; }
    .single-section .blog-box .review-sec .review-block .media:first-child {
      padding-top: 0; }
  .banner-sec.landscape-layout .center-banner .center img {
    height: 90px; }
  .banner-sec.landscape-layout .right-banner h5 {
    letter-spacing: 0.2em; }
  .banner-sec.landscape-layout .right-banner h2 {
    font-size: 50px;
    margin-top: 10px; }
  .banner-sec.landscape-layout .right-banner h6 {
    padding: 10px 30px; }
  .banner-sec.landscape-layout .left-banner h2 {
    font-size: 30px; }
  .product-layout .center-product .product-img {
    margin-top: 0; }
    .product-layout .center-product .product-img img {
      height: 133px; }
  .product-layout .center-product .product-details h5 {
    margin-bottom: 45px; }
  .tab-layout1 .theme-tab .tabs {
    margin-bottom: 40px; }
  .product-box .img-block .cart-details {
    top: 3px; }
  .product-box .img-block .cart-wrap button {
    margin-left: 2px;
    margin-right: 2px; }
  .product-box .img-block .cart-wrap a {
    margin-left: 2px;
    margin-right: 2px; }
  .product-box.product-select-box .qty-add-box .qty-box button {
    font-size: 0; }
    .product-box.product-select-box .qty-add-box .qty-box button i {
      display: block;
      font-size: 14px;
      padding: 2px; }
  .product-box .addtocart_box .addtocart_detail h5 {
    font-size: 14px; }
  .product-box .addtocart_box .addtocart_detail .color-variant li {
    width: 20px;
    height: 20px;
    margin: 0 2px; }
    .product-box .addtocart_box .addtocart_detail .color-variant li.active:after {
      height: 10px;
      width: 10px; }
  .product-box .addtocart_box .addtocart_detail .size-box li {
    width: 18px;
    height: 18px;
    margin: 0;
    font-size: 12px; }
  .tab-layout4 .product-box.full-box .product-info h6 {
    margin-top: 30px; }
  .tab-layout4 .theme-tab .tab-title .tabs li {
    padding: 10px 20px; }
  .tab-layout4 .product-box .img-block .cart-info i {
    padding-left: 10px;
    padding-right: 10px; }
  .slider-section .padding-cls {
    padding-left: 15px !important; }
  .slider-section .deal-box .product img {
    height: 335px; }
  .slider-section .deal-box .product p {
    margin-top: 16px; }
  .slider-section .deal-box .product h5 {
    margin-bottom: 10px; }
  .slider-section .deal-box .product .timer p {
    padding: 5px 12px; }
  .slider-section.slider-layout-4 .pr-0 {
    padding-right: 15px !important; }
  .slider-section.slider-layout-4 .pl-0 {
    padding-left: 15px !important; }
  .slider-section.slider-layout-4 .media-product-section {
    margin-top: 40px; }
  .collection-section .card .card-body {
    padding: 10px; }
  footer .instagram {
    display: block;
    margin-top: 40px; }
    footer .instagram .instagram-box .overlay i {
      font-size: 34px; }
    footer .instagram .instagram-banner {
      margin-top: -20px; }
  footer .footer-bottom {
    padding: 20px 0; }
    footer .footer-bottom ul li {
      padding-left: 15px;
      padding-right: 15px; }
  footer .subscribe-section .subscribe-content .subscribe-form .form-group .form-control {
    width: 200px; }
  footer .footer-section .border-right {
    border-right: none !important; }
  footer .footer-section .footer-link:nth-child(3) {
    border-right: none; }
  footer .call-us .footer-banner-content {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10px; }
    footer .call-us .footer-banner-content .footer-social {
      margin-left: 10px;
      margin-right: 10px; }
      footer .call-us .footer-banner-content .footer-social ul li {
        padding: 0; }
        footer .call-us .footer-banner-content .footer-social ul li a {
          height: 38px;
          width: 38px;
          padding: 6px 10px;
          font-size: 18px; }
          footer .call-us .footer-banner-content .footer-social ul li a i {
            font-size: 18px; }
    footer .call-us .footer-banner-content .address-section {
      margin-left: 10px;
      margin-right: 10px; }
    footer .call-us .footer-banner-content .call-text {
      margin-right: 10px; }
      footer .call-us .footer-banner-content .call-text .call-no {
        font-size: 18px; }
  footer.footer-2 .footer-section .about-section {
    padding: 0 0 20px;
    border-right: none; }
    footer.footer-2 .footer-section .about-section .footer-content .footer-logo {
      text-align: center; }
    footer.footer-2 .footer-section .about-section .footer-content p {
      padding-top: 20px;
      padding-bottom: 20px; }
  footer.footer-2 .footer-section .footer-link {
    padding-top: 0;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
  footer.footer-2 .footer-section .row.section-b-space {
    padding-bottom: 0; }
  footer.footer-2 .instagram {
    margin-top: 0; }
    footer.footer-2 .instagram .instagram-banner {
      margin-top: 0; }
  footer.footer-2 .callus {
    margin-top: 20px; }
  footer.footer-2 .footer-bottom {
    border-top: none; }
  footer.footer-3 .footer-section .about-section {
    padding: 0; }
    footer.footer-3 .footer-section .about-section .footer-content {
      margin-bottom: 25px; }
      footer.footer-3 .footer-section .about-section .footer-content p {
        padding-top: 15px; }
    footer.footer-3 .footer-section .about-section .footer-logo {
      text-align: center; }
  footer.footer-3 .footer-section .footer-content p {
    text-align: center; }
  footer.footer-3 .footer-section .footer-content .footer-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px; }
  footer.footer-3 .footer-section .footer-link {
    border-left: none;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
  footer.footer-3 .footer-section .height-cls {
    padding-top: 40px; }
  footer.footer-3 .height-cls {
    border-top: 1px solid #eeeeee; }
  footer.footer-3 .instagram {
    margin-top: 0; }
    footer.footer-3 .instagram .instagram-banner {
      height: 34px;
      width: 225px;
      margin-top: 0; }
  footer.footer-4 .footer-section .about-section {
    border-right: none; }
  footer.footer-4 .border-class {
    border-left: none; }
    footer.footer-4 .border-class .footer-banner-content > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 40px 0 0; }
    footer.footer-4 .border-class .footer-social {
      margin-top: 0; }
  footer.footer-4 .call-text {
    margin-right: 60px; }
  .product-right .timer {
    padding-left: 30px; }
  .about-page .about-image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 25px;
    text-align: center; }
  .cart-section tfoot tr td {
    padding-left: 25px; }
  .cart-section tbody tr td, .wishlist-section tbody tr td {
    min-width: 186px; }
  .blog-detail-page .comment-section li {
    padding-top: 45px;
    padding-bottom: 45px; }
  .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 .collection-grid-view {
    padding: 20px !important;
    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%; }
  .cart-section tbody tr td {
    min-width: 140px; }
    .cart-section tbody tr td .qty-box .input-group .form-control {
      width: 52px; }
  .cart-section tfoot tr td {
    padding-right: 25px; }
  .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:first-child {
    margin-top: 15px; }
  .collection-filter-block .product-service .media .media-body h4 {
    font-size: 16px; }
  .product-right h2 {
    font-size: 20px; }
  .product-right .timer p {
    padding: 10px 0; }
  .testimonial .testimonial-slider .media .media-body {
    padding: 30px; }
    .testimonial .testimonial-slider .media .media-body p {
      line-height: 1.5; }
  .search-product > div:nth-last-child(1), .search-product > div:nth-last-child(2), .search-product > div:nth-last-child(3) {
    margin-top: 30px; }
  .blog-page .blog-media {
    margin-bottom: 20px; }
    .blog-page .blog-media .blog-right {
      display: block;
      margin-top: 15px; }
      .blog-page .blog-media .blog-right p {
        line-height: 1.3; }
  .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: 4px; }
  .product-description-box .product-icon .wishlist-btn span {
    padding-left: 4px; }
  .product-form-box .border-product {
    padding-top: 10px;
    padding-bottom: 15px; }
  .product-form-box .timer {
    padding-left: 17px; }
    .product-form-box .timer span {
      width: 55px; }
  .product-form-box .product-buttons .btn-solid, .product-form-box .product-buttons .btn-outline {
    padding: 7px 13px; }
  .product-accordion .single-product-tables table {
    width: 70%; }
  .tab-product .flex-column {
    -webkit-box-orient: unset !important;
    -webkit-box-direction: unset !important;
        -ms-flex-direction: unset !important;
            flex-direction: unset !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .tab-product .nav-material.nav-tabs {
    border-bottom: 1px solid #dddddd;
    border-right: 0; }
    .tab-product .nav-material.nav-tabs .nav-item .nav-link.active {
      background-color: unset; }
  .tab-border {
    padding-top: 0; }
  .rtl .product-right .timer {
    padding-left: 0; }
  .rtl .product-description-box .product-icon .product-social li {
    padding-left: 4px;
    padding-right: 0; }
  .rtl .product-description-box .product-icon .wishlist-btn span {
    padding-right: 4px;
    padding-left: 0; }
  .rtl header .toggle-nav {
    padding-left: 15px;
    padding-right: 0; }
  .rtl header.header-1 .toggle-nav {
    left: 15px;
    right: unset;
    padding-left: 0; }
  .rtl header.header-1 .nav-icon ul .cart-icon {
    padding: 0 15px 0 46px; }
  .rtl header.header-1 .nav-icon ul .wishlist-icon {
    padding-right: 20px; }
  .rtl header.header-1 .right-part ul li:nth-last-child(-n + 2) {
    padding-left: 14px; }
  .rtl header.header-2 .header-top .brand-logo {
    padding-right: 0;
    padding-left: 15px; }
  .rtl header.header-2 .upper-section {
    padding: 25px;
    border-right: none;
    border-left: 1px solid #eeeeee; }
  .rtl header.header-2 .pixelstrap.sm-horizontal > li > a {
    padding: 8px 18px; }
    .rtl header.header-2 .pixelstrap.sm-horizontal > li > a, .rtl header.header-2 .pixelstrap.sm-horizontal > li > a:hover, .rtl header.header-2 .pixelstrap.sm-horizontal > li > a:focus, .rtl header.header-2 .pixelstrap.sm-horizontal > li > a:active {
      padding: 8px 18px; }
  .rtl header.header-3 .nav-icon ul .search-3 {
    padding-left: 0;
    padding-right: 15px !important; }
  .rtl header.header-3 .toggle-nav {
    right: 20px;
    left: unset; }
  .rtl header.header-3 .brand-logo {
    border-left: none; }
  .rtl header.header-4 .pixelstrap.sm-horizontal a {
    padding: 8px 18px; }
    .rtl header.header-4 .pixelstrap.sm-horizontal a:hover, .rtl header.header-4 .pixelstrap.sm-horizontal a:focus, .rtl header.header-4 .pixelstrap.sm-horizontal a:active {
      padding: 8px 18px; }
  .rtl header.header-center #main-nav {
    right: unset;
    left: 15px; }
    .rtl header.header-center #main-nav .toggle-nav {
      padding-left: 0; }
  .rtl header.header-center .nav-icon ul .onhover-div.cart-icon {
    margin-left: 35px;
    margin-right: 0; }
  .rtl .cart-section .cart-buttons > div:last-child, .rtl .wishlist-section .cart-buttons > div:last-child {
    padding-left: 17px; }
  .rtl .tab-border .nav-border {
    border-left: none; }
  .rtl .collection-product-wrapper .product-filter-content .collection-view {
    padding-right: 20px !important; }
  .rtl .footer-social li {
    padding-right: 0;
    padding-left: 38px; }
  .rtl .footer-theme2 .social-white li {
    padding-left: 12px;
    padding-right: 12px; }
  .rtl .tab-left .theme-tab .left-side .tab-title {
    text-align: center;
    margin-left: 0; }
  .rtl .vertical-tab .padding-class.pr-0 {
    padding-left: 15px !important; }
  .rtl .vertical-tab.vertical-tab2 .row > div.pr-0 {
    padding-left: 15px !important; }
  .rtl .slider-section.slider-layout-4 .pr-0 {
    padding-left: 15px !important; }
  .rtl .slider-section.slider-layout-4 .pl-0 {
    padding-right: 15px !important; }
  .rtl .slider-category .category-right .cat-box + .cat-box {
    padding-right: 30px;
    padding-left: 0; }
  .rtl footer.footer-2 .footer-section .about-section .footer-content p {
    text-align: center; }
  .rtl footer.footer-4 .call-text {
    margin-left: 60px;
    margin-right: 0; }
  .rtl footer.footer-4 .border-class {
    border-right: none; }
  .dark .sm-horizontal {
    background-color: #2b2b2b;
    border-color: #404040; }
    .dark .sm-horizontal .mobile-back {
      border-color: #404040;
      color: #e7eaec; }
    .dark .sm-horizontal.pixelstrap ul {
      background-color: #2b2b2b; }
  .dark .tab-product .nav-material.nav-tabs {
    background-color: #2b2b2b; }
  .dark header.left-header .pixelstrap ul {
    background-color: #232323; }
  .dark header.header-1 .pixelstrap.sm-vertical > li > a {
    color: #cbcbcb; }
  .dark header.header-1 .pixelstrap.sm-horizontal > li > a {
    color: #cbcbcb; }
  .dark footer .call-us {
    border-color: #404040; }
    .dark footer .call-us .footer-banner-content {
      background-color: rgba(35, 35, 35, 0.6); }
      .dark footer .call-us .footer-banner-content .footer-social ul li a i {
        color: #cbcbcb; }
      .dark footer .call-us .footer-banner-content .address-section p, .dark footer .call-us .footer-banner-content .address-section h6 {
        color: #cfd4da; }
  .dark footer .call-text h3 {
    color: #eaedef; }
  .dark .tab-product .nav-material.nav-tabs {
    border-color: #404040; } }

@media (min-width: 992px) {
  .demo-modal .modal-lg {
    max-width: 1400px; }
  .exit-modal .modal-lg {
    max-width: 600px; }
  .rtl .offset-lg-2 {
    margin-right: 16.66667%;
    margin-left: 0; } }

@media (max-width: 991px) {
  .contain-slider .slider-contain {
    padding: 0 40px; }
  header .nav-icon ul .onhover-div img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  .portfolio-padding {
    padding-bottom: 20px; }
  .alert {
    max-width: 45% !important; }
  .grid-5 .box-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: calc(50% - 30px);
    margin: 0 15px 30px !important; }
    .grid-5 .box-5:nth-last-child(-n+2) {
      margin: 0 15px 0 !important; }
  .same-slider {
    margin-top: 30px; }
  .service-banner .partition_3 > div:nth-last-child(-n + 2) {
    margin-top: 20px; }
  .home-slider .home {
    height: 65vh; }
  .home-slider.l-4-slider .slider-contain {
    margin-top: 0; }
  .home-slider .slider-contain {
    height: 65vh; }
    .home-slider .slider-contain h1 {
      font-size: 36px;
      margin-top: 0; }
    .home-slider .slider-contain h5 {
      margin-bottom: 0; }
    .home-slider .slider-contain h4 {
      margin-top: 0; }
    .home-slider .slider-contain .btn-solid {
      margin-top: 10px; }
    .home-slider .slider-contain .btn-outline {
      margin-top: 10px; }
  .home-slider.home-fix .home, .home-slider.home-fix .slider-contain {
    height: 65vh; }
  .home-slider:hover .slick-next {
    right: -10px; }
  .home-slider:hover .slick-prev {
    left: -10px; }
  .slider-bg {
    height: 55vh; }
    .slider-bg .home-slider .home {
      height: 40vh; }
      .slider-bg .home-slider .home .slider-contain {
        height: 40vh; }
  header .brand-logo {
    padding-left: 40px; }
  header .search-bar .search__input {
    width: 200px; }
  header.header-1 .right-part ul li:nth-child(-n+ 5) {
    display: none; }
  header.header-2 .nav-icon ul .onhover-div {
    padding: 0 25px 0 0; }
    header.header-2 .nav-icon ul .onhover-div img {
      display: none; }
    header.header-2 .nav-icon ul .onhover-div .show-div {
      top: 44px; }
      header.header-2 .nav-icon ul .onhover-div .show-div img {
        display: block; }
    header.header-2 .nav-icon ul .onhover-div .mobile-icon {
      display: block;
      font-size: 18px;
      color: #999999; }
    header.header-2 .nav-icon ul .onhover-div i {
      cursor: pointer;
      font-size: 18px; }
  header.header-2 .nav-icon ul .setting-icon {
    display: inline-block; }
  header.header-2 .content-header .left-section {
    width: 30%; }
  header.header-2 .content-header .right-section {
    width: 70%;
    border-left: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  header.header-2 .mobile-icon-search {
    display: block;
    padding-right: 25px; }
  header.header-2 .search-bar {
    display: none; }
  header.header-2 .upper-section {
    display: none; }
  header.header-2 .toggle-nav {
    position: absolute;
    right: 0; }
  header.header-2 .lower-section {
    padding: 25px 45px 25px 25px; }
  header.header-3 .toggle-nav {
    right: -90px;
    top: 29px; }
  header.header-4 {
    position: relative;
    top: 0; }
  header.header-center .nav-icon ul .onhover-div {
    padding: 32px 6px; }
    header.header-center .nav-icon ul .onhover-div.cart-icon {
      margin-right: 30px; }
  header.header-center .navbar {
    padding: 0 15px 0 0; }
  .layout-4 {
    margin: 14px 0; }
    .layout-4 .banner-bg.no-bg .banner-btn h6 {
      padding: 20px; }
  .layout-2-menu .category-section {
    margin-top: 22px; }
  .layout-2-menu .service-vertical {
    display: block;
    width: 100%; }
    .layout-2-menu .service-vertical .service-block {
      text-align: center;
      padding-right: 0;
      border-right: none;
      margin-right: 0;
      width: 50%;
      float: left;
      margin-bottom: 15px; }
      .layout-2-menu .service-vertical .service-block .top-section {
        display: unset;
        text-align: center;
        margin: 0 auto; }
        .layout-2-menu .service-vertical .service-block .top-section img {
          margin-right: 0; }
        .layout-2-menu .service-vertical .service-block .top-section h5 {
          margin-top: 5px; }
      .layout-2-menu .service-vertical .service-block:last-child {
        width: 100%; }
  .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; }
  .theme-modal .modal-dialog .modal-content.quick-view-modal .modal-body {
    text-align: center; }
  .theme-modal .modal-dialog .modal-content.quick-view-modal .product-right .product-description .qty-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .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; }
  .theme-modal.newsletter-popup .modal-dialog .modal-content .modal-body {
    padding: 12px; }
    .theme-modal.newsletter-popup .modal-dialog .modal-content .modal-body .modal-bg {
      padding: 20px; }
  .service .service-block .media {
    display: inline-block;
    text-align: center; }
    .service .service-block .media img {
      margin-right: 0;
      margin-bottom: 20px; }
  .service .service-block + .service-block {
    border-left: none; }
  .service-block1 + .service-block1 {
    border-left: none; }
  .service-block1:nth-last-child(1) {
    margin-top: 30px; }
  .service-block1:nth-last-child(2) {
    margin-top: 30px; }
  .category .category-img .category-text {
    top: 60px;
    right: 70px; }
  .category .category-img:nth-last-child(1) {
    margin-top: 30px; }
  .category .category-img:nth-last-child(2) {
    margin-top: 30px; }
  .blog-section .review-box .review-content p {
    height: 50px; }
  .banner-content h2 {
    font-size: 32px; }
  .banner-content .banner-btn {
    padding: 15px 100px; }
  .banner-content.layout-3 .banner-btn {
    padding: 20px; }
  .banner-bg {
    padding: 30px 30px; }
    .banner-bg .banner-content .banner-btn {
      padding: 20px 25px;
      border-radius: 80px; }
    .banner-bg .banner-content.app-content {
      padding: 0 50px 0 0; }
      .banner-bg .banner-content.app-content .app-inner img {
        margin: 20px 50px 0; }
  .blog-box.blog-pattern .blog-white.app-white {
    padding: 30px 10px 0 10px; }
    .blog-box.blog-pattern .blog-white.app-white .mobile1 {
      margin-top: 39px; }
  .blog-box.blog-pattern .blog-white.contact {
    padding: 30px 10px 30px 10px; }
    .blog-box.blog-pattern .blog-white.contact h3 {
      font-size: 20px; }
    .blog-box.blog-pattern .blog-white.contact .contact-form h5 {
      margin-top: 30px; }
  .blog-section .title {
    padding-top: 0; }
  .blog-section .review-box {
    margin-top: 30px; }
    .blog-section .review-box .title {
      padding-top: 30px; }
  .logo .logo-img {
    padding: 25px 0; }
  .no-bg.app-sec .app-sec-content {
    padding-left: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 20px; }
    .no-bg.app-sec .app-sec-content .btn-solid {
      margin-top: 5px; }
  .order-class {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 40px; }
  .banner-sec .center-banner .center img {
    height: 260px; }
  .banner-sec .center-banner .contain-left {
    padding: 45px; }
  .banner-sec .center-banner .contain-right {
    padding: 45px; }
  .banner-sec.landscape-layout .center-banner .center img {
    margin: 60px;
    height: 105px; }
  .banner-sec.landscape-layout .pl-0 {
    padding-left: 15px !important; }
  .product-layout .center-product {
    padding: 0 15px 15px; }
    .product-layout .center-product .title {
      padding: 15px 0; }
    .product-layout .center-product .product-img img {
      height: 100px; }
    .product-layout .center-product .product-details .rating {
      margin-top: 5px; }
    .product-layout .center-product .product-details .cart-info {
      bottom: 12px; }
    .product-layout .center-product .product-details h5 {
      margin-bottom: 28px; }
  .tab-layout1 .theme-tab .border-row1 > div:nth-child(4) .product-box {
    border-left: 1px solid #eeeeee; }
  .tab-layout1 .theme-tab .border-row1 > div:nth-last-child(-n + 3) .product-box {
    border-top: none; }
  .tab-layout1 .theme-tab .border-row1 > div:nth-last-child(3) .product-box {
    border-left: 1px solid #eeeeee; }
  .product-box .img-block .cart-details {
    top: 5px; }
  .product-box .img-block .cart-wrap {
    top: 115px; }
    .product-box .img-block .cart-wrap button {
      margin-left: 5px;
      margin-right: 5px; }
    .product-box .img-block .cart-wrap a {
      margin-left: 5px;
      margin-right: 5px; }
  .product-box .img-block .lable-wrapper .lable1:before {
    left: 38px; }
  .partition_4 .row > div:nth-last-child(-n + 2) {
    margin-top: 30px; }
  .cls-order {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-right: 0;
    padding-left: 15px !important; }
  .tab-layout3 .theme-tab .tabs {
    margin: 0 0 30px 0; }
    .tab-layout3 .theme-tab .tabs li {
      padding: 7px 15px; }
  .tab-layout3 .product-box.full-box {
    border-left: none;
    border-bottom: none;
    padding-top: 20px; }
    .tab-layout3 .product-box.full-box .product-info h6 {
      margin-top: 12px; }
  .tab-layout3 .cls-order .full-box {
    border-left: 1px solid #eeeeee; }
  .tab-layout3 .row-border {
    padding: 0 15px; }
    .tab-layout3 .row-border > div:nth-child(2) {
      border-left: none;
      border-right: 1px solid #eeeeee; }
    .tab-layout3 .row-border > div:nth-child(4) {
      border-left: none;
      border-right: 1px solid #eeeeee; }
    .tab-layout3 .row-border > div:nth-child(1) {
      border-right: 1px solid #eeeeee;
      border-left: 1px solid #eeeeee; }
    .tab-layout3 .row-border > div:nth-child(3) {
      border-right: 1px solid #eeeeee;
      border-left: 1px solid #eeeeee; }
  .tab-layout3 .product-box .img-block .cart-details {
    top: 0; }
    .tab-layout3 .product-box .img-block .cart-details i {
      padding-top: 10px;
      padding-bottom: 10px; }
  .tab-layout3 .pr-0 {
    padding-left: 0;
    padding-right: 15px !important; }
  .tab-layout4 .container .pr-0 {
    padding-right: 15px !important; }
  .tab-layout4 .tab-content-cls .padding-cls {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .tab-layout4 .product-box.full-box {
    padding-top: 20px; }
    .tab-layout4 .product-box.full-box .img-block img {
      width: 200px; }
    .tab-layout4 .product-box.full-box .cart-info {
      opacity: 1;
      left: 0;
      right: 0;
      bottom: 20px; }
    .tab-layout4 .product-box.full-box .product-info {
      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: 38px; }
      .tab-layout4 .product-box.full-box .product-info h6 {
        margin-top: 0; }
    .tab-layout4 .product-box.full-box:hover .product-content {
      opacity: 1; }
    .tab-layout4 .product-box.full-box:hover .cart-info button {
      -webkit-animation: none;
      animation: none; }
    .tab-layout4 .product-box.full-box:hover .cart-info a:nth-child(2) i {
      -webkit-animation: none;
      animation: none; }
    .tab-layout4 .product-box.full-box:hover .cart-info a:nth-child(3) i {
      -webkit-animation: none;
      animation: none; }
    .tab-layout4 .product-box.full-box:hover .cart-info a:nth-child(4) i {
      -webkit-animation: none;
      animation: none; }
  .tab-layout4 .row-border1 > div:nth-child(2) {
    border-right: 1px solid #eeeeee; }
  .tab-layout4 .row-border1 > div:nth-child(4) {
    border-right: 1px solid #eeeeee; }
  .tab-layout4 .row-border2 > div:nth-child(1) {
    border-left: 1px solid #eeeeee; }
  .tab-layout4 .row-border2 > div:nth-child(3) {
    border-left: 1px solid #eeeeee; }
  .vertical-tab .tab-head {
    padding: 0 20px 0 45px; }
  .vertical-tab .tab-inner .theme-tab {
    display: block; }
    .vertical-tab .tab-inner .theme-tab .tabs {
      display: none;
      width: 100%;
      z-index: 1;
      background-color: white;
      position: absolute;
      height: 325px;
      overflow-x: scroll;
      -webkit-box-shadow: 0 2px 5px 0 #c7c7c7;
      box-shadow: 0 2px 5px 0 #c7c7c7; }
    .vertical-tab .tab-inner .theme-tab #mob_tab_cls {
      display: block;
      position: absolute;
      top: -55px;
      left: 20px;
      width: 50%;
      cursor: pointer; }
    .vertical-tab .tab-inner .theme-tab .tab-content-cls {
      width: 100%; }
  .slider-section .padding-cls {
    padding: 0 15px !important;
    margin-top: 40px; }
  .slider-section .deal-box .product img {
    height: 195px; }
  .lookbook-section .lookbook-right {
    margin-top: 30px;
    display: block;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    height: unset; }
    .lookbook-section .lookbook-right .hover-detail {
      padding-top: 8px;
      padding-bottom: 8px; }
  footer .call-us .footer-banner-content .call-text h3 {
    font-size: 18px; }
  footer .call-us .footer-banner-content .call-text .call-no {
    font-size: 16px; }
  footer .footer-section .footer-link {
    padding-top: 10px !important;
    padding-bottom: 0;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    display: block;
    border-right: none; }
    footer .footer-section .footer-link .footer-title {
      display: block; }
      footer .footer-section .footer-link .footer-title h4 {
        padding-bottom: 10px; }
        footer .footer-section .footer-link .footer-title h4:after {
          bottom: 0; }
    footer .footer-section .footer-link .footer-content ul {
      margin-top: 10px; }
  footer .footer-section .about-section {
    padding: 0 15px;
    border-right: none;
    margin-top: 0; }
    footer .footer-section .about-section .footer-mobile-title {
      display: block; }
      footer .footer-section .about-section .footer-mobile-title h4 {
        padding-bottom: 10px; }
        footer .footer-section .about-section .footer-mobile-title h4:after {
          bottom: 0; }
    footer .footer-section .about-section .footer-content p {
      padding-top: 10px;
      line-height: 20px;
      margin-bottom: 0; }
    footer .footer-section .about-section .footer-content .footer-logo {
      padding-top: 10px; }
  footer .footer-title {
    margin-top: 10px;
    text-align: left;
    position: relative; }
    footer .footer-title h4 {
      cursor: pointer;
      text-transform: uppercase;
      font-weight: 700; }
    footer .footer-title .according-menu {
      font: normal normal normal 14px/1 FontAwesome; }
      footer .footer-title .according-menu:before {
        content: "\f107";
        position: absolute;
        right: 2px;
        top: 2px; }
  footer .footer-title.footer-mobile-title {
    margin-top: 0; }
  footer .footer-title.active .according-menu {
    font: normal normal normal 14px/1 FontAwesome; }
    footer .footer-title.active .according-menu:before {
      content: "\f106";
      position: absolute;
      right: 2px;
      top: 2px; }
  footer .footer-bottom ul li {
    padding: 0 5px; }
  footer .subscribe-section .subscribe-content {
    display: block;
    text-align: center; }
    footer .subscribe-section .subscribe-content p {
      padding-left: 0;
      border-left: none;
      margin-left: 0;
      margin-top: 5px; }
    footer .subscribe-section .subscribe-content .subscribe-form {
      margin-top: 12px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-left: 0; }
  footer.footer-2 .footer-section .about-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px 0 15px;
    margin-top: 0; }
    footer.footer-2 .footer-section .about-section .footer-mobile-title {
      width: 100%; }
    footer.footer-2 .footer-section .about-section .footer-content .footer-logo {
      text-align: left; }
    footer.footer-2 .footer-section .about-section .footer-content p {
      padding-bottom: 0; }
  footer.footer-2 .instagram {
    margin-top: 0px;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%; }
  footer.footer-3 .footer-section .border-cls {
    border-bottom: none; }
  footer.footer-3 .footer-section .height-cls {
    padding-top: 0; }
  footer.footer-3 .footer-section .about-section {
    padding: 0 15px 0 15px;
    margin-top: 0; }
    footer.footer-3 .footer-section .about-section .footer-mobile-title h4 {
      margin-bottom: 10px; }
    footer.footer-3 .footer-section .about-section .footer-logo {
      text-align: left; }
    footer.footer-3 .footer-section .about-section p {
      text-align: left; }
    footer.footer-3 .footer-section .about-section .footer-social {
      -webkit-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left;
      padding-bottom: 10px; }
    footer.footer-3 .footer-section .about-section .footer-content {
      margin-bottom: 0; }
  footer.footer-3 .footer-section .footer-link {
    padding-top: 10px !important;
    padding-bottom: 10px; }
    footer.footer-3 .footer-section .footer-link:last-child {
      padding-top: 0;
      padding-bottom: 0; }
  footer.footer-3 .height-cls {
    border-top: none; }
  footer.footer-3 .footer-title {
    margin-top: 0; }
  footer.footer-3 .footer-bottom {
    border-top: 1px solid #eeeeee;
    margin-top: 0; }
  footer.footer-4 .border-cls {
    border: none; }
  footer.footer-4 .footer-bottom {
    border-top: 1px solid #eeeeee; }
  footer.footer-4 .footer-section .about-section {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 30px; }
  footer.footer-4 .footer-section.upper-part .section-b-space {
    padding-bottom: 0; }
  footer.footer-4 .footer-section.bottom-part .section-t-space {
    padding-top: 0; }
  footer.footer-4 .instagram {
    margin-top: 0; }
    footer.footer-4 .instagram .instagram-banner {
      margin-top: 0; }
  footer.footer-4 .border-class .footer-banner-content > div {
    margin: 40px 0 0; }
  .product-right .border-product:last-child {
    padding-bottom: 0; }
  .collection-collapse-block {
    border-bottom: 1px solid #dddddd !important; }
  .login-page .authentication-right {
    height: auto; }
  .pwd-page .theme-form input {
    padding: 12px 20px; }
  .testimonial .testimonial-slider .media .media-body {
    padding: 0 30px;
    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 {
    border-left: none;
    padding-left: 0; }
  .blog-detail-page .blog-advance ul {
    margin-bottom: 20px; }
  .blog-detail-page .blog-advance p:last-child {
    margin-bottom: 0; }
  .top-banner-content h4 {
    font-size: 20px; }
  .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 34px;
        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 .product-page-per-view, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
      border-top: 1px solid #dddddd; }
  .filter-main-btn {
    display: block; }
  .collection-filter {
    position: fixed;
    height: 100vh;
    top: 0;
    left: -350px;
    background-color: white;
    z-index: 99;
    overflow-y: scroll;
    padding: 15px 0 15px 15px;
    max-width: 350px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 1px 0 5px #ddd;
            box-shadow: 1px 0 5px #ddd; }
    .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-filter-block {
    border: none; }
  .collection-mobile-back {
    display: block; }
  .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; }
  .right-login {
    margin-top: 30px; }
  .contact-page .map iframe {
    height: 350px; }
  .contact-page .contact-right {
    padding-bottom: 0; }
    .contact-page .contact-right ul li {
      padding-left: 0;
      border-bottom: 1px solid #dddddd;
      text-align: center;
      padding-bottom: 10px;
      margin-top: 15px; }
      .contact-page .contact-right ul li .contact-icon {
        position: relative;
        margin: 0 auto;
        border-right: 0; }
      .contact-page .contact-right ul li p {
        margin-bottom: 10px; }
  .cart-section .cart-table thead th:last-child {
    display: none; }
  .cart-section tbody tr td {
    min-width: 135px; }
    .cart-section tbody tr td:last-child {
      display: none; }
  .cart-section .cart-buttons > div:last-child {
    padding-right: 15px; }
  .cart-section tfoot tr td {
    padding-right: 0; }
  .cart-section.order-history tbody tr td:last-child {
    display: table-cell; }
  .cart-section.order-history .cart-table thead th {
    text-transform: capitalize; }
    .cart-section.order-history .cart-table thead th:last-child {
      display: table-cell; }
  .wishlist-section tbody tr td {
    min-width: 138px; }
  .product-right h2 {
    margin-top: 15px; }
  .product-right .timer p {
    padding: 10px 10px 10px 22px; }
  .product-right .size-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product-right {
    text-align: center;
    margin: 20px 0 0 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 .product-social li {
      padding-right: 20px; }
  .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    width: 55%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 20px;
    background: none #000000; }
    .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 .search-count {
    width: 100%;
    padding: 10px 0;
    text-align: center; }
  .collection-product-wrapper .product-top-filter .popup-filter .collection-view, .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
    display: none; }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
    width: 50%; }
    .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-top: 10px;
      padding-bottom: 10px; }
    .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 {
      top: 13px; }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
    left: unset;
    right: 35px; }
  .tab-product {
    padding-top: 20px; }
  .tab-product .nav-material.nav-tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .pro_sticky_info {
    border: none;
    padding: 0; }
  .product-form-box {
    margin-bottom: 10px; }
  .dashboard-left {
    position: fixed;
    height: 100vh;
    top: 0;
    left: -350px;
    background-color: white;
    z-index: 99;
    padding: 0 35px 35px;
    max-width: 350px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0 0 8px 0 #dddddd;
            box-shadow: 0 0 8px 0 #dddddd; }
    .dashboard-left .block-title h2 {
      display: none; }
    .dashboard-left .block-content {
      border: none;
      padding: 0;
      margin-top: 20px; }
      .dashboard-left .block-content ul li:hover {
        padding-left: 0; }
  .account-sidebar {
    display: block; }
  .typography_section .row > div:first-child .typography-box:last-child {
    margin-bottom: 30px; }
  .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: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  .product-slick .slick-prev, .rtl-product-slick .slick-prev, .product-right-slick .slick-prev, .rtl-product-right-slick .slick-prev {
    left: 20px; }
    .product-slick .slick-prev:after, .rtl-product-slick .slick-prev:after, .product-right-slick .slick-prev:after, .rtl-product-right-slick .slick-prev:after {
      display: none; }
  .product-slick .slick-next, .rtl-product-slick .slick-next, .product-right-slick .slick-next, .rtl-product-right-slick .slick-next {
    right: 20px; }
  .order-up {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .bundle .bundle_img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .bundle .bundle_detail .theme_checkbox {
    padding: 0 20%; }
  .checkout-page .checkout-form .checkout-details {
    margin-top: 30px; }
  .rtl header.header-2 .toggle-nav {
    left: 0;
    right: unset; }
  .rtl header.header-2 .nav-icon ul .onhover-div {
    padding: 0 0 0 25px; }
    .rtl header.header-2 .nav-icon ul .onhover-div.wishlist-icon {
      padding: 0 0 0 25px; }
    .rtl header.header-2 .nav-icon ul .onhover-div.search-3 {
      padding-right: 0 !important; }
  .rtl header.header-2 .mobile-icon-search {
    padding-left: 25px;
    padding-right: 0; }
  .rtl header.header-2 .lower-section {
    padding: 25px 25px 25px 45px; }
  .rtl header.header-2 .content-header .right-section {
    border-right: none; }
  .rtl header.header-center .navbar {
    padding: 0 0 0 15px; }
  .rtl .vertical-tab .tab-inner .theme-tab #mob_tab_cls {
    right: 20px;
    left: unset;
    text-align: right; }
  .rtl .vertical-tab .tab-head {
    padding: 0 45px 0 20px; }
  .rtl .tab-layout1 .theme-tab .border-row1 > div:nth-last-child(3) .product-box {
    border-right: 1px solid #eeeeee; }
  .rtl .tab-layout1 .theme-tab .border-row1 > div:nth-child(4) .product-box {
    border-right: 1px solid #eeeeee; }
  .rtl .tab-layout4 .row-border1 > div:nth-child(2), .rtl .tab-layout4 .row-border1 > div:nth-child(4) {
    border-left: 1px solid #eeeeee;
    border-right: none; }
  .rtl .tab-layout4 .row-border2 > div:nth-child(1), .rtl .tab-layout4 .row-border2 > div:nth-child(3) {
    border-right: 1px solid #eeeeee;
    border-left: none; }
  .rtl .tab-layout4 .container .pr-0 {
    padding-left: 15px !important; }
  .rtl .testimonial .testimonial-slider .slick-track .slick-slide:nth-child(even) .media {
    border-right: none;
    padding-right: 0; }
  .rtl .contact-page .contact-right ul li {
    padding-right: 0; }
    .rtl .contact-page .contact-right ul li .contact-icon {
      border-left: none; }
    .rtl .contact-page .contact-right ul li p {
      text-align: center; }
  .rtl .rtl-text .product-right .color-variant {
    text-align: center; }
  .rtl .rtl-text .product-right .size-box {
    text-align: center; }
  .rtl .rtl-text .product-right .product-buttons {
    text-align: center; }
  .rtl .rtl-text .product-right .border-product {
    text-align: center; }
  .rtl .product-accordion .card-header h5 {
    text-align: center; }
  .rtl .image-swatch {
    text-align: center; }
  .rtl .product-right h4, .rtl .product-right h2, .rtl .product-right h3, .rtl .product-right p, .rtl .product-right .product-title {
    text-align: center; }
  .rtl .product-right .detail-section, .rtl .product-right .product-icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .rtl .product-right .size-text {
    text-align: right; }
  .rtl .product-right .product-description .qty-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .rtl .product-right .payment-card-bottom {
    text-align: center; }
  .rtl .product-right .rating {
    text-align: center; }
  .rtl .single-product-tables table tr td {
    text-align: center; }
  .rtl .tab-product {
    padding-top: 30px; }
  .rtl .collection-product-wrapper .product-filter-content .product-page-filter {
    border-left: none; }
  .rtl .collection-product-wrapper .product-filter-content .collection-view {
    padding-right: 20px !important; }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select, .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select, .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select, .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
    padding: 21px 34px 21px 34px; }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view, .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
    border-right: 1px solid #dddddd; }
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
    border-right: none; }
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .search-count h5 {
    text-align: center; }
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select, .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
    padding: 10px 34px 10px 34px; }
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    background: none #000000; }
  .rtl .banner-timer .timer {
    padding-left: 10px; }
    .rtl .banner-timer .timer span {
      width: 55px; }
  .rtl .full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant li {
    margin-left: 5px;
    margin-right: unset; }
  .rtl .full-box .theme-card .offer-slider .product-box2 .media .media-body .rating i {
    padding: 0; }
  .rtl .service-block + .service-block {
    border-right: none; }
  .rtl .service-block1 + .service-block1 {
    border-right: none; }
  .rtl .service .service-block .media h5 {
    text-align: center; }
  .rtl .tab-layout3 .product-box.full-box {
    border-right: none;
    border-left: 1px solid #eeeeee; }
  .rtl .tab-layout3 .cls-order .full-box {
    border-right: 1px solid #eeeeee; }
  .rtl .tab-layout3 .row-border {
    padding: 0 15px; }
    .rtl .tab-layout3 .row-border > div:nth-child(2) {
      border-right: none;
      border-left: 1px solid #eeeeee; }
    .rtl .tab-layout3 .row-border > div:nth-child(4) {
      border-left: 1px solid #eeeeee;
      border-right: none; }
  .rtl .tab-layout3 .pr-0 {
    padding-left: 15px !important;
    padding-right: 0 !important; }
  .rtl .tab-layout3 .pl-0 {
    padding-right: 15px !important;
    padding-left: 0 !important; }
  .rtl footer .footer-title .according-menu:before {
    left: 2px;
    right: unset; }
  .rtl footer .subscribe-section .subscribe-content h4 {
    text-align: center; }
  .rtl footer .subscribe-section .subscribe-content p {
    text-align: center;
    border-right: none;
    padding-right: 0;
    margin-right: 0; }
  .rtl footer .subscribe-section .subscribe-content .subscribe-form {
    margin-right: 0; }
  .rtl footer .footer-section .about-section {
    border-left: none; }
  .rtl footer .footer-section .footer-link {
    border-left: none; }
  .rtl footer.footer-3 .footer-section .footer-link {
    border-right: none; }
  .dark .collection-filter {
    background-color: #2b2b2b; }
  .dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select, .dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
    border-color: #404040; }
  .dark .collection-mobile-back {
    border-color: #404040; }
    .dark .collection-mobile-back span {
      color: #929292; }
  .dark .collection-collapse-block {
    border-color: #404040 !important; }
  .dark .collection-filter {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .dark .contact-page .contact-right ul li {
    border-color: #404040; }
  .dark .dashboard-left {
    background-color: #232323;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .dark .tab-layout1 .theme-tab .border-row1 > div:nth-child(4) .product-box {
    border-color: #404040; }
  .dark .vertical-tab .tab-inner .theme-tab .tabs {
    background-color: #2b2b2b;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .dark .tab-layout3 .row-border > div:nth-child(1) {
    border-color: #404040; }
  .dark .tab-layout4 .row-border2 > div:nth-child(1), .dark .tab-layout4 .row-border2 > div:nth-child(3) {
    border-color: #404040; }
  .dark header.header-tools .logo-menu-part {
    background-color: #2b2b2b; }
  .dark footer.footer-3 .footer-bottom {
    border-color: #404040; }
  .dark footer.footer-4 .footer-bottom {
    border-color: #404040; } }

@media (min-width: 768px) {
  .rtl .offset-md-2 {
    margin-left: 0;
    margin-right: 16.66667%; } }

@media (max-width: 767px) {
  .contain-slider .slider-contain {
    padding: 0 30px; }
  .portfolio-padding {
    padding-bottom: 10px; }
  .home-slider .home {
    height: 40vh; }
  .home-slider .slider-contain {
    height: 40vh; }
    .home-slider .slider-contain h1 {
      font-size: 35px; }
    .home-slider .slider-contain .btn-solid {
      margin-top: 10px;
      padding: 10px 25px; }
    .home-slider .slider-contain .btn-outline {
      margin-top: 10px;
      padding: 10px 25px; }
  .layout-2-menu .home-slider .home .slider-contain > div {
    padding: 25px 65px; }
  header .search-bar .search__input {
    display: none; }
  header .search-bar .search-icon {
    display: none; }
  header .search-bar .icon-search {
    display: block;
    padding: 0 10px;
    font-size: 22px;
    color: #999999;
    cursor: pointer; }
    header .search-bar .icon-search:after {
      content: "";
      position: absolute;
      width: 1px;
      height: 35px;
      background-color: #eeeeee;
      right: -3px;
      top: 29px; }
  header.header-1 .nav-icon ul .onhover-div {
    padding: 0 10px 0 0; }
  header.header-1 .nav-icon ul .wishlist-icon {
    padding: 0 10px 0 0; }
  header.header-1 .nav-icon ul .cart-icon {
    padding: 0 36px 0 0; }
  header.header-1 .service-vertical {
    padding: 15px 0;
    display: block;
    width: 100%;
    height: 100%; }
    header.header-1 .service-vertical .service-block {
      text-align: center;
      padding-right: 0;
      border-right: none;
      margin-right: 0;
      width: 50%;
      float: left;
      margin-bottom: 15px; }
      header.header-1 .service-vertical .service-block .top-section {
        display: unset;
        text-align: center;
        margin: 0 auto; }
        header.header-1 .service-vertical .service-block .top-section img {
          margin-right: 0; }
        header.header-1 .service-vertical .service-block .top-section h5 {
          margin-top: 5px; }
      header.header-1 .service-vertical .service-block:last-child {
        width: 100%;
        margin-bottom: 15px; }
  header.header-3 .toggle-nav {
    right: -10px; }
  header.header-4 .navbar {
    padding: 0; }
  header.header-4 .mobile-icon-search {
    display: block;
    font-size: 22px;
    color: #b7bbc2;
    padding: 0 10px 0 0; }
  header.header-4 .nav-icon ul .onhover-div {
    padding: 25px 5px; }
    header.header-4 .nav-icon ul .onhover-div:after {
      display: none; }
  header.header-center .brand-logo {
    padding: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    header.header-center .brand-logo img {
      width: 150px;
      height: auto; }
  header.header-center #main-nav {
    top: -47px; }
  header.header-center .nav-icon ul .onhover-div.cart-icon {
    margin-right: 22px; }
    header.header-center .nav-icon ul .onhover-div.cart-icon:after {
      display: none; }
  header.header-center .mobile-icon-search {
    padding: 0 10px;
    color: black; }
  header.header-center .left-part {
    padding: 24px 0; }
  .slider-category .category-right {
    display: block; }
    .slider-category .category-right .cat-box img {
      width: 100%; }
    .slider-category .category-right .cat-box + .cat-box {
      padding-left: 0; }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h2 {
    margin-bottom: 20px;
    padding-bottom: 20px; }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h4 {
    margin-bottom: 20px;
    font-size: 15px; }
  .theme-modal.cart-modal .product-section {
    display: none; }
  .category .category-img .category-text {
    top: 45px;
    right: 40px; }
  .banner-content h2 {
    margin-top: 5px;
    font-size: 25px; }
  .banner-content h4 {
    margin-top: 5px; }
  .banner-content .banner-btn {
    margin-top: 10px;
    padding: 12px 20px; }
  .banner-bg .banner-content h2 {
    font-size: 18px; }
  .banner-bg .banner-content h4 {
    font-size: 16px; }
  .banner-bg .banner-content .banner-btn {
    padding: 15px 5px; }
  .banner-bg .banner-content.app-content {
    padding: 0 20px 0 0; }
    .banner-bg .banner-content.app-content .app-inner img {
      margin: 20px 20px 0; }
    .banner-bg .banner-content.app-content .app-inner .app-download .app-buttons img {
      height: 25px; }
  .layout-4 .banner-bg {
    padding: 0; }
    .layout-4 .banner-bg .banner-content .banner-btn {
      padding: 5px; }
  .layout-4 .banner-bg.no-bg .banner-btn h6 {
    padding: 10px;
    text-transform: capitalize; }
  .collection-banner .contain-banner {
    padding-left: 40px;
    padding-right: 40px; }
  .partition-3 > div {
    margin-bottom: 40px; }
    .partition-3 > div:last-child {
      margin-bottom: 0; }
  .blog-box.blog-pattern .blog-white.contact {
    padding: 30px; }
    .blog-box.blog-pattern .blog-white.contact h3 {
      margin-top: 10px; }
    .blog-box.blog-pattern .blog-white.contact .contact-form h5 {
      margin-top: 20px; }
  .blog-box.blog-pattern .blog-white.app-white {
    padding: 30px 30px 0 30px; }
  .app-section .app-content {
    margin-left: 10px; }
    .app-section .app-content .app-buttons a img {
      height: 30px; }
  .no-bg.app-sec .app-sec-content {
    padding-top: 20px; }
    .no-bg.app-sec .app-sec-content h3 {
      margin-top: 5px; }
  .no-bg.app-sec .app-section .app-content .app-buttons a img {
    padding-top: 5px; }
  .banner-sec .center-banner .center img {
    height: 190px; }
  .banner-sec .center-banner .contain-left {
    padding: 20px; }
  .banner-sec .center-banner .contain-right {
    padding: 20px; }
  .banner-sec .collection-banner .banner-contain {
    padding: 15px; }
    .banner-sec .collection-banner .banner-contain h2 {
      font-size: 25px;
      margin: 0; }
    .banner-sec .collection-banner .banner-contain h5 {
      margin-top: 0; }
  .banner-sec.landscape-layout .center-banner .center img {
    height: 80px; }
  .product-layout .center-product {
    padding: 0 30px 30px; }
    .product-layout .center-product .title {
      padding: 30px 0; }
    .product-layout .center-product .product-img img {
      height: 130px; }
    .product-layout .center-product .product-details h5 {
      margin-bottom: 30px; }
    .product-layout .center-product .product-details .cart-info {
      bottom: 22px; }
  .product-layout .row > div:nth-child(2) {
    margin-top: 30px;
    margin-bottom: 30px; }
  .portfolio-section .product-box:hover .img-block .cart-info {
    bottom: 0; }
  .portfolio-section .product-box:hover .product-content {
    visibility: visible; }
  .product-box .img-block .lable-wrapper .lable1 {
    font-size: 12px;
    top: 8px;
    left: 8px; }
    .product-box .img-block .lable-wrapper .lable1:before {
      border-left: 11px solid #ebbbc3;
      border-top: 12px solid transparent;
      border-bottom: 10px solid transparent;
      left: 34px; }
  .product-box .img-block .lable-wrapper .lable2 {
    font-size: 13px;
    left: 8px;
    top: 32px; }
  .product-box .img-block .cart-details,
  .product-box .img-block .cart-wrap,
  .product-box .img-block .cart-info {
    opacity: 1;
    bottom: 0;
    position: relative;
    top: 0; }
  .product-box .img-block .cart-details {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    right: 0 !important; }
    .product-box .img-block .cart-details i {
      padding-left: 5px;
      padding-right: 5px; }
  .product-box .img-block .cart-wrap button, .product-box .img-block .cart-wrap a {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .product-box .img-block .cart-right {
    position: relative;
    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;
    right: 0;
    top: 0; }
    .product-box .img-block .cart-right a i {
      opacity: 1;
      background-color: transparent;
      border: none; }
    .product-box .img-block .cart-right button {
      background-color: transparent;
      border: none; }
  .product-box .img-block .cart-info {
    position: relative;
    bottom: 0;
    margin-top: 12px;
    margin-bottom: 8px; }
  .product-box .img-block .add-btn {
    position: relative;
    margin-top: 5px;
    margin-bottom: 10px; }
  .product-box .product-info h6 {
    margin-top: 0; }
  .product-box.product-full .product-info h6 {
    margin-top: 0; }
  .product-box:hover .cart-details button {
    -webkit-animation: none;
            animation: none; }
  .product-box:hover .cart-details a:nth-child(2) {
    -webkit-animation: none;
            animation: none; }
    .product-box:hover .cart-details a:nth-child(2) i {
      -webkit-animation: none;
              animation: none; }
  .product-box:hover .cart-details a:nth-child(3) {
    -webkit-animation: none;
            animation: none; }
    .product-box:hover .cart-details a:nth-child(3) i {
      -webkit-animation: none;
              animation: none; }
  .product-box:hover .cart-details a:nth-child(4) {
    -webkit-animation: none;
            animation: none; }
    .product-box:hover .cart-details a:nth-child(4) i {
      -webkit-animation: none;
              animation: none; }
  .product-box:hover .cart-details a i {
    -webkit-animation: none;
            animation: none; }
  .product-box:hover .cart-wrap button {
    -webkit-animation: none;
            animation: none; }
  .product-box:hover .cart-wrap a:nth-child(2) {
    -webkit-animation: none;
            animation: none; }
    .product-box:hover .cart-wrap a:nth-child(2) i {
      -webkit-animation: none;
              animation: none; }
  .product-box:hover .cart-wrap a:nth-child(3) {
    -webkit-animation: none;
            animation: none; }
    .product-box:hover .cart-wrap a:nth-child(3) i {
      -webkit-animation: none;
              animation: none; }
  .product-box:hover .cart-wrap a:nth-child(4) {
    -webkit-animation: none;
            animation: none; }
    .product-box:hover .cart-wrap a:nth-child(4) i {
      -webkit-animation: none;
              animation: none; }
  .product-box:hover .cart-wrap a i {
    -webkit-animation: none;
            animation: none; }
  .product-box:hover .cart-info button {
    -webkit-animation: none;
            animation: none; }
  .product-box:hover .cart-info a:nth-child(2) {
    -webkit-animation: none;
            animation: none; }
    .product-box:hover .cart-info a:nth-child(2) i {
      -webkit-animation: none;
              animation: none; }
  .product-box:hover .cart-info a:nth-child(3) {
    -webkit-animation: none;
            animation: none; }
    .product-box:hover .cart-info a:nth-child(3) i {
      -webkit-animation: none;
              animation: none; }
  .product-box:hover .cart-info a:nth-child(4) {
    -webkit-animation: none;
            animation: none; }
    .product-box:hover .cart-info a:nth-child(4) i {
      -webkit-animation: none;
              animation: none; }
  .product-box:hover .cart-info a i {
    -webkit-animation: none;
            animation: none; }
  .product-box:hover .product-content {
    opacity: 1;
    visibility: visible; }
  .product-box:hover .cart-right a:nth-child(2) i, .product-box:hover .cart-right a:nth-child(3) i, .product-box:hover .cart-right a:nth-child(4) i {
    -webkit-animation: none;
            animation: none; }
  .tab-layout1 .theme-tab .tabs {
    padding: 10px 0; }
    .tab-layout1 .theme-tab .tabs li {
      margin-left: 5px;
      margin-right: 5px; }
      .tab-layout1 .theme-tab .tabs li a {
        padding: 10px; }
  .tab-layout1 .theme-tab .drop-shadow .right-shadow {
    top: 40px; }
  .tab-layout1 .theme-tab .drop-shadow .left-shadow {
    top: 40px; }
  .tab-layout1 .product-box .product-info h5 {
    margin-bottom: 0; }
  .tab-layout1 .product-box .img-block .cart-wrap {
    bottom: 25%;
    top: unset; }
  .tab-layout1 .product-box .img-block .add-btn {
    bottom: 25%;
    opacity: 1; }
  .tab-layout1 .product-box:hover .add-btn {
    -webkit-animation: none;
    animation: none; }
  .tab-layout2 .product-box .product-info h5 {
    margin-bottom: 0; }
  .tab-layout2 .product-box .product-info h6 {
    margin-top: 0; }
  .tab-layout2 .product-box .img-block .cart-wrap {
    bottom: 0;
    position: relative;
    top: unset; }
  .tab-layout3 .product-box .product-info h6 {
    margin-top: 0; }
  .tab-layout3 .product-box.full-box .product-info h6 {
    margin-top: 0; }
  .tab-layout4 .product-box.full-box .cart-info {
    bottom: 0;
    margin-bottom: 10px; }
  .tab-layout4 .product-box.full-box .product-info {
    margin-bottom: 0; }
  .tab-layout4 .product-box:hover .product-content {
    opacity: 1;
    visibility: visible; }
  .vertical-tab .product-box .img-block .cart-wrap {
    top: unset;
    bottom: 0;
    position: relative;
    margin-top: 5px; }
  .vertical-tab .product-box .product-info h6 {
    margin-top: 5px; }
  .slider-section .product-box .img-block .add-btn {
    opacity: 1;
    bottom: 0; }
  .slider-section .product-box:hover .add-btn {
    -webkit-animation: none;
    animation: none; }
  .slider-section .product-box .product-info h6 {
    margin-top: 0; }
  .slider-section.no-border-product .slick-slider .product-box .img-block .cart-info {
    bottom: 0; }
  .layout-4 {
    margin: 8px 0; }
  .instashop-section .row > .pr-0 {
    padding-right: 15px !important; }
  .instashop-section .row > .pl-0 {
    padding-left: 15px !important; }
  footer .sub-footer {
    text-align: center; }
    footer .sub-footer p {
      padding: 15px 0; }
    footer .sub-footer .payment-card-bottom {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-bottom: 15px; }
      footer .sub-footer .payment-card-bottom li {
        padding-left: 7px;
        padding-right: 7px; }
  footer .call-us .footer-banner-content {
    display: unset;
    text-align: center;
    right: unset;
    width: 100%; }
    footer .call-us .footer-banner-content .call-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-right: 0; }
      footer .call-us .footer-banner-content .call-text h3 {
        margin-right: 5px; }
    footer .call-us .footer-banner-content .footer-social {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  footer .callus, footer .call-us {
    padding: 30px 0;
    background-blend-mode: overlay;
    background-color: rgba(255, 255, 255, 0.86); }
    footer .callus .footer-banner-content, footer .call-us .footer-banner-content {
      position: relative;
      padding: 0; }
      footer .callus .footer-banner-content .call-text, footer .call-us .footer-banner-content .call-text {
        text-align: center; }
  footer.footer-4 .border-class {
    display: none; }
  footer.footer-4 .footer-section .about-section {
    margin-top: 40px; }
  footer.footer-2 .callus .footer-banner-content {
    display: unset; }
    footer.footer-2 .callus .footer-banner-content .footer-social {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: -12px; }
  .success-text p {
    line-height: 24px; }
  .order-success-sec .order-detail li {
    line-height: 22px;
    font-size: 14px; }
  .order-success-sec .payment-mode p {
    line-height: 22px;
    font-size: 14px; }
  .product-wrapper-grid.list-view .product-box {
    display: block; }
    .product-wrapper-grid.list-view .product-box .img-block {
      width: 100%; }
      .product-wrapper-grid.list-view .product-box .img-block .cart-details {
        -webkit-box-pack: left;
            -ms-flex-pack: left;
                justify-content: left;
        margin-bottom: 20px; }
    .product-wrapper-grid.list-view .product-box .product-info {
      margin-left: 0; }
      .product-wrapper-grid.list-view .product-box .product-info p {
        margin-bottom: 0; }
  .blog-detail-page .comment-section li {
    padding-top: 40px;
    padding-bottom: 40px; }
  .collection-product-wrapper .product-pagination .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: none;
    border-right: 1px solid #dddddd; }
  .product-pagination .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: 1px solid #dddddd; }
  .testimonial {
    background-color: #f7f7f7; }
    .testimonial .testimonial-slider .media .media-body {
      padding: 30px 30px 30px 30px; }
  .about-page {
    text-align: center; }
    .about-page p {
      line-height: 1.5; }
      .about-page p:last-child {
        margin-bottom: -4px; }
  .layout2-logo {
    padding-right: 70px; }
  .faq-section .theme-accordion .card .card-body p {
    line-height: 1.5 !important; }
  .faq-section .theme-accordion .card .card-header button {
    font-size: 14px !important;
    white-space: normal;
    width: 100%;
    padding: 16px 30px 16px 18px !important; }
  .register-page .theme-card {
    padding: 25px; }
    .register-page .theme-card .theme-form input {
      margin-bottom: 25px;
      padding: 13px 18px; }
  .collection .partition-collection > div:nth-last-child(1), .collection .partition-collection > div:nth-last-child(2), .collection .partition-collection > div:nth-last-child(3) {
    margin-top: 30px; }
  .product-pagination .pagination .page-item a {
    padding: 8px 16px; }
  .product-pagination .product-search-count-bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0; }
    .product-pagination .product-search-count-bottom h5 {
      padding: 10px 0; }
  .product-pagination .theme-paggination-block nav {
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd; }
  .order-history .responsive-data {
    display: block; }
  .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; }
  .search-product > div:nth-last-child(4) {
    margin-top: 30px; }
  .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; }
  .tab-pane iframe {
    width: 100%; }
  .product-order .product-order-detail img {
    height: auto; }
  .typography_section .typography-box .typo-content.product-pagination .pagination {
    border-left: none; }
  .typography_section .typography-box .typo-content.typo-buttons a:last-child {
    margin-top: 5px; }
  .rtl header.header-4 .mobile-icon-search {
    padding: 0 0 0 10px; }
  .rtl header.header-center .nav-icon ul .onhover-div.cart-icon {
    margin-left: 22px; }
  .rtl .service-block svg {
    margin-right: 0; }
  .rtl .service-block + .service-block {
    border-right: 0; }
  .rtl .service-block .media .media-body h4, .rtl .service-block .media .media-body p {
    text-align: center; }
  .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 .full-box .theme-card .offer-slider .sec-1 .product-box2 + .product-box2 {
    border-left: none;
    border-right: none; }
  .rtl .product-pagination .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .rtl .banner-bg .banner-content.app-content {
    padding: 0 0 0 20px; }
  .rtl footer .call-us .footer-banner-content .address-section h6, .rtl footer .call-us .footer-banner-content .address-section p {
    text-align: center; }
  .rtl footer .call-us .footer-banner-content .call-text h3 {
    text-align: center; }
  .rtl footer .sub-footer p {
    text-align: center; }
  .rtl .product-box .img-block .lable-wrapper .lable1:before {
    right: 34px; }
  .rtl .product-box .img-block .cart-right {
    left: 0; }
  .rtl .product-box:hover .cart-details button {
    -webkit-animation: none;
            animation: none; }
  .rtl .product-box:hover .cart-details a:nth-child(2) i, .rtl .product-box:hover .cart-details a:nth-child(3) i, .rtl .product-box:hover .cart-details a:nth-child(4) i {
    -webkit-animation: none;
            animation: none; }
  .rtl .instashop-section .row > .pr-0 {
    padding-left: 15px !important; }
  .rtl .instashop-section .row > .pl-0 {
    padding-right: 15px !important; }
  .rtl .slider-category .category-right .cat-box + .cat-box {
    padding-right: 0; }
  .dark .collection-product-wrapper .product-pagination .theme-paggination-block nav {
    border-color: #404040; }
  .dark .product-pagination .pagination {
    border-color: #404040; }
  .dark .product-box .img-block .cart-right button i, .dark .product-box .img-block .cart-right a i {
    color: #cbcbcb; }
  .dark footer .callus, .dark footer .call-us {
    background-color: rgba(35, 35, 35, 0.6); } }

@media (width: 640px) and (height: 360px) {
  .slider-bg .home-slider .home {
    height: 65vh; }
    .slider-bg .home-slider .home .slider-contain {
      height: 65vh; } }

@media (min-width: 577px) {
  .dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    border-color: #404040 !important; }
  .dark .tools-service.absolute-banner .absolute-bg {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .dark .full-banner .banner-contain {
    background-color: rgba(0, 0, 0, 0.2); } }

@media (max-width: 576px) {
  #fb-root {
    display: none; }
  .portfolio-padding {
    padding-bottom: 15px; }
  .btn-solid {
    padding: 7px 20px; }
  .alert {
    right: 0 !important;
    left: 0;
    max-width: 90% !important; }
  section {
    padding-top: 30px; }
  header .navbar {
    padding: 20px 0; }
  header .mobile-fix-header {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    background-color: #ffffff;
    width: 100vw;
    z-index: 9;
    -webkit-box-shadow: 0 2px 5px 0 #a8a8a8;
    box-shadow: 0 2px 5px 0 #a8a8a8; }
    header .mobile-fix-header .home {
      position: fixed;
      left: 0;
      width: 20%;
      text-align: center;
      bottom: 16px; }
      header .mobile-fix-header .home i {
        font-size: 20px; }
      header .mobile-fix-header .home i.active {
        color: #000000; }
      header .mobile-fix-header .home:hover i {
        color: #000000;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
  header .brand-logo {
    position: absolute;
    text-align: center;
    padding: 10px 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    header .brand-logo img {
      width: 170px; }
  header .mobile-icon-home {
    display: block; }
  header .mobile-icon-search {
    display: block;
    font-size: 20px;
    color: #999999; }
  header .search-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 15px;
    z-index: 99;
    left: 0;
    width: 20%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    header .search-bar .icon-search {
      font-size: 20px; }
  header .nav-icon ul .onhover-div .shopping-cart {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  header .nav-icon ul .onhover-div .setting {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: none;
    transition: none; }
  header .nav-icon ul .onhover-div .show-div {
    -webkit-transition: none;
    transition: none; }
  header .nav-icon ul .onhover-div:after {
    display: none; }
  header .nav-icon ul .onhover-div:hover .setting {
    top: unset;
    bottom: 50px;
    right: 25px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    transition: none; }
  header .nav-icon ul .onhover-div.cart-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 99;
    left: 40%;
    width: 20%;
    text-align: center;
    padding: 15px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    header .nav-icon ul .onhover-div.cart-icon .cart-image {
      display: none; }
    header .nav-icon ul .onhover-div.cart-icon .wishlist-img {
      display: none; }
    header .nav-icon ul .onhover-div.cart-icon .setting-img {
      display: none; }
    header .nav-icon ul .onhover-div.cart-icon i {
      display: block;
      padding: 0 10px;
      font-size: 20px;
      color: #999999;
      cursor: pointer; }
  header .nav-icon ul .onhover-div.setting-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 20%;
    text-align: center;
    padding: 15px 0 !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 80%; }
    header .nav-icon ul .onhover-div.setting-icon .cart-image {
      display: none; }
    header .nav-icon ul .onhover-div.setting-icon .wishlist-img {
      display: none; }
    header .nav-icon ul .onhover-div.setting-icon .setting-img {
      display: none; }
    header .nav-icon ul .onhover-div.setting-icon i {
      display: block;
      padding: 0 10px;
      font-size: 20px;
      color: #999999;
      cursor: pointer; }
  header .nav-icon ul .onhover-div.wishlist-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 20%;
    text-align: center;
    padding: 15px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 60%; }
    header .nav-icon ul .onhover-div.wishlist-icon .cart-image {
      display: none; }
    header .nav-icon ul .onhover-div.wishlist-icon .wishlist-img {
      display: none; }
    header .nav-icon ul .onhover-div.wishlist-icon .setting-img {
      display: none; }
    header .nav-icon ul .onhover-div.wishlist-icon i {
      display: block;
      padding: 0 10px;
      font-size: 20px;
      color: #999999;
      cursor: pointer; }
  header .toggle-nav {
    padding: 22px 0; }
  header .nav-icon ul .onhover-div .show-div {
    left: unset;
    right: 0; }
  header.header-1 .left-part {
    display: none; }
  header.header-1 .right-part {
    display: none; }
  header.header-1 .nav-icon ul .onhover-div.search-3 img {
    display: none; }
  header.header-1 .nav-icon ul .onhover-div.user-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 15px;
    z-index: 10;
    left: 20%;
    width: 20%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #999;
    font-size: 20px;
    cursor: pointer;
    padding: 0; }
    header.header-1 .nav-icon ul .onhover-div.user-icon img {
      display: none; }
    header.header-1 .nav-icon ul .onhover-div.user-icon .mobile-icon {
      display: block; }
  header.header-1 .mobile-icon-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 15px;
    z-index: 10;
    left: 0;
    width: 20%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #999;
    font-size: 20px;
    cursor: pointer; }
  header.header-1 .header-section {
    height: 66px;
    position: relative; }
  header.header-1 .category-part {
    top: -39px; }
  header.header-1 .brand-logo {
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%; }
    header.header-1 .brand-logo img {
      width: 140px;
      height: auto; }
  header.header-1 .toggle-nav {
    right: 15px;
    top: -56px; }
  header.header-1 .slider-part {
    padding: 0 15px;
    border: none; }
    header.header-1 .slider-part .home-slider {
      border: 10px solid #ffffff; }
  header.header-2 .nav-icon ul .onhover-div.search-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 15px;
    z-index: 10;
    left: 0;
    width: 20%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0; }
    header.header-2 .nav-icon ul .onhover-div.search-3 i {
      font-size: 20px;
      color: #999999;
      padding: 0; }
    header.header-2 .nav-icon ul .onhover-div.search-3:hover i {
      color: #000000; }
  header.header-2 .nav-icon ul .onhover-div.user-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 15px;
    z-index: 10;
    width: 20%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    left: 20%; }
    header.header-2 .nav-icon ul .onhover-div.user-icon i {
      font-size: 20px;
      color: #999999;
      padding: 0; }
    header.header-2 .nav-icon ul .onhover-div.user-icon:hover i {
      color: #000000; }
  header.header-2 .content-header .left-section {
    width: 100%;
    padding: 0; }
  header.header-2 .content-header .right-section {
    width: 0; }
  header.header-2 .toggle-nav {
    position: absolute;
    right: 15px; }
  header.header-2 .header-top .brand-logo {
    position: absolute;
    padding: 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;
    height: 100%; }
  header.header-2 .category-section {
    left: 15px;
    margin-top: 11px;
    margin-left: 0; }
  header.header-3 .search-img {
    display: none; }
  header.header-3 .brand-logo img {
    width: auto; }
  header.header-3 .mobile-icon-search, header.header-3 .user-icon .mobile-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 15px;
    z-index: 10;
    left: 0;
    width: 20%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #999;
    font-size: 20px;
    cursor: pointer; }
  header.header-3 .user-icon img {
    display: none; }
  header.header-3 .user-icon .mobile-icon {
    left: 20%; }
  header.header-3 .nav-icon ul .cart-icon:after {
    display: none; }
  header.header-3 .nav-icon ul .cart-icon .cart-count {
    top: 10px;
    left: 46px; }
  header.header-3 .toggle-nav {
    right: 15px;
    top: 26px;
    display: inline-block;
    left: unset; }
  header.header-3 .category-section {
    margin-top: 24px; }
  header.header-3 .brand-logo {
    padding: 0;
    position: absolute;
    left: 50%;
    margin-top: 7px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  header.header-3 .right_part .navbar {
    position: absolute;
    left: 15px;
    padding: 0;
    top: 25px;
    display: inline-block; }
  header.header-4 {
    top: 0; }
    header.header-4 .nav-icon ul .onhover-div.user-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: fixed;
      bottom: 15px;
      z-index: 99;
      left: 20%;
      width: 20%;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0; }
      header.header-4 .nav-icon ul .onhover-div.user-icon img {
        display: none; }
      header.header-4 .nav-icon ul .onhover-div.user-icon i {
        display: block;
        color: #999999;
        font-size: 20px; }
    header.header-4 .brand-logo {
      padding: 8px 0; }
    header.header-4 .header-shadow {
      display: none; }
    header.header-4 .navbar {
      padding: 20px 0; }
  header.header-center .nav-icon ul .onhover-div.cart-icon:after {
    display: none; }
  header.header-center .left-part {
    padding: 0; }
  header.header-center #main-nav .toggle-nav {
    padding: 5px 0; }
  .contain-slider .slider-contain {
    padding: 0 10px; }
  .home-slider.home-fix .home {
    height: 55vh; }
  .home-slider.home-fix .slider-contain {
    height: 55vh; }
  .title-basic .timer-flash {
    display: none; }
  .service-banner .service-box {
    padding: 10px; }
  .product-box .img-block .cart-right a i {
    width: 24px;
    height: 24px;
    font-size: 12px; }
  .product-box .img-block .cart-right button {
    width: 24px;
    height: 24px; }
  .grid-5 .box-5 {
    margin: 0 0px 30px !important;
    max-width: calc(50% - 0px); }
    .grid-5 .box-5 .product-box {
      margin: 0 10px; }
    .grid-5 .box-5:nth-last-child(-n+2) {
      margin: 0 0px 0 !important; }
  .section-t-space {
    padding-top: 30px; }
  .section-b-space {
    padding-bottom: 30px; }
  .partition-3 > div, .partition > div {
    margin-bottom: 30px; }
  .no-bg.app-sec .app-section .app-content .app-buttons {
    margin-bottom: 5px; }
  .slider-section .padding-cls {
    margin-top: 30px; }
  .slider-section.slider-layout-4 .media-product-section {
    margin-top: 30px; }
  .slider-bg {
    height: 48vh; }
    .slider-bg .row {
      padding: 0 10px; }
    .slider-bg .home-slider .home {
      padding: 0; }
  .layout-4 {
    margin: 6px 0; }
  .tap-top {
    height: 30px;
    width: 30px;
    bottom: 58px;
    padding: 0px;
    right: 16px; }
    .tap-top i {
      font-size: 18px; }
    .tap-top.star-top .star-icon {
      font-size: 35px; }
      .tap-top.star-top .star-icon i {
        top: 7px;
        left: 10px;
        font-size: 18px; }
  .theme-modal .modal-dialog .quick-view-modal .product-right {
    margin: 15px 0 10px 0; }
    .theme-modal .modal-dialog .quick-view-modal .product-right h2 {
      font-size: 18px;
      margin-bottom: 10px; }
    .theme-modal .modal-dialog .quick-view-modal .product-right h3 {
      font-size: 22px;
      margin-bottom: 10px; }
    .theme-modal .modal-dialog .quick-view-modal .product-right .color-variant li {
      height: 25px;
      width: 25px; }
    .theme-modal .modal-dialog .quick-view-modal .product-right .border-product {
      padding-top: 10px;
      padding-bottom: 15px; }
    .theme-modal .modal-dialog .quick-view-modal .product-right .size-box {
      margin-top: 5px;
      margin-bottom: 5px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .theme-modal .modal-dialog .quick-view-modal .product-right .product-description .qty-box {
      margin-top: 5px; }
  .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media a img {
    max-width: 105px;
    margin-bottom: 10px; }
  .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body .buttons a {
    padding: 4px 5px; }
  .theme-modal.exit-modal .media {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .theme-modal.exit-modal .media img {
      width: 25%; }
    .theme-modal.exit-modal .media .media-body h4 {
      font-size: 16px;
      margin-bottom: 0; }
    .theme-modal.exit-modal .media .media-body h2 {
      margin-bottom: 2px; }
    .theme-modal.exit-modal .media .media-body h5 {
      font-size: 16px;
      line-height: 18px; }
  .theme-modal.exit-modal .modal-dialog .modal-content .modal-body .modal-bg {
    padding: 12px; }
  .home-slider .home {
    height: 58vh; }
  .home-slider .slider-contain {
    height: 58vh; }
    .home-slider .slider-contain h1 {
      font-size: 25px;
      line-height: 1.5; }
  .home-slider:hover .slick-next {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  .home-slider:hover .slick-prev {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  .service-block1 svg {
    width: 35px;
    height: 35px;
    margin-bottom: 0; }
  .category-section {
    left: 15px;
    margin-top: 19px; }
  .layout-2-menu .service-vertical {
    padding: 30px 0 0; }
  .layout-2-menu .home-slider .home .slider-contain > div {
    padding: 25px 40px; }
  .header-shadow .left-shadow {
    top: 66px; }
  .header-shadow .right-shadow {
    top: 66px; }
  .service .service-block {
    margin-bottom: 15px; }
    .service .service-block:nth-last-child(-n + 2) {
      margin-bottom: 0; }
    .service .service-block .media {
      padding: 0; }
      .service .service-block .media svg {
        width: 40px;
        height: 40px;
        margin-right: 0; }
  .service-block1:nth-last-child(2) {
    margin-top: 30px; }
  .category .category-img .category-text {
    top: 60px;
    right: unset;
    left: 55%; }
  .category .category-img:nth-last-child(3) {
    margin-top: 30px; }
  .category .category-wrap h6 {
    margin-bottom: 0; }
  .category.absolute-banner {
    margin-top: 0;
    padding-top: 0; }
    .category.absolute-banner .absolute-bg {
      -webkit-box-shadow: none;
              box-shadow: none;
      padding-bottom: 0; }
  .logo .logo-img {
    padding: 20px 0; }
  .banner-content h2 {
    font-size: 20px; }
  .banner-content h4 {
    font-size: 16px; }
  .banner-bg .banner-content {
    padding: 25px 25px; }
    .banner-bg .banner-content h2 {
      line-height: 20px;
      text-transform: capitalize; }
  .banner-bg .banner-content.app-content .app-inner img {
    height: 150px; }
  .app-section .app-content h5 {
    margin-bottom: 20px; }
  .app-section .app-content .app-buttons a img {
    padding-top: 5px; }
  .banner-sec.landscape-layout .center-banner .center img {
    height: 60px;
    margin: 60px; }
  .banner-sec.landscape-layout .center-banner .contain-right p {
    font-size: 14px; }
  .order-class {
    margin-top: 30px; }
  .tab-layout1 .theme-tab .tabs {
    margin-bottom: 30px; }
    .tab-layout1 .theme-tab .tabs li {
      margin-top: 3px;
      margin-bottom: 3px; }
    .tab-layout1 .theme-tab .tabs .current a {
      border: none; }
  .tab-layout1 .theme-tab .border-row1 {
    margin-left: 0;
    margin-right: 0; }
    .tab-layout1 .theme-tab .border-row1 > div:nth-child(3) .product-box {
      border-left: 1px solid #eeeeee; }
    .tab-layout1 .theme-tab .border-row1 > div:nth-child(5) .product-box {
      border-left: 1px solid #eeeeee; }
    .tab-layout1 .theme-tab .border-row1 > div:nth-child(4) .product-box {
      border-left: none; }
    .tab-layout1 .theme-tab .border-row1 > div:nth-last-child(4) .product-box {
      border-left: 1px solid #eeeeee;
      border-top: none; }
    .tab-layout1 .theme-tab .border-row1 > div:nth-last-child(3) .product-box {
      border-left: none; }
    .tab-layout1 .theme-tab .border-row1 > div:nth-last-child(2) {
      border-left: 1px solid #eeeeee; }
  .tab-layout1 .theme-tab .drop-shadow {
    display: none; }
  .tab-layout2 .theme-tab .shadow-cls .drop-shadow {
    display: none; }
  .tab-layout4 .tab-content-cls {
    padding: 0 15px; }
    .tab-layout4 .tab-content-cls .padding-cls {
      padding-left: 0 !important;
      padding-right: 0 !important; }
  .tab-layout4 .product-box.full-box .cart-info {
    left: 0;
    right: 0;
    bottom: 0 !important; }
  .tab-layout4 .theme-tab .tab-title .tabs li {
    padding: 8px 10px; }
  .tab-layout4 .theme-tab .tabs li {
    padding: 10px; }
  .tab-layout4 .container .pr-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .lookbook-section .lookbook-right .hover-detail {
    padding-top: 0;
    padding-bottom: 0; }
    .lookbook-section .lookbook-right .hover-detail li .number-cls {
      padding: 2px 6px;
      margin-right: 2px; }
  .lookbook-section .lookbook-left .lb-dots {
    width: 20px;
    height: 20px;
    font-size: 12px; }
  .collection-about p {
    line-height: 20px; }
  .instashop-section .insta-box .insta-add i {
    padding: 3px;
    font-size: 12px; }
  footer {
    margin-bottom: 50px; }
    footer .instagram {
      margin-top: 30px; }
    footer .footer-section h4 {
      font-size: 14px; }
    footer.footer-2 .callus .footer-banner-content {
      margin-right: 0; }
      footer.footer-2 .callus .footer-banner-content .call-text h3 {
        font-size: 20px; }
      footer.footer-2 .callus .footer-banner-content .call-text .call-no {
        font-size: 20px; }
      footer.footer-2 .callus .footer-banner-content .footer-social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        footer.footer-2 .callus .footer-banner-content .footer-social ul li a {
          height: 38px;
          width: 38px;
          padding: 6px 10px; }
          footer.footer-2 .callus .footer-banner-content .footer-social ul li a i {
            font-size: 18px; }
    footer.footer-4 .footer-section .about-section {
      margin-top: 30px; }
    footer .subscribe-section .subscribe-content .subscribe-form .form-group .form-control {
      border: none; }
  input, textarea {
    padding: 7px 16px !important;
    font-size: 14px !important; }
  .contact-page .form-control {
    padding: 7px 16px !important;
    font-size: 14px !important; }
  .dashboard-right .dashboard {
    padding: 20px; }
  .faq-section .accordion.theme-accordion .card {
    margin-top: 10px; }
  .checkout-page .checkout-form input[type="text"], .checkout-page .checkout-form input[type="email"], .checkout-page .checkout-form input[type="password"], .checkout-page .checkout-form input[type="tel"], .checkout-page .checkout-form input[type="number"], .checkout-page .checkout-form input[type="url"] {
    padding: 10px 18px; }
  .checkout-page .checkout-form select, .checkout-page .checkout-form textarea {
    padding: 10px 18px; }
  .checkout-page .checkout-form .form-group {
    margin-bottom: 15px; }
  .product-pagination {
    margin-top: 30px; }
  .template-password #container #login {
    margin-bottom: 0; }
  .error-section {
    padding: 50px 0; }
    .error-section h1 {
      font-size: 100px;
      margin-top: -7px; }
    .error-section h2 {
      margin: 20px 0;
      font-size: 18px; }
  .about-page .about-head {
    display: inline-block;
    width: 100%;
    text-align: center; }
    .about-page .about-head .theme-breadcrumb .breadcrumb {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top: 10px;
      padding-bottom: 0; }
  .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; }
  .collection .collection-block .collection-content p {
    margin-bottom: 10px; }
  .collection .collection-block .collection-content h4, .collection .collection-block .collection-content h3 {
    margin-bottom: 5px; }
  .collection-product-wrapper .product-wrapper-grid .product-box {
    margin-top: 30px; }
  .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    padding: 10px 20px 10px 20px; }
    .collection-product-wrapper .product-top-filter .product-filter-content .search-count h5 {
      font-size: 14px;
      line-height: 20px; }
  .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: 100%; }
    .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: 10px 20px 10px 20px; }
    .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 {
      top: 11px; }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    border-right: 1px solid #dddddd !important;
    border-bottom: 1px solid #dddddd; }
  .collection-product-wrapper .product-top-filter .popup-filter .search-count {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
    border-bottom: 1px solid #dddddd;
    width: 100%; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
      border-right: none;
      padding-top: 10px;
      padding-bottom: 10px; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before {
      top: 14px; }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
    width: 100%;
    border-top: none; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
      padding-top: 10px;
      padding-bottom: 10px; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
      left: unset;
      right: 35px !important;
      top: 14px; }
  .cart-section .cart-buttons > div:last-child {
    padding-right: 15px; }
  .cart-section .cart-buttons .btn-solid {
    padding: 7px 8px; }
  .wishlist-section .btn-solid {
    padding: 7px 8px; }
  .cart-section .cart-buttons > div:last-child, .wishlist-section .cart-buttons > div:last-child {
    padding-right: 15px; }
  .collection-wrapper .order-up {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .checkout-page .checkout-form .checkout-details {
    padding: 15px; }
  .product-box .img-wrapper .lable-block .lable3 {
    font-size: 12px;
    padding: 13px 8px; }
  .tab-product .tab-content.nav-material p, .product-full-tab .tab-content.nav-material p {
    padding: 15px 0; }
  .tab-product .tab-content.nav-material p {
    line-height: 1.3; }
  .slider-right-nav .slick-slide:first-child > div {
    margin-top: 15px; }
  .lookbook .lookbook-block .lookbook-dot .dot-showbox {
    width: 90px;
    top: -70px; }
    .lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h5 {
      line-height: 16px; }
  .layout7-product .product-box .details-product {
    padding: 5px; }
  .layout7-product .product-box:hover .details-product {
    -webkit-animation: none;
            animation: none; }
  .padding-cls {
    padding-left: 15px;
    padding-right: 15px; }
  .success-text i {
    font-size: 40px; }
  .success-text p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.2; }
  .success-text h2 {
    margin-bottom: 10px; }
  .order-success-sec > div {
    margin-top: 15px; }
  .delivery-sec {
    padding: 15px;
    margin-top: 15px; }
    .delivery-sec h3, .delivery-sec h2 {
      font-size: 20px; }
    .delivery-sec h2 {
      margin-bottom: -7px; }
    .delivery-sec h3 {
      margin-bottom: 3px; }
  .product-order h3 {
    font-size: 20px; }
  .product-order .product-order-detail .order_detail h4, .product-order .product-order-detail .order_detail h5 {
    font-size: 14px;
    line-height: 1.2; }
  .product-order .total-sec ul li {
    font-size: 16px; }
  .product-order .final-total h3 {
    font-size: 16px; }
  .beauty-about .service .service-block1 {
    margin-bottom: 20px; }
    .beauty-about .service .service-block1:last-child {
      margin-bottom: 0; }
  .main-menu .menu-left .navbar i {
    font-size: 24px; }
  .typography_section .typography-box .typo-content.typo-buttons a:last-child {
    margin-top: 0; }
  .typography_section .typography-box .typo-content.typo-buttons .btn-solid.btn-sm {
    padding: 3px 12px; }
  .bundle .bundle_img .img-box img {
    max-width: 70px; }
  .bundle .bundle_detail .theme_checkbox {
    padding: 0; }
  .product-wrapper-grid.list-view .product-box .img-block .cart-details {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product-wrapper-grid.list-view .product-box .product-info h6 {
    text-align: center; }
  .product-wrapper-grid.list-view .product-box p, .product-wrapper-grid.list-view .product-box h5 {
    text-align: center; }
  .rtl header .nav-icon ul .cart-icon {
    padding: 0 15px 0 15px !important; }
  .rtl header .nav-icon ul .onhover-div.cart-icon i {
    padding: 15px 10px; }
  .rtl header .nav-icon ul .onhover-div.wishlist-icon {
    padding: 0; }
    .rtl header .nav-icon ul .onhover-div.wishlist-icon i {
      padding: 15px 10px; }
  .rtl header .nav-icon ul .onhover-div.setting-icon i {
    padding: 0; }
  .rtl header.header-2 .nav-icon ul .onhover-div {
    padding: 0; }
    .rtl header.header-2 .nav-icon ul .onhover-div.wishlist-icon {
      padding: 0; }
    .rtl header.header-2 .nav-icon ul .onhover-div.search-3.pr-0 {
      padding-right: 0 !important; }
  .rtl header.header-2 .header-top .brand-logo {
    padding-left: 0; }
  .rtl header.header-3 .brand-logo {
    padding: 0; }
  .rtl header.header-3 .nav-icon ul .setting-icon {
    padding-right: 0; }
  .rtl header.header-3 .nav-icon ul .search-3 {
    padding-right: 0 !important; }
  .rtl header.header-3 .right_part .navbar {
    left: unset;
    right: 15px; }
  .rtl header.header-3 .toggle-nav {
    left: 15px;
    right: unset; }
  .rtl header.header-4 .toggle-nav {
    padding-left: 0; }
  .rtl header.header-center .navbar {
    padding: 20px 0; }
  .rtl header.header-center .nav-icon ul .onhover-div.cart-icon {
    margin: 0; }
  .rtl .breadcrumb-section .page-title h2 {
    text-align: center; }
  .rtl .blog-detail-page .blog-detail .post-social li + li {
    padding-right: 0;
    margin-right: 0;
    border-right: none; }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    border-right: 1px solid #dddddd; }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select, .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
    padding: 10px 34px 10px 34px; }
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
    border-left: none; }
    .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before {
      left: 25px; }
  .rtl .home-slider .slick-next, .rtl .center-slider .slick-next {
    right: unset;
    left: 1px; }
  .rtl .home-slider .slick-prev, .rtl .center-slider .slick-prev {
    left: unset;
    right: 1px; }
  .rtl .home-slider:hover .slick-next, .rtl .center-slider:hover .slick-next {
    right: unset;
    left: 30px; }
  .rtl .home-slider:hover .slick-prev, .rtl .center-slider:hover .slick-prev {
    left: unset;
    right: 30px; }
  .rtl .product-wrapper-grid.list-view .product-box .product-info p {
    text-align: center; }
  .rtl .product-wrapper-grid.list-view .product-box .product-info h6 {
    text-align: center; }
  .rtl .product-wrapper-grid.list-view .product-box .product-info h5 {
    text-align: center; }
  .rtl .tab-layout1 .theme-tab .border-row1 > div:nth-child(4) .product-box {
    border-right: none;
    border-left: 1px solid #eeeeee; }
  .rtl .tab-layout1 .theme-tab .border-row1 > div:nth-last-child(2) {
    border-right: 1px solid #eeeeee;
    border-left: none; }
  .rtl .tab-layout1 .theme-tab .border-row1 > div:nth-last-child(3) .product-box {
    border-right: none;
    border-left: 1px solid #eeeeee; }
  .rtl .tab-layout1 .theme-tab .border-row1 > div:nth-last-child(4) .product-box {
    border-right: 1px solid #eeeeee; }
  .rtl .tab-layout1 .theme-tab .border-row1 > div:nth-child(5) .product-box, .rtl .tab-layout1 .theme-tab .border-row1 > div:nth-child(3) .product-box {
    border-right: 1px solid #eeeeee; }
  .rtl .tab-layout4 .container .pr-0 {
    padding-left: 0 !important; }
  .rtl .theme-modal .modal-dialog .quick-view-modal .product-right .size-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .dark header .mobile-fix-header {
    background-color: #2b2b2b;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.6);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.6); }
  .dark header .nav-icon ul .onhover-div .setting {
    background-color: #2b2b2b; }
    .dark header .nav-icon ul .onhover-div .setting h6 {
      color: #cfd4da; }
    .dark header .nav-icon ul .onhover-div .setting ul li a {
      color: #cbcbcb; }
  .dark .tab-layout1 .theme-tab .border-row1 > div:nth-child(3) .product-box, .dark .tab-layout1 .theme-tab .border-row1 > div:nth-child(5) .product-box {
    border-color: #404040; }
  .dark .tab-layout1 .theme-tab .border-row1 > div:nth-last-child(2) {
    border-color: #404040; }
  .dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    border-color: #404040 !important; } }

@media (max-width: 575px) {
  .partition_4 .row > div:nth-last-child(-n + 2) {
    margin-top: 0; }
  .partition_4 .row > div:nth-last-child(-n + 3) {
    margin-top: 30px; }
  .service .service-block:nth-last-child(-n + 2) {
    margin-bottom: 15px; }
  .service .service-block:last-child {
    margin-bottom: 0; }
  .service-block1:nth-last-child(3) {
    margin-top: 30px; } }

@media (max-width: 480px) and (min-width: 360px) {
  .category .category-block .category-content .btn-solid {
    right: 80px; } }

@media (max-width: 480px) {
  .home-slider .home {
    height: 55vh; }
  .home-slider .slider-contain {
    height: 55vh; }
    .home-slider .slider-contain h1 {
      font-size: 22px; }
    .home-slider .slider-contain h5 {
      font-size: 16px; }
    .home-slider .slider-contain h4 {
      letter-spacing: 0.01em;
      font-size: 17px; }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
    padding: 35px; }
    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content img {
      margin-bottom: 10px; }
    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
      margin-bottom: 15px; }
    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form .form-control {
      height: 40px;
      padding: 0; }
    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form .btn-solid, .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form .btn-outline {
      padding: 8px 15px; }
  .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media {
    display: block;
    text-align: center; }
  .category .category-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px 30px; }
  .instagram .instagram-banner {
    height: 40px;
    width: 235px; }
    .instagram .instagram-banner h5 {
      font-size: 14px; }
  .banner-content h6 {
    letter-spacing: 0.2em;
    font-size: 14px; }
  .banner-content h2 {
    line-height: 20px;
    font-size: 16px; }
  .banner-content h4 {
    font-size: 14px; }
  .banner-content .banner-btn {
    padding: 12px; }
    .banner-content .banner-btn h6 {
      font-size: 12px; }
  .banner-content.layout-3 .banner-btn {
    padding: 12px; }
  .banner-bg {
    padding: 15px; }
    .banner-bg .banner-content {
      padding: 10px; }
      .banner-bg .banner-content .banner-btn {
        padding: 10px 5px; }
    .banner-bg .banner-content.app-content .app-inner .app-download .app-buttons a:last-child {
      margin-left: 0; }
      .banner-bg .banner-content.app-content .app-inner .app-download .app-buttons a:last-child img {
        margin-top: 0; }
  .collection-banner .contain-banner {
    padding-left: 15px;
    padding-right: 15px; }
    .collection-banner .contain-banner h3 {
      font-size: 20px; }
    .collection-banner .contain-banner h6 {
      margin-top: 5px; }
    .collection-banner .contain-banner .banner-deal {
      padding: 3px 8px; }
  .collection-banner .contain-banner.banner-3 {
    padding-left: 15px;
    padding-right: 15px; }
  .no-bg.app-sec .app-sec-content h3 {
    font-size: 20px; }
  .banner-sec .center-banner .center img {
    height: 170px; }
  .banner-sec .center-banner .contain-left {
    padding: 10px; }
  .banner-sec .center-banner .contain-right {
    padding: 10px; }
  .banner-sec .collection-banner .banner-contain h2 {
    font-size: 22px; }
  .banner-sec .collection-banner .banner-contain h5 {
    font-size: 14px; }
  .banner-sec .collection-banner .banner-contain h4 {
    font-size: 16px; }
  .banner-sec.landscape-layout .center-banner .center {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .banner-sec.landscape-layout .center-banner .contain-left {
    display: none; }
  .banner-sec.landscape-layout .center-banner .contain-right {
    padding-right: 60px; }
  .tab-layout3 .theme-tab .tabs {
    margin: 0 0 20px 0; }
    .tab-layout3 .theme-tab .tabs li {
      padding: 5px 10px; }
  .tab-layout3 .product-box .img-block .cart-details {
    right: 5px; }
    .tab-layout3 .product-box .img-block .cart-details i {
      padding-top: 5px;
      padding-bottom: 5px; }
  .tab-layout3 .product-box.full-box .img-block .cart-details i {
    padding-top: 5px;
    padding-bottom: 5px; }
  .product-box .img-block .lable-wrapper .lable4 {
    padding: 8px 3px;
    left: 7px;
    font-size: 12px; }
  .product-box .img-block .lable-wrapper .lable5 {
    display: none; }
  .product-box.product-select-box .product-info h6 {
    margin-top: 5px; }
  .tab-layout4 .product-box .img-block .lable-wrapper .lable6 {
    left: 5px;
    font-size: 10px; }
    .tab-layout4 .product-box .img-block .lable-wrapper .lable6:before {
      border-right: 11px solid #000000;
      border-top: 9px solid transparent;
      border-bottom: 10px solid transparent; }
  .tab-layout4 .product-box .img-block .lable-wrapper .lable7 {
    top: 3px;
    right: 3px;
    font-size: 12px; }
  .collection-section .collection_detail h4 {
    font-size: 15px; }
  .collection-section .collection_detail h5 {
    font-size: 14px;
    margin-bottom: 0; }
  .collection-section .collection_detail p {
    line-height: 18px; }
  .collection-section .card .card-body {
    padding: 14px; }
  .media-product-section .media, .media-product-section .product-box {
    padding: 5px; }
    .media-product-section .media img, .media-product-section .product-box img {
      height: 120px; }
  footer .instagram .instagram-box .overlay i {
    font-size: 22px; }
  footer .instagram .instagram-banner {
    height: 35px;
    width: 230px; }
  .add_to_cart .cart-inner .cart_media li .media img {
    height: 70px; }
  .order-box .sub-total .shipping {
    width: 100%;
    margin-top: 15px; }
  .select_input select {
    padding: 12px 15px;
    margin-bottom: 18px; }
  .about-page p {
    line-height: 1.5; }
    .about-page p:last-child {
      margin-bottom: 0; }
  .testimonial .testimonial-slider .media {
    display: inline-block; }
    .testimonial .testimonial-slider .media img {
      margin: 0 auto;
      height: 100px;
      width: 100px; }
    .testimonial .testimonial-slider .media .media-body {
      padding: 0;
      text-align: center; }
  .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 {
    margin-bottom: 20px; }
  .blog-detail-page .blog-detail h3 {
    font-size: 16px;
    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; }
  .faq-section .theme-accordion .card .card-body p {
    line-height: 1.5 !important; }
  .faq-section .theme-accordion .card .card-header button {
    line-height: 1.3;
    padding: 12px 35px 12px 12px !important; }
  .faq-section .accordion.theme-accordion .card .card-header button:before {
    top: 20px; }
  .pwd-page {
    padding: 70px 0; }
    .pwd-page h2 {
      font-size: 25px;
      margin-bottom: 15px; }
  .login-page .authentication-right h6 {
    margin-bottom: 10px; }
  .login-page .theme-card {
    padding: 25px; }
  .register-page .theme-card {
    padding: 18px; }
    .register-page .theme-card .theme-form input {
      margin-bottom: 20px;
      padding: 12px 15px; }
  .search-block .btn-solid {
    padding: 10px 15px; }
  .contact-page .map iframe {
    height: 275px; }
  .contact-page .theme-form input {
    margin-bottom: 18px; }
  .blog-page .blog-media .blog-right h6 {
    margin-bottom: 0; }
  .blog-page .blog-media .blog-right p {
    line-height: 1.3; }
  .blog-page .blog-media .blog-right h4 {
    margin-bottom: 5px; }
  .blog-page .blog-media .blog-right ul {
    margin-bottom: 5px; }
    .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; }
  .account-sidebar {
    width: 45%; }
  .success-text h2 {
    font-size: 20px; }
  .success-text p {
    font-size: 14px; }
  .delivery-sec h3, .delivery-sec h2 {
    font-size: 18px; }
  .typography_section .typography-box .typo-content.typo-buttons a {
    margin: 5px 0; }
  .rtl .theme-tab .tab-title2 {
    -webkit-padding-start: 0; }
  .rtl .blog-page .blog-media .blog-right ul li + li {
    padding-right: 0;
    margin-right: 0;
    border-right: 0; }
  .rtl .blog-detail-page .comment-section li p, .rtl .blog-detail-page .comment-section li h6 {
    text-align: center; }
  .rtl .product-right .product-icon .product-social li {
    padding-left: 16px; }
  .rtl .tab-product .nav-material.nav-tabs .nav-item .nav-link {
    text-align: right; }
  .rtl .testimonial .testimonial-slider .media .media-body p {
    text-align: center; }
  .rtl .faq-section .theme-accordion .card .card-header button {
    padding: 12px 12px 12px 35px !important; }
  .rtl .category .category-block {
    padding: 25px 30px; }
  .rtl .banner-sec.landscape-layout .center-banner .contain-right {
    padding-left: 60px;
    padding-right: 0; } }

@media (max-width: 420px) {
  .slick-prev, .slick-next {
    top: -28px; }
  .setting-box .setting-title {
    padding: 10px; }
  .slider-section .slick-slider .slick-next {
    right: 14px; }
  .slider-section .slick-slider .slick-prev {
    right: 44px; }
  .setting-box {
    width: 250px; }
  .blog-section .review-box .review-content p {
    height: 75px;
    line-height: 18px; }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
    padding: 30px; }
    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
      font-size: 30px; }
  .theme-modal .modal-dialog .modal-content.quick-view-modal .product-right .product-buttons .btn-solid, .theme-modal .modal-dialog .modal-content.quick-view-modal .product-right .product-buttons .btn-outline {
    padding: 7px 10px; }
  .home-slider .slider-contain h1 {
    font-size: 18px;
    line-height: 1.5em; }
  .home-slider .slider-contain h4 {
    font-size: 14px; }
  .home-slider .slider-contain h5 {
    font-size: 14px; }
  .home-slider .slider-contain .btn-solid {
    margin-top: 5px;
    padding: 5px 14px;
    font-size: 12px; }
  .home-slider .slider-contain .btn-outline {
    margin-top: 5px;
    padding: 5px 14px;
    font-size: 12px; }
  header.header-1 .service-vertical .service-block {
    height: 75px; }
    header.header-1 .service-vertical .service-block p {
      font-size: 12px; }
  header.header-4 .brand-logo {
    padding: 12px 0; }
  .layout-2-menu .service-vertical .service-block {
    height: 75px; }
    .layout-2-menu .service-vertical .service-block p {
      font-size: 12px; }
  .header-shadow .left-shadow {
    top: 62px; }
  .header-shadow .right-shadow {
    top: 62px; }
  .title {
    padding: 20px 0;
    text-transform: capitalize; }
  .category .category-wrap {
    padding: 20px 25px; }
  .slider-section .deal-box {
    padding: 0 20px 20px; }
  .blog-box {
    padding: 0 20px 20px 20px; }
    .blog-box .slide-1 .slick-next {
      top: -28px; }
    .blog-box .slide-1 .slick-prev {
      top: -28px; }
    .blog-box .slide-1 .media {
      display: inline-block;
      margin-bottom: 20px; }
      .blog-box .slide-1 .media img {
        height: auto;
        width: 100%;
        margin-bottom: 10px; }
      .blog-box .slide-1 .media:last-child {
        margin-bottom: 0; }
    .blog-box .review-sec .review-block .media {
      display: inline-block;
      padding: 20px 0; }
      .blog-box .review-sec .review-block .media .mr-3 {
        margin: 0 auto !important; }
      .blog-box .review-sec .review-block .media .media-body {
        text-align: center;
        margin-top: 10px; }
        .blog-box .review-sec .review-block .media .media-body p {
          margin-top: 5px; }
      .blog-box .review-sec .review-block .media .icon {
        left: unset;
        top: 20px;
        right: 108px; }
      .blog-box .review-sec .review-block .media:first-child .icon {
        top: 0; }
    .blog-box.blog-pattern .blog-white.contact {
      padding: 20px; }
    .blog-box.blog-pattern .blog-white.app-white .app-buttons > a:last-child {
      margin-left: 0; }
    .blog-box.blog .blog-white {
      padding: 0 20px; }
      .blog-box.blog .blog-white .slide-1 .slick-next {
        top: -28px; }
      .blog-box.blog .blog-white .slide-1 .slick-prev {
        top: -28px; }
      .blog-box.blog .blog-white .slide-1 .media {
        display: inline-block;
        margin-bottom: 20px; }
        .blog-box.blog .blog-white .slide-1 .media img {
          height: auto;
          width: 100%;
          margin-bottom: 10px; }
        .blog-box.blog .blog-white .slide-1 .media:last-child {
          margin-bottom: 0; }
    .blog-box.blog .blog-white.contact {
      padding: 20px; }
      .blog-box.blog .blog-white.contact h3 {
        margin-top: 8px; }
      .blog-box.blog .blog-white.contact .contact-form h5 {
        margin-top: 18px; }
    .blog-box.blog .blog-white.app-white {
      padding: 20px 20px 0 20px; }
  .blog-section .review-box .title {
    padding-top: 20px; }
  .banner-bg .banner-content.app-content .app-inner img {
    height: 130px; }
  .banner-bg .banner-content.app-content .app-inner .app-download .app-buttons {
    margin-top: 10px; }
    .banner-bg .banner-content.app-content .app-inner .app-download .app-buttons img {
      height: 20px; }
    .banner-bg .banner-content.app-content .app-inner .app-download .app-buttons a img {
      margin-top: 5px; }
    .banner-bg .banner-content.app-content .app-inner .app-download .app-buttons a:last-child {
      margin-left: 0; }
      .banner-bg .banner-content.app-content .app-inner .app-download .app-buttons a:last-child img {
        margin-top: 5px; }
  .logo .logo-img {
    padding: 15px 0; }
  .blog-box.blog-pattern .blog-white {
    padding: 0 20px 20px 20px; }
    .blog-box.blog-pattern .blog-white .title {
      padding: 20px 0; }
    .blog-box.blog-pattern .blog-white .slick-next {
      top: -29px; }
    .blog-box.blog-pattern .blog-white .slick-prev {
      top: -29px; }
  .blog-box.blog-pattern .blog-white.app-white .app-buttons a img {
    height: 28px; }
  .blog-box.blog-pattern .blog-white.feature-sec .feature-block {
    display: inline-block;
    border-bottom: none; }
    .blog-box.blog-pattern .blog-white.feature-sec .feature-block .media {
      width: 100%;
      padding-top: 7px;
      padding-bottom: 7px; }
      .blog-box.blog-pattern .blog-white.feature-sec .feature-block .media:last-child {
        border-left: none; }
    .blog-box.blog-pattern .blog-white.feature-sec .feature-block:first-child .media:first-child {
      padding-top: 0; }
    .blog-box.blog-pattern .blog-white.feature-sec .feature-block:last-child .media:last-child {
      padding-bottom: 0; }
  .blog-box.blog-pattern .blog-white.product-sec .product-block {
    text-align: center; }
    .blog-box.blog-pattern .blog-white.product-sec .product-block .media {
      padding: 0;
      border-bottom: none; }
      .blog-box.blog-pattern .blog-white.product-sec .product-block .media img {
        margin: 0 auto !important; }
      .blog-box.blog-pattern .blog-white.product-sec .product-block .media .media-body {
        display: inline-block; }
        .blog-box.blog-pattern .blog-white.product-sec .product-block .media .media-body .btn-solid-sm {
          padding: 3px 10px;
          font-weight: 400; }
        .blog-box.blog-pattern .blog-white.product-sec .product-block .media .media-body a {
          right: unset;
          position: relative;
          margin-top: 5px; }
    .blog-box.blog-pattern .blog-white.product-sec .product-block:last-child .media {
      margin-bottom: 0; }
    .blog-box.blog-pattern .blog-white.product-sec .product-block + .product-block {
      margin-top: 10px; }
  .banner-sec .center-banner .center {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .banner-sec .center-banner .center img {
      margin-left: 30px; }
  .banner-sec .center-banner .contain-right {
    padding: 30px; }
    .banner-sec .center-banner .contain-right h4 {
      font-size: 14px; }
  .banner-sec .center-banner .contain-left {
    display: none; }
  .single-section .blog-box .review-sec .review-block .media:last-child .icon {
    top: 32px; }
  .banner-sec.landscape-layout .left-banner {
    padding: 35px 10px; }
    .banner-sec.landscape-layout .left-banner h2 {
      font-size: 25px;
      margin-bottom: 10px; }
  .banner-sec.landscape-layout .right-banner {
    padding: 0 10px; }
    .banner-sec.landscape-layout .right-banner h5 {
      font-size: 14px;
      letter-spacing: 0.03em; }
    .banner-sec.landscape-layout .right-banner h2 {
      font-size: 30px;
      margin-top: 0;
      letter-spacing: 0.2em; }
    .banner-sec.landscape-layout .right-banner h6 {
      padding: 5px 10px;
      margin-top: 0;
      letter-spacing: 0.01em;
      font-weight: 500; }
  .banner-sec.landscape-layout .center-banner .center img {
    margin: 50px 15px; }
  .banner-sec.landscape-layout .center-banner .contain-right {
    padding: 15px; }
  .product-box {
    padding: 15px; }
    .product-box .img-block .add-btn .btn-outline {
      font-size: 12px; }
  .tab-layout2 .theme-tab .shadow-cls .drop-shadow {
    display: none; }
  .tab-layout3 .product-box.full-box {
    padding-top: 15px; }
  .tab-layout4 .product-box .product-info h5 {
    margin-bottom: 0; }
  .tab-layout4 .product-box .img-block .cart-info i {
    padding-left: 7px;
    padding-right: 7px; }
  .product-box .img-block .cart-info i {
    font-size: 14px;
    padding-left: 7px;
    padding-right: 7px; }
  .vertical-tab .tab-inner .theme-tab #mob_tab_cls {
    top: -41px;
    left: 15px; }
  .vertical-tab .slick-prev {
    top: -30px;
    right: 45px; }
  .vertical-tab .slick-next {
    top: -30px;
    right: 15px; }
  .vertical-tab .tab-head h2 {
    font-size: 16px; }
  .slider-section .slider-3 .slick-prev {
    top: -30px;
    right: 44px; }
  .slider-section .slider-3 .slick-next {
    top: -30px;
    right: 14px; }
  .slider-section .tab-head {
    padding: 0 20px; }
  .product-layout .center-product {
    padding: 0 20px 20px; }
    .product-layout .center-product .product-details .cart-info {
      bottom: 15px; }
    .product-layout .center-product .title {
      padding: 20px 0; }
  .lookbook-section .lookbook-right .hover-detail li a {
    line-height: 24px; }
  .lookbook-section .lookbook-right .hover-detail li + li {
    margin-top: 15px; }
  footer .sub-footer p {
    padding: 10px 0; }
  footer .sub-footer .payment-card-bottom {
    padding-bottom: 10px; }
  footer .footer-section .footer-link {
    padding-top: 0 !important; }
  footer.footer-3 .footer-section .footer-link {
    padding-top: 0 !important; }
  .nav-tabs {
    display: block !important; }
    .nav-tabs .nav-item {
      display: block; }
  .tab-product .nav-material.nav-tabs .nav-item, .product-full-tab .nav-material.nav-tabs .nav-item {
    margin-bottom: 10px; }
    .tab-product .nav-material.nav-tabs .nav-item .nav-link, .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
      padding: 0 15px 5px 15px; }
    .tab-product .nav-material.nav-tabs .nav-item:last-child, .product-full-tab .nav-material.nav-tabs .nav-item:last-child {
      margin-bottom: 0; }
  .product-right .product-icon .product-social li {
    padding-right: 5px; }
    .product-right .product-icon .product-social li a i {
      font-size: 16px; }
  .product-right .product-icon .wishlist-btn span, .product-right .product-icon .wishlist-btn i {
    font-size: 16px; }
  .product-right .timer {
    padding-top: 10px;
    padding-bottom: 10px; }
  .vertical-tab.tab-product .nav-material.nav-tabs .nav-item .nav-link, .vertical-tab .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
    padding: 7px 20px; }
  .rtl .full-box .center-slider .offer-slider .product-box .product-detail .rating, .rtl .full-box .center-slider .offer-slider .product-box .product-detail h4, .rtl .full-box .center-slider .offer-slider .product-box .product-detail h6, .rtl .full-box .center-slider .offer-slider .product-box .product-detail .color-variant {
    text-align: right !important; }
  .rtl .order-box .sub-total .shopping-option label {
    padding-right: 0; }
  .rtl .tab-product .nav-material.nav-tabs .nav-item .nav-link {
    text-align: center; }
  .rtl .blog-box.blog-pattern .blog-white.product-sec .product-block .media img {
    margin-right: auto !important; }
  .rtl .blog-box.blog-pattern .blog-white.product-sec .product-block .media .media-body p, .rtl .blog-box.blog-pattern .blog-white.product-sec .product-block .media .media-body h5 {
    text-align: center; }
  .rtl .blog-box.blog-pattern .blog-white.feature-sec .feature-block .media:last-child {
    border-right: none; }
  .rtl .blog-box .review-sec .review-block .media .media-body h6, .rtl .blog-box .review-sec .review-block .media .media-body p {
    text-align: center; }
  .rtl .banner-sec.landscape-layout .center-banner .contain-right {
    padding: 15px; }
  .rtl .vertical-tab .slick-prev {
    left: 15px; }
  .rtl .vertical-tab .slick-next {
    left: 45px; }
  .rtl .slider-section .slick-slider .slick-next {
    left: 46px; }
  .rtl .slider-section .slick-slider .slick-prev {
    left: 14px; } }

@media (max-width: 380px) {
  .grid-5 .box-5 {
    margin: 0 0px 15px !important; }
  .product-box {
    padding: 10px; }
    .product-box .img-block .cart-details {
      top: 0;
      right: 5px; }
      .product-box .img-block .cart-details i {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 16px; }
    .product-box .img-block .cart-wrap button {
      margin-left: 2px;
      margin-right: 2px;
      padding: 6px; }
    .product-box .img-block .cart-wrap a {
      margin-left: 2px;
      margin-right: 2px;
      padding: 6px; }
    .product-box .product-info h6 {
      margin-top: 5px; }
  .tab-layout1 .product-box.product-full {
    padding-bottom: 10px; }
    .tab-layout1 .product-box.product-full .product-info h6 {
      font-size: 12px; }
    .tab-layout1 .product-box.product-full .product-info h5 {
      font-size: 14px; }
  .tab-layout3 .product-box.full-box .product-info h6 {
    margin-top: 15px; }
  .tab-layout4 .product-box {
    padding: 10px; }
    .tab-layout4 .product-box.full-box {
      padding-top: 10px; }
  .vertical-tab2 .product-box .product-info h6 {
    margin-top: 5px; }
  .product-right .timer {
    padding-left: 20px; }
  .rtl .product-right .timer {
    padding-right: 20px;
    padding-left: 0; }
  .rtl footer .subscribe-section .subscribe-content p {
    padding-right: unset;
    margin-right: unset; }
  .rtl footer .subscribe-section .subscribe-content .subscribe-form {
    margin-right: unset; } }

@media (max-width: 360px) {
  header.header-4 .brand-logo {
    padding: 15px 0; }
  .home-slider .home {
    height: 30vh; }
  .home-slider .slider-contain {
    height: 30vh; }
  .slider-bg {
    height: 45vh; }
    .slider-bg .home-slider .home {
      height: 30vh; }
      .slider-bg .home-slider .home .slider-contain {
        height: 30vh; }
  .slick-next {
    right: -5px; }
  .slick-prev {
    right: 25px; }
  .theme-modal .modal-dialog .modal-content .modal-body {
    padding: 10px; }
    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
      padding: 20px; }
      .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close {
        right: 10px; }
      .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .form-control {
        padding-top: 10px;
        padding-bottom: 10px; }
      .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
        font-size: 20px;
        margin-bottom: 10px; }
  .color-variant li {
    width: 22px;
    height: 22px; }
  .size-box li {
    max-width: 22px;
    height: 22px;
    padding: 0; }
  .collection-banner .contain-banner h3 {
    font-size: 16px; }
  .instagram .instagram-banner {
    height: 35px;
    width: 200px; }
  .app-section .app-content h5 {
    font-size: 14px; }
  .blog-box .review-sec .review-block .media .icon {
    right: 80px; }
  .blog-box.blog-pattern .blog-white .title {
    font-size: 16px; }
  .blog-box.blog .blog-white.app-white .app-buttons img {
    height: 30px; }
  .banner-sec .collection-banner .banner-contain h5 {
    font-size: 13px; }
  .banner-sec .collection-banner .banner-contain h2 {
    font-size: 16px;
    line-height: 15px; }
  .banner-sec .collection-banner .banner-contain h4 {
    font-size: 14px; }
  .banner-sec .center-banner .center img {
    margin-left: 10px; }
  .banner-sec .center-banner .contain-right {
    padding: 10px; }
  .slider-section .product-box .img-block .add-btn {
    bottom: 0; }
  .banner-bg .banner-content.app-content .app-inner .app-download h5 {
    text-transform: capitalize; }
  .blog-detail-page .blog-detail p {
    line-height: 1.5; }
  .blog-detail-page .blog-contact h2 {
    font-size: 20px;
    margin-bottom: 20px; }
  .about-page p {
    line-height: 1.2; }
  .login-page .theme-card {
    padding: 18px; }
  .search-block .btn-solid {
    padding: 10px 5px; }
  .search-block .form-header .input-group input {
    padding: 10px 12px; }
  .contact-page .map iframe {
    height: 200px; }
  .product-pagination .pagination .page-item a {
    padding: 6px 10px; }
  .product-pagination .product-search-count-bottom {
    padding-left: 10px; }
    .product-pagination .product-search-count-bottom h5 {
      line-height: 15px; }
  .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    width: 80%; }
  .cart-section tbody tr td, .wishlist-section tbody tr td {
    min-width: 115px; }
    .cart-section tbody tr td .mobile-cart-content .col-xs-3, .wishlist-section tbody tr td .mobile-cart-content .col-xs-3 {
      margin-left: 5px;
      margin-right: 5px; }
    .cart-section tbody tr td a img, .wishlist-section tbody tr td a img {
      height: 80px; }
  .cart-section tfoot tr td, .wishlist-section tfoot tr td {
    padding-right: 27px; }
    .cart-section tfoot tr td h2, .wishlist-section tfoot tr td h2 {
      font-size: 21px; }
  .wishlist-section .wishlist-buttons:last-child a {
    margin-left: 0; }
  .product-buttons .btn-solid, .product-buttons .btn-outline {
    padding: 7px 16px; }
  .product-description .qty-box .input-group {
    width: 100%; }
  .single-product-tables.detail-section table {
    width: 70%; }
  .product-right .timer {
    padding-left: 15px; }
    .product-right .timer span .padding-l {
      padding-left: 10px; }
  .product-form-box .timer span {
    width: 47px; }
    .product-form-box .timer span .padding-l {
      padding-left: 9px; }
  .product-form-box .product-buttons .btn-solid, .product-form-box .product-buttons .btn-outline {
    padding: 5px 5px; }
  .product-form-box .timer span, .border-product .timer span {
    width: 45px; }
    .product-form-box .timer span .padding-l, .border-product .timer span .padding-l {
      padding-right: 5px; }
  .rtl .product-right .product-icon .product-social li {
    padding-left: 7px; }
  .rtl .banner-timer .timer {
    padding-left: 0;
    padding-right: 20px; }
    .rtl .banner-timer .timer span {
      width: 50px; } }

@media (max-width: 340px) {
  .product-box .product-info h6 {
    font-size: 13px; }
  .vertical-tab .tab-head {
    padding: 0 20px 0 38px; }
  footer .subscribe-section .subscribe-content .subscribe-form .form-group .form-control {
    width: 185px; }
  footer .subscribe-section .subscribe-content .subscribe-form .btn-solid {
    padding: 7px 15px; }
  .rtl .vertical-tab .tab-head {
    padding: 0 38px 0 20px; } }
      @media (max-width: 767px)
footer .callus, footer .call-us {
  padding: 30px 0;
  background-blend-mode: overlay;
  background-color: rgba(255, 255, 255, 0.86);
}
