
/*-------------------------------------------------
General CSS 
---------------------------------------------------*/
 body {
     background: #ffffff;
     font-family: 'Jost', sans-serif;
     font-size: 18px;
     font-weight: 400;
     line-height: 30px;
     color: #555555;
     overflow-x: hidden;
}

/* Custom Container */
/*@media (min-width: 1366px) {
    .container {
        max-width: 1280px;
    }
}*/

/* Common CSS */
 h1, h2, h3, h4, h5, h6 {
   font-family: 'Jost', sans-serif;
   color: #222222;
   line-height: 1.2;
   font-weight: 700;
   padding: 0;
   margin: 0;
   margin-bottom: 10px;
   text-transform: uppercase;
}
p {
     margin: 0;
     padding: 0;
}
a {
     margin: 0;
     padding: 0;
     text-decoration: none;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 a:focus, a:hover {
     text-decoration: none;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 ul {
     margin: 0;
     padding: 0;
}
 ul li {
     list-style-type: none;
     margin: 0;
     padding: 0;
}
 img {
     max-width: 100%;
     height: auto;
}
/* Form CSS */
 .form-control {
     height: 45px;
     margin-bottom: 30px;
     box-shadow: none;
     border: 1px solid #e4e4e4;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     border-radius: 0px;
     -moz-border-radius: 0px;
     -webkit-border-radius: 0px;
}
 .form-control:focus {
     border-color: #999999;
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
}

 ::-webkit-input-placeholder {
     color: #999999 !important;
}
 ::-moz-placeholder {
     color: #999999 !important;
}
 ::-o-placeholder {
     color: #999999 !important;
}
 :-ms-input-placeholder {
     color: #999999 !important;
}
 input:-moz-placeholder {
     color: #999999 !important;
}

/* Background Over Layer CSS */
 .over-layer-black {
     position: relative;
}
 .over-layer-black:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 0;
     background-color: rgba(34, 34, 34, 0.8);
}
 .over-layer-white {
     position: relative;
}
 .over-layer-white:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 0;
     background-color: rgba(255, 255, 255, 0.8);
}




/* Theme btn CSS */
 .theme-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0px) translateZ(0);
  transform: perspective(0px) translateZ(0);
  position: relative;
  border: none;
  text-transform: uppercase;
  padding: 12px 25px 12px;
  border-radius: 100px;
  color: #ffffff;
  font-weight: 500;
  background: #227eff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.theme-btn:hover {
  color: #ffffff;
  background: #227eff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0,21,118,0.2);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0,21,118,0.2);
  box-shadow: 0px 10px 20px 0px rgba(0,21,118,0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
 .theme-btn i {
  margin-right: 5px;
 }




/* back-to-top CSS */
 #back-to-top {
    position: fixed;
    bottom: 100%;
    right: 15px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    background: #227eff;
}

 #back-to-top.show {
    opacity: 1;
    bottom: 15px;
    transition: 1s ease-out;
}




/* Pagination CSS */
 .my-pagination {
     text-align: center;
     display: flex;
     justify-content: center;
}
 .my-pagination {
     margin-top: 20px;
}
 .my-pagination .page-link {
     color: #227eff;
     margin: 0 10px;
     padding: 8px 15px;
     border: 1px solid #227eff;
     border-radius: 7px;
}
 .my-pagination .page-link:hover,
 .my-pagination .page-link.active {
    background: #227eff;
    border-color: #227eff;
    color: #ffffff;
 }
 .my-pagination .page-item.active .page-link {
     background: #227eff;
     border-color: #227eff;
     color: #ffffff;
}
.pb-120 {
  padding-bottom: 120px !important;
}


/* Title CSS */
 .my-title {
     position: relative;
     margin-top: -5px;
     margin-bottom: 55px;
}
 .my-title h2 {
     font-weight: 700;
     color: #1b1a17;
     font-size: 40px;
     line-height: 46px;
     margin-bottom: 10px;
}
 .my-title h2 span {
     color: #000000;
 }
 .my-title img {
     width: 100px;
     margin: 0 auto;
     margin-bottom: 20px;
}
.title-bdr {
  position: relative;
  height: 5px;
  border-radius: 30px;
  background-color: #227eff;
  width: 80px;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 18px;
  overflow: hidden;
}
.title-bdr:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1.1px;
  height: 7px;
  width: 8px;
  background-color: #ffffff;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    -webkit-transform: translateX(120px);
    transform: translateX(120px)
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    -webkit-transform: translateX(120px);
    transform: translateX(120px)
  }
}


/*------------------------------------------------ 
 Header CSS 
--------------------------------------------------*/
.header-area {
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Header Top CSS */
 .header-top-row {
     background: #f5f5f5;
     padding: 10px 0 10px;
     overflow: hidden;
}
.header-top-col {
  text-align: left;
}
 .header-top-col ul {
  text-align: right;
 }
 .header-top-col ul li {
     display: inline-block;
     margin-left: 30px;
     position: relative;
}
 .header-top-col ul li i {
     margin-right: 5px;
     position: relative;
     top: 2px;
     color: #999999;
}
 .login-btn {
     background: #227eff;
     color: #ffffff;
     border-radius: 0;
     height: 100%;
     padding: 12px 30px;
     position: relative;
     height: 45px;
     text-transform: capitalize;
}
 .login-btn:hover {
     background: #227eff;
     color: #333333;
 }

.my-form-popup {

}
.my-form-popup .nav-link {
    padding: 15px 45px;
    color: #333333;
}
.my-form-popup .nav-link:hover {
    color: #333333;
}
.my-form-popup .nav-pills .nav-link.active, 
.my-form-popup .nav-pills .show>.nav-link {
    background-color: #272626;
}
.my-form-popup .nav-pills .nav-link.active:hover {
    color: #ffffff;
}
.form-col {
    margin-top: 30px;
}
.form-col .form-control {
    margin-bottom: 10px;
    min-height: 50px;
}
.forgot {
    color: #999999;
    text-transform: capitalize;
    font-weight: bold;
    float: right;
}
.forgot:hover {
    color: #000000;
}
.my-form-popup .popup-btn {
    min-width: 200px;
    color: #000000;
    padding: 13px 15px;
    color: #ffffff;
    background-color: #000000;
    border: none;
    text-transform: capitalize;
}
.popup-btn:hover {
    color: #333333;
    background-color: #227eff;
}

/* Header Nav CSS Start */
.header-menubar {
     padding: 20px 0;
}
.stellarnav {
     width: 100%;
     padding-right: 140px;
     display: inline-block;
     position: relative;
 }
 .stellarnav ul {
     text-align: right;
     display: block;
}
.stellarnav li a {
    text-transform: capitalize;
}
.stellarnav li.has-sub>a:after {
    display: none;
}
.stellarnav.desktop li.has-sub a,
.stellarnav>ul>li>a {
  color: #333333;
  padding: 20px 20px;
  text-transform: capitalize;
}
.stellarnav.desktop>ul>li.mega>ul>li>a {
  color: #333333;
  text-align: left;
}
.stellarnav.desktop li.has-sub i {
    font-size: 14px;
    color: #999999;
}
.stellarnav.light {
     background: transparent;
}
 .stellarnav.light ul ul {
     border-top: 3px solid #227EFF;
     background: #f5f5f5;
     box-shadow: 0 12px 12px rgba(0,0,0,0.1);
}
.stellarnav ul li ul li a{
  text-align: left;
    border-bottom: 1px solid #dddddd;
}
.stellarnav ul li ul li a:hover {
    background: #227EFF;
    color: #ffffff !important;
}
.stellarnav.desktop>ul>li.mega>ul {
    max-width: 80% !important;
    overflow: hidden;
}
.stellarnav.desktop>ul>li.mega>ul>li {
    padding-bottom: 0;
}

.header-logo {
  position: absolute;
  left: 0;
  top: -8px;
  z-index: 0;
  max-width: 208px;
}



/* Navbar Right Side Element*/
.menu-right-side {
    position: absolute;
    right: 0;
    top: 45%;
    z-index: 0;
    transform: translateY(-50%);
}
.menu-right-side ul li {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    bottom: -5px;
}
.menu-right-side ul li a {
    padding: 0;
}
.menu-right-side ul li a i {
  font-size: 20px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown .cart-items {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 0;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  box-shadow: 0 8px 10px rgba(0,0,0,0.2);
}


/* NavBar Fixed CSS */
.fixed-header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999999;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0,21,118,0.15);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0,21,118,0.15);
  box-shadow: 0px 10px 20px 0px rgba(0,21,118,0.15);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fixed-header .phone-and-email ul li i {
  background-color: #555555;
}


.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  padding: 0 10px;
  margin-top: -35px;
}
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: #f1f1f1;
}
.overlay-content .input-group {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.overlay-content .form-control {
     background: #ffffff;
     min-height: 70px;
     font-size: 24px;
}
.overlay-content .form-control .input-group-text {
     background: #227eff;
     border: none;
}
.overlay-content .input-group-prepend .btn {
     min-height: 68px;
     width: 160px;
     border: none;
     border-radius: 0;
     font-size: 30px;
     color: #333333;
     background: #227eff;
     padding: 0;
}
.overlay-content .input-group-prepend .btn i {
  line-height: 68px;
  color: #ffffff;
}







/*------------------------------------------------ 
Banner CSS
--------------------------------------------------*/
.banner-area {
  overflow: hidden;
  position: relative;
  padding: 50px 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: -150px;
  z-index: 0;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-color: #EAF2FF;
}
.banner-area .row {
  align-items: center;
}
.banner-col {
  position: relative;
  z-index: 1;
}
.banner-col h1 {
  font-size: 55px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.banner-col h1 span {
  color: #ff3b17;
}
.banner-col p {
  width: 100%;
  max-width: 430px;
  font-weight: 500;
  padding-left: 15px;
  border-left: 5px solid #227eff;
  margin-bottom: 40px;
}
.banner-col .theme-btn {
  padding: 16px 40px;
}



/*------------------------------------------------ 
 Category CSS
--------------------------------------------------*/
.category-area {
     padding: 120px 0 90px;
}
.category-col {
  border-radius: 10px;
     margin-bottom: 30px;
     position: relative;
     overflow: hidden;
}
.category-col .category-title {
     position: absolute;
     left: 20px;
     bottom: 20px;
     z-index: 4;
}
.category-col .category-img {
     position: relative;
}
.category-col .category-img img {
     width: 100%;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
.category-col:hover .category-img img {
     -ms-transform: scale(1.2);
     transform: scale(1.2);
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
.category-col:hover .category-img:before {
     height: 100%;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
.category-col .category-title h4 {
  font-weight: 400;
  background-color: #227EFF;
  padding: 3px 8px;
  border-radius: 5px;
}
.category-col .category-title h4 a {
  color: #ffffff;
  text-transform: capitalize;
}
.category-col .category-title .category-link {
  color: #ffffff;
  background-color: #ff3b17;
  padding: 3px 8px;
  border-radius: 5px;
}
.category-col .category-title .category-link i {
  color: #ffffff;
}









/*------------------------------------------------ 
 Product CSS
--------------------------------------------------*/
 .product-area {
  padding: 0 0 120px;
  position: relative;
  z-index: 0;
 }
 .my-bdr {
  width: 100%;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 50px;
  margin-top: 20px;
 }
.product-tab-col .nav-pills .nav-link {
  font-weight: 500;
  color: #1b1a17;
  border-radius: 0;
}
.product-tab-col .nav-pills .nav-link.active {
  color: #ffffff;
  position: relative;
}
.product-tab-col .nav-pills .nav-link.active:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  z-index: 0;
  transform: translateX(-50%);
  border-top: 12px solid #0D6EFD;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.lb-data .lb-number {
  display: none !important;
}

.product-area .bg-title h2 {
     left: auto;
     right: 0;
     transform: translateX(0);
 }
 .product-box  {
  background-color: #ffffff;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.4s ease-out;
    margin-bottom: 30px;
}
.product-box .product-image{
    overflow: hidden;
    position: relative;
}
.product-box .product-image a.image{ display: block; }
.product-box .product-image img{
    width: 100%;
    height: auto;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
.product-box:hover .product-image img {
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
.product-box .product-off-label,
.product-box .product-sale-label{
    color: #ffffff;
    background: #227EFF;
    font-size: 12px;
    line-height: 20px;
    text-transform: capitalize;
    text-align: center;
    width: 80px;
    height: 20px;
    padding: 0 0 0 10px;
    position: absolute;
    top: 10px;
    right: -2px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 20% 50%, 0 0);
}
.product-box .product-sale-label{
     width: 80px;
     color: #ffffff;
    background: #FF3B17;
    right: 0;
    top: 40px;
}
.product-box .product-sale-label.sale{ right: -11px; }
.product-box .product-links{
    font-size: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
}
.product-box .product-links li{
    background-color: rgba(255,59,23,0.8);
    width: 50px;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.product-box .product-links li:last-child {
     height: 40px;
     position: relative;
     bottom: -5px;
}
.product-box .product-links li:last-child i {
     font-size: 22px;
}
.product-box .product-links li:first-child{
    background-color: rgba(0,0,0,0.8);
    width: calc(100%);
}
.product-box:hover .product-links li{ opacity: 1; }
.product-box .product-links li a{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 41px;
    height: 40px;
    display: block;
    transition: all 0.3s ease 0s;
}
.product-box .product-links li:first-child a{
    color: #ffffff;
    background: transparent;
    transform: translateY(20px);
}
.product-box:hover .product-links li:first-child a{ transform: translateY(0); }
.product-box .product-links li:first-child a:hover{
    color: #ffffff;
}
.product-box .product-links li a:hover{ color: #000; }
.product-box .product-content{
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
    text-align: right;
    padding: 15px 15px 10px 15px;
    position: relative;
}
.product-box .product-like-icon{
    color: #ffffff;
    background: #227eff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    box-shadow: 3px 5px 22px -7px rgba(1, 1, 1, 0.25);
    position: absolute;
    top: 14px;
    left: 10px;
    transition: all 0.3s ease 0s;
}
.product-box .product-like-icon:hover{
    color: #ffffff;
    background: #FF3B17;
}
.product-box .product-title{
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0;
}
.product-box .product-title a{
  text-transform: capitalize;
    color: #333333;
    transition: all 0.3s ease 0s;
}
.product-box .product-title a:hover{
    color: #333333;
}
.product-box .product-price{
    color: #FF3B17;
    font-weight: 500;
}
.product-box .product-price span{
    color: #FF3B17;
    margin: 0 5px 0 0;
    display: inline-block;
}

.lb-data .lb-caption {
     font-size: 16px;
     font-weight: normal;
}
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  display: none !important; 
}



/* Product Sidebar CSS */
.product-sidebar-col {
    margin-bottom: 30px;
}
.mb-60 {
    margin-bottom: 60px;
}
.product-categories-box {
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    overflow: hidden;
}
.sidebra-title {
  font-size: 22px;
    background: #F5F5F5;
    line-height: 1.3;
    padding: 10px 20px;
    margin-bottom: 0;
}
.product-categories-content {
    padding: 20px 20px;
}
.product-categories-content ul li {
    padding: 8px 0;
    padding-left: 20px;
    position: relative;
    text-transform: capitalize;
}
.product-categories-content ul li:before {
    content: "\e649";
    font-family: 'themify';
    position: absolute;
    top: 7px;
    left: 0;
    color: #999999;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-categories-content ul li a {
    color: #333333;
}
.product-categories-content ul li:hover a {
    padding-left: 5px;
    color: #333333;
    text-decoration: underline;
}
.product-categories-content ul li a span {
    float: right;
}

.product-price-box {
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    overflow: hidden;
}
.product-price-content {
    padding: 25px 20px 20px 20px;
}
.product-price-content .theme-btn {
    margin-top: 15px;
    padding: 9px 15px 15px;
    min-width: 130px;
    height: 45px;
}
.btn-primary.focus, 
.btn-primary:focus {
    color: #333333;
    background-color: #FEFF00;
    border-color: #FEFF00;
}

.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#slider-range {
    margin-bottom: 20px;
}
.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
/* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #000000;
}

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #000000;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #227EFF;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}


.product-size-box {
    background: #ffffff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 5%);
    border-radius: 5px;
    overflow: hidden;
}
.product-size-content {
    padding: 20px 20px 20px 20px;
}
.product-size-content .form-check {
    margin-bottom: 12px;
    text-transform: capitalize;
}
input[type="checkbox"] {
      background: #000000;
      border: #7f83a2 1px solid;
   }




/* Product details CSS */
.product-detais-area {
    padding: 100px 0 70px;
}
.product-detais-col {
  padding-left: 50px;
    margin-bottom: 30px;
}
.mySlides {
  display: none;
  background: #F2F3F5;
}
.mySlides img {
    width: 100% !important;
}
.cursor {
  cursor: pointer;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.numbertext {
  color: #333333;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  float: left;
  width: 25%;
}
.demo {
  opacity: 0.5;
}
.active,
.demo:hover {
  opacity: 1;
}
.riview-stars {
    margin-bottom: 10px;
}
.riview-stars ul li {
    display: inline-block;
}
.riview-stars ul li:last-child {
    margin-left: 5px;
}
.riview-stars ul li a {
    color: #333333;
}
.riview-stars ul li a i {
    color: #FFB600;
}
.riview-stars ul li a:hover {
    color: #333333;
}
.product-detais-col h4 {
    color: #111111;
}
.product-detais-col h4 del {
    font-size: 16px;
    color: #888888;
}
.order-product-info {
    margin-top: 30px;
}
.order-product-info ul li {
    display: block;
    margin-bottom: 10px;
}
.order-product-info ul li p {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}
.order-product-info ul li:last-child p {
    float: none;
    display: block;
}
.form-check {
    display: inline-block;
    margin-right: 10px;
}
.color-label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.color-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #000000;
  border-radius: 50%;
}
.color-label:nth-child(3) .checkmark {
    background: #F71900;
}
.color-label:nth-child(4) .checkmark {
    background: #FFB600;
}
.color-label:nth-child(5) .checkmark {
    background: #00B300;
}
.color-label input:checked ~ .checkmark {
  
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.color-label input:checked ~ .checkmark:after {
  display: block;
}
.color-label .checkmark:after {
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #ffffff;
}
.product-quantity {
    margin-top: 0;
    max-width: 360px;
    position: relative;
}
.product-quantity input {
    max-width: 70px;
    height: 38px;
    text-align: center;
    font-size: 20px;
    color: #333333;
    margin-bottom: 0;
}
.product-quantity .input-group-append .btn, 
.product-quantity .input-group-prepend .btn {
    width: 40px;
    background: #000000;
    border-radius: 0;
}
.product-quantity .theme-btn {
    margin-top: 20px;
}
.share-product {
    margin-top: 40px;
}
.share-product p {
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 5px;
}
.share-product ul li {
    display: inline-block;
    margin-right: 10px;
}
.share-product ul li i {
    color: #333333;
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #999999;
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.share-product ul li i:hover {
    border-color: #227EFF;
    background: #227EFF;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* Product All Info */
.product-all-info-area {
    padding: 120px 0;
    position: relative;
    background-color: #F6F9FE;
}
.product-all-info-col {
  position: relative;
  z-index: 1;
}
.product-all-info-col nav {
    margin-bottom: 20px;
}
.product-all-info-col .nav-pills .nav-link.active, 
.product-all-info-col .nav-pills .show>.nav-link {
    background: #227EFF;
    color: #ffffff;
    border-color: #227EFF;
    text-transform: capitalize;
}
.product-all-info-col .nav-pills .nav-link {
    text-transform: capitalize;
    color: #333333;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    margin-right: 30px;
    font-weight: 500;
}
.product-all-info-col ul {
    margin: 0 0 20px;
}
.product-all-info-col .tab-pane-list li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 5px;
    font-weight: 500;
}
.product-all-info-col .tab-pane-list li:before {
    content: "\e628";
    font-family: 'themify';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.product-all-info-col .img-thumbnail {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.reviews-col h5 {
    margin-bottom: 0;
}
.reviews-col h5 span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #888888;
}
.reviews-col ul {
    margin: 0;
    margin-bottom: 10px;
}
.reviews-col ul li {
    display: inline-block;
    color: #FFB600;
    padding-left: 0;
    margin: 0;
}
.reviews-col ul li:before {
    display: none;
}
.review-form-col {
    border: 1px solid #dddddd;
    padding: 30px 30px;
}
.review-form-col h4 {
    background: #F5F5F5;
    padding: 8px 15px;
    margin-bottom: 20px;
}
.review-form-col h5 {
}
.review-form-col ul {
    margin: 0;
    margin-bottom: 20px;
}
.review-form-col ul li {
    display: inline-block;
}
.review-form-col ul li a i {
    color: #FFB600;
}
.review-form-col .form-group {
    margin-bottom: 30px;
}
.review-form-col .form-group .form-control {
    margin: 0;
}
.review-form-col .theme-btn {
    margin-top: 5px;
}
.pb-70 {
    padding-bottom: 70px;
}





/*------------------------------------------------ 
 Big Sale CSS
--------------------------------------------------*/
.big-sale-area {
  padding: 120px 0;
}
#countdown {
  text-align: center;
  margin-bottom: 50px;
  direction: ltr; 
}
.timeTo.timeTo-black div {
  color: #227EFF;
  background-color: #EAF2FF;
  border: 2px solid #ffffff;
}
.big-sale-area .theme-btn {
  position: relative;
}
.big-sale-area .owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  margin: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 52px;
  border-radius: 50%;
  font-size: 25px;
  background-color: #ffffff;
  color: #FF3B17;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.15);
}
.big-sale-area .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.big-sale-area .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.pt-120 {
  padding-top: 120px;
}



/*------------------------------------------------ 
 Promotion CSS
--------------------------------------------------*/
.promotion-area {
     overflow: hidden;
     background-size: cover;
     background-position: top center;
     background-repeat: no-repeat;
     position: relative;
}
.promotion-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34,126,255,0.4);
}
#particles-js {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.promotion-col {
     position: relative;
     min-height: 700px;
}
.promotion-box {
     position: absolute;
     right: 0;
     top: 50%;
     z-index: 1;
     transform: translateY(-50%);
     min-width: 700px;
     padding: 80px 60px;
     border-radius: 10px;
     background: rgb(34,126,255);
background: -moz-radial-gradient(circle, rgba(34,126,255,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-radial-gradient(circle, rgba(34,126,255,1) 0%, rgba(0,0,0,1) 100%);
background: radial-gradient(circle, rgba(34,126,255,1) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#227eff",endColorstr="#000000",GradientType=1);
}
.promotion-box h3 {
     font-size: 36px;
     line-height: 1.2;
     color: #ffffff;
     margin-bottom: 0;
}
.promotion-box h2 {
     font-size: 60px;
     font-weight: 700;
     line-height: 1.2;
     color: #ffffff;
     margin-bottom: 50px;
}
.promotion-box h2 span {
     color: #FF3B17;
}
.promotion-box .theme-btn {
     border-color: #227eff;
     min-height: 65px;
     padding: 0 60px 0;
     line-height: 65px;
}
.promotion-box .theme-btn:hover {
     color: #333333;
     border-color: #227eff;
}




/*------------------------------------------------ 
 Testimonial CSS
--------------------------------------------------*/
.testimonial-area {
  padding: 120px 0;
  background-color: #F6F9FE;
}
.testimonial-item {
  position: relative;
}
.top-text {
  position: relative;
  background-color: #227EFF;
  border-bottom: 1px solid;
  padding: 30px 30px 65px;
  margin: 0 0 0;
  border-radius: 10px;
  border: none;
  text-align: left;
}
.top-text {
  text-align: left;
}
.top-text i {
  font-size: 100px;
  color: #FF3B17;
  position: absolute;
  top: 30px;
  left: 30px;
  font-weight: bold;
  opacity: 0.2;
}
.top-text p {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.testimonial-name {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  padding-left: 30px;
  text-align: left;
}
.testimonial-name img {
  width: 100px !important;
  height: 100px !important;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.15);
}
.testimonial-name h4 {
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 15px;
}
.testimonial-area .owl-theme .owl-nav [class*=owl-] {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 48px;
  padding: 0;
  font-size: 22px;
  margin: 0 20px;
  margin-top: 30px;
  background-color: #ffffff;
  color: #FF3B17;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.15);
}

.testimonial-two-area {
  background-color: #ffffff;
}
.testimonial-two-area .testimonial-item {
  margin-bottom: 30px;
}





/*------------------------------------------------ 
 Blog CSS
--------------------------------------------------*/
.blog-area {
     padding: 120px 0 90px;
}
.blog-col {
  border-radius: 5px;
  overflow: hidden;
     margin-bottom: 30px;
}
.blog-img {
    position: relative;
    overflow: hidden;
}
.blog-img a {
  display: block;
}
.blog-col:hover .blog-img:before {
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-img img {
     width: 100%;
    position: relative;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-col:hover .blog-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-img span {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 0;
  background: #227EFF;
  padding: 2px 10px 0;
  display: inline-block;
  border-radius: 20px;
  color: #ffffff;
}
.blog-col-content {
     padding: 20px 30px 20px 30px;
    background: #F6F9FE;
}
.blog-col-content ul li {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #dddddd;
  position: relative;
  padding-left: 25px;
}
.blog-col-content ul li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.blog-col-content ul li i {
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 0;
}
.blog-col-content ul li a {
  color: #555555;
}
.blog-col-content h4 {
  text-transform: capitalize;
  font-size: 22px;
  margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}
.blog-col-content h4 a {
     color: #333333;
}
.blog-col-content span {
    display: block;
    margin-bottom: 10px;
    color: #888888;
}
.blog-col-content span a {
     color: #888888;
}
.blog-col-content span a:hover {
     color: #333333;
}
.blog-col-content p a {
    color: #000000;
}


/* Blog Details Start */
.bolg-details-area {
  padding: 120px 0;
}
.big-img img {
  width: 100%;
}
.bolg-details-col {
  
}
.bolg-details-col .blog-info-bar {
  background: #f5f5f5;
  margin-top: 20px; 
  margin-bottom: 15px;
  padding: 10px 20px;
}
.bolg-details-col h4 a:hover {
    color: #333333;
}
.bolg-details-col .blog-info-bar ul li {
    display: inline-block;
    margin-right: 15px;
    text-transform: capitalize;
}
.bolg-details-col .blog-info-bar ul li i {
    margin-right: 5px;
    color: #888888;
}
.bolg-details-col .blog-info-bar ul li a {
    color: #333333;
}
.heighlight-box {
  background: #f5f5f5;
  padding: 30px 30px 30px 170px;
  margin: 50px 0 20px 0;
  position: relative;
}
.heighlight-box i {
  color: #dddddd;
  font-size: 120px;
  position: absolute;
  left: 30px;
  top: -50px;
  z-index: 0;
}
.heighlight-box p {
  font-style: italic;
}
.tag-bar {
  padding: 15px 20px;
  border-radius: 5px;
  background: #f5f5f5;
  margin-top: 30px;
  margin-bottom: 30px;
}
.tag-bar-col ul li {
  display: inline-block;
}
.tag-bar-col ul li i {
  color: #227EFF;
  font-size: 24px;
  margin-right: 5px;
  position: relative;
  bottom: -2px;
}
.tag-bar-col ul li a {
  color: #444444;
  position: relative;
}
.tag-bar-col ul li a i {
  color: #333333;
  font-size: 16px;
  position: relative;
  bottom: 0;
  margin-left: 8px;
}
.share-icons {
  text-align: right;
}
.comments-box h4 {
  margin-bottom: 30px;
}
.comments-box-item {
  position: relative;
  padding-left: 120px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  min-height: 100px;
  border-bottom: 1px solid #dddddd;
}
.comments-box-item img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #999999;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.25);
}
.comments-box-item p strong {
  font-weight: bold;
}
.comments-box-item p a {
  float: left;
}
.comments-box-item p a i {
  font-size: 30px;
  color: #227EFF;
}
.comments-box-item span {
  color: #868585;
  font-size: 12px;
  font-style: italic;
}
.middle-comment {
  margin-left: 100px;
}
.comment-form-box {
  padding: 30px 30px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin-top: 30px;
}
.comment-form-box form .form-control {
  background: #F5F5F5;
  resize: none;
  height: 50px;
  border-radius: 5px;
}
.comment-form-box form textarea.form-control {
  height: 100%;
  min-height: 120px;
}

.bolg-item-box {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #dddddd;
}
.bolg-item-box h4 a {
    color: #1b1a17;
}



/*------------------------------------------------ 
 Features CSS
--------------------------------------------------*/
.feature-area {
  background-color: #ffffff;
  padding: 50px 0 20px;
}
.feature-col {
  position: relative;
  padding-left: 70px;
  margin-bottom: 30px;
}
.feature-col i {
  font-size: 50px;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 0;
  color: #227EFF;
}
.feature-col h4 {
  margin-bottom: 0;
  text-transform: capitalize;
}
.feature-two-area {
  background-color: #F6F9FE;
}



/*------------------------------------------------ 
 Page title CSS
--------------------------------------------------*/
.page-title-area {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: rgb(34,126,255);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-title-area .abstract-1 {
     left: 34%;
     top: 45%;
}
.page-title-area .abstract-6 {
     right: 14%;
     top: 35%;
}
.page-title-col {
     text-align: center;
     position: relative;
     z-index: 1;
}
.page-title-col h2 {
  text-transform: uppercase;
     font-size: 50px;
     line-height: 1.3;
     color: #227EFF;
     text-align: center;
     font-weight: bold;
}
.page-title-col ul li {
     display: inline-block;
     color: #333333;
}
.page-title-col ul li a {
     color: #333333;
     font-weight: 600;
}
.page-title-col ul li a:hover {
     color: #FF3B17;
}



/*------------------------------------------------ 
 About CSS
--------------------------------------------------*/
.about-area {
  padding: 120px 0 90px;
  overflow: hidden;
}
.about-area .row {
  align-items: center;
}
.about-col {
  margin-bottom: 30px;
}
.about-col h2 {
  font-size: 40px;
}
.about-col h2 span {
  color: #FF3B17;
}
.about-col h5 {
  color: #818181;
}
.about-col p {
  margin-bottom: 10px;
}
.about-img {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #dddddd;
  margin-right: 30px;
}
.about-img img {
  width: 100%;
}




/*------------------------------------------------ 
 FAQ CSS
--------------------------------------------------*/
.faq-area {
    padding: 120px 0 90px;
    overflow: hidden;
}
.faq-col {
    margin-bottom: 30px;
}
.faq-col .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.faq-col .accordion-item {
    border: none;
    background-color: transparent;
}
.faq-col .accordion-button {
    background-color: #227EFF;
    border-radius: 500px !important;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
}
.faq-col .accordion-button::after {
    background-image: none;
    content: "\e64b";
    font-family: themify;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 0;
    transform: translateY(-50%);
}
.faq-col .accordion-button:not(.collapsed):after {
    content: "\e648";
}
.faq-col .accordion-body {
    padding-top: 0;
}
.faq-img {
    padding-right: 25px;
    margin-left: 30px;
}
.faq-img img {
    border-radius: 20px;
}
.pb-120 {
  padding-bottom: 120px;
}



/*------------------------------------------------ 
 Contact CSS
--------------------------------------------------*/
.contact-area {
  padding: 120px 0 90px;
}
.contact-area .contact-info-col {
    margin-bottom: 30px;
}
.contact-area h4 {
  margin-bottom: 40px;
  text-align: center;
}
.contact-area .contact-info-col ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-area .contact-info-col ul li {
  width: 48.5%;
  min-height: 200px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  padding: 40px 20px 20px;
  border: 1px solid #dddddd;
  border-radius: 10px;
}
.contact-area .contact-info-col ul li i {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #227EFF;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.contact-area .contact-form-col {
    padding: 30px;
    border: 1px solid #dddddd;
    border-radius: 10px;
    margin-bottom: 30px;
}
.contact-area .contact-form-col .form-control {
    background: #f5f5f5;
    color: #444444;
    min-height: 50px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.contact-area .contact-form-col textarea.form-control {
  min-height: 150px;
}




/*------------------------------------------------ 
 Footer CSS
--------------------------------------------------*/
.footer-area {
     padding: 100px 0 70px;  
     position: relative;
     overflow: hidden;
     background-color: #227EFF;
     background-size: cover;
     background-position: top center;
     background-repeat: no-repeat; 
}
.footer-area .bg-title h2 {
     font-size: 450px;
     top: 50%;
     transform: translate(-50%, -50%);
     color: #ffffff;
     z-index: 0;
     opacity: 0.03;
}
.footer-col {
     margin-bottom: 30px;
}
.footer-col.right-space {
  margin-left: 30px;
}
.footer-col h4 {
  font-weight: 500;
     color: #ffffff;
     margin-top: -5px;
     margin-bottom: 40px;
     position: relative;
}
.footer-col h4:before {
     content: "";
     position: absolute;
     left: 0;
     bottom: -10px;
     width: 80px;
     height: 1px;
     background: #ffffff; 
}
.footer-contact ul li {
     margin-bottom: 10px;
     color: #eeeeee;
}
.footer-contact ul li i {
     margin-right: 20px;
}
.contact-list li {
  position: relative;
  text-align: left;
  padding-left: 35px;
}
.contact-list li i {
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 0;
}
.footer-contact .footer-social li {
     margin: 0;
     display: inline-block;
}
.footer-contact .footer-social li i {
     font-size: 24px;
     color: #eeeeee;
     -webkit-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
.footer-contact .footer-social li i:hover {
     color: #ffffff;
     -webkit-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
.footer-links ul li {
     margin-bottom: 10px;
}
.footer-links ul li a {
     color: #eeeeee;
     padding: 8px 0;
     position: relative;
     z-index: 1;
     text-transform: capitalize;
}
.footer-links ul li a:hover {
     color: #ffffff;
     padding-right: 10px;
}
.footer-links ul li a:hover:before {
     width: 100%;
     -webkit-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
.footer-subscribe .theme-btn:before {
     /*background: #000000;*/
}
.shop-location {

}
.shop-location #map iframe {
  width: 100%;
  height: 220px;
  border-radius: 10px;
}

.theme-copyright {
     text-align: center;
     padding: 20px 15px 17px;
     background: #428cf5;
}
.theme-copyright p {
     color: #ffffff;  
}






/*------------------------------------------------ 
            Responsive CSS
--------------------------------------------------*/

@media only screen and (max-width:1920px) {
  
}

@media only screen and (max-width:1680px) {
  
}

@media only screen and (max-width:1600px) {
  
}

@media only screen and (max-width:1440px) {
  
}

@media only screen and (max-width:1400px) {
  .banner-col h1 {
    font-size: 46px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width:1366px) {
  
}


@media only screen and (max-width:1199px) {
  .header-logo {
    left: auto;
  }
  .stellarnav {
    
  }
  .stellarnav>ul>li i {
    display: none;
  }
  
}

@media only screen and (max-width:1024px) {
  
}

@media only screen and (max-width:991px) {
  
  /* Header Nav CSS Start */
  .header-area {
    z-index: 1;
  }
  .nav-search-col ul {
    text-align: right;
  }
  .stellarnav.mobile.right>ul {
    max-width: 100%;
  }
  .stellarnav .menu-toggle {
    padding: 0;
    margin-top: 0;
  }
  .nav-search-col ul {
    margin: 30px 0;
  }
  .fixed-header .nav-search-col ul {
    margin: 20px 0;
  }
  .stellarnav>ul>li.menu-item-has-children>a:before {
    display: none;
  }
  .stellarnav > ul > li > a {
    color: #333333 !important;
  }
  .stellarnav.light .menu-toggle span.bars span {
    background-color: #000000;
  }
  .stellarnav .menu-toggle span.bars span {
    width: 25px;
    height: 3px;
    margin: 0 0 5px;
  }
  .stellarnav>ul>li:last-child a {
    padding-left: 15px; 
  }
  .fixed-header .stellarnav>ul>li>a {
    color: #000000 !important;
  } 
  /* Header Nav CSS End */
  
  .stellarnav {
    overflow: visible !important;
  }
  .stellarnav.light {
    text-align: right;
    position: relative;
  }
  .menu-right-side {
    z-index: 999;
    right: 0;
  }
  .menu-right-side ul {
    display: block !important;
  }
  .menu-right-side ul li a{
    border: none !important;
  }


  .banner-col {
    margin-bottom: 30px;
    text-align: center;
  }
  .banner-col p {
    max-width: 100%;
    padding-left: 0;
    border: none;
  }
  .banner-area {
    padding-top: 100px;
  }
  .product-area .nav {
    justify-content: flex-start !important;
  }
  .product-area .my-title {
    margin-bottom: 20px !important;
  }
  .promotion-col {
    min-height: 620px;
  }
  .timeTo span {
    display: none;
  }
  #countdown figure {
    width: 150px !important;
  }
  .timeTo.timeTo-black div {
    margin-right: 0 !important;
  }
  .timeTo figcaption {
    padding-right: 0 !important;
  }
  .footer-col.right-space {
    margin-left: 0;
  }
  .product-detais-col {
    padding-left: 0;
    margin-top: 30px;
  }
  
}

@media only screen and (max-width:767px) {
  .promotion-area {
    padding: 120px 0;
  }
  .promotion-box {
    position: relative;
    top: auto;
    transform: translateY(0);
    min-width: auto;
    width: 100%;
    max-width: 100%;
    padding: 30px;
  }
  .promotion-col {
    min-height: auto;
  }
  .promotion-box h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .promotion-box h3 {
    font-size: 28px;
  }
  .heighlight-box i {
    top: 0;
  }
  .heighlight-box {
    padding: 30px 30px;
  }
  .heighlight-box p {
    position: relative;
    z-index: 1;
  }
  .share-icons {
    text-align: left;
    margin-top: 10px;
  }
  .comments-box-item img {
    width: 80px;
    height: 80px;
  }
  .comments-box-item {
    padding-left: 90px;
  }
  .middle-comment {
    margin-left: 50px;
  }

}

@media only screen and (max-width:600px) {
  
}

@media only screen and (max-width:575px) {
  .banner-col h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .product-tab-col .nav-pills .nav-link {
    font-size: 16px;
    font-weight: normal;
  }
  .overlay-content .input-group-prepend .btn {
    width: 70px;
  }
  .my-title h2 {
    font-size: 32px;
    line-height: 1.2;
  }
  .page-title-col h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width:480px) {
  .header-logo {
    width: 100px;
    top: 0;
  }
  .menu-right-side ul li {
    margin-left: 12px;
  }
  .stellarnav {
    padding-right: 100px;
  }
  .comments-box-item {
    padding-left: 0;
  }
  .comments-box-item img {
    position: relative;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width:420px) {
  .contact-area .contact-info-col ul li {
    width: 100%;
  }
}

@media only screen and (max-width:375px) {
  .banner-col h1 {
    font-size: 30px;
    line-height: 40px;
  }

}

@media only screen and (max-width:320px) {

}



