
/*
--------------------------
  Css Indexing
--------------------------
  Table of Css Content
  ------- *** -------
--------------------------
**
--------------------------
**
--------------------------
**
--------------------------
**
--------------------------
**
--------------------------
**
--------------------------
**
--------------------------

*/
/*-----------------
    @Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");


/*====================
** Normalize
====================*/
html {
  /* font-family: "Open Sans", sans-serif; */
  font-family: 'gotham_roundedbook';
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  /* font-family: "Open Sans", sans-serif; */
  font-family: 'gotham_roundedbook';
  font-size: 16px;
  margin: 0px !important;
  padding: 0px !important;
  color: #333333;
  overflow-x: hidden;
  line-height: normal;
}

body.modal-open {
  margin-right: 0px!important;
}

h1 {
  font-size: 60px;
  line-height: 1.0833333333333333; }

h2 {
  font-size: 52px;
  line-height: 1.4444444444444444; }

h3 {
  font-size: 26px;
  line-height: 1.0833333333333333; }

h4 {
  font-size: 22px;
  line-height: 1.2380952380952381; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #143250;
  /* font-family: "Open Sans", sans-serif; */
  font-family: 'gotham_roundedbold';
}

h5.name {
  font-family: 'gotham_roundedbook';
}

.mainmenu-area nav .menu li a {
  font-family: 'gotham_roundedbold';
}

p {
  font-size: 16px;
  color: #333333;
  line-height: 1.625;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

a {
  color: #143250;
  text-decoration: none; }

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  }

a i {
  padding: 0 2px;
  }

img {
  max-width: 100%; }

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

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd; }

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }


/*---------------------------
** Global style
---------------------------*/
.mybtn1 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 0px;
  display: inline-block;
  color: #fff!important;
  background: #ff5500;
  border: 1px solid #ff5500;
  -webkit-box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  }
  .mybtn1 i {
    padding-left: 5px; }
  .mybtn1:hover {
    background: none;
    color: #ff5500!important;
    }


.mybtn2{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px 20px;
  text-align: center;
  border-radius: 0px;
  display: inline-block;
  color: #ff5500!important;
  background: #fff;
  border: 1px solid #ff5500;
  -webkit-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.10);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mybtn2:hover {
  background: #ff5500;
  color: #fff!important;
  }

.custom-btn-search-result {
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}

.mfp-content,
.mfp-wrap,
.mfp-container,
.mfp-bg,
.mfp-auto-cursor .mfp-content {
  z-index: 99999999 !important; }

/* .remove-padding {
  padding: 0px; } */

.nav-item.dropdown:hover .dropdown-menu {
  display: block; }

.dropdown-menu {
  border-radius: 0px; }

.scrolldown a {
  position: absolute;
  width: 30px;
  height: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 50px;
  border: 2px solid #fff;
  border-radius: 50px;
  z-index: 9; }

.scrolldown a::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }

.mix {
  display: none; }

.remove-col-padding {
  padding: 0; }

.navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .4rem;
  padding-left: 0.4rem; }

.bottomtotop i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  font-size: 14px;
  text-align: center;
  border-radius: 0%;
  color: #fff;
  background: #ff5500;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: 50px;
  right: 15px;
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
  z-index: 80;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
  }

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

.section-top {
  margin-bottom: 12px;
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  display: block;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}



  .section-top .section-title {
    font-size: 18px;
    line-height: 38px;
    font-weight: 600;
    color: #143250;
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
    }

    .section-top .section-title::after{
      position: absolute;
      content: "";
      width: 100%;
      height: 3px;
      background: #ff5500;
      left: 0;
      bottom: -2px;

    }
  .section-top .link {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #ff5500;
    border: 1px solid #ff5500;
    padding: 0px 12px;
    height: 28px;
    line-height: 28px;
    margin-top: 5px;
    border-radius: 50px;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
   }
   .section-top .link:hover{
     background: none;
     color: #ff5500;
   }

.background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #F7F8FC;
  z-index: -9999; }

.has-icon {
  position: relative;
  display: block; }
  .has-icon.textarea .the-icon {
    top: 25px; }
  .has-icon .input-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .has-icon .the-icon {
    font-size: 14px;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #7c7c90; }

.input-field {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 3px;
  color: #333333;
  margin-bottom: 15px;
  border: 1px solid #000!important;
}
  .input-field::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #333333; }
  .input-field:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333333; }
  .input-field::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333333; }
  .input-field:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #333333; }
  .input-field.borderd {
    border: 2px solid rgba(0, 0, 0, 0.07); }
    .input-field.borderd:focus {
      border: 2px solid rgba(0, 0, 0, 0.3); }
  .input-field.textarea {
    min-height: 137px;
    padding: 15px 20px;
    resize: none; }
  .input-field.error {
    border: 1px solid #ff5500; }
    .input-field.error::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #ff5500; }
    .input-field.error:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #ff5500; }
    .input-field.error::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #ff5500; }
    .input-field.error:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #ff5500; }
    .input-field.error:focus {
      border-color: #ff5500; }

.video-play-btn {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 9px;
  /* background-color: #f50; */
  border-radius: 50%;
  color: #fff;
  position: relative;
  z-index: 0;
  margin-left: 5px;
  }

.video-play-btn:hover {
    color: #fff;
}

.email-success {
  display: block;
  width: 100%; }

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@-moz-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@-o-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

  .categori-container {
    display: none !important;
  }

  .search-form {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .cart-product-qty {
    font-family: 'gotham_roundedbold';
    font-size: 1.1em;
  }

  .categories_menu_inner > ul > li:last-child {
    display:none;
  }


  .categorie_sub_menu {
    display: none;
  }

  .categories_menu_inner>ul>li>ul.categories_mega_menu>li>a {
    /* border:none !important; */
  }

  .input-field-pass {
    width: 80%;
  }

  .toggle-password {
    cursor: pointer;
  }

  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #CCCCCC !important;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #CCCCCC !important;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #CCCCCC !important;
  }

  .tooltip-inner {
    display: none;
  }

@media only screen and (max-width: 991px) {
  .row.reorder-xs {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    direction: rtl; }
  .row.reorder-xs > [class*="col-"] {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    direction: ltr; } }



.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000000;
  border-radius: .25rem; }

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.owl-carousel {
  z-index: 0 !important; }

/*----------------------------------
Breadcrumb Area Start
------------------------------------*/
.breadcrumb-area {
  padding: 22px 0px;
  background: #f5f5f5;
  }
  .breadcrumb-area .pages li {
    display: inline-block; }
    .breadcrumb-area .pages li a {
      position: relative;
      margin-right: 17px;
      font-size: 14px;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .breadcrumb-area .pages li a::after {
        position: absolute;
        content: "\ea98";
        font-family: IcoFont;
        top: 4px;
        right: -18px; }
      .breadcrumb-area .pages li a:hover {
        color: #ff5500; }
    .breadcrumb-area .pages li:last-child a::after {
      display: none; }

/*-------------------------
    Top Header Area Start
--------------------------*/
.top-header {
  background: #49D6FE;
  padding: 3px 0px 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: none;
  }
  .top-header .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .top-header .content .left-content .list ul li {
      display: inline-block;
      margin-right: 15px; }
      .top-header .content .left-content .list ul li a {
        color: #fff;
        font-size: 12px;
        line-height: 22px;
        position: relative; }
        .top-header .content .left-content .list ul li a::after {
          position: absolute;
          content: "|";
          top: -2px;
          right: -15px; }
        .top-header .content .left-content .list ul li a i {
          margin-right: 5px; }
      .top-header .content .left-content .list ul li:last-child a::after {
        display: none; }


/*-------------------------
Logo Header Area Start
--------------------------*/
.logo-header {
  padding: 20px 0px 20px;
  background: #7B55FE;
  }
  .logo-header .search-box {
    height: 50px;
    width: 100%;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    border-radius: 0px;
    position: relative;
    }
    .logo-header .search-box .categori-container {
      height: 50px;
      width: 160px;
      display: inline-block;
      }
      .logo-header .search-box .categori-container::before {
        position: absolute;
        content: "|";
        right: 3px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -3px;
        font-size: 14px;
        color: #fbfbfb;
        }
      .logo-header .search-box .categori-container .categoris {
        padding-left: 10px;
        width: 90%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 50px 0px 0px 50px;
        cursor: pointer;
        background: none;
        border: none;
        font-size: 14px;
        line-height: 50px;
        padding-right: 10px;
        }
        .logo-header .search-box .categori-container .categoris option {
          font-weight: 500;
        }
          .logo-header .search-box .categori-container .categoris option:hover {
            background: #ff5500; }
    .logo-header .search-box .search-form {
      position: relative;
      flex: 1;
      z-index: 4;
      background: #fff;
      border-top-right-radius: 30px !important;
      border-bottom-right-radius: 30px !important;
      }
      .logo-header .search-box .search-form input {
        height: 50px;
        width: 100%;
        border-radius: 0px 50px 50px 0px;
        border: 0px;
        background: none;
        padding: 0px 60px 0px 22px;
        font-size: 14px;
        }


        .logo-header .search-box .search-form input::-webkit-placeholder {
          color: #444!important;
      }
        .logo-header .search-box .search-form input::-moz-placeholder {
          color: #444!important;
      }
        .logo-header .search-box .search-form input::-ms-placeholder {
          color: #444!important;
      }
        .logo-header .search-box .search-form input::-o-placeholder {
          color: #444!important;
      }
        .logo-header .search-box .search-form input::placeholder {
          color: #444!important;
      }

      .logo-header .search-box .search-form button {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 6px;
        background: none;
        border: none;
        margin-top: -1px;
        font-size: 14px;
        color: #333;
        cursor: pointer;
        height: 100%;
        background: none;
        width: 40px;
        background: #A289FF;
        border-radius: 70px;
        height: 40px;
        }
.logo-header .search-box .search-form button:focus{
  outline: none;
}
  

.mainmenu-area {
  border-top: 1px solid rgb(255 255 255 / 30%);
  background: #fff;
  }

.mainmenu-area.nav-fixed {
  /* position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  display: none;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3); } */
}

.categories_menu_inner ul {
  background-color: #fff !important;
}

.mainmenu-area .categories_menu {
  position: relative; }

.mainmenu-area .categories_menu .categories_menu_inner {
  position: absolute;
  border-left: 0;
  border-right: 0;
  display: none;
  }

.mainmenu-area .categories_menu .categories_title h2 {
  padding: 12px 14px 12px;
  }

.mainmenu-area .categories_menu .categories_title h2 i.arrow-down {
  float: right;
  margin-right: 15px;
  color: #222;
  text-align: center;
  font-size: 14px;
  margin-top: 4px; }

/* 04. categories area css here */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu {
    position: relative; } }

@media only screen and (max-width: 767px) {
  .categories_menu {
    margin-bottom: 45px;
    position: relative; } }

.categories_title {
  cursor: pointer;
  }

.categories_title h2 {
  font-size: 15px;
  font-weight: 600;
  /* line-height: 26px; */
  color: #222;
  cursor: pointer;
  /* padding: 12px 0 12px 22px; */
  margin-bottom: 0px;
  /* display: block; */
  }

.categories_title h2 i {
  font-size: 14px;
  margin-right: 10px; }

.categories_menu_inner {
  padding: 7px 0 7px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: #fff;
  width: 100%;
  top: 100%;
  z-index: 9; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_inner {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%; } }

@media only screen and (max-width: 767px) {
  .categories_menu_inner {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%; }
   }

   .logo-header .search-box .categori-container{
  }
  
  .categories_menu_inner > ul > li.dropdown_list .link-area > span{
    width: 100%;
  }
  .categories_menu_inner > ul > li a{
    display: block;
  }
  .mainmenu-area{
    height: 42px;
  }
  .mainmenu-area .categories_menu .categories_title h2{
    padding: 0px 15px;
  }
  .mainmenu-area .categories_menu .categories_title h2{
    height: 40px;
    line-height: 40px;
    /* margin-top: -2px; */
  }
  .mainmenu-area .categories_menu .categories_title h2 i.arrow-down {
    margin-top: 14px;
  }
  .categories_title h2 {
    margin-bottom: 2px;
  }
  .contact-us .right-area .social-links ul li a.facebook{
    background: #3b5999 ;
  }
  .contact-us .right-area .social-links ul li a.twitter{
   background: #55acee ;
  }
  .contact-us .right-area .social-links ul li a.google-plus{
   background: #dd4b39 ;
  }
  .contact-us .right-area .social-links ul li a.linkedin{
   background: #0077B5 ;
  }
  .contact-us .right-area .social-links ul li a.dribbble{
   background: #ea4c89 ;
  }
  .contact-us .right-area .social-links ul li a.pinterest{
   background: #bd081c ;
  }
  .contact-us .right-area .social-links ul li a.instagram{
    background: #CD0354 ;
  }
  #product-details-tab #comment-area .write-comment-area .submit-btn{
      border: 1px solid #ff5500;
      border-radius: 50px;
      padding: 12px 30px;
  }
  .mainmenu-area .core-nav,
  .mainmenu-area .core-nav .wrap-core-nav-list.right
  .mainmenu-area .core-nav .wrap-core-nav-list .core-nav-list,
  .mainmenu-area .core-nav .wrap-core-nav-list .core-nav-list li,
  .mainmenu-area .core-nav .wrap-core-nav-list .core-nav-list li a
  {
      height: 40px!important;
  }
  
  .mainmenu-area .core-nav .full-container {
    height: auto;
  }
  .mainmenu-area .core-nav .wrap-core-nav-list .core-nav-list{
    margin: 0px 0px 0px 0px !important;
    height: 40px;
    top: 0px;
  }
  
  .mainmenu-area nav .menu li a {
    line-height: 40px;
    padding: 0px 20px;
  }
  .mainmenu-area .core-nav .wrap-core-nav-list.right {
    text-align: right;
    margin-top: -1px;
  }
  
  .trending-item-slider.owl-carousel  .owl-stage {
    margin: 10px 0px 10px!important;
  }
  nav .menu li a {
    top: -1px!important;
    position: relative;
  }
  

.categories_menu_inner > ul > li {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #333; }
  .categories_menu_inner > ul > li > ul.categories_mega_menu ul li a{
  -webkit-transition:all 0.3s linear;
  -o-transition:all 0.3s linear;
  transition:all 0.3s linear;
  }

.categories_menu_inner > ul > li {
  line-height: 27px;
  padding: 0 10px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  -webkit-transition:all 0.3s linear;
  -o-transition:all 0.3s linear;
  transition:all 0.3s linear;
  }

  .categories_menu_inner > ul > li:hover{
    padding-left: 20px;
  }

  .categories_menu_inner > ul > li > ul.categories_mega_menu ul li a:hover
  {
    padding-left: 10px;
  }

.categories_menu_inner > ul > li a {
  color: #333;
  line-height: 2;
  margin-bottom: -4px; 
}

.categories_menu_inner > ul > li img {
  width: 18px;
  margin-right: 10px; }

.categories_menu_inner > ul > li.dropdown_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.categories_menu_inner > ul > li.dropdown_list .link-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.categories_menu_inner > ul > li.dropdown_list .link-area > a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center; }

.categories_menu_inner > ul > li > a i {
  padding-right: 10px;
 }

.categories_menu_inner > ul > li > ul.categories_mega_menu {
  position: absolute;
  left: 110%;
  width: 480px;
  padding: 16px 15px 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 9;
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15); }

@media only screen and (max-width: 767px) {
  .categories_menu_inner > ul > li > ul.categories_mega_menu {
    left: 0;
    width: 100%;
    top: 100%;
    max-height: 250px;
    overflow: auto; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_inner > ul > li > ul.categories_mega_menu {
    left: 0;
    left: 360px;
    top: 100%;
    top: 0px;
    max-height: 250px;
    overflow: auto; } }

.categories_menu_inner > ul > li > ul.categories_mega_menu > li {
  width: 50%;
  float: left;
  padding: 0px 5px 20px 5px; }

@media only screen and (max-width: 767px) {
  .categories_menu_inner > ul > li > ul.categories_mega_menu > li {
    width: 100%; } }

.categories_menu_inner > ul > li > ul.categories_mega_menu > li > a {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  margin-bottom: 6px;

  line-height: 30px;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #444; }

.categories_menu_inner > ul > li > ul.categories_mega_menu > li > a:hover {
  color: #7ecc13; }

.categories_menu_inner > ul > li ul.categories_mega_menu.column_1 {
  width: 200px;
  padding: 10px 15px 0; }

.categories_menu_inner > ul > li ul.categories_mega_menu.column_1 li {
  width: 100%;
  padding: 0; }

.categories_menu_inner > ul > li ul.categories_mega_menu.column_1 li:last-child a {
  border-bottom: 0; }

.categories_menu_inner ul li ul.categories_mega_menu.open {
  opacity: 1;
  visibility: visible;
  left: 100%; }

@media only screen and (max-width: 767px) {
  .categories_menu_inner ul li ul.categories_mega_menu.open {
    left: 0; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* .categories_menu_inner ul li ul.categories_mega_menu.open {
    left: 0; }  */
  }

.categorie_sub_menu ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #646464;
  text-transform: capitalize;
  line-height: 23px;
  display: block; }

.categorie_sub_menu ul li a:hover {
  color: #ff5500; }

/*home two categorie css here*/
@media only screen and (max-width: 767px) {
  .mainmenu-area .categories_menu {
    margin-bottom: 26px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainmenu-area .categories_menu_inner {
    z-index: 99; } }

@media only screen and (max-width: 767px) {
  .mainmenu-area .categories_menu_inner {
    z-index: 99; } }

nav .menu li a {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  color: #222;
  font-weight: 4600;
  font-size: 15px;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  }
nav .menu li {
  margin-bottom: 0px;
  padding-bottom: 0px;
  }
  nav .menu li:first-child{
    border-left: 0px;
  }
  nav .menu li:last-child a{
    border-right: 0px;
    color: #e74c3c;
    font-weight: 600;
    padding-right: 0px!important;
  }



/*
DROPDOWN STYLE
=========================== */
nav .menu > li.dropdown li.dropdown > a::before {
  margin-left: 10px;
  content: '';
  border-top: solid 5px #6a6a6a;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  float: right;
  position: relative;
  top: 8px; }

nav .menu > li.dropdown > a::before {
  margin-left: 10px;
  content: '';
  border-top: solid 5px #6a6a6a;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  float: right;
  position: relative;
  top: 8px; }

nav .menu li.dropdown.open > a {
  color: #e74c3c; }

.sample-text {
  padding: 30px; }

nav .menu > li.dropdown > .dropdown-menu {
  margin: 0;
  border: 0;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1); }

/* =========================== */
nav button {
  background: transparent;
  border: none;
  outline: none; }

@media (max-width: 991px) {
  nav .full-container,
  nav .nav-container {
    padding-left: 0;
    padding-right: 0; }
  nav .nav-header {
    min-height: 52px;
    }
  nav .nav-header .brand {
    margin: 0 auto 5px;
    float: none; }
  nav .nav-header .toggle-bar {
    font-size: 18px;
    position: absolute;
    top: 8px;
    right: 15px;
    color: #7B55FE;
    }
  nav .menu li a {
    padding: 10px 10px;
    border-bottom: solid 1px #efefef; }
  nav .menu li:last-child a {
    border-bottom: none; } }


/*-----------------------------
** Hero Area Start
------------------------------*/

/*-------------------------
    Preloader Css
---------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999999;
 }
/* PRELOADER CSS ENDS*/

.hero-area .hero-area-slider .intro-carousel .intro-content {
  background-size: cover;
  height: 600px;
  display: flex;
  align-items: center;
  position: relative;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  }
  .hero-area .hero-area-slider .intro-carousel .intro-content.slide-one {
    text-align: left; }
  .hero-area .hero-area-slider .intro-carousel .intro-content.slide-two {
    text-align: center; }
  .hero-area .hero-area-slider .intro-carousel .intro-content.slide-three {
    text-align: right; }

    .hero-area .hero-area-slider .intro-carousel .intro-content .slider-content .layer-1 .subtitle {
      font-size: 24px;
      font-weight: 700;
      color: #143250;
       }
    .hero-area .hero-area-slider .intro-carousel .intro-content .slider-content .layer-1 .title {
      font-size: 36px;
      font-weight: 700;
      color: #ff5500;
       }

    .hero-area .hero-area-slider .intro-carousel .intro-content .slider-content .layer-2 .text {
      font-size: 16px;
      font-weight: 600;
      color: #143250;
      max-width: 400px;
      display: inline-block; }

    .hero-area .hero-area-slider .intro-carousel .intro-content .slider-content .layer-3 a {
      margin-top: 15px;
      text-align: center;
      border: 1px solid #ff5500;
    }
    .hero-area .hero-area-slider .intro-carousel .intro-content .slider-content .layer-3 a:hover {
      background: #fff;
      color: #ff5500;
    }

    .hero-area .hero-area-slider .intro-carousel .intro-content .slider-content .layer-3 a i{
  font-size: 13px;}


/* hero Slider dot design Start */

.hero-area .hero-area-slider .owl-controls .owl-dots {
  display: block;
  position: absolute;
  text-align: center;
  margin-top: 0px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
  .hero-area .hero-area-slider .owl-controls .owl-dots .owl-dot {
    width: 25px;
    height: 6px;
    background: #fff;
    display: inline-block;
    border-radius: 0px;
    transform: skewX(-30deg);
    margin: 0px 3px 0px;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  }
    .hero-area .hero-area-slider .owl-controls .owl-dots .owl-dot.active {
      background: #fff;
      width: 50px
    }




/* hero Slider dot design End */


  .info-area {
    background: #ff5500;
  }
.info-area .info-big-box{
  left: 0;
  padding: 10px 0px 14px;
  position: relative;
  width: 100%;
  border-radius: 3px;
  -webkit-box-shadow: 2px 41px 40px -20px rgba(0,0,0,0.1);
  -moz-box-shadow: 2px 41px 40px -20px rgba(0,0,0,0.1);
  box-shadow: 2px 41px 40px -20px rgba(0,0,0,0.1);
  }

  .info-area .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
}
.info-area .info-box .icon img{
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.info-area .info-box:hover .icon img{
  transform: scale(1.15);
}
  .info-area .info-box .icon {
    line-height: 62px;
    display: inline-block;
    text-align: center;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    margin-right: 20px;
    }
    .info-area .info-box .info .details {
    padding-top: 8px; }
    .info-area .info-box .info .details .title {
      font-size: 16px;
      line-height: 26px;
      color: #fff;
      font-weight: 600;
      margin-bottom: 0px; }
      .info-area .info-box .info .details .text {
      font-size: 14px;
      margin-bottom: 0px;
      color: #fff;
     }
      .info-area .info-box:hover {
    cursor: pointer; }







/*-----------------------------
** Trending Item Area Start
------------------------------*/
.trending {
  padding: 36px 0px 0px;
  }

  .trending .ui-widget.ui-widget-content {
    margin: 0px;
    padding: 0px;
    border: 0px; }
  .trending .ui-tabs .ui-tabs-panel {
    padding: 0px; }
  .trending li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a {
    color: #ff5500; }
    .trending li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a i {
      opacity: 1;
      margin-left: 7px; }


  .trending .owl-carousel .owl-controls .owl-nav .owl-prev,
  .trending .owl-carousel .owl-controls .owl-nav .owl-next {
    font-size: 14px;
    position: absolute;
    top: -30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 24px;
    opacity: 1;
    background: #ff5500;
    border: 1px solid #ff5500;
    border-radius: 0%;
    color: #fff;
    -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    }
    .trending .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
    .trending .owl-carousel .owl-controls .owl-nav .owl-next:hover {
      background: #fff!important;
      color: #ff5500;
    }
  .trending .owl-carousel .owl-controls .owl-nav .owl-prev {
    right: 33px;
    }
  .trending .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0px;
    }

/*-----------------------------
** Phone and Accessories Area Start
------------------------------*/
.phone-and-accessories .aside {
  height: 100%;
  }
  .phone-and-accessories .aside .img {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/aside-img/accessories.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

.categori-item {
  padding: 20px 0px 30px; }
  .categori-item .section-top {
    margin-bottom: 22px; }

.item {
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  }
.item:hover {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 9;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
  }

  .item .item-img {
    position: relative;
    overflow: hidden;
    text-align: center; }
    .item .item-img img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      }
      .item:hover .item-img img{
        transform: scale(1.2);
      }
    .item .item-img .sell-area {
      position: absolute;
      top: 20px;
      right: 0px;
      height: 100%;
      display: block;
      z-index: 2;
      }
      .item .item-img .sell-area .sale {
        height: 22px;
        text-align: center;
        line-height: 22px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
        z-index: 1;
        padding: 0px 8px 0px 15px;
        border-radius: 50px 0px 0px 50px;
        display: block;
        margin-top: 5px; }
    .item .item-img .extra-list {
      position: absolute;
      top: 20px;
      left: 0px;
      opacity: 0;
      z-index: 1;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .item .item-img .extra-list ul li span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 0px;
        font-size: 14px;
        margin-bottom: 7px;
        border: 1px solid #ff5500;
        display: inline-block;
        text-align: center;
        color: #fff;
        background: #ff5500;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
        }
        .item .item-img .extra-list ul li span:hover {
          background: #ff5500;
          border-color: #ff5500;
          color: #fff; }
  .item .info {
    position: relative;
    top: 0;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 2px 25px 0px;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    background: rgba(255, 255, 255, 0.90);
   }
    .item .info .stars {
      display: block;
      text-align: center; }
      .item .info .stars ul {
        display: inline-block; }
        .item .info .stars ul li {
          display: inline-block; }
          .item .info .stars ul li i {
            font-size: 12px;
            color: #ff5500; }
    .item .info .price {
      font-size: 18px;
      line-height: 28px;
      font-weight: 700;
      margin-bottom: 0px;
     }
    .item .info .name {
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: #555;
      margin-bottom: 28px;
      height: 61px;
     }
  .item:hover .extra-list {
    left: 20px;
    opacity: 1; }
    .item .item-cart-area {
      position: absolute;
      display: block;
      text-align: center;
      width: 100%;
      left: 0px;
  }
  .item .add-to-cart-btn{
    font-size: 14px;
    font-weight: 400;
    background: #ff5500;
    color: #fff;
    border: 1px solid #ff5500;
    padding: 6px 0px;
    width: 140px;
    display: block;
    border-radius: 0px;
    margin-top: 0px;
    z-index: 9;
    margin: 5px auto;
    opacity: 0;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
  }
    .item .add-to-cart-btn:hover {
      background: none;
      color: #ff5500;
  }
  .item:hover .add-to-cart-btn{
    opacity: 1;
  }

  .item:hover .info{
    top: -75px;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
  }
/*-----------------------------
** Electronics Area Start
------------------------------*/
.electronics-section {
  padding: 20px 0px 30px; }
  .electronics-section .aside {
    height: 100%;
    overflow: hidden;
    border: 1px solid #e7eaed;
    position: relative; }

.flash-deals {
  position: relative; }
  .flash-deals .heading-title {
    text-align: center;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 17px;
    margin-top: 22px; }
  .flash-deals .flas-deal-slider {
    position: relative; }
    .flash-deals .flas-deal-slider .item {
      text-align: center;
      margin: 10px 0px;
      border: 0px; }
      .flash-deals .flas-deal-slider .item .item-img {
        text-align: center;
        position: relative; }
        .flash-deals .flas-deal-slider .item .item-img .discount{
          top: 0;
          position: absolute;
          z-index: 9;
          right: 0px;
          font-size: 12px;
          padding: 1px 5px 1px 15px;
          border-radius: 50px 0px 0px 50px;
        }
        .flash-deals .flas-deal-slider .item .item-img img {
          width: auto;
          display: inline-block; }


      .flash-deals .flas-deal-slider .item .price .old-price {
        color: #143250;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        margin-right: 5px;
        position: relative; }
        .flash-deals .flas-deal-slider .item .price .old-price::after {
          position: absolute;
          content: " ";
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 0;
          width: 100%;
          height: 1px;
          background: #143250; }
      .flash-deals .flas-deal-slider .item .price .new-price {
        color: #ff5500;
        font-size: 20px;
        font-weight: 600; }
      .flash-deals .flas-deal-slider .item .deal-counter {
        border: 1px solid #d0d6dc;
        border-radius: 3px;
        padding: 10px;
        background: #fff;
        position: inherit;
        z-index: 100;
        margin-top: 10px;
      }
        .flash-deals .flas-deal-slider .item .deal-counter span {
          display: inline-block;
          margin-right: 10px;
          font-weight: 700;
          font-size: 24px;
          line-height: 28px;
          color: #ff5500;
          }
          .flash-deals .flas-deal-slider .item .deal-counter span:last-child {
            margin-right: 0px; }
          .flash-deals .flas-deal-slider .item .deal-counter span small {
            display: block;
            font-weight: 400;
            font-size: 14px;
            color: #143250; }
  .flash-deals .owl-carousel .owl-controls .owl-nav .owl-prev,
  .flash-deals .owl-carousel .owl-controls .owl-nav .owl-next {
    font-size: 14px;
    position: absolute;
    top: -40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 24px;
    opacity: 1;
    background: #ff5500;
    border: 1px solid #ff5500;
    border-radius: 0%;
    color: #fff;
    -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    }
    .flash-deals .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
    .flash-deals .owl-carousel .owl-controls .owl-nav .owl-next:hover {
      background: #fff!important;
      color: #ff5500;
    }
  .flash-deals .owl-carousel .owl-controls .owl-nav .owl-prev {
    right: 33px;
    }
  .flash-deals .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0px;
    }

/*-----------------------------
** Clothing and Apparel Area Start
------------------------------*/
.clothing-and-Apparel-Area .aside {
  height: 100%; }
  .clothing-and-Apparel-Area .aside .img {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/aside-img/accessories.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

/*-----------------------------
** hot-and-new-item Area Start
------------------------------*/
.hot-and-new-item {
  padding-top: 20px;
  padding-bottom: 40px; }
  .hot-and-new-item .categori .section-top {
    margin-bottom: 20px;
    }

  .hot-and-new-item .categori .item-list {
    display: block;
    width: 100%; }
    .hot-and-new-item .categori .item-list li .single-box {
      position: relative;
      margin-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

      .hot-and-new-item .categori .item-list li .single-box .left-area {
        width: 90px;
        height: 90px;
        margin-right: 15px;
        overflow:hidden;
        }
        .hot-and-new-item .categori .item-list li .single-box .left-area img {
          width: 100%;
             -webkit-transition: 0.3s ease-in;
            -moz-transition: 0.3s ease-in;
            -o-transition: 0.3s ease-in;
            transition: 0.3s ease-in;
          }
       .hot-and-new-item .categori .item-list li .single-box:hover .left-area img{
        transform: scale(1.15);
      }
      .hot-and-new-item .categori .item-list li .single-box .right-area {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .hot-and-new-item .categori .item-list li .single-box .right-area .stars {
          display: block;
          text-align: left;
          line-height: 12px; }
          .hot-and-new-item .categori .item-list li .single-box .right-area .stars ul {
            display: inline-block;
            line-height: 12px; }
            .hot-and-new-item .categori .item-list li .single-box .right-area .stars ul li {
              line-height: 12px;
              display: inline-block; }
              .hot-and-new-item .categori .item-list li .single-box .right-area .stars ul li i {
                font-size: 12px;
                color: #ff5500; }
        .hot-and-new-item .categori .item-list li .single-box .right-area .price {
          font-size: 16px;
          line-height: 26px;
          color: #143250;
          font-weight: 700;
          margin: 3px 0px 3px; }
          .hot-and-new-item .categori .item-list li .single-box .right-area .price del {
            font-size: 12px;
            opacity: .8; }
        .hot-and-new-item .categori .item-list li .single-box .right-area .text {
          font-size: 14px;
          line-height: 17px;
          font-weight: 400;
          margin-bottom: 0px; }

          .hot-and-new-item .owl-carousel .owl-controls .owl-nav .owl-prev,
          .hot-and-new-item .owl-carousel .owl-controls .owl-nav .owl-next {
            font-size: 13px;
            position: absolute;
            top: -37px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            text-align: center;
            width: 20px;
            height: 20px;
            line-height: 19px;
            opacity: 1;
            background: #fff;
            border: 1px solid #ff5500;
            border-radius: 0%;
            color: #ff5500;
            -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
            -webkit-transition: 0.3s ease-in;
            -moz-transition: 0.3s ease-in;
            -o-transition: 0.3s ease-in;
            transition: 0.3s ease-in;
            }
            .hot-and-new-item .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
            .hot-and-new-item .owl-carousel .owl-controls .owl-nav .owl-next:hover {
              background: #ff5500!important;
              color: #fff;
            }
          .hot-and-new-item .owl-carousel .owl-controls .owl-nav .owl-prev {
            right: 26px;
            }
          .hot-and-new-item .owl-carousel .owl-controls .owl-nav .owl-next {
            right: 0px;
            }




/*-----------------------------
** Banner Section Start
------------------------------*/
.banner-section {
  padding: 30px 0px 30px; }
  .banner-section img {
    width: 100%; 
    height: auto !important;
  }
.banner-section .left {

  margin: 0px 5px;

}
  .banner-section .right {
    margin-left: 15px; }

    .banner-effect{
      position: relative;
      display: block;
      width: 100%;
      overflow: hidden;
    }
   .banner-effect::after{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    }
    .banner-effect:hover::after{
      -webkit-animation: circle .75s;
      animation: circle .75s;
    }
    .banner-effect img{
      width: 100%;
      -webkit-transition: 0.3s ease-in;
      -moz-transition: 0.3s ease-in;
      -o-transition: 0.3s ease-in;
      transition: 0.3s ease-in;
    }
    .banner-effect:hover img{
     transform: scale(1.1);
    }

    @-webkit-keyframes circle {
      0% {
        opacity: 1;
      }
      40% {
        opacity: 1;
      }
      100% {
        width: 100%;
        height: 100%;
        opacity: 0;
      }
    }
    @keyframes circle {
      0% {
        opacity: 1;
      }
      40% {
        opacity: 1;
      }
      100% {
        width: 100%;
        height: 100%;
        opacity: 0;
      }
    }


/*-----------------------------
** Banner Section Start
------------------------------*/
.blog-area {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
  }
  .blog-area .aside .slider-wrapper {
    background: #ffff;
    padding: 50px 60px 50px; }
    .blog-area .aside .slider-wrapper .slide-item {
      text-align: center; }
      .blog-area .aside .slider-wrapper .slide-item .top-area .left {
        display: inline-block; }
        .blog-area .aside .slider-wrapper .slide-item .top-area .left img {
          height: auto;
          border: 2px solid #ff5500;
          border-radius: 50%;
          -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.18);
          }
      .blog-area .aside .slider-wrapper .slide-item .top-area .right {
        margin-top: 10px; }
        .blog-area .aside .slider-wrapper .slide-item .top-area .right .content {
          -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
          .blog-area .aside .slider-wrapper .slide-item .top-area .right .content .name {
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 0px; }
          .blog-area .aside .slider-wrapper .slide-item .top-area .right .content .dagenation {
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 0px; }
      .blog-area .aside .slider-wrapper .slide-item .review-text {
        position: relative;
        margin-top: 15px;
        padding: 20px 30px 20px; }
        .blog-area .aside .slider-wrapper .slide-item .review-text::after {
          position: absolute;
          content: "\efcd";
          font-family: IcoFont;
          top: 0;
          left: 0;
          font-size: 20px;
          color: #777; }
        .blog-area .aside .slider-wrapper .slide-item .review-text::before {
          position: absolute;
          content: "\efce";
          font-family: IcoFont;
          bottom: 0;
          right: 0;
          font-size: 20px;
          color: #666; }
        .blog-area .aside .slider-wrapper .slide-item .review-text p {
          font-size: 14px;
          line-height: 20px;
          margin-bottom: 0px; }
    .blog-area .aside .slider-wrapper .owl-controls .owl-dots {
      display: block;
      text-align: center;
      margin-top: -1px; }
      .blog-area .aside .slider-wrapper .owl-controls .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        background: #c2c2c2;
        display: inline-block;
        border-radius: 50%;
        margin: 0px 3px 0px;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in; }
        .blog-area .aside .slider-wrapper .owl-controls .owl-dots .owl-dot.active {
          background: #ff5500;
          -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
          transform: scale(1.2); }
  .blog-area .blog-box {
    position: relative;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    box-shadow:  0px 5px 10px rgba(0, 0, 0, 0.05);
    }
    .blog-area .blog-box .blog-images {
      display: inline-block;
      margin-right: 15px;
      overflow: hidden;
      width: 100%;
      }
      .blog-area .blog-box .blog-images .img {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden; }
        .blog-area .blog-box .blog-images .img img {
          width: 100%;
          height: auto;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          /* height: 206px; */
          -o-transition: 0.5s;
          transition: 0.5s;
          }
        .blog-area .blog-box .blog-images .img .date {
          position: absolute;
          background: #ff5500;
          z-index: 2;
          bottom: 0;
          left: 0;
          height: 50px;
          width: 50px;
          text-align: center; }
          .blog-area .blog-box .blog-images .img .date p {
            margin: 0;
            padding: 0;
            color: #fff;
            line-height: 14px;
            font-size: 14px; }
    .blog-area .blog-box .details {
      padding: 12px 0px 0px;
      }
      .blog-area .blog-box .details .blog-title {
        font-size: 18px;
        font-weight: 600;
        }
      .blog-area .blog-box .details .blog-text {
        font-size: 14px;
        }
      .blog-area .blog-box .details .read-more-btn {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 400;
        color: #fff;
        background: #ff5500;
        padding: 7px 20px;
        border: 1px solid #ff5500;
        display: inline-block;
        border-radius: 0px;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
        }
        .blog-area .blog-box .details .read-more-btn:hover {
          background: none;
          color: #ff5500;
          }
    .blog-area .blog-box:hover {
      -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); }
      .blog-area .blog-box:hover .blog-images .img img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15); }

/*-----------------------------
** Footer Area Start
------------------------------*/
.footer {
  overflow: hidden;
  position: relative;
  background: #143250;
  padding: 56px 0px 0px; }
  .footer .footer-info-area .footer-logo {
    margin-bottom: 23px;
    display: block; }
    .footer .footer-info-area .footer-logo .logo-link {
      font-size: 40px;
      line-height: 50px;
      font-weight: 700;
      text-transform: uppercase; }
    .footer .footer-info-area .footer-logo img {
      max-width: 180px; }
  .footer .footer-info-area .text {
    margin-bottom: 24px; }
    .footer .footer-info-area .text p {
      color: #bac9e6;
      font-size: 14px; }
  .footer .fotter-social-links ul {
    padding-left: 0px;
    margin-left: 0px; }
    .footer .fotter-social-links ul li {
      display: inline-block;
      }
      .footer .fotter-social-links ul li a {
        font-size: 14px;
        width: 38px;
        height: 38px;
        display: inline-block;
        border-radius: 0px;
        text-align: center;
        line-height: 38px;
        margin: 0px 3px;
        color: #bac9e6;
        border: 1px solid #bac9e6;
        background: none;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
        }
        .footer .fotter-social-links ul li a:hover {
          background: #ff5500;
          border-color: #ff5500;
          color: #fff; }
  .footer .copy-bg {
    background: #02020c;
    margin-top: 35px;
    padding: 20px 15px 20px; }
    .footer .copy-bg .content {
      text-align: center; }
      .footer .copy-bg .content .content p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0px;
        color: #bac9e6; }
      .footer .copy-bg .content .content a {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0px;
        color: #ff5500; }
  .footer .footer-widget .title {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff; }
  .footer .footer-widget ul {
    padding-left: 0px;
    margin-bottom: 0px; }
    .footer .footer-widget ul li {
      list-style: none; }
      .footer .footer-widget ul li a {
        color: #bac9e6;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .footer .footer-widget ul li a:hover {
          color: #ff5500; }
      .footer .footer-widget ul li i {
        font-size: 12px;
        padding-right: 4px;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }

.info-link-widget {
  padding-left: 50px; }
  .info-link-widget .title {
    margin-bottom: 11px; }
  .info-link-widget .link-list li {
    padding: 8px 0;
    display: block; }
    .info-link-widget .link-list li a {
      font-size: 14px;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .info-link-widget .link-list li a:hover {
        color: #ff5500; }
        .info-link-widget .link-list li a:hover i {
          color: #ff5500; }
    .info-link-widget .link-list li i.fas {
      font-size: 12px; }

.recent-post-widget .title {
  margin-bottom: 26px; }

.recent-post-widget .post-list li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
  .recent-post-widget .post-list li:last-child {
    border-bottom: 0px; }
  .recent-post-widget .post-list li .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .recent-post-widget .post-list li .post .post-img {
      margin-right: 15px; }
      .recent-post-widget .post-list li .post .post-img img {
        width: 60px;
        height: 60px; }
    .recent-post-widget .post-list li .post .post-details {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .recent-post-widget .post-list li .post .post-details .post-title {
        font-size: 14px;
        line-height: 20px;
        color: #f0f5ff;
        font-weight: 400;
        margin-bottom: 0px;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .recent-post-widget .post-list li .post .post-details .date {
        font-size: 10px;
        line-height: 20px;
        color: #8798b8;
        font-weight: 400;
        margin-bottom: 0px; }



            .mt-30{
              margin-top: 30px;
            }

            .seller-info {
              text-align: center;
              padding-bottom: 20px;
              padding-left: 10px;
              padding-right: 10px;
              }
              .seller-info .content {
                padding: 23px 30px 6px;
                text-align: center;
                }
                .seller-info .content .title {
                  font-size: 14px;
                  font-weight: 400;
                  line-height: 24px;
                  margin-bottom: 0px;
                  color: #ff5500;
                 }
                .seller-info .content .stor-name {
                  font-size: 16px;
                  font-weight: 600;
                  line-height: 28px;
                  margin-bottom: 0px;
                 }
                .seller-info .content .cuntry {
                  font-size: 14px;
                  font-weight: 400;
                  line-height: 28px; }
                .seller-info .content .total-product {
                  width: 100%;
                  padding: 18px 0px 18px;
                  }
                  .seller-info .content .total-product p {
                    margin-bottom: 0px;
                    font-size: 29px;
                    line-height: 24px;
                    font-weight: 700;
                    color: #ff5500;
                   }
                  .seller-info .content .total-product span {
                    margin-bottom: 0px;
                    font-size: 14px;
                    font-weight: 600;

                  }
                .seller-info .content .time {
                  margin-top: 5px;
                  margin-bottom: 0px; }

              .seller-info .view-stor {
                background: #ff5500;
                display: inline-block;
                text-align: center;
                color: #fff;
                font-size: 12px;
                padding: 4px 12px;
                width: 100%;
                border-radius: 50px;
                margin: 0 auto 5px;
                border: 1px solid #ff5500;
                -webkit-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
                font-weight: 600;
                }
                .seller-info .view-stor:hover{
                  background: #fff;
                  color: #ff5500;
                }
/*-----------------------------
** Sub Categori Area Start
------------------------------*/
.sliderText {
  margin-bottom: 30px;
  border-bottom: 2px solid red;
  padding: 10px 0 10px 0px;
  font-weight: bold; }

.ui-slider-horizontal {
  height: 5px; }

.ui-slider-horizontal {
  margin-bottom: 15px; }

.ui-widget-header {
  background: #ff5500; }

.price-range-search {
  width: 70px;
  background-color: #f9f9f9;
  border: 1px solid #6e6666;
  display: inline-block;
  height: 30px;
  margin-bottom: 20px;
  font-size: 16px; }

.price-range-field {
  width: 84px;
  background-color: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: black;
  height: 30px;
  text-align: center;
  font-size: 14px;
  }

.search-results-block {
  position: relative;
  display: block;
  clear: both; }

.ui-slider-horizontal .ui-slider-handle {
  top: -7px;
  margin-left: -.6em; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: #ff5500;
  border-radius: 50%;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25); }

.ui-slider .ui-slider-handle:focus {
  outline: 0px; }

.ui-widget.ui-widget-content {
  border: none;
  border-radius: 0px;
  background: #d2d2d2; }

.sub-categori {
  padding: 70px 0px 70px;
  }
  .sub-categori .left-area .filter-result-area {
    border: 1px solid #805AFF; }
    .sub-categori .left-area .filter-result-area .header-area {
      text-align: center;
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      padding: 10px 0px 7px; }
      .sub-categori .left-area .filter-result-area .header-area .title {
        font-size: 16px;
        font-weight: 400;
        display: inline-block; }
    .sub-categori .left-area .filter-result-area .body-area {
      padding: 25px 25px 30px;
      display: block;
      }
      .sub-categori .left-area .filter-result-area .body-area .filter-list li {
        margin-bottom: 6px; }
        .sub-categori .left-area .filter-result-area .body-area .filter-list li .content .check-box .form-check {
          position: relative; }
        .sub-categori .left-area .filter-result-area .body-area .filter-list li .content .check-box .form-check label {
          font-size: 14px;
          color: #2a2a2a;
          /* font-family: "Open Sans", sans-serif; */
          font-family: 'gotham_roundedbook';
          margin-left: 30px;
          cursor: pointer; }
        .sub-categori .left-area .filter-result-area .body-area .filter-list li .content .check-box .form-check input {
          position: absolute;
          opacity: 0;
          cursor: pointer; }
          .sub-categori .left-area .filter-result-area .body-area .filter-list li .content .check-box .form-check .checkmark {
              position: absolute;
              top: 4px;
              left: 0px;
              height: 15px;
              width: 15px;
              background-color: transparent;
              border: 1px solid rgba(0, 0, 0, 0.5);
              border-radius: 50%;
              -webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
              box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
              cursor: pointer;
          }
        .sub-categori .left-area .filter-result-area .body-area .filter-list li .content .check-box .form-check input:checked ~ .checkmark {
          background-color: transparent; }
        .sub-categori .left-area .filter-result-area .body-area .filter-list li .content .check-box .form-check .checkmark:after {
          content: "";
          position: absolute;
          display: none; }
        .sub-categori .left-area .filter-result-area .body-area .filter-list li .content .check-box .form-check input:checked ~ .checkmark:after {
          display: block; }
        .sub-categori .left-area .filter-result-area .body-area .filter-list li .content .check-box .form-check .checkmark:after {
          left: 4px;
          top: 0px;
          width: 5px;
          height: 10px;
          border: solid #242424;
          border-width: 0 2px 2px 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
      .sub-categori .left-area .filter-result-area .body-area .price-range-block {
        text-align: center;
        margin-top: 34px; }
        .sub-categori .left-area .filter-result-area .body-area .price-range-block #slider-range {
          margin-bottom: 21px; }
        .sub-categori .left-area .filter-result-area .body-area .price-range-block .livecount {
          margin-bottom: 30px; }
          .sub-categori .left-area .filter-result-area .body-area .price-range-block .livecount span {
            font-size: 14px;
            margin: 0px 5px;
            }
      .sub-categori .left-area .filter-result-area .body-area .filter-btn {
        width: 160px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        background: #ff5500;
        border: 0px;
        border-radius: 50px;
        display: block;
        border: 1px solid #ff5500;
        margin: 0 auto;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        cursor: pointer;
        }
        .sub-categori .left-area .filter-result-area .body-area .filter-btn:hover {
          background: none;
          color: #ff5500;
          }
        .sub-categori .left-area .filter-result-area .body-area .filter-btn:focus {
          outline: 0px; }
  .sub-categori .left-area .design-area {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 30px; }
    .sub-categori .left-area .design-area .header-area {
      text-align: center;
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      padding: 10px 0px 7px; }
      .sub-categori .left-area .design-area .header-area .title {
        font-size: 18px;
        font-weight: 400;
        display: inline-block; }
    .sub-categori .left-area .design-area .body-area {
      padding: 25px 30px 21px;
      display: block; }
      .sub-categori .left-area .design-area .body-area .filter-list li {
        margin-bottom: 6px; }
        .sub-categori .left-area .design-area .body-area .filter-list li .content .check-box .form-check {
          position: relative; }
        .sub-categori .left-area .design-area .body-area .filter-list li .content .check-box .form-check label {
          font-size: 14px;
          color: #2a2a2a;
          /* font-family: "Open Sans", sans-serif; */
          font-family: 'gotham_roundedbook';
          margin-left: 30px;
          cursor: pointer; }
        .sub-categori .left-area .design-area .body-area .filter-list li .content .check-box .form-check input {
          position: absolute;
          opacity: 0;
          cursor: pointer; }
        .sub-categori .left-area .design-area .body-area .filter-list li .content .check-box .form-check .checkmark {
          position: absolute;
          top: 4px;
          left: 0px;
          height: 15px;
          width: 15px;
          background-color: transparent;
          border: 1px solid rgba(0, 0, 0, 0.5);
          border-radius: 2px;
          -webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
          cursor: pointer; }
        .sub-categori .left-area .design-area .body-area .filter-list li .content .check-box .form-check input:checked ~ .checkmark {
          background-color: transparent; }
        .sub-categori .left-area .design-area .body-area .filter-list li .content .check-box .form-check .checkmark:after {
          content: "";
          position: absolute;
          display: none; }
        .sub-categori .left-area .design-area .body-area .filter-list li .content .check-box .form-check input:checked ~ .checkmark:after {
          display: block; }
        .sub-categori .left-area .design-area .body-area .filter-list li .content .check-box .form-check .checkmark:after {
          left: 4px;
          top: 0px;
          width: 5px;
          height: 10px;
          border: solid #242424;
          border-width: 0 2px 2px 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
  .sub-categori .left-area .tags-area {
    border: 1px solid #8A6AFF;
    margin-top: 30px; }
    .sub-categori .left-area .tags-area .header-area {
      text-align: center;
      display: block;
      border-bottom: 1px solid #8A6AFF;
      padding: 10px 0px 7px; }
      .sub-categori .left-area .tags-area .header-area .title {
        font-size: 18px;
        font-weight: 400;
        display: inline-block; }
    .sub-categori .left-area .tags-area .body-area {
      padding: 25px 25px 21px;
      display: block;
      }
      .sub-categori .left-area .tags-area .body-area .taglist li {
        display: inline-block; }
        .sub-categori .left-area .tags-area .body-area .taglist li a {
          display: inline-block;
          -webkit-box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.1);
          padding: 7px 17px;
          margin: 5px 3px;
          font-size: 13px;
          border-radius: 50px;
          text-transform: uppercase;
          color: #143250;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          }
          .sub-categori .left-area .tags-area .body-area .taglist li a:hover {
            background: #ff5500;
            color: #fff; }
  .sub-categori .left-area .all-categories-area {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 30px; }
    .sub-categori .left-area .all-categories-area .header-area {
      text-align: center;
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      padding: 10px 0px 7px; }
      .sub-categori .left-area .all-categories-area .header-area .title {
        font-size: 18px;
        font-weight: 400;
        display: inline-block; }
    .sub-categori .left-area .all-categories-area .body-area {
      padding: 25px 28px 21px;
      display: block; }
      .sub-categori .left-area .all-categories-area .body-area .accordion .card {
        padding: 7px 0px 0px;
        border-radius: 0px;
        border: 0px;
        border-top: 1px dashed rgba(0, 0, 0, 0.5); }
        .sub-categori .left-area .all-categories-area .body-area .accordion .card .card-header {
          padding: 0px;
          margin-bottom: 0;
          border-bottom: 0px;
          background: #fff;
          cursor: pointer; }
          .sub-categori .left-area .all-categories-area .body-area .accordion .card .card-header .button {
            font-size: 14px;
            font-weight: 600; }
            .sub-categori .left-area .all-categories-area .body-area .accordion .card .card-header .button i {
              font-weight: 600; }
        .sub-categori .left-area .all-categories-area .body-area .accordion .card .card-body {
          background: #fff;
          padding: 0px;
          padding-left: 20px;
          padding-bottom: 10px; }
          .sub-categori .left-area .all-categories-area .body-area .accordion .card .card-body a {
            font-size: 14px;
            font-weight: 600; }
            .sub-categori .left-area .all-categories-area .body-area .accordion .card .card-body a i {
              font-weight: 600; }
      .sub-categori .left-area .all-categories-area .body-area .cat-list li a {
        font-size: 14px;
        color: #143250;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .sub-categori .left-area .all-categories-area .body-area .cat-list li a i {
          font-weight: 600; }
  .sub-categori .left-area .service-center {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 30px; }
    .sub-categori .left-area .service-center .header-area {
      text-align: center;
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      padding: 10px 0px 7px; }
      .sub-categori .left-area .service-center .header-area .title {
        font-size: 18px;
        font-weight: 400;
        display: inline-block; }
    .sub-categori .left-area .service-center .body-area {
      padding: 25px 28px 21px;
      display: block; }
      .sub-categori .left-area .service-center .body-area .list li {
        font-size: 15px;
        line-height: 30px; }
        .sub-categori .left-area .service-center .body-area .list li a {
          color: #333333; }
        .sub-categori .left-area .service-center .body-area .list li i {
          font-size: 25px;
          color: #ff5500;
          margin-right: 7px; }
    .sub-categori .left-area .service-center .footer-area {
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      padding: 10px 28px 21px; }
      .sub-categori .left-area .service-center .footer-area .title {
        font-size: 14px;
        margin-bottom: 5px;
        text-align: center;
        }
      .sub-categori .left-area .service-center .footer-area .list li {
        display: inline-block;
        font-size: 14px;
        margin: 0px 4px; }
        .sub-categori .left-area .service-center .footer-area .list li a {
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .sub-categori .left-area .service-center .footer-area .list li a:hover {
            color: #ff5500; }
  .sub-categori .right-area .item-filter {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    margin-bottom: 3px;
    }
    .sub-categori .right-area .item-filter .filter-list {
      display: inline-block; }
      .sub-categori .right-area .item-filter .filter-list li {
        display: inline-block; }
        .sub-categori .right-area .item-filter .filter-list li p {
          display: inline-block;
          font-size: 16px;
          font-weight: 600; }
        .sub-categori .right-area .item-filter .filter-list li select {
          height: 30px;
          border: 1px solid rgba(0, 0, 0, 0.2);
          padding: 0px 15px; }
        .sub-categori .right-area .item-filter .filter-list li.viewitem-no-area {
          margin-right: -13px; }

  .sub-categori .right-area .pagination-area {
    margin-top: 30px; }


    
  .sub-categori .modal {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 999999; }



    .message-modal .modal .modal-dialog {
      position: fixed;
      bottom: 0;
      right: 0;
      width: 600px;
      margin: 0px;
      z-index: 999;
     }
      .message-modal .modal .modal-dialog .modal-header {
        background: #ff5500;
        padding: 12px 30px!important;
        text-align: right;
       }
        .message-modal .modal .modal-dialog .modal-header .modal-title {
          color: #fff;
          font-size: 18px;
          font-weight: 600;
          display: inline-block;
         }
    .message-modal .modal .contact-form {
      margin-top: 12px;
      padding: 10px 10px 10px; }
      .message-modal .modal .contact-form ul {
        padding-left: 0px;
        margin-bottom: 0px; }
        .message-modal .modal .contact-form ul li {
          list-style: none; }
          .message-modal .modal .contact-form ul li .input-field {
            margin-bottom: 20px!important;
            background: none!important;
            border-radius: 0px!important;
            border: 0px!important;
            font-size: 16px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1)!important;
          }
            .message-modal .modal .contact-form ul li .input-field:focus {
              border: 0px !important;
              border-bottom: 1px solid #ff5500 !important;
            }
            .message-modal .modal .contact-form ul li .input-field.textarea {
              margin-bottom: 35px!important;
             }
      .message-modal .modal .contact-form .submit-btn {
        width: 100%;
        height: 50px;
        background: #ff5500;
        color: #fff;
        font-size: 14px;
        line-height: 50px; 
        font-weight: 600;
        text-align: center;

        border: 0px; 
        border-radius: 5px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; 
      }
        .message-modal .modal .contact-form .submit-btn:hover {
          background: #333333; }
  .message-modal .modal-backdrop {
    background: none !important; }
    .message-modal  .modal-header .close {
      right: 27px;
      top: 26px;
      color: #000;
      border: 1px solid #fff;
      display: inline-block;
  }
  .message-modal  .modal-header .close span{
    color: #333;
  }
  .message-modal  .modal-header .close:hover span{
    color: #fff;
  }

  

.logo-header .search-box {
    border: 1px solid rgb(255 255 255 / 66%);
    background: #fff;
    display: flex;
    border-radius: 30px;
}

#crossSellModal .owl-carousel .owl-controls .owl-nav .owl-prev, #crossSellModal .owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
}

#crossSellModal .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 20px;
}

#crossSellModal .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 20px;
}


#crossSellModal .owl-carousel .owl-controls .owl-nav .owl-prev, #crossSellModal .owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #000;
  transition: .3s;
}

#crossSellModal .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 20px;
}

#crossSellModal .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 20px;
}

#crossSellModal .alert-success {
  padding-top: 15px;
  margin: 0px 15px;
}

#crossSellModal p.success-icon i {
  font-size: 50px;
  color: green;
}

#crossSellModal p.success-message {
  color: green;
  margin-bottom: 2px;
}

p.success-icon i {
  font-size: 70px;
  font-weight: 700;
}

p.success-icon {
  text-align: center;
}

p.success-message {
  text-align: center;
  text-transform: uppercase;
}

span.crosssell-btn {
  margin-bottom: 5px;
  background-color: #000;
  padding: 4px 21px;
  border-radius: 0px;
  border: 1px solid #000;
  color: #fff;
  font-size: 14px;
  transition: .3s;
  cursor: pointer;
}

span.crosssell-btn:hover {
  background-color: #fff;
  color: #fc8f26;
}

#crossSellModal .owl-carousel .owl-controls .owl-nav .owl-prev:hover, #crossSellModal .owl-carousel .owl-controls .owl-nav .owl-next:hover {background-color: #fff;color: #000;}

#crossSellModal .modal-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  margin-top: 12px;
  text-align: center;
  display: block;
  width: 100%;
}


.order-tracking-content .tracking-form{
  display: flex;
  margin-top: 100px;
  margin-bottom: 70px;
}
.order-tracking-content .tracking-form input{
  flex: 1;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 0px 20px;
  font-size: 14px;
}
.order-tracking-content .tracking-form .mybtn1{
  border: 1px solid #ff5500;
  margin-left: 30px;
}


.order-tracking-content .track-form{
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.order-tracking-content .track-form input{
  flex: 1;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  padding: 0px 20px;
  font-size: 14px;
  height: 50px;
}
.order-tracking-content .track-form .mybtn1{
  border: 1px solid #ff5500;
  margin-left: 20px;
  height: 50px;
}



.tracking-steps-area{
  margin-bottom: 100px;
  display: block;
}
.tracking-steps {
margin: 0;
padding: 0;
list-style: none;
display: block;
text-align: left;
}

.tracking-steps li {
width: 100%;
display: block;
text-align: left;
position: relative;
display: flex;
padding-bottom: 50px;
}
.tracking-steps li .icon{
  margin-right: 20px;
}
.tracking-steps li .content{
  flex: 1;
}

.tracking-steps li .icon {
height: 30px;
width: 30px;
text-align: center;
background: #efefef;
border-radius: 50%;
line-height: 30px;
font-size: 14px;
font-weight: 700;
color: #000000;
position: relative;
}

.tracking-steps li:after {
position: absolute;
content: "";
left: 15px;
top: 30px;
height: calc(100% - 30px);
width: 3px;
background: #efefef;
z-index: 0;
}

.tracking-steps li.done .icon{
color: transparent;
}
.tracking-steps li.done:after,
.tracking-steps li.active:after,
.tracking-steps li.active .icon{
color: #fff;
background: #ff5500;
}

.tracking-steps li:last-child{
padding-bottom: 0px;
}
.tracking-steps li:last-child::after{
  display: none;
}


.tracking-steps li.done .icon:before{
position: absolute;
content: "";
left: 11px;
top: 7px;
width: 8px;
height: 14px;
border: solid #fff;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.tracking-steps li .content .title{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 3px;
}
.tracking-steps li .content .date{
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}
.tracking-steps li .content .date b{
  font-weight: 600;
}
.tracking-steps li .content .details{
  font-size: 16px;
}


/* button css */
.item .item-cart-area span{
  display: inline-block;
  }
  .item .item-cart-area span:last-child{
  margin-top: 5px;
  }
  span.crosssell-btn {
  padding: 6px 21px;
  }


.item span.crosssell-btn{
    margin-right: 0px;
    margin-bottom: 0px;
}
.item .add-to-cart-btn {
    margin: 0px auto;
}

/* button css */
/*-----------------------------
** About Area Start
------------------------------*/
.about {
  padding: 60px 0px 60px; }
  .about .about-info .title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px; }
  .about .about-info p {
    font-size: 14px; }
  .about .about-info .readmore-link {
    text-align: center;
    margin-top: 22px; }




.blog-area .blog-box .blog-images .img img {
}

.blog-area .aside .slider-wrapper {
   background: #ffff;
   padding: 50px 60px 50px;
   height: 394px;
   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

/* Partners Area Start */
.partners{
  padding: 30px 0px 50px;
}

.partners .item{
  border: none !important;
}

.partners .section-top{
  text-align: center;
  width: 100%;
}
.partners .section-top .section-title{
 display: inline-block;
}
.partners .partner-slider .item a img{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.partners .partner-slider .item a:hover img{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}


/* Partners Area End */





    .nice-select .list li,
.nice-select .current
{
  text-align: left!important;
}



.top-header .left-content .list ul li .nice-select{
  float: unset;
  height: 20px;
  line-height: 20px;
  border-radius: 0px;
  padding: 0px 26px 0px 5px;
  background: no-repeat;
  border: 0px;
  color: #fff;
}
.top-header .left-content .list ul li .nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    display: block;
}

/*  Slider buttom Category Start */
.slider-buttom-category {
  padding-top: 40px;
  padding-bottom: 15px;
}
.slider-buttom-category .single-category{
  padding: 15px 10px 10px 10px;
  display: block;
  box-shadow: 4px 4px 10px 0px rgb(28 38 63 / 14%);
  position: relative;
  text-align: center;
  background: #ffffff;
  border: 1px solid #fff;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.slider-buttom-category .single-category:hover{
  border-color: #fc8f26;
}
.slider-buttom-category .single-category .right {
  max-width: 80px;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 10px;
}
.slider-buttom-category .single-category .right img{
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  display: inline-block;
}

.slider-buttom-category .single-category .left {
}

.slider-buttom-category .single-category .left .title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  height: 40px;
  margin-bottom: 0px;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.slider-buttom-category .single-category .left .count {
  font-size: 12px;
  font-weight: 600;
  color: #555;
  margin-bottom: 0px;
}
.slider-buttom-category .sc-common-padding{
  padding: 12px 12px!important;
}
.slider-buttom-category .single-category:hover .right img{
  transform: scale(1.2);
}

/*  Slider buttom Category End */




.hero-area-slider{
  position: relative;
}
.slide-progress {
  width: 0%;
  max-width: 100%;
  height: 6px;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}

.product-attributes .form-group .custom-control-label{
  font-size: 15px;
}
.product-attributes .form-group  .title{
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

#comment-area h3,
#replay-area h5
{
  font-size: 18px!important;
  font-weight: 600!important;
}
#comment-area h3 .btn.login-btn,
#replay-area h5 .btn.login-btn
{
  padding: 5px 15px!important;
}


/*PAGINATION DESIGN*/

.page-center ul.pagination li {
  width: 35px;
  height: 35px;
  background: #ff55001a;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 35px;
  margin: 0px 5px;
  transition: all .3s;
  display: inline-block;
  color: #000;
  cursor: pointer;
}

.page-center ul.pagination li a:hover {
  color: #000 !important;
}

.page-center ul.pagination {
  display: inline-block;
  margin: 0 auto;
}

.page-center ul.pagination li.active {
  background: #ff5500;
  color: #fff;
  cursor: no-drop;
}

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

/*PAGINATION DESIGN ENDS*/
.t-m-social-links a{
  font-size: 14px;
  color: #fff;
  margin: 0px 3px;
}
.l-h-right-area{
  text-align: right;
}
.logo-header .helpful-links {
  position: relative;
  display: inline-block;
}

.u-login-area{
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.u-login-area .links{
  position: relative;
}
.u-login-area .links .sign-in{
  padding-left: 0px;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
}
.u-login-area .sign-log{
  display: inline-block;
} 
.u-login-area .links .sign-in i{
  font-size: 14px;
}
.u-login-area .links i{
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

  .logo-header .helpful-links ul li {
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    }
    .logo-header .helpful-links ul li a{
      display: block;
    }
    .logo-header .helpful-links ul li[data-toggle="tooltip"],
    .logo-header .helpful-links ul li[data-toggle="tooltip"]
    {
      margin-top: 20px;
    }
  .logo-header .helpful-links ul li:nth-child(4) {
    margin-right: 0; }
    .logo-header .helpful-links ul li.my-dropdown .cart .icon {
      position: relative; }
      .logo-header .helpful-links ul li.my-dropdown .cart .icon i {
    font-size: 22px;
    color: #fff;
    background: none;
    height: auto;
    line-height: unset!important;
    }
      .logo-header .helpful-links ul li.my-dropdown .cart .icon span {
        width: 20px;
        height: 20px;
        background: #49D6FE;
        border-radius: 50px;
        display: inline-block;
        position: absolute;
        top: -8px;
        right: -8px;
        font-size: 12px;
        color: #fff;
        line-height: 20px;
        text-align: center;
        color: #fff; }
        .logo-header .helpful-links ul li.wishlist .wish{
          position: relative;
        }
      .logo-header .helpful-links ul li.wishlist .wish span {
        width: 20px;
        height: 20px;
        background: #49D6FE;
        border-radius: 50px;
        display: inline-block;
        position: absolute;
        top: -8px;
        right: -8px;
        font-size: 12px;
        color: #fff;
        line-height: 20px;
        text-align: center;
        color: #fff;
        }

       .logo-header .helpful-links ul li.compare .compare-product .icon{
          position:relative;}
      .logo-header .helpful-links ul li.compare .compare-product .icon span {
        width: 20px;
        height: 20px;
        background: #49D6FE;
        border-radius: 50px;
        display: inline-block;
        position: absolute;
        top: -8px;
        right: 0px;
        font-size: 12px;
        color: #fff;
        line-height: 20px;
        text-align: center;
        color: #fff; }
    .logo-header .helpful-links ul li.my-dropdown .cart p {
      font-size: 12px;
      line-height: 22px;
      color: #143250;
      margin-top: 4px;
      margin-bottom: 0px;
      color: #333;
      }
    .logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu {
      width: 300px;
      position: absolute;
      top: 100%;
      right: 0%;
      border: 0px;
      padding: 0px;
      border-radius: 0px;
      -webkit-box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.15);
      background: #fff;
      z-index: 10;
      display: none;
      }
      .logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu.show {
        display: block; }
      .logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper {
        padding: 20px 25px 20px;
        max-height: 400px;
        overflow-y: auto;
        }
        .logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-header {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          border-bottom: 1px solid rgba(0, 0, 0, 0.3);
          padding-bottom: 8px; }
          .logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-header .item-no {
            font-size: 13px;
            font-weight: 600;
            color: #143250; }
          .logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-header .view-cart {
            font-size: 12px;
            font-weight: 600;
            color: #143250; }
            .logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-header .view-cart:hover {
              text-decoration: underline; }
        .logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products {
          padding-left: 0px;
          margin-bottom: 0px;
          display: block;
          width: 100%; }
          .logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            list-style: none;
            border-bottom: 1px solid rgba(0, 0, 0, 0.3);
            padding: 15px 0px 15px;
            margin-right: 0px; }
            .logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-details {
              text-align: left;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-item-align: center;
              align-self: center; }
              .logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-details .content {
                -ms-flex-item-align: center;
                -ms-grid-row-align: center;
                align-self: center; }
                .logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-details .content .product-title {
                  font-size: 13px;
                  text-transform: capitalize;
                  margin-bottom: 0px;
                  font-weight: 600;
                  color: #143250; }
                .logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-details .content .cart-product-info {
                  font-size: 12px; }
            .logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-image-container {
              margin-bottom: 0px;
              position: relative;
              border: 1px solid rgba(0, 0, 0, 0.15); }
              .logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-image-container .cart-remove {
                position: absolute;
                top: -10px;
                right: -10px;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                background: #fff;
                -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);
                box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);
                z-index: 2;
                font-size: 12px;
                font-weight: 700;
                line-height: 20px;
                cursor: pointer; }
        .logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-total {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          padding-top: 5px; }
          .logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-total span {
            font-size: 14px;
            font-weight: 600; }
        .logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-action .mybtn1 {
          width: 100%;
          border-radius: 50px;
          text-align: center;
          margin-top: 10px;
          margin-bottom: 10px;
          font-size: 14px;
          border: 1px solid #ff5500;
        }
    .logo-header .helpful-links ul li .wish i {
      font-size: 22px;
      color: #fff;
      background: none;
      height: auto;
      line-height: unset!important;
      }
    .logo-header .helpful-links ul li .wish p {
      font-size: 12px;
      line-height: 22px;
      color: #143250;
      margin-top: 4px;
      margin-bottom: 0px;
      color: #333;
      }
    .logo-header .helpful-links ul li .sign-log i {
      font-size: 18px;
      color: #143250;
      width: 30px;
      height: 30px;
      background: #f3f3f3;
      border-radius: 50%;
      display: inline-block;
      text-align: center;
      line-height: 32px; }
    .logo-header .helpful-links ul li .sign-log .links a {
      font-size: 12px;
      line-height: 22px;
      color: #143250;
      margin-bottom: 0px;
      color: #fff; }
    .logo-header .helpful-links ul li .sign-log .links span {
      font-size: 12px;
      line-height: 22px;
      color: #fff; }

      .page-link {
        position: relative;
        display: block;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #007bff;
        background-color: #fff;
        border: 1px solid #dee2e6;
        
    }

  .page-item:first-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
   
}
.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
 
}

  .page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-radius: 5%;
}


      a.sell-btn {
        padding: 1px 12px;
        border-radius: 0px;
        font-weight: 600;
        margin-left: 15px;
    }

    @media (min-width: 992px){
      .helpful-links .helpful-links-inner li.my-dropdown:hover #cart-items {
         display: block;
       }
       .logo-header .logo {
          max-width: 160px;
          margin-top: -4px;
       }
     }
     .ui-slider-horizontal .ui-slider-range {
      top: 0;
      height: 100%;
  }

  .checkout-area .checkout-process li a.active::before{
    border-right: 0px solid #7B55FE !important;
    }




    .dataTables_wrapper .dataTables_paginate .paginate_button {
      padding: 0px;
      margin: 0px;
      border: 0px;
      background: none;
      font-size: 14px; }
      .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: none;
        border: 0px; }
      .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
        background: none;
        border: 0px;
        outline: 0px;
        -webkit-box-shadow: none;
        box-shadow: none; }
    

    

        .nice-select .list {
          max-height: 350px;
          overflow: auto;
      }


      .modal-title i{
        color: #fc8f26;
        margin-right: 10px;
      }



.vendor-banner {
  padding: 50px 0px 50px;
}
.vendor-banner .title{
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.vendor-banner  .sub-title{
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

figure.product-image-container a img {
  max-width: 70px;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-details .content{
  margin-right: 15px;
}
     
.fourzerofour .heading{
  margin-top: 30px;
}
.order-box .packeging-area{
  text-align: left;
}
.order-box .packeging-area .title{
  text-align: left;
}
.radio-design label {
  left: auto;
  right: 35px;
}
.order-box .title,
.single-wish .right
{
  text-align: right;
}
.single-wish{

}

.single-wish .left {
  margin-right: 0px !important;
  margin-left: 20px;
}
.u-login-area .profile .text{
  color: #fff;
  position: relative;
  top: -3px;
}
.u-login-area .profilearea.my-dropdown{
  position: relative;
}

.u-login-area .profilearea.my-dropdown .my-dropdown-menu{
  position: absolute;
  top: 100%;
  right: 0px;
  min-width: 200px;
  background: #fff;
  z-index: 99;
  text-align: left;
  padding: 15px 20px;
  border-radius: 7px;
  visibility: hidden;
  box-shadow: 2px 4px 15px 0px rgba(0, 0, 0, 0.1);
}
.u-login-area .profilearea.my-dropdown:hover .my-dropdown-menu{
  visibility: visible;
}
.u-login-area .profilearea.my-dropdown .my-dropdown-menu ul li a{
  color: #222;
  font-size: 14px;
  line-height: 25px;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.u-login-area .profilearea.my-dropdown .my-dropdown-menu ul li a:hover{
  color: #ff5500;
}
.u-login-area .profile .text .fa-user{
  font-size: 22px;
}

.u-login-area .profilearea.my-dropdown .my-dropdown-menu ul li a{
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; 
}


.filter-result-area .title,
.tags-area .title {
  color:#7F5CFE;
}


.product-name {
  color:#7B55FE;
}


.product-details-page .right-area .product-info .product-price .price {
  color: #A4A4A4 !important;
}

/*  */
.wishlist, .compare, .track-btn, .review-section,
#wish-btn, .add-to-compare, .favorite, .quick-view, .report-area,
.packeging-area {
  display: none !important;
}

.top-header .content .right-content .list li {
  opacity: 0;
}

.ui-tabs-tab.ui-tab:nth-of-type(2),
.ui-tabs-tab.ui-tab:nth-of-type(3),
.ui-tabs-tab.ui-tab:nth-of-type(5) {
  display:none !important;
}

.footer .footer-widget ul li a:hover,
.info-link-widget .link-list li a:hover i {
  color: #fff !important;
}
.mybtn1:disabled{
  opacity: 0.5;
}
.text-underline{
  text-decoration: underline;
}


  /* Small only */
@media screen and (max-width: 39.9375em) {
  .custom-btn-search-result {
    font-size: 8px;    
  }
}


/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

  .custom-btn-search-result {
    font-size: 8px;    
  }

  .item .info .name {
    height: 70px;
  }


}
