/* Base */
body {
  background-color: #FAFBFC;
  line-height: 1.7;
  color: #4d4d4d;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Roboto Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="search"]:hover,
input[type="search"]:focus{
  outline:0px !important;
  -webkit-box-shadow: none;
  box-shadow: none;}
button,button:focus{
  outline:0px !important;
}
     

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

.site-wrap:before {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.offcanvas-menu .site-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden; }
  .offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }

.text-gray-100 {
  color: #f8f9fa !important; }

.text-gray-200 {
  color: #e9ecef !important; }

.text-gray-300 {
  color: #dee2e6 !important; }

.text-gray-400 {
  color: #ced4da !important; }

.text-gray-500 {
  color: #adb5bd !important; }

.text-gray-600 {
  color: #6c757d !important; }

.text-gray-700 {
  color: #495057 !important; }

.text-gray-800 {
  color: #343a40 !important; }

.text-gray-900 {
  color: #212529 !important; }


.contact_us{
  color: #bfdbf4 !important;
}

/* Navbar */
.site-navbar-top .site-logo {
  font-size: 2rem; }

.site-navbar-wrap {
  position: relative;
  z-index: 99;
  width: 100%; }
  .site-navbar-wrap a {
    color: #000; }
  .site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem; 
    background: #373f50 !important;
  border-bottom: .13rem solid #fe696a;}

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
  border-bottom: none;
  box-shadow: 0 4px 12px 0 rgba(0,0,0,.05); }
  .site-navbar .site-logo {
    font-weight: 200; }
    .site-navbar .site-logo a {
      font-weight: 200;
      color: #000; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0; }
    .site-navbar .site-navigation .site-menu .active > a {
      color: #000; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 0px; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 10px 10px;
        letter-spacing: .05em;
        color: #000;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #000; }
      .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
        border-left: 1px solid #edf0f5;
        border-right: 1px solid #edf0f5;
        border-bottom: 1px solid #edf0f5;
        padding: 10px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #000 !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 5px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              color: #7cbd1e; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            color: #7cbd1e; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
       color: #000; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1;
          z-index: 999; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #25262a; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #7cbd1e; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #7cbd1e; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }

.unit-4 {
  padding: 0;
  margin: 0;
  list-style: none; }
  .unit-4 li {
    display: inline-block;
    margin-right: 30px; }
    .unit-4 li:last-child {
      margin-right: 0; }

.unit-4 ul li a:hover{
  color: #000;
}
.mobile_menu_symbol{
  color: #000;
}
.site_title, .menu_option{
  display: none;
}
@media (max-width: 992px){

  .site_title,.menu_option{
    display: block;
  }
  .site_title{
    position: relative;
    top: -25px;
  }
  .info-center{
    text-align: center !important;
  }
}

/*slider*/
.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
/*advertisement*/
.background_fourth{
  background-image: -webkit-linear-gradient(right, #f9f9ff, #dee8ff);
  background-image: -o-linear-gradient(right, #f9f9ff, #dee8ff);
  background-image: linear-gradient(to left, #f9f9ff, #dee8ff);
}
.ptitle_hr{
      background: #000;
      height: 1px;
      position: relative;
      top: 0px;
      width: 300px;
      z-index: 1;
}
.p_title{
      width: 200px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      background: #FAFBFC;
      text-transform: uppercase;
      margin-top: -34px;
      position: relative;
      z-index: 2;
      font-size: 20px;
}

/*product*/
.product__container {
  position: relative;
  text-align: center;
  margin: 10px 0;
}

/* Common style */
.product__container .promo-inner {
  position: relative;
  /*float: left;*/
  overflow: hidden;
  min-height: 350px;
  max-height: 460px;
  background: #fff;
  /*box-shadow: 5px 5px 20px 0 rgba(8,25,43,.1);*/
  text-align: center;
  cursor: pointer;
}
.product__container .promo-inner img {
  min-height: 400px;
  max-height: 400px;
  overflow: hidden;
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 1;
  object-fit: cover;
}
.product__container .promo-inner .caption {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.product__container .promo-inner .caption::before,
.product__container .promo-inner .caption::after {
  pointer-events: none;
}

.product__container .promo-inner .caption,
.product__container .promo-inner .caption > a {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  text-shadow: black -1px 2px 5px;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.product__container .promo-inner .caption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.product__container .promo-inner h3 {
  font-weight: 300;
  font-size: 18px !important;
}
.product__container .promo-inner h4 {
  font-weight: 300;
  font-size: 14px !important;
}
.product__container.product_promo .promo-inner h3, .product__container.product_promo .promo-inner h4 {
    color: #ffbd36;
}

.product__container .promo-inner h3,
.product__container .promo-inner h4,
.product__container .promo-inner p {
  letter-spacing: 1px;
}
.promo-inner {
  background: transparent;
}

.promo-inner img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.promo-inner h3, .promo-inner h4 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.promo-inner p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.promo-inner:hover h3, .promo-inner:hover h4 {
  opacity: 1;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  color: #000 !important;
  font-weight: 700;
  text-shadow: none;
}

.promo-inner:hover .caption::before,
.promo-inner:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  color: #000 !important;
  text-shadow: none;
}

.product__container: hover {
  border:1px solid #fdfdfd;
   border-radius: 24px;
    background-color: #fff;
    transition: box-shadow .1s ease-in-out;
  /*background: #222;*/
}

.promo-inner:hover img {
  opacity: 0.5;
}

.product__container img { 
  width: 100%;
  height: auto;
}
/*Our clients*/
/*start*/

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*end*/

/*end*/
/*doin info*/
.container-box-info{
  text-align: center;
}
.container-box-info p{
  font-size: 14px;
  color: #a0a4a8 !important;
}
.doing_info h3{
  font-size: 25px;
}
.container-box-info h4{
color: #000;
font-size: 14px;
}
/*end*/


/*EMPTY CSS*/
.empty_cart {
  width: 100%;
  height: 400px;
  text-align: center;
}
.empty_cart img{
  animation: emptycart 3s linear infinite;
  width: 100px;
  /*display: block;*/
  position: relative;
  top: 150px;
  /*margin-right: auto;*/
  /*margin-left: auto;*/
}
@keyframes emptycart {
      0%{ transform: scale(.75);}
      20%{ transform: scale(1);}
      /*40%{ transform: scale(.75);}
      60%{ transform: scale(1);}*/
      80%{ transform: scale(.75);}
      100%{ transform: scale(1);}
      
    }
.link_btn {
  position: relative;
  top: -145px;
  text-align: center;
  width: 100%;
  left: 15px;
}
.link_btn a{
  color: #000;
padding: 8px;
border-radius: 18px;
font-size: 14px;
border: 1px solid #dbdbdb;
}
/*END CSS*/
/*######################################################
#                                                       #
#           SIGNUP/SINGIN CSS                           # 
#                                                       #
########################################################*/

.form-control{
   border-radius: 0px !important;
}
.form-box{
        background: #fff;
        width: 100%;
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
      }
      .form-box h3{
        color:#535766;
      }
      
      .form-box .input-pointer label{
        color:#535766;
        cursor:pointer;
      }
      .form-box .using-social-network,.or{
        color:#94969F;
      }
      .social-login a:hover{
        color:#fff;
      }
      .facebook-login-text,.facebook-icon{
        color:#3C589C
      }
      .google-login-text,.google-icon{
        color: #DF4B3B;
      }
      .facebook-icon,.google-icon{
        font-size: 40px;
        line-height: 0.1;
        cursor: pointer;
      } 
      .your-gender-label,.your-gender-label{
        margin-bottom: 0px !important;
      }
      form input[type="text"]:hover,input[type="text"]:focus,input[type="password"]:hover,input[type="password"]:focus{
        /*border:1px solid #FF3D6B;*/
        outline:0px !important;
        -webkit-box-shadow: none;
        box-shadow: none;
       }
       form .btn-custom-outline{
        border:1px solid #ced4da;
        background: #FFF;
         border-radius: 0px !important;
      }
      form .btn-custom-outline:hover{
        /*background:  #ff3d6b;*/
        color: #373f50;
        transition: all .5s; 
      }
      form .btn-custom-outline:focus{
        outline:0px !important;
        -webkit-box-shadow: none;
        box-shadow: none;
      }
     .bottom-container a{
        text-decoration: none;
     }
     .bottom-container a:hover{
        color: #616d79;
     }
/*END SIGNUP* *END SININ*/


/*######################################################
#                                                      #
#         CART, ORDER-SUMMARY & PAYMENT  CSS           # 
#                                                      #
########################################################*/


    .cart-container{
      width: 100%;
      padding-left: 10px;
      padding-right: 10px;
      /*border:1px solid green;*/
    }
    .cart-wrap{
      max-width: 868px;
      min-height: 600px;
      margin:50px auto;
      padding:12px 0;
      /*border: 2px solid green;*/
    }
    .cart-area{
      line-height: 10px;
    }
    .cart-process-step{
      width: 32.3333%;
      display: inline-block;
      position: relative;
      border-bottom: 5px solid #c5c5c5;
      color: #c5c5c5;
      text-transform:capitalize;
      font-weight: 600;
    }
    .cart-step-title{
      padding-bottom:4px
      
    }
    
    .cart-step-title {
      
      font-size: 14px;
    }
    .cart-step-active {
      border-color: #FF3D6B;
      text-transform: uppercase;
      color: #071b24;
    }
    /*.cart-step-title .step-cart{
      color: #071b24;
    }*/

    .address-alert{
      font-size: 16px;
      font-weight: 600;
      text-align: center;
      padding: 22px;
      color: #ff005c;
      text-transform: capitalize;
    }

/*CART*/

     /*.cart-step-title .step-1{
      text-transform: uppercase;
      color: #071b24;
    }*/
    .cart-items, .checkout{
      width: 100%;
      background: #fff;
      -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
      padding: 0px 4px 0px 4px;
      border-radius: 2px;
      margin-bottom: 16px;

    }
    .items{
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      padding: 0 8px 16px;
      padding-top: 0px;
      margin: 0;
      font-size: 12px;
    }
    .cart-items img{
      max-height: 200px;
    }
    .cart-btn-manage a{
      padding: 8px 10px 8px 10px;
      background:#e8e8e8;
      color:#FF0606;
    }
    .cart-btn-manage a:hover{
      color: #FF0606;
    }
    .cart-btn-action a{
      padding: 8px 10px 8px 10px;
      background:#e8e8e8;
    }
    .cart-btn-action a:hover{
      color: #000;
    }
    a.checkout-btn{
      background-color: #7971ea;
      color: #fff !important;
      font-weight: 600;
      border-radius: 0 !important;
    }
    a.checkout-btn:hover{
      background-color: #1A0568;
    }
    .empty-cart{
      line-height: 19 !important;
      color:#FF3D6B !important;
    }

/*END CART*/

/*ORDER-SUMMARY*/


    /*.cart-step-title .step-summary{
      color: #071b24;
    }
     .cart-step-title .step-2{
      text-transform: uppercase;
      color: #071b24;
    }*/
    .cusotmer-addresses, .checkout{
      width: 100%;
      background: #fff;
      -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
      border-radius: 2px;
      margin-bottom: 16px;

    }
    .address-space{
      margin-bottom: .75rem;
    }
    .address{
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      padding: 20px 0px 8px 20px;
      line-height: 1;
    }
    .address input[type="radio"]{
      
      margin-top: 3px;
    }
    .address span{
      color: #282c3f;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 700;
      padding: 16px 0px 0px 16px;
      margin-top: -16px;
      position: absolute;
    }
    .address-inside-details{
      color: #7e7e7e;
      text-transform: capitalize;
      font-size: 12px;
      font-weight: 500;
      line-height: 1.7;
      padding: 0px 0px 0px 30px;
      margin: 0;
      position: relative;

    }
    .select-address{
      font-size: 16px;
      text-transform: uppercase;
      margin-bottom: 8px;
      color: #000;
    }
    .table-responsive table{
      line-height: 2;
    }
    table thead th{
      color: #282c3f;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: 600;

    }
    table tfoot tr{
      text-transform: uppercase;
      font-size: 11px;
      font-weight: 600;
      border:1px solid red;

    }
    table tbody{
      font-size: 11px;
      font-weight: 500;
    }

    button.proceed-payment, button.place-payment{
      background-color: #7971ea;
      color: #fff !important;
      font-weight: 600;
      border-radius: 0 !important;
    }
    button.proceed-payment:hover, button.place-payment:hover{
      background-color: #1A0568;
    }

/*PAYMENT*/

    /*.cart-step-title .step-payment{
      color: #071b24;
    }
     .cart-step-title .step-3{
      text-transform: uppercase;
      color: #071b24;
    }*/


    .base-color{
      color: #A9A9A9;
      font-weight: 600;
    }
    .green-color{
      color: #1aab2a;
      font-weight: 600;
      font-size: 10px;
    }
    .payment-method-adjustment{
      float: right !important;
      position: relative !important;
      margin: -15px 15px 0 0 !important;
    }


/*END PAYMENT*/

/*SINGLE PRODUCT*/
.product-view{
  background: #fff;
  margin-top: -15px;
}
.product-imgs-container{
          text-align: center;
          background: #fff;
        }
        .img-box{
          /*border: 1px solid #e5e5e5;*/
          height: 400px;

        }
        #mycontainer{
      /*background-color:  aquamarine;
      margin: 10px;
      height: 300px;*/
  
}
.thumb-imgs{
  width: 100px;
  margin-bottom: 8px;
  z-index: 1;
  position: relative;
  /*border: 2px solid #e0e0e0;*/
}
@media (max-width: 768px){
  .product-imgs-container img{
    width: 250px !important;
  }
}

        .product-other-imgs{
          background: #ededed;
          text-align: center;
        }
        .product-other-imgs img{
          height: 150px;
        }
        .user_review_str{
          font-size: 18px;
        }
        
        .user_review_str span {
          color: gold;
        }
        .bulk_discount_sell p{
          font-size: 16px;
        }
        .bulk_discount{
          display: flex;
          width: 100%;
          background-color: #1A0568;
        }
        .bulk_discount p{
          color: #fff;
          text-align: center;
          margin-top: 15px;
        }
        .sizes{
          width: 100%;
          display: flex;
          /*justify-content: space-between;*/
        }
        .label_input_size{
          flex-basis: : 15%;
          text-align: center;
          font-weight: 500;
        }
        .label_input_size label{
          width: 100%;
          margin-bottom: 1px;
          font-size: 14px;
          font-weight: 600;

        }
        .label_input_size input[type="number"]{
          width: 50px;
          padding: 8px 0 8px 8px;
        }
        .enterested_in_embroidery {
          margin-top: 30px;
          background-color: #FAFBFC;
          padding: 18px;
          font-size: 14px;
          border: 1px solid #f1f1f1;
        }
        .enterested_in_embroidery .custom-control-label{
          font-weight: 600;
        }
        .attachment{
          display: flex;
          justify-content: flex-end;
        }
        .enterested_in_embroidery .col-6{
          flex: 1;
          position: relative;
          top: 10px;
          left: -13px;
        }
        .enterested_in_embroidery .col-6 select{
          font-size: 12px;
        }
        .attachment_notice{
          position: relative;
          left: -13px;
          top: 20px;
          
        }
        #hide_me{
          display: none;
        }
        .attachment_notice p{
          font-size: 12px !important;
          font-weight: 500;
          line-height: .9rem;
        }

         .button-container .btn{
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            background: #7971ea;
            color: #fff;
            text-align: center;
        }
        .button-container .add_cart{
          width: 125px;
          height: 35px;
          border-radius: 17px;
        } 
        .button-container .add_cart:hover{
          background: #1A0568;
          transition: all .3s ease-in-out;
        }
        .button-container .heart:hover{
          background: #1A0568;
          transition: all .3s ease-in;
          color: red;
        }
        .button-container .btn.wishlist{
         
        }
        ul.product-flex{
          list-style-type: none;
          /*margin-left: -39px;*/
        }
        ul.product-flex li.product-item{
          display: inline-block;
          /*width: 210px !important;*/
           /*text-align: center;*/
          margin: 25px 25px 25px 25px;
          box-shadow: rgb(242, 228, 231) 0px 0px 2px 0px;
        }
        ul.product-flex li.product-item:hover, li.product-item .product-info:hover{
          background: #fff;
          box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.05);
          transition: all .5s ease-in;
        }

        ul.product-flex li.product-item, ul.product-flex li.product-item img{
        /*width: 100%;*/
        border-radius: 0px;
        }
        li.product-item .mprice{
          text-decoration: line-through;
        }
        li.product-item .product-info{
          padding: .4rem;
          padding-left: .5rem;
          background-color: #fff;
        }
        li.product-item .product-info p{
          margin-bottom: .10rem;
        }
        li.product-item .product-info .sp-text{
          font-weight: 600;
        }
        li.product-item .product-info .discount-percent{
          color: #f70b0b;
          padding-left: .1rem;
          font-size: 12px;
          font-weight: 100;
        }
        li.product-item .product-info h6{
            margin-bottom: .25rem;
        }

    .add-to-cart-wishlist{
      width: 100%;
      display: none;
      /*border:1px solid green;*/
      height: 55px;
      z-index: 1000;
      position: absolute;
      background:#fff;
      margin-top: -56px;
      margin-left:-8px;
      padding-left: 12px;
    }
    .add-to-cart-wishlist a{
      background: #fff;
      border: 1px solid #dededd;
      padding: 8px;
      font-size: 12px;
      text-decoration:none;
      border-radius: 2px;
    }
    .add-to-cart-wishlist .add-to-bag {
      background-color: #ff3d6b;
      color: #fff;
      border-color:#ff3d6b;
    }
    .add-to-cart-wishlist .wishlist {
      color: #000;
    }
    .add-to-cart-wishlist p{
      margin-top:5px !important;
    }

/*END*/

/*END CART, ORDER-SUMMARY & PAYMENT  CSS */

/*######################################################
#                                                       #
#           FOOTER CSS                                  # 
#                                                       #
########################################################*/



        .footer-row{
          margin-left: 0;
          margin-right: 0;
        }
        .page-footer{
          background: #373f50;
        }
        .page-footer h5{
          line-height: 0.1rem;
        }
        .footer-header-hr{
          background-color: #d94f02;
          width: 60px;
          display: inline-block;
          /*position: absolute;*/
        }
        .page-footer ul{
          margin-top: -2px;
        }
        .page-footer ul > li a{
          color: #e9ecef;
          font-weight: 100;
          text-decoration: none;
        }
        .page-footer ul > li a:hover{
          color: #d94f02;
          font-weight: 200;
          transition: all .5s ease-out;
        }
        .facebook-color{
          color: #3C589C;
          font-size: 36px;
        }
        .google-color{
          color: #DF4B3B;
          font-size: 36px;
        }
        .youtube-color{
          color: #f70b0b;
          font-size: 36px;
        }
        .instragram-color{
          color: #8b8b8b;
          font-size: 36px;
        }
        .social-adj{
          margin: 0 5px 5px 0;
        }
        a.social-adj:hover{
          color: transparent;
        }
        .play-store img{
          width: 148px;
          height: 50px;
          margin:0 0 8px 0;
        }
        .payment-method img{
          margin:0 0 8px 0;
        }
        .e-sewa{
          width: 70px;
          height: 30px;
        }
        .vdc{

          width: 88px;
          height: 30px;
        }
        .cod{
          width: 40px;
          height: 30px;
        }
/*END FOOTER*/

.blog-item {
  height: 400px;
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
}
.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.blog-item .bi-text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.blog-item .bi-text .b-tag {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #fe696a;
  padding: 3px 10px;
  border-radius: 2px;
}
.blog-item .bi-text h4 {
  margin-top: 18px;
  margin-bottom: 18px;
}