/*------------------------------------------------------------------

Project:        Bigmarket E-Commerce Bootsrap Responsive Template
Version:        1.1
Last change:    27/03/2020
Created by:     Lionode

-----------------------------------------------------------------------------------


=====  INDEX OF STYLES =====


01 ===== BASIC  =====
  01. Common CSS

02 ===== HEADER =====
  2.1 Nav Top
  2.2 Header
  2.3 Header Cart
  2.4 Search
  2.5 Logo
  2.6 Menu
      2.6.1 Main Menu
      2.6.2 Sub Menu
      2.6.3 Mega Menu
      2.6.4 Mobile Menu
  2.2 breadcrumb

03===== Contant =======
  3.1 Banner
  3.1.1 Subbanner
  3.2.0 service
  3.2  Product
  3.2.1 category
  3.3  Product detail page
  3.4  Checkout
  3.5  Blog
  3.6  login-register
  3.7  Team
  3.8  Brand
  3.9  About
  3.10 Testimonial
  3.11 Owl-nav
  3.12 Newsletter
  3.13 Contact
  3.14 My Cart

04====== Footer ========






*/
/*----------------------------------------*/
/*  01. Common CSS
/*----------------------------------------*/
/*-- Google Font --*/

@font-face {
  font-family: "CenturyGothic";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/CenturyGothic.ttf") format("truetype")
}


/*text selection color*/
::selection {
  background-color: #e03333;
  color: white;
}

::-webkit-selection {
  background-color: #e03333;
  color: white;
}

::-o-selection {
  background-color: #e03333;
  color: white;
}

::-moz-selection {
  background-color: #e03333;
  color: white;
}

::-ms-selection {
  background-color: #e03333;
  color: white;
}

.loder {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #f2f2f2 url(../images/spinner.gif) center no-repeat;
}

/*-----------------------------------------
     Common Style
-----------------------------------------*/
*,
*::after,
*::before {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

select option {

    font-family: "CenturyGothic" !important;
}

body {
  background-color:#f6f6f7;
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  visibility: visible;
  color: #000000;
  position: relative;
  letter-spacing: 0.050em;

    font-family: "CenturyGothic";
}

.form-control{color: #000000;font-size:14px;}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #202020;
 
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 30px;
  line-height: 36px;
}

h2 {
  font-size: 24px;
  line-height: 30px;
}

h3 {
  font-size: 20px;
  line-height: 26px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
}

h5 {
  font-size: 14px;
  line-height: 18px;
}

h6 {
  font-size: 12px;
  line-height: 14px;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a,
button,
img,
input,
span {
  transition: all 0.3s ease 0s;
}

img {
  max-width: 100%;
}

.header_img_final {
    max-width: 189px;
}

a.navbar-brand {
  height: auto;margin: 14px 0;
}

.control-label {
  font-weight: 500;
  margin: 0;
  float: left;
}

label {
  font-weight: 400;
  margin: 0;
}

.checkbox label,
.radio label {
  font-weight: normal;
}

.list-group-item {
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  overflow: hidden;
  padding: 0px;
}

#column-left .list-group a,
#column-right .list-group a {
  border: none;
  border-radius: 0;
  margin: 3px 0 10px;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
}

select {
  text-indent: 1px;
  text-overflow: '';
  cursor: pointer;
}

.form-control:hover,
.form-control:focus {
  box-shadow: none;
}

input {
  padding: 4px 10px;
}

textarea {
  min-height: 140px;
}

*:focus {
  outline: none !important;
}

/*
a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}
*/

a:hover,
a.active {
  text-decoration: none;
  color: #13293b;
}

button,
input[type="submit"] {
  cursor: pointer;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.overflow-brand {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;

}

#header{
    position: sticky;
    top: 0;
    z-index: 999;
}

/*-----------------------------------------
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden !important;
}

.hidden {
  display: none !important;
}

.clear,
.clearfix {
  clear: both !important;
}

.no-user-select {
  user-select: none !important;
}

.text-underline {
  text-decoration: underline;
}

.section {
  /*float: left;*/
  width: 100% !important;
}

.no-border {
  border: none !important;
}

.section:after {
  clear: both !important;
}

.theme-color {
  color: #015294 !important;
}

.fw-normal {
  font-weight: normal !important;
}

.width100 {
  width: 100% !important;
}

.color-white {
  color: white !important;
}

.disabled {
  user-select: none;
  opacity: .5;
  pointer-events: none;
  cursor: default;
}

.radius-0 {
  border-radius: 0 !important;
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 96%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .container {
    max-width: 1186px;
    max-width: 96%;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
/*        max-width: 98% !important;*/
  }

  /*.search{
    margin-top: 10px;
    margin-left: 15px;
    width: 40%;
    display: block !important;
  }*/


}

@media only screen and (max-width: 479px) {
  .container {
    max-width: 100%;
  }

  /*.product-nature.veg-nonveg.first {
    margin-top: -14px;
}
.product-nature.eaten.first {
    margin-top: -15px;
}*/
}

.bold {
  font-weight: 500;
}

.semi-bold {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.light {
  font-weight: 300;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}

.gutters-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutters-10>.col,
.gutters-10>[class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
  margin: 0;
}

/*-- Container Fluid --*/
.container-fluid {
  padding: 0 150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .container-fluid {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container-fluid {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .container-fluid {
    padding: 0 15px;
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .container-fluid {
    padding: 0 15px;
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .footer-section .container-fluid {
    padding: 0 15px;
    width: 1200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section .container-fluid {
    padding: 0 15px;
    width: 960px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-section .container-fluid {
    padding: 0 15px;
    width: 750px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-section .container-fluid {
    padding: 0 15px;
    width: 450px;
  }
}

@media only screen and (max-width: 479px) {
  .footer-section .container-fluid {
    padding: 0 15px;
    width: 320px;
  }
}

.p-10 {
  padding: 10px;
}

.bb-0 {
  border-bottom: 0px !important;
}

.mt-0 {
  margin-top: 0px;
}

.block {
  display: block !important;
}

.error {
  color: red;
  padding-top: 2px;
}

.bold {
  font-weight: bold !important;
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-5 {
  margin-top: 5px !important;
}

@media only screen and (max-width: 767px) {
  .mt-sm-5 {
    margin-top: 5px;
  }

  .mt-sm-10 {
    margin-top: 10px;
  }

  .mt-sm-15 {
    margin-top: 15px;
  }

  .mt-sm-20 {
    margin-top: 20px;
  }

  .mt-sm-25 {
    margin-top: 25px;
  }

  .mt-sm-30 {
    margin-top: 30px;
  }

  .mt-sm-35 {
    margin-top: 35px;
  }

  .mt-sm-40 {
    margin-top: 40px;
  }

  .mt-sm-45 {
    margin-top: 45px;
  }

  .mt-sm-50 {
    margin-top: 50px;
  }

  .mt-sm-55 {
    margin-top: 55px;
  }

  .mt-sm-60 {
    margin-top: 60px;
  }

  .mt-sm-65 {
    margin-top: 65px;
  }

  .mt-sm-70 {
    margin-top: 70px;
  }

  .mt-sm-75 {
    margin-top: 75px;
  }

  .mt-sm-80 {
    margin-top: 80px;
  }

  .mt-sm-85 {
    margin-top: 85px;
  }

  .mt-sm-90 {
    margin-top: 90px;
  }

  .mt-sm-95 {
    margin-top: 95px;
  }

  .mt-sm-100 {
    margin-top: 100px;
  }

  .mt-sm-105 {
    margin-top: 105px;
  }

  .mt-sm-110 {
    margin-top: 110px;
  }

  .mt-sm-115 {
    margin-top: 115px;
  }

  .mt-sm-120 {
    margin-top: 120px;
  }

  .mt-sm-125 {
    margin-top: 125px;
  }

  .mt-sm-130 {
    margin-top: 130px;
  }

  .mt-sm-135 {
    margin-top: 135px;
  }

  .mt-sm-140 {
    margin-top: 140px;
  }

  .mt-sm-145 {
    margin-top: 145px;
  }

  .mt-sm-150 {
    margin-top: 150px;
  }

  .mt-sm-155 {
    margin-top: 155px;
  }

  .mt-sm-160 {
    margin-top: 160px;
  }

  .mt-sm-165 {
    margin-top: 165px;
  }

  .mt-sm-170 {
    margin-top: 170px;
  }

  .mt-sm-175 {
    margin-top: 175px;
  }

  .mt-sm-180 {
    margin-top: 180px;
  }

  .mt-sm-185 {
    margin-top: 185px;
  }

  .mt-sm-190 {
    margin-top: 190px;
  }

  .mt-sm-195 {
    margin-top: 195px;
  }

  .mt-sm-200 {
    margin-top: 200px;
  }
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-5 {
  margin-bottom: 5px !important;
}

@media only screen and (max-width: 767px) {
  .mb-sm-5 {
    margin-bottom: 5px;
  }

  .mb-sm-10 {
    margin-bottom: 10px;
  }

  .mb-sm-15 {
    margin-bottom: 15px;
  }

  .mb-sm-20 {
    margin-bottom: 20px;
  }

  .mb-sm-25 {
    margin-bottom: 25px;
  }

  .mb-sm-30 {
    margin-bottom: 30px;
  }

  .mb-sm-35 {
    margin-bottom: 35px;
  }

  .mb-sm-40 {
    margin-bottom: 40px;
  }

  .mb-sm-45 {
    margin-bottom: 45px;
  }

  .mb-sm-50 {
    margin-bottom: 50px;
  }

  .mb-sm-55 {
    margin-bottom: 55px;
  }

  .mb-sm-60 {
    margin-bottom: 60px;
  }

  .mb-sm-65 {
    margin-bottom: 65px;
  }

  .mb-sm-70 {
    margin-bottom: 70px;
  }

  .mb-sm-75 {
    margin-bottom: 75px;
  }

  .mb-sm-80 {
    margin-bottom: 80px;
  }

  .mb-sm-85 {
    margin-bottom: 85px;
  }

  .mb-sm-90 {
    margin-bottom: 90px;
  }

  .mb-sm-95 {
    margin-bottom: 95px;
  }

  .mb-sm-100 {
    margin-bottom: 100px;
  }

  .mb-sm-105 {
    margin-bottom: 105px;
  }

  .mb-sm-110 {
    margin-bottom: 110px;
  }

  .mb-sm-115 {
    margin-bottom: 115px;
  }

  .mb-sm-120 {
    margin-bottom: 120px;
  }

  .mb-sm-125 {
    margin-bottom: 125px;
  }

  .mb-sm-130 {
    margin-bottom: 130px;
  }

  .mb-sm-135 {
    margin-bottom: 135px;
  }

  .mb-sm-140 {
    margin-bottom: 140px;
  }

  .mb-sm-145 {
    margin-bottom: 145px;
  }

  .mb-sm-150 {
    margin-bottom: 150px;
  }

  .mb-sm-155 {
    margin-bottom: 155px;
  }

  .mb-sm-160 {
    margin-bottom: 160px;
  }

  .mb-sm-165 {
    margin-bottom: 165px;
  }

  .mb-sm-170 {
    margin-bottom: 170px;
  }

  .mb-sm-175 {
    margin-bottom: 175px;
  }

  .mb-sm-180 {
    margin-bottom: 180px;
  }

  .mb-sm-185 {
    margin-bottom: 185px;
  }

  .mb-sm-190 {
    margin-bottom: 190px;
  }

  .mb-sm-195 {
    margin-bottom: 195px;
  }

  .mb-sm-200 {
    margin-bottom: 200px;
  }
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.ml-5 {
  margin-left: 5px !important;
}

@media only screen and (max-width: 767px) {
  .ml-sm-5 {
    margin-left: 5px;
  }

  .ml-sm-10 {
    margin-left: 10px;
  }

  .ml-sm-15 {
    margin-left: 15px;
  }

  .ml-sm-20 {
    margin-left: 20px;
  }

  .ml-sm-25 {
    margin-left: 25px;
  }

  .ml-sm-30 {
    margin-left: 30px;
  }

  .ml-sm-35 {
    margin-left: 35px;
  }

  .ml-sm-40 {
    margin-left: 40px;
  }

  .ml-sm-45 {
    margin-left: 45px;
  }

  .ml-sm-50 {
    margin-left: 50px;
  }

  .ml-sm-55 {
    margin-left: 55px;
  }

  .ml-sm-60 {
    margin-left: 60px;
  }

  .ml-sm-65 {
    margin-left: 65px;
  }

  .ml-sm-70 {
    margin-left: 70px;
  }

  .ml-sm-75 {
    margin-left: 75px;
  }

  .ml-sm-80 {
    margin-left: 80px;
  }

  .ml-sm-85 {
    margin-left: 85px;
  }

  .ml-sm-90 {
    margin-left: 90px;
  }

  .ml-sm-95 {
    margin-left: 95px;
  }

  .ml-sm-100 {
    margin-left: 100px;
  }

  .ml-sm-105 {
    margin-left: 105px;
  }

  .ml-sm-110 {
    margin-left: 110px;
  }

  .ml-sm-115 {
    margin-left: 115px;
  }

  .ml-sm-120 {
    margin-left: 120px;
  }

  .ml-sm-125 {
    margin-left: 125px;
  }

  .ml-sm-130 {
    margin-left: 130px;
  }

  .ml-sm-135 {
    margin-left: 135px;
  }

  .ml-sm-140 {
    margin-left: 140px;
  }

  .ml-sm-145 {
    margin-left: 145px;
  }

  .ml-sm-150 {
    margin-left: 150px;
  }

  .ml-sm-155 {
    margin-left: 155px;
  }

  .ml-sm-160 {
    margin-left: 160px;
  }

  .ml-sm-165 {
    margin-left: 165px;
  }

  .ml-sm-170 {
    margin-left: 170px;
  }

  .ml-sm-175 {
    margin-left: 175px;
  }

  .ml-sm-180 {
    margin-left: 180px;
  }

  .ml-sm-185 {
    margin-left: 185px;
  }

  .ml-sm-190 {
    margin-left: 190px;
  }

  .ml-sm-195 {
    margin-left: 195px;
  }

  .ml-sm-200 {
    margin-left: 200px;
  }
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.mr-5 {
  margin-right: 5px !important;
}

@media only screen and (max-width: 767px) {
  .mright-sm-5 {
    margin-right: 5px;
  }

  .mright-sm-10 {
    margin-right: 10px;
  }

  .mright-sm-15 {
    margin-right: 15px;
  }

  .mright-sm-20 {
    margin-right: 20px;
  }

  .mright-sm-25 {
    margin-right: 25px;
  }

  .mright-sm-30 {
    margin-right: 30px;
  }

  .mright-sm-35 {
    margin-right: 35px;
  }

  .mright-sm-40 {
    margin-right: 40px;
  }

  .mright-sm-45 {
    margin-right: 45px;
  }

  .mright-sm-50 {
    margin-right: 50px;
  }

  .mright-sm-55 {
    margin-right: 55px;
  }

  .mright-sm-60 {
    margin-right: 60px;
  }

  .mright-sm-65 {
    margin-right: 65px;
  }

  .mright-sm-70 {
    margin-right: 70px;
  }

  .mright-sm-75 {
    margin-right: 75px;
  }

  .mright-sm-80 {
    margin-right: 80px;
  }

  .mright-sm-85 {
    margin-right: 85px;
  }

  .mright-sm-90 {
    margin-right: 90px;
  }

  .mright-sm-95 {
    margin-right: 95px;
  }

  .mright-sm-100 {
    margin-right: 100px;
  }

  .mright-sm-105 {
    margin-right: 105px;
  }

  .mright-sm-110 {
    margin-right: 110px;
  }

  .mright-sm-115 {
    margin-right: 115px;
  }

  .mright-sm-120 {
    margin-right: 120px;
  }

  .mright-sm-125 {
    margin-right: 125px;
  }

  .mright-sm-130 {
    margin-right: 130px;
  }

  .mright-sm-135 {
    margin-right: 135px;
  }

  .mright-sm-140 {
    margin-right: 140px;
  }

  .mright-sm-145 {
    margin-right: 145px;
  }

  .mright-sm-150 {
    margin-right: 150px;
  }

  .mright-sm-155 {
    margin-right: 155px;
  }

  .mright-sm-160 {
    margin-right: 160px;
  }

  .mright-sm-165 {
    margin-right: 165px;
  }

  .mright-sm-170 {
    margin-right: 170px;
  }

  .mright-sm-175 {
    margin-right: 175px;
  }

  .mright-sm-180 {
    margin-right: 180px;
  }

  .mright-sm-185 {
    margin-right: 185px;
  }

  .mright-sm-190 {
    margin-right: 190px;
  }

  .mright-sm-195 {
    margin-right: 195px;
  }

  .mright-sm-200 {
    margin-right: 200px;
  }
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-5 {
  padding-top: 5px !important;
}

@media only screen and (max-width: 767px) {
  .pt-sm-5 {
    padding-top: 5px;
  }

  .pt-sm-10 {
    padding-top: 10px;
  }

  .pt-sm-15 {
    padding-top: 15px;
  }

  .pt-sm-20 {
    padding-top: 20px;
  }

  .pt-sm-25 {
    padding-top: 25px;
  }

  .pt-sm-30 {
    padding-top: 30px;
  }

  .pt-sm-35 {
    padding-top: 35px;
  }

  .pt-sm-40 {
    padding-top: 40px;
  }

  .pt-sm-45 {
    padding-top: 45px;
  }

  .pt-sm-50 {
    padding-top: 50px;
  }

  .pt-sm-55 {
    padding-top: 55px;
  }

  .pt-sm-60 {
    padding-top: 60px;
  }

  .pt-sm-65 {
    padding-top: 65px;
  }

  .pt-sm-70 {
    padding-top: 70px;
  }

  .pt-sm-75 {
    padding-top: 75px;
  }

  .pt-sm-80 {
    padding-top: 80px;
  }

  .pt-sm-85 {
    padding-top: 85px;
  }

  .pt-sm-90 {
    padding-top: 90px;
  }

  .pt-sm-95 {
    padding-top: 95px;
  }

  .pt-sm-100 {
    padding-top: 100px;
  }

  .pt-sm-105 {
    padding-top: 105px;
  }

  .pt-sm-110 {
    padding-top: 110px;
  }

  .pt-sm-115 {
    padding-top: 115px;
  }

  .pt-sm-120 {
    padding-top: 120px;
  }

  .pt-sm-125 {
    padding-top: 125px;
  }

  .pt-sm-130 {
    padding-top: 130px;
  }

  .pt-sm-135 {
    padding-top: 135px;
  }

  .pt-sm-140 {
    padding-top: 140px;
  }

  .pt-sm-145 {
    padding-top: 145px;
  }

  .pt-sm-150 {
    padding-top: 150px;
  }

  .pt-sm-155 {
    padding-top: 155px;
  }

  .pt-sm-160 {
    padding-top: 160px;
  }

  .pt-sm-165 {
    padding-top: 165px;
  }

  .pt-sm-170 {
    padding-top: 170px;
  }

  .pt-sm-175 {
    padding-top: 175px;
  }

  .pt-sm-180 {
    padding-top: 180px;
  }

  .pt-sm-185 {
    padding-top: 185px;
  }

  .pt-sm-190 {
    padding-top: 190px;
  }

  .pt-sm-195 {
    padding-top: 195px;
  }

  .pt-sm-200 {
    padding-top: 200px;
  }
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-5 {
  padding-bottom: 5px !important;
}

@media only screen and (max-width: 767px) {
  .pb-sm-5 {
    padding-bottom: 5px;
  }

  .pb-sm-10 {
    padding-bottom: 10px;
  }

  .pb-sm-15 {
    padding-bottom: 15px;
  }

  .pb-sm-20 {
    padding-bottom: 20px;
  }

  .pb-sm-25 {
    padding-bottom: 25px;
  }

  .pb-sm-30 {
    padding-bottom: 30px;
  }

  .pb-sm-35 {
    padding-bottom: 35px;
  }

  .pb-sm-40 {
    padding-bottom: 40px;
  }

  .pb-sm-45 {
    padding-bottom: 45px;
  }

  .pb-sm-50 {
    padding-bottom: 50px;
  }

  .pb-sm-55 {
    padding-bottom: 55px;
  }

  .pb-sm-60 {
    padding-bottom: 60px;
  }

  .pb-sm-65 {
    padding-bottom: 65px;
  }

  .pb-sm-70 {
    padding-bottom: 70px;
  }

  .pb-sm-75 {
    padding-bottom: 75px;
  }

  .pb-sm-80 {
    padding-bottom: 80px;
  }

  .pb-sm-85 {
    padding-bottom: 85px;
  }

  .pb-sm-90 {
    padding-bottom: 90px;
  }

  .pb-sm-95 {
    padding-bottom: 95px;
  }

  .pb-sm-100 {
    padding-bottom: 100px;
  }

  .pb-sm-105 {
    padding-bottom: 105px;
  }

  .pb-sm-110 {
    padding-bottom: 110px;
  }

  .pb-sm-115 {
    padding-bottom: 115px;
  }

  .pb-sm-120 {
    padding-bottom: 120px;
  }

  .pb-sm-125 {
    padding-bottom: 125px;
  }

  .pb-sm-130 {
    padding-bottom: 130px;
  }

  .pb-sm-135 {
    padding-bottom: 135px;
  }

  .pb-sm-140 {
    padding-bottom: 140px;
  }

  .pb-sm-145 {
    padding-bottom: 145px;
  }

  .pb-sm-150 {
    padding-bottom: 150px;
  }

  .pb-sm-155 {
    padding-bottom: 155px;
  }

  .pb-sm-160 {
    padding-bottom: 160px;
  }

  .pb-sm-165 {
    padding-bottom: 165px;
  }

  .pb-sm-170 {
    padding-bottom: 170px;
  }

  .pb-sm-175 {
    padding-bottom: 175px;
  }

  .pb-sm-180 {
    padding-bottom: 180px;
  }

  .pb-sm-185 {
    padding-bottom: 185px;
  }

  .pb-sm-190 {
    padding-bottom: 190px;
  }

  .pb-sm-195 {
    padding-bottom: 195px;
  }

  .pb-sm-200 {
    padding-bottom: 200px;
  }
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pl-5 {
  padding-left: 5px !important;
}

@media only screen and (max-width: 767px) {
  .pl-sm-5 {
    padding-left: 5px;
  }

  .pl-sm-10 {
    padding-left: 10px;
  }

  .pl-sm-15 {
    padding-left: 15px;
  }

  .pl-sm-20 {
    padding-left: 20px;
  }

  .pl-sm-25 {
    padding-left: 25px;
  }

  .pl-sm-30 {
    padding-left: 30px;
  }

  .pl-sm-35 {
    padding-left: 35px;
  }

  .pl-sm-40 {
    padding-left: 40px;
  }

  .pl-sm-45 {
    padding-left: 45px;
  }

  .pl-sm-50 {
    padding-left: 50px;
  }

  .pl-sm-55 {
    padding-left: 55px;
  }

  .pl-sm-60 {
    padding-left: 60px;
  }

  .pl-sm-65 {
    padding-left: 65px;
  }

  .pl-sm-70 {
    padding-left: 70px;
  }

  .pl-sm-75 {
    padding-left: 75px;
  }

  .pl-sm-80 {
    padding-left: 80px;
  }

  .pl-sm-85 {
    padding-left: 85px;
  }

  .pl-sm-90 {
    padding-left: 90px;
  }

  .pl-sm-95 {
    padding-left: 95px;
  }

  .pl-sm-100 {
    padding-left: 100px;
  }

  .pl-sm-105 {
    padding-left: 105px;
  }

  .pl-sm-110 {
    padding-left: 110px;
  }

  .pl-sm-115 {
    padding-left: 115px;
  }

  .pl-sm-120 {
    padding-left: 120px;
  }

  .pl-sm-125 {
    padding-left: 125px;
  }

  .pl-sm-130 {
    padding-left: 130px;
  }

  .pl-sm-135 {
    padding-left: 135px;
  }

  .pl-sm-140 {
    padding-left: 140px;
  }

  .pl-sm-145 {
    padding-left: 145px;
  }

  .pl-sm-150 {
    padding-left: 150px;
  }

  .pl-sm-155 {
    padding-left: 155px;
  }

  .pl-sm-160 {
    padding-left: 160px;
  }

  .pl-sm-165 {
    padding-left: 165px;
  }

  .pl-sm-170 {
    padding-left: 170px;
  }

  .pl-sm-175 {
    padding-left: 175px;
  }

  .pl-sm-180 {
    padding-left: 180px;
  }

  .pl-sm-185 {
    padding-left: 185px;
  }

  .pl-sm-190 {
    padding-left: 190px;
  }

  .pl-sm-195 {
    padding-left: 195px;
  }

  .pl-sm-200 {
    padding-left: 200px;
  }
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.pr-5 {
  padding-right: 5px !important;
}

@media only screen and (max-width: 767px) {
  .pr-sm-5 {
    padding-right: 5px;
  }

  .pr-sm-10 {
    padding-right: 10px;
  }

  .pr-sm-15 {
    padding-right: 15px;
  }

  .pr-sm-20 {
    padding-right: 20px;
  }

  .pr-sm-25 {
    padding-right: 25px;
  }

  .pr-sm-30 {
    padding-right: 30px;
  }

  .pr-sm-35 {
    padding-right: 35px;
  }

  .pr-sm-40 {
    padding-right: 40px;
  }

  .pr-sm-45 {
    padding-right: 45px;
  }

  .pr-sm-50 {
    padding-right: 50px;
  }

  .pr-sm-55 {
    padding-right: 55px;
  }

  .pr-sm-60 {
    padding-right: 60px;
  }

  .pr-sm-65 {
    padding-right: 65px;
  }

  .pr-sm-70 {
    padding-right: 70px;
  }

  .pr-sm-75 {
    padding-right: 75px;
  }

  .pr-sm-80 {
    padding-right: 80px;
  }

  .pr-sm-85 {
    padding-right: 85px;
  }

  .pr-sm-90 {
    padding-right: 90px;
  }

  .pr-sm-95 {
    padding-right: 95px;
  }

  .pr-sm-100 {
    padding-right: 100px;
  }

  .pr-sm-105 {
    padding-right: 105px;
  }

  .pr-sm-110 {
    padding-right: 110px;
  }

  .pr-sm-115 {
    padding-right: 115px;
  }

  .pr-sm-120 {
    padding-right: 120px;
  }

  .pr-sm-125 {
    padding-right: 125px;
  }

  .pr-sm-130 {
    padding-right: 130px;
  }

  .pr-sm-135 {
    padding-right: 135px;
  }

  .pr-sm-140 {
    padding-right: 140px;
  }

  .pr-sm-145 {
    padding-right: 145px;
  }

  .pr-sm-150 {
    padding-right: 150px;
  }

  .pr-sm-155 {
    padding-right: 155px;
  }

  .pr-sm-160 {
    padding-right: 160px;
  }

  .pr-sm-165 {
    padding-right: 165px;
  }

  .pr-sm-170 {
    padding-right: 170px;
  }

  .pr-sm-175 {
    padding-right: 175px;
  }

  .pr-sm-180 {
    padding-right: 180px;
  }

  .pr-sm-185 {
    padding-right: 185px;
  }

  .pr-sm-190 {
    padding-right: 190px;
  }

  .pr-sm-195 {
    padding-right: 195px;
  }

  .pr-sm-200 {
    padding-right: 200px;
  }
}

/*-----------------------------------------
    - Input Placeholder
-----------------------------------------*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*-----------------------------------------
    - Custom Row
------------------------------------------*/
.row-0 {
  margin-left: -0px;
  margin-right: -0px;
}

.row-0>[class*="col"] {
  padding-left: 0px;
  padding-right: 0px;
}

.row-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-5>[class*="col"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-10 [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}

.row-20 {
  margin-left: -20px;
  margin-right: -20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row-20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row-20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-20 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .row-20 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

@media only screen and (max-width: 479px) {
  .row-20 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row-20>[class*="col"],
.row-20>[class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row-20>[class*="col"],
  .row-20>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row-20>[class*="col"],
  .row-20>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row-20>[class*="col"],
  .row-20>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row-20>[class*="col"],
  .row-20>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 479px) {

  .row-20>[class*="col"],
  .row-20>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row-25 {
  margin-left: -25px;
  margin-right: -25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row-25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row-25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-25 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .row-25 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

@media only screen and (max-width: 479px) {
  .row-25 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row-25>[class*="col"],
.row-25>[class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row-25>[class*="col"],
  .row-25>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row-25>[class*="col"],
  .row-25>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row-25>[class*="col"],
  .row-25>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row-25>[class*="col"],
  .row-25>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 479px) {

  .row-25>[class*="col"],
  .row-25>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row-30 {
  margin-left: -30px;
  margin-right: -30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-30 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .row-30 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

@media only screen and (max-width: 479px) {
  .row-30 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row-30>[class*="col"],
.row-30>[class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row-30>[class*="col"],
  .row-30>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row-30>[class*="col"],
  .row-30>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row-30>[class*="col"],
  .row-30>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row-30>[class*="col"],
  .row-30>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 479px) {

  .row-30>[class*="col"],
  .row-30>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row-40 {
  margin-left: -40px;
  margin-right: -40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row-40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row-40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-40 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .row-40 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

@media only screen and (max-width: 479px) {
  .row-40 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row-40>[class*="col"],
.row-40>[class*="col-"] {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row-40>[class*="col"],
  .row-40>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row-40>[class*="col"],
  .row-40>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row-40>[class*="col"],
  .row-40>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row-40>[class*="col"],
  .row-40>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 479px) {

  .row-40>[class*="col"],
  .row-40>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/*-----------------------------------------
    Scroll Up
-----------------------------------------*/
#scrollup::before {
  background: #005494;
  none repeat scroll 0 0;
  bottom: 80px;
  color: #fff;
  content: "\f106";
  border-radius: 5px;
  font-family: fontawesome;
  font-size: 25px;
  height: 40px;
  padding: 6px 12px;
  position: fixed;
  right: 20px;
  width: 40px;
  z-index: 99;
}

/*-----------------------------------------
    - Background Color
------------------------------------------*/
.bg-gray {
  background-color: #f6f7f8;
}

.bg-dark {
  background-color: #030303 !important;
}

.bg-ivory {
  background-color: #fefcef;
}

img.mfp-img {
  background-color: #f6f7f8;
  padding: 0;
  margin: 40px auto;
}

/*-----------------------------------------
    - Social Color
------------------------------------------*/
.facebook {
  background-color: #3B5997;
  color: #ffffff;
}

.facebook:hover {
  background-color: #3B5997;
  color: #ffffff;
}

.twitter {
  background-color: #1DA1F2;
  color: #ffffff;
}

.twitter:hover {
  background-color: #1DA1F2;
  color: #ffffff;
}

.linkedin {
  background-color: #0077B5;
  color: #ffffff;
}

.linkedin:hover {
  background-color: #0077B5;
  color: #ffffff;
}

.pinterest {
  background-color: #BD081C;
  color: #ffffff;
}

.pinterest:hover {
  background-color: #BD081C;
  color: #ffffff;
}

.google-plus {
  background-color: #D11718;
  color: #ffffff;
}

.google-plus:hover {
  background-color: #D11718;
  color: #ffffff;
}

.behance {
  background-color: #005CFF;
  color: #ffffff;
}

.behance:hover {
  background-color: #005CFF;
  color: #ffffff;
}

.dribbble {
  background-color: #E84C88;
  color: #ffffff;
}

.dribbble:hover {
  background-color: #E84C88;
  color: #ffffff;
}

.github {
  background-color: #323131;
  color: #ffffff;
}

.github:hover {
  background-color: #323131;
  color: #ffffff;
}

.instagram {
  background-color: #DC3472;
  color: #ffffff;
}

.instagram:hover {
  background-color: #DC3472;
  color: #ffffff;
}

.medium {
  background-color: #00AB6C;
  color: #ffffff;
}

.medium:hover {
  background-color: #00AB6C;
  color: #ffffff;
}

.reddit {
  background-color: #FF4501;
  color: #ffffff;
}

.reddit:hover {
  background-color: #FF4501;
  color: #ffffff;
}

.skype {
  background-color: #00AFF0;
  color: #ffffff;
}

.skype:hover {
  background-color: #00AFF0;
  color: #ffffff;
}

.slack {
  background-color: #63C1A0;
  color: #ffffff;
}

.slack:hover {
  background-color: #63C1A0;
  color: #ffffff;
}

.snapchat {
  background-color: #FFFC00;
  color: #ffffff;
}

.snapchat:hover {
  background-color: #FFFC00;
  color: #ffffff;
}

.tumblr {
  background-color: #01273A;
  color: #ffffff;
}

.tumblr:hover {
  background-color: #01273A;
  color: #ffffff;
}

.vimeo {
  background-color: #00ADEF;
  color: #ffffff;
}

.vimeo:hover {
  background-color: #00ADEF;
  color: #ffffff;
}

.youtube {
  background-color: #FE0002;
  color: #ffffff;
}

.youtube:hover {
  background-color: #FE0002;
  color: #ffffff;
}

/*-----------------------------------------
 Tab Content & Pane Fix
 -----------------------------------------*/
.tab-content {
  width: 100%;
}

.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .laptop-3-column>[class*="col-"],
  .laptop-3-column>[class*="col"] {
    flex: 1 0 33.3333%;
    max-width: 33.3333%;
  }
}

/*-----------------------------------------
    -Pagination
 -----------------------------------------*/
.pagination-nav ul li {
  display: inline-block;
  margin: 0 2px;
}

.pagination-nav ul li:hover a {
  background: #015294 none repeat scroll 0 0;
  color: #fff;
}

.pagination-nav ul li.active a {
  background: #015294 none repeat scroll 0 0;
  color: #fff;
}

.pagination-nav ul li a {
  background-color:#efefef;
    height: 34px;
    min-width: 40px;
    padding: 0.1em 1em !important;
    margin: 0 2px;
    border: 0 !important;
    font-weight: 500;
    font-size: .8rem;
    color: #000;
    text-align: center;
    line-height: 34px;
    border-radius: 4px;
}
.dataTables_length label {
    display: flex;
    align-items: center;
    gap: 7px;
}
/*-----------------------------------------
    - Button
------------------------------------------*/
.btn-theme {
  /*background: #84c225 none repeat scroll 0 0;*/
  background: linear-gradient(to right, #13293b 0%, #13293b 100%);
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  padding: 7px 25px;
  font-weight: 500;
  border: none;
}

.btn-theme:hover,
.btn-theme:focus {
  /*background: #84c225 none repeat scroll 0 0;*/
  background: linear-gradient(to right, #13293b 0%, #13293b 100%);
  text-decoration: none;
  box-shadow: none;
  color: #fff;
  border: none;
}

.btn.hover-theme::before {
  background-color: #f5d730;
}

.btn.disabled,
.btn:disabled {
  background-color: gray;
  pointer-events: unset !important;
  cursor: default;
}

.btn.hover-theme:hover {
  border-color: #f5d730;
  color: #202020;
}

.btn.hover-theme:hover::before {
  height: 300%;
  opacity: 1;
}

.btn.btn-circle {
  border-radius: 50px;
}

.btn.btn-radius {
  border-radius: 5px;
}

.btn.btn-square {
  border-radius: 0;
}

.btn.btn-text {
  border-radius: 0;
  padding: 0;
  line-height: 20px;
  border: none;
}

.btn.btn-text::before {
  display: none;
}

.btn.btn-text.hover-theme:hover {
  color: #f5d730;
}

.btn.btn-underline {
  text-decoration: underline;
}

.btn.btn-large {
  padding: 15px 40px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .btn.btn-large {
    font-size: 12px;
    padding: 7px 25px;
  }
}

@media only screen and (max-width: 479px) {
  .btn.btn-large {
    font-size: 11px;
    padding: 4px 15px;
    margin-top: 15px;
  }
}

.btn.btn-medium {
  padding: 7px 20px;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .btn.btn-medium {
    font-size: 12px;
    padding: 7px 25px;
  }
}

@media only screen and (max-width: 479px) {
  .btn.btn-medium {
    font-size: 11px;
    padding: 4px 15px;
    margin-top: 15px;
  }
}

.btn.btn-small {
  padding: 4px 15px;
  font-size: 11px;
}

/*-----------------------------------------
    - Blockquote
------------------------------------------*/
.blockquote {
  max-width: 800px;
  background-color: #f6f7f8;
  padding: 50px 70px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .blockquote {
    padding: 40px 50px;
  }
}

@media only screen and (max-width: 479px) {
  .blockquote {
    padding: 30px;
  }
}

.blockquote p {
  font-size: 16px;
  line-height: 25px;
  font-style: italic;
}

.blockquote-2 p::first-letter {
  font-size: 48px;
  text-transform: uppercase;
}

.blockquote-3::before {
  content: '\f10e';
  font-family: Fontawesome;
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 60px;
  line-height: 0.8;
  color: #d9d9d9;
}

.preview-customizer {
  position: fixed;
  left: -310px;
  top: 0;
  padding: 120px 30px 50px;
  width: 310px;
  height: 100%;
  background-color: #2b2b2b;
  z-index: 9999;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}

.preview-customizer.active {
  left: 0;
}

@media only screen and (max-width: 479px) {
  .preview-customizer {
    display: none !important;
  }
}

.customizer-toggle {
  position: absolute;
  left: 100%;
  top: 50px;
  z-index: 9;
  border: none;
  width: 40px;
  height: 40px;
  background-color: #f5d730;
  color: #202020;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.customizer-toggle i {
  line-height: 40px;
  display: block;
  font-size: 18px;
}

.light-dark-mood {
  overflow: hidden;
  position: absolute;
  left: 30px;
  right: 30px;
  top: 50px;
}

.light-dark-mood a {
  float: left;
  width: 50%;
  background-color: #ffffff;
  color: #202020;
  text-align: center;
  line-height: 30px;
  padding: 5px 5px;
  text-transform: uppercase;
  font-weight: 400;
}

.light-dark-mood a:hover {
  color: #f5d730;
}

.light-dark-mood a:focus {
  color: #202020;
}

.light-dark-mood a.active {
  background-color: #f5d730;
  color: #202020;
}

.light-dark-mood a.active:hover {
  color: #202020;
}

.customizer-links {
  float: left;
  width: auto;
  height: 100%;
  overflow: auto;
  margin-right: -6px;
  padding-right: 6px;
}

.customizer-links a {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.customizer-links a:last-child {
  margin-bottom: 0px;
}

.customizer-links a .img {
  border: 1px solid #404040;
  display: block;
  position: relative;
}

.customizer-links a .img::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #f5d730;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.customizer-links a .img img {
  max-width: 100%;
}

.customizer-links a h4 {
  text-align: center;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #202020;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.customizer-links a:hover .img::before {
  opacity: 0.9;
}

.customizer-links a:hover h4 {
  opacity: 1;
}

.theme-dark .preview-customizer {
  background-color: #ffffff;
}

.theme-dark .light-dark-mood a {
  background-color: #202020;
  color: #ffffff;
}

.theme-dark .light-dark-mood a:hover {
  color: #f5d730;
}

.theme-dark .light-dark-mood a:focus {
  color: #ffffff;
}

.theme-dark .light-dark-mood a.active {
  background-color: #f5d730;
  color: #202020;
}

.theme-dark .light-dark-mood a.active:hover {
  color: #202020;
}

.theme-dark .customizer-links a .img {
  border: 1px solid #dddddd;
}

.theme-dark .customizer-links a h4 {
  color: #202020;
}

/*---------------------------------------
    Section Title
-----------------------------------------*/
.category-banner-block {
  float: left;
  width: 100%;
}


.section_title {
  margin-bottom: calc(16px + 25*(100vw - 320px)/1600);
  display: inline-block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section_title h2 {
    color: #010101;
    position: relative;
    font-size: calc(30px + 6*(100vw - 320px)/1600);
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    margin: 0;}

.title-leaf {
  width: 140px;
  text-align: center;
  margin: 14px 0;
  position: relative;
  z-index: 0;
  display: inline-block;
    display: none;
}

.title-leaf::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #13293b;
  z-index: -1;
}

.title-leaf svg {
  background-color: #fff;
  width: 45px;
  z-index: 1;
  fill: #13293b;
  display: none;
}

.icon-width {
  width: 25px;
  height: 25px;
}

#column-left .section_title,
#column-right .section_title {
  text-align: left;
}

/*---------------------------------------
    2.1 Nav top
-----------------------------------------*/
#top .responsive-bar {
    display: none;
    position: fixed;
    left: 8px;
    top: 5px;
    z-index: 9999;
    width: 30px;
    height: 30px;
}

#top .responsive-bar i {
    font-size: 24px;
    color: #fff;
}

@media only screen and (max-width: 767px) {
#top .responsive-bar {
    display: block;
    padding: 0;
}
}

.responsive-bar.active {
}

#top .responsive-bar .fa-bars::before {
  /*content: "";
  background: url(../images/sprite.png) no-repeat -1px -69px #333;
  top: 25px;
  left: 0px;
  width: 43px;
  height: 34px;
  border-radius: 5px;
  position: absolute;
  z-index: 9;*/
}

/*-- Sticky Header --*/
.header-sticky.is-sticky {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.sticky {
  position: sticky;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 8px 10px rgb(34 34 34 / 5%);
  box-shadow: 0 8px 10px rgb(34 34 34 / 5%);
}

/*----------------------------------------
    2.2 Header
-----------------------------------------*/
#header, #header_p, #header_cate {
  font-size: 13px;
  color: #000;
}

.header {
  background: #fff;
  z-index: 999;
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 5%);
  margin-bottom: 20px;
}

.header-top {
  color: #ffffff;
  /* border-bottom: 1px solid #ebebeb;*/
  font-size: 13px;
}

.header-top:hover {
  color: #ffffff;
}




.header-top .justify-content-between>[class*="col"] {
  flex-grow: 0;
  flex-basis: auto;
  width: auto;
}

.header-top .justify-content-center>[class*="col"]:first-child {
  justify-content: flex-start;
  display: flex;
}

.header-top .justify-content-center>[class*="col"]:nth-child(2) {
  justify-content: center;
  display: flex;
}

.header-top .justify-content-center [class*="col"]:last-child {
  justify-content: flex-end;
  display: flex;
}

.header-top .header-top-left>li {
  display: inline-block;
}

.header-top .header-top-left .language,
.header-top .header-top-left .currency {
  cursor: pointer;
}

.header-top .header-top-left .language span:hover,
.header-top .header-top-left .currency span:hover {
  color: #da251d;
}

.header-top .header-top-left .language .dropdown-menu,
.header-top .header-top-left .currency .dropdown-menu {
  padding: 10px;
  border-radius: 0;
  background: #fff;
  margin-top: 7px;
  min-width: 170px;
  box-shadow: 0 0px 7px rgba(0, 0, 0, 0.2);
  border-top: 3px solid #da251d;
}

.header-top .header-top-left .language .dropdown-menu a,
.header-top .header-top-left .currency .dropdown-menu a {
  color: #808080;
  font-size: 14px;
}

.header-top .header-top-left .language .dropdown-menu a:hover,
.header-top .header-top-left .currency .dropdown-menu a:hover {
  color: #000;
}

.header-top ul.header-top-right li {
  display: inline-block;
}

.header-top ul.header-top-right li ul li {
  display: block;
}

.header-top ul.header-top-right .telephone a {
  position: relative;
  color: white;
}

.header-top ul.header-top-right .telephone a:hover .fa-phone::before {
  background: url(../images/sprite.png) no-repeat -202px -34px;
}

.header-top ul.header-top-right .telephone .fa-phone::before {
  content: "";
  background: url(../images/sprite.png) no-repeat -7px -34px;
  top: 0px;
  left: -24px;
  width: 30px;
  height: 30px;
  position: absolute;
}

.header-top ul.header-top-right .login {
  margin-left: 30px;
}

.header-top ul.header-top-right .login a {
  position: relative;
}

.header-top ul.header-top-right .login a:hover .fa-user::before {
  background: url(../images/sprite.png) no-repeat -195px 0;
}

.header-top ul.header-top-right .login::after {
  content: "|";
}

.header-top ul.header-top-right .login.logout::after {
  content: "" !important;
}

.header-top ul.header-top-right .login .fa-user::before {
  content: "";
  background: url(../images/sprite.png) no-repeat 0 0;
  top: 4px;
  left: -38px;
  width: 30px;
  height: 30px;
  position: absolute;
}

@media only screen and (max-width: 767px) {

  .header-bottom-left,
  .header-bottom-right {
    max-width: 50%;
    flex: 50%;
  }

  .language .dropdown-menu,
  .currency .dropdown-menu {
    position: static;
    padding: 15px;
    border: none;
    border-top: 1px solid #ebebeb;
    width: 100%;
    border-radius: 0;
    display: block;
    background-color: transparent;
  }

  .language span,
  .currency span {
    display: none;
  }

  .currency,
  .language {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0 !important;
  }

  .currency a,
  .language a {
    color: #808080;
    font-size: 14px;
  }

  .currency a:hover,
  .language a:hover {
    color: #000;
  }

}

.header-bottom-right {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: center;
  width: 95%;
    padding: 13px 0;
}
.header-bottom-right-center{justify-content: space-between;width: auto;padding: 0;}
/*----------------------------------------
    2.3 Header Cart
-----------------------------------------*/
.header-link-search .header-search #search, 
.header-link-search .header-search #search_p , 
.header-link-search .header-search #search_cate {
    margin: 0px auto;
    width: 578px;
    float: left;
}

.shopcart {
  float: right;
}

@media only screen and (max-width: 767px) {
  .shopcart {
    display: none;
  }
}

/*#cart modal*/
.header-cart-modal {
  /*background: black;*/
  /*opacity: .5;*/
  background: rgba(0, 0, 0, .5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.header-cart-modal.show {
  display: block;
}

.header-cart-modal #cart-dropdown {
  background: #eeeeee none repeat scroll 0 0;
  /*border: 1px solid #e5e5e5;*/
  min-width: 475px;
  position: absolute;
  right: -600px;
  /*top: 84px;*/
  height: 100%;
}

.header-cart-heading {
  background: #1c2224;
  padding: 20px;
}

.header-cart-heading p {
  color: white;
  font-size: 18px;
}

.header-cart-heading p .header-cart-item-count {
  color: white;
  font-size: 13px;
}

.header-cart-heading p .header-cart-close-btn {
  font-weight: 500;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 14px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}

.header-cart-heading p .header-cart-close-btn:hover {
  background: #e4e4e4;
  color: #333;
}

.header-cart-heading p .header-cart-close-btn:active,
.header-cart-heading p .header-cart-close-btn:focus {
  background: #e4e4e4;
  color: #333;
  box-shadow: 0px 0px 0px 2px #6f6767;
}

.cart-modal .table {
  margin-bottom: 0px;
}

.header-cart-item-container {
  max-height: 500px;
  min-height: 350px;
  overflow-y: auto;
  background: white;
}

.header-cart-item-container .cart-item-table .cart-item {
  background: white;
}

.header-cart-item-calculation {
  position: absolute;
  bottom: 55px;
  width: 100%;
  right: 0;
  background: white;
}

.header-cart-item-btn-container {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 100%;
  padding: 0 20px;
}

.header-cart-item-btn-container button {
  width: 47%;
  display: block;
  text-align: center;
  /*background: #84c225;*/
  /*color: white;*/
}

.cart-item-actions {
  width: 100%;
}

.cart-item-actions ul {
  padding: 0px !important;
}

.cart-item-actions ul li {
  display: inline-flex;
  padding-right: 10px;
}

.cut-price {
  text-decoration: line-through;
  font-size: .6em;
  color: #333;
}

.cart-item-actions ul li.item-final-price-wrapper {
  float: right;
}

.cart-item-actions ul li .item-final-price-wrapper:after {
  clear: both;
}

.cart-item-actions ul li .header-cart-btn {
  color: white;
  border: none;
  outline: none;
  background: #13293b;
  border-radius: 50%;
  width: 25px;
}

.cart-item-actions ul li .header-cart-btn:hover {
  background: #13293b;
}

.cart-item-actions ul li .header-cart-btn:active {
  background: #13293b;
}

.cart-item-actions ul li .header-cart-btn.decrease {
  /*padding-right: */
}

.cart-modal #cart-dropdown .product-name .price {
  display: block;
}

.cart-modal #cart-dropdown .product-name .cart-qty {
  margin-top: 5px;
  padding: 5px 8px;
  width: 60px;
}

.cart-modal #cart-dropdown ul {
  padding: 10px;
  /*display: inline-table;*/
}

.shopcart #cart {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shopcart #cart {
    padding: 11px 12px;
  }

  .shopcart {
    margin-top: -71px;
    margin-right: -18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shopcart #cart {
    padding: 11px 12px;
    margin-top: -73px;
    height: 59px;
  }
}

.shopcart #cart .btn {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: transparent;
  border: 0;
}

.shopcart #cart .btn:hover {
  background-position: -196px -140px;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none;
}

@media only screen and (max-width: 575px) {
  .shopcart #cart .btn {
    float: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shopcart #cart .btn {
    height: 45px;
    width: 45px;
    position: relative;
  }
}

.shopcart button i {
  font-size: 30px;
  color: #13293b;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shopcart #cart .btn span {
    padding-left: 41px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shopcart #cart .btn span {
    display: none;
  }
}

.shopcart #cart .btn #cart-total {
  float: right;
  clear: left;
  margin: 0;
}

#cart .cart_responsive.btn {
  display: none;
}

.header-static-block {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shopcart #cart .btn #cart-total {
    display: block;
    padding: 0;
    bottom: -10px;
    position: absolute;
    left: 0;
    right: 0;
  }
}

/*-------------------------
    2.4 Search
--------------------------*/
.header-link-search {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .header-link-search {
    float: right;
     width: 100%; 
  }
}


@media only screen and (min-width: 768px) {
  .header-link-search .header-search #search {
    display: block !important;
  }
}

.header-search .action.search {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-link-search .header-search #search {
    width: 422px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-link-search .header-search #search {
    width: 361px;
  }
}

.header-link-search .header-search #search .input-lg, 
.header-link-search .header-search #search_p .input-lg,
 .header-link-search .header-search #search_cate .input-lg {
  height: 46px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  float: left;
  width: 100% !important;
  padding: 0 15px 0 50px;
}

.header-link-search .header-search #search .btn-lg,
 .header-link-search .header-search #search_p .btn-lg,
 .header-link-search .header-search #search_cate .btn-lg {
  line-height: 18px;
  padding: 0px;
  color: #13293b;
  width: 50px;
  height: 44px;
  background: #fff;
  position: absolute;
  left: 1px;
  top: 1px;
  border: none;
  z-index: 4;
  border-radius: 4px !important;
}

/*.header-link-search .header-search #search .btn-lg:hover {
  background: url(../images/sprite.png) no-repeat scroll 0 -103px #13293b;
}*/

.header-link-search .header-search .form-control:focus,
.header-link-search .header-search .btn:focus {
  box-shadow: none;
}

@media only screen and (max-width: 767px) {
  .productcategory_thumb {
    display: none;
  }



  .header-link-search .header-search {
    position: relative;
  }

  .header-search #search.active input,
  .header-search #search input:focus {
    border: 1px solid #ebebeb !important;
    padding: 0 50px 0 50px !important;
    /*width: 240px !important;*/
  }

  .header-search .action.search {
    line-height: 18px;
    padding: 0px;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: url(../images/sprite.png) no-repeat scroll 0 -103px #84c225;
    position: relative;
    float: left;
    position: absolute;
    right: 5px;
    top: 4px;
    display: block;
    border: none;
  }
}

.header-link {
  margin: 0 15px;
}

.header-link ul {
  margin: 5px auto 0;
  float: left;
  width: 100%;
  color: #fff;
}

.header-link ul li {
  float: left;
  padding: 0 20px 0 23px;
  text-transform: uppercase;
  background: url(../images/discount.png) no-repeat 0 4px;
}

@media only screen and (max-width: 767px) {
  .header-link ul li {
    display: block;
    float: none;
  }

  .header-link {
    padding: 15px;
    float: left;
    width: 100%;
    border-top: 1px solid #ebebeb;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-link ul li {
    font-size: 11px;
    letter-spacing: 0;
    padding: 0 13px 0 23px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-link ul li {
    font-size: 11px;
    letter-spacing: 0;
    padding: 0 5px 0 16px;
  }
}

.header-link ul li:nth-child(2n) {
  background: url(../images/discount-g.png) no-repeat 0 4px;
}

/*-----------------------
    2.5 Logo
------------------------*/
.navbar-header {
  text-align: left;
  /*  height: 61px;*/
}

.navbar-header .navbar-brand {
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-header .navbar-brand {
    margin: 8px 0;
  }
}


/*---------------------------------------
    2.6 Menu
-----------------------------------------*/
/*--------------------
    2.6.1 Main Menu
---------------------*/
.header-menu {
    padding: 10px 16px;
    float: left;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    font-size: 14px;
}

.responsive-menubar-block {
  display: flex;
  align-items: center;
}

.icon {
  margin-right:8px;
}
.icon img {
    max-height: 21px;
}

@media only screen and (max-width: 767px) {
  .header-menu {
    display: none;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu span {
    font-size: 11px;
    letter-spacing: 0;
  }
}

.header-menu .responsive-bar,
.header-menu .menu-bar {
  position: relative;
  display: block;
  float: left;
  width: 43px;
  height: 34px;
  margin: 0 0 0 15px;
}

.header-menu .responsive-bar:hover .fa-bars::before,
.header-menu .menu-bar:hover .fa-bars::before {
  background-color: #13293b;
  ;
  cursor: pointer;
}

.header-menu .responsive-bar .fa-bars::before,
.header-menu .menu-bar .fa-bars::before {
  content: "";
  background: url(../images/sprite.png) no-repeat -1px -69px #13293b;
  top: 1px;
  left: 0px;
  width: 43px;
  height: 34px;
  border-radius: 5px;
  position: absolute;
  z-index: 9;
}

/* menu */
.menu-image {
  display: table-cell;
  min-width: 100%;
  vertical-align: top;
}

#menu ul.active {
  display: none;
}

/* Sticky Header */
@keyframes fixedHeader {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#responsive-menu-header {
  display: none;
}

#menu ul.main-navigation {
  list-style: none;
  margin: 0;
  width: 100%;
  display: inline;
}

#menu>ul>li {
  position: relative;
  float: left;
  z-index: 20;
}

#menu a:hover {
  text-decoration: none;
}

#menu>ul>li:hover>ul {
  display: block;
}

#menu>ul>li ul>li>ul {
  display: none;
  background: #15BCF0;
  position: absolute;
  z-index: 5;
  padding: 5px;
  margin-left: -13px;
}

#menu>ul>li ul>li:hover>ul {
  display: block;
  top: 0px;
  left: 173px;
}

/*
#menu ul>li>a,
.more {
  padding: 15px 0;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  line-height: 20px;
  color: #000;
  font-weight: 400;
}
*/

.more {
  padding: 10px 0 0;
  color: #000;
}

.more i {
  font-size: 20px;
  height: 30px;
  margin: 0 25px 0 20px;
  padding: 4px 0 0 12px;
  width: 30px;
  display: none;
}

.header_blog_link {
  display: none !important;
}

#menu>div>ul>li {
  padding: 0 20px;
  position: static;
  margin: 0;
  float: left;
}

#menu>div>ul>li.active a,
#menu>div>ul>li:hover a {
  color: #da251d;
}

.hiden_menu li.main_cat {
  margin: 0;
  list-style: none;
}

.hiden_menu:hover ul {
  display: inline;
  opacity: 1;
  transform: scale(1);
  transform-origin: right top 0;
  transition: 0.3s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.hiden_menu ul {
  padding: 30px;
  text-align: left;
  display: block;
  transform: scale(0);
  transform-origin: right top 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #f5f5f5;
  border-top: 2px solid #2874f0;
  min-width: 186px;
}

#menu li.hiden_menu ul>li>a {
  color: #000;
  padding: 8px 0;
}

#responsive-menu .navbar-collapse {
  padding: 0;
  display: block;
  text-align: left;
  display: block;
}

#responsive-menu {
  border: medium none;
  padding: 10px 15px 0 0;
  z-index: 99;
  border-radius: 0;
  margin: 0;
  display: none;
}

#responsive-menu ul {
  padding: 0;
  margin: 0;
}

#responsive-menu.col-sm-3 {
  padding: 0 10px;
}

#responsive-menu ul li span .fa {
  color: #888;
}

#responsive-menu ul li:hover span .fa {
  color: #000;
}

#responsive-menu li:first-child a {
  border: none;
}

#responsive-menu a {
  color: #808080;
  font-weight: 400;
  padding: 0px 0 2px 15px;
}

.mobile-menu-container .res-title {
  border-bottom:0;
}

#responsive-menu a:hover {
  color: #000;
}

#responsive-menu ul li,
.left-category li {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
}

#responsive-menu div>ul>li:first-child {
  border: none;
}

#responsive-menu li.category-menu {
  margin: 10px 0px 0px;
}

#responsive-menu a:hover {
  font-weight: 500;
}

#responsive-menu li.category-menu>a,
#responsive-menu li.category-menu li.sub-category-menu>a {
  display: block;
  width: 100%;
  color: #333;
}

#responsive-menu li.category-menu>a {
  padding-left: 30px;
}

#responsive-menu li.category-menu li.sub-category-menu>a {
  padding: 6px 20px 6px 40px;
}

#responsive-menu li.category-menu a:hover {
  /*background-color: lightgray;*/
}

#responsive-menu div>ul>li {
  padding: 0;
  display: inline-block;
  margin: 5px 0px;
  font-size: 17px;
}

/* #responsive-menu .menu-dropdown>li>a, */
/* #responsive-menu .menu-dropdown>li>ul>li>a {
  color: red;
} */

#responsive-menu ul li ul.menu-dropdown li ul {
  float: left;
  padding: 0 0 0 20px;
  width: 100%;
}

#responsive-menu .menu-dropdown>li>a,
#responsive-menu .menu-dropdown>li>ul>li>a {
  padding: 0px 20px;
  float: left;
  width: 100%;
  color: #737373;
  border: none;
}

#responsive-menu .menu-dropdown>li>a:hover,
#responsive-menu .menu-dropdown>li>ul>li>a:hover {
  color: #000;
}

#responsive-menu ul li span.plus-icon,
.left-category li span {
  position: absolute;
  right: 0;
  padding: 0 6px;
  top: 8px;
  cursor: pointer;
  height: 25px;
  width: 25px;
}

#responsive-menu ul li span.cat-icon,
.left-category li span {
  position: absolute;
  left: 0;
  padding: 0 6px;
  top: 8px;
  cursor: pointer;
  height: 25px;
  width: 25px;
}

.responsive-bar.active:before,
.menu-bar.active:before {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

/*
.header-menu {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 15px 20px;
}
*/

.header-menu .responsive-menubar-block>span:first-child {
  margin-top: 4px;
}

.header-menu span {
  color: #000;
  float: left;
  line-height: 17px;
  letter-spacing: 1px;
  text-align: left;
  font-weight: 400;
  margin-right: 5px;
  display: flex;
    cursor: pointer;
}

span.no-user-select i {
  font-weight: 900;
  font-size: 20px;
  padding-left: 5px;
}


.responsive-bar {
  display: none;
}


.responsive-menu>ul>li {
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #444;
  position: relative;
  float: left;
  width: 100%;
}

.navbar-nav>li>a {
  position: relative;
}

#menu>ul>li ul>li>a {
  min-width: 160px;
}

#menu>ul>li>ul>ul>li>a {
  color: #666;
}

#menu>ul>li>ul>ul>li>a {
  color: #666;
}

#menu .dropdown-inner>ul {
  /*display: table-cell;*/
  float: none;
}

#menu .dropdown-inner>ul>li {
  margin-bottom: 0;
}

#menu .megamenu.column1 ul.list-unstyled>li.dropdown:hover>.dropdown-menu {
  display: block;
}

#menu .megamenu.column1 ul.list-unstyled>li.dropdown .dropdown-menu {
  display: none;
  left: 130px;
  padding: 10px 20px 20px;
  position: absolute;
  top: 0;
  border-top: 2px solid #2874f0;
  background-color: #f5f5f5;
}

#menu .megamenu ul.list-unstyled li .dropdown-menu {
  border: medium none;
  margin: 5px 0 0;
  padding: 10px 0px;
  position: relative;
  float: left;
  min-width: 149px;
  left: 0;
  background: none;
  box-shadow: none;
}

#menu .megamenu ul.list-unstyled li>a,
.hiden_menu .main_cat a {
  background: none;
  padding: 0 0 8px;
  font-weight: 500;
  text-transform: capitalize;
  margin-right: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  color: #000;
  font-size: 15px;
  /*border-bottom: 2px solid #ebebeb;*/
}

#menu>.megamenu.column1>div>ul.list-unstyled>li {
  margin: 0 0 10px;
}

#menu .megamenu.column1 ul.list-unstyled li>a {
  background: transparent none repeat scroll 0 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  border: none;
  padding: 0;
}

.hiden_menu .dropdown-inner li.main_cat a {
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
}

ul ul li {
  margin-bottom: 4px;
}

#menu .megamenu ul.childs_1>li {
  margin-bottom: 15px;
}

#menu .megamenu ul.childs_1>li.dropdown {
  margin-bottom: 0;
  /* overflow: auto; */
}

#menu .megamenu ul.childs_1:last-child {
  border: medium none;
}

#menu .megamenu ul.childs_1:first-child {
  padding: 0 15px 0 0;
}

#menu .megamenu.column1 ul.childs_1 {
  border: none;
  padding: 0;
}

#menu .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li>a:hover {
  color: #000;
}

#menu .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li>a {
  background: transparent;
  color: #808080;
  /*display: inline-block;*/
  font-size: 14px;
  padding: 0px 0;
  font-weight: normal;
  line-height: 26px;
  position: relative;
  text-transform: capitalize;
  font-weight: 400;
  border: none;
}

.nav-container.fixed #menu>ul>li.blog-link a,
#menu>ul>li.blog-link a {
  background: none !important;
}

#menu>ul>li.hiden_menu .dropdown-menu {
  display: none !important;
}

#menu ul.nav li.hiden_menu .megamenu ul.childs_1 li {
  margin-bottom: 10px;
}

#menu .dropdown-menu {
  padding: 10px 8px;
  color: #000;
  text-align: left;
  margin: 0 !important;
  position: absolute;
  border-radius: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  max-height: 450px;
  overflow-x: auto;

}

#menu .dropdown-menu ul.menu-columns {
  columns: 5;
  -webkit-columns: 5;
  -moz-columns: 5;
}

#menu .dropdown-menu .magamenu-category a {
  color: #f25090 !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  padding: 5px !important;
}

/*
a.waves-effect {
  text-transform: uppercase !important;
}
*/

#menu .dropdown-menu .magamenu-sub-category a {
  margin-left: 1px !important;
  padding: 2px 5px !important;
  font-size: 13px !important;
  padding: 5px !important;
  color: #333 !important;
  display: -webkit-box;
  /*max-height: 1.2rem;*/
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  text-align: left;
  width: auto;
  line-height: 20px;
}

.right-arrow {
  content: "";
  opacity: 1;
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #c2c2c2;
  margin-left: 6px;
  margin-top: 6px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #menu .dropdown-menu {
    padding: 30px;
  }
}

#menu .dropdown-menu {
  display: inline;
  transition: all 0.3s ease 0s;
  width: 100%;
  background: transparent;
  left: 0;
  top: 100%;
  border: 0;
}

#menu .dropdown-menu .dropdown-inner {
  background: #fff;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: inset 0 0 8px rgb(0 0 0 / 10%);
  box-shadow: inset 0 0 8px rgb(0 0 0 / 10%);
  pointer-events: auto;
}

/*
#menu .dropdown-menu .dropdown-inner:after {
    content: '';
    top: -10px;
    left: 298px;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
}
#menu .dropdown-menu .dropdown-inner:before {
    content: '';
    top: -10px;
    left: 298px;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
}
*/

.navigation {
  margin: 38px 0 0;
}

/* mega menu */
.header-bottom-right .header-menu #menu {
  position: absolute;
  padding: 0;
  width: 100%;
  left: 0;
}

.header-bottom-right .header-menu #menu .navbar-collapse {
  border: none;
  background-color: #f2f2f2;
  position: relative;
  margin-top: 24px;
}

  .dropdown-content {
     position: absolute;
     left: 0;
     background: #fff;
     width: 100%;
     min-height: 100px;
     transition: all .5s ease;
     z-index: 9999;
     box-shadow: 0 5px 5px #00000030;
     padding: 20px;
      border-radius:0 0 10px 10px;
  }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom-right .header-menu #menu .navbar-collapse {
    padding: 10px;
  }
}

.header-bottom-right .header-menu #menu .navbar-collapse .megamenu ul.childs_1 {
  min-width: 209px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom-right .header-menu #menu .navbar-collapse .megamenu ul.childs_1 {
    min-width: 177px;
  }
}

.header-middle-outer.closetoggle {
  display: none;
}

@media (max-width: 767px) {
  .header-middle-outer {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    z-index: 9999;
    left: calc(-1 * (100% - 54px));
    transition: left 0.3s ease 0s;
    -webkit-transition: left 0.3s ease 0s;
    -moz-transition: left 0.3s ease 0s;
    -ms-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    width: calc(100% - 54px);
    top: 0;
    overflow-y: scroll;
    border: 2px solid #dedede;
    padding: 0;
  }


  body {
    left: 0;
    transition: left 0.3s ease 0s;
    -webkit-transition: left 0.3s ease 0s;
    -moz-transition: left 0.3s ease 0s;
    -ms-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
  }

  body.nav-open {
    height: 100%;
    left: calc(100% - 54px);
    overflow: hidden;
    width: 100%;
    position: fixed;
    transition: left 0.3s ease 0s;
    -webkit-transition: left 0.3s ease 0s;
    -moz-transition: left 0.3s ease 0s;
    -ms-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
  }

  .responsive-bar {
    position: fixed;
    display: block;
    z-index: 9;
    float: left;
    padding: 20px 15px;
    cursor: pointer;
    background-color: transparent;
  }

  .nav-open .header-middle-outer {
    left: 0;
  }

  .header-middle-outer .nav-tabs>li {
    width: 33.33%;
    padding: 10px 0;
    text-align: center;
  }

  .nav-open .header-middle-outer #responsive-menu {
    display: block;
  }

  .header-static-block {
    border-top: 1px solid #ebebeb;
    position: fixed;
    bottom: 0;
    z-index: 999;
    display: block;
    width: 100%;
    height: 65px;
      background: #fff;
  }

.icon-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
}
.icon-block>div {
    font-size: 2vw;
    position: relative;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
}
.flex-icon i {
    color: #015294;
    font-size: 20px;
}
.flex-icon a {
    display: flex;
    flex-direction: column;
}

  .icon-block div .fa:before {
    content: "";
    background: url(../images/mobile-icon.png) no-repeat 0 0;
    top: 5px;
    left: 0;
    right: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    margin: 0 auto;
  }

  .icon-block .home_icon .fa:before {
    background-position: 0px 0px;
  }

  .icon-block .search_icon .fa:before {
    background-position: 0 -54px;
  }

  .icon-block .login_icon .fa:before {
    background-position: 0 -160px;
  }

  .icon-block .telephone_icon .fa:before {
    background-position: 0 -214px;
  }

  .icon-block .cart_icon .fa:before {
    background-position: 0 -110px;
  }

  #cart button.btn {
    display: none;
  }

  #cart .cart_responsive.btn {
    display: block;
  }

  #cart span#cart-total-res {
    right: 5px;
    position: absolute;
    top: 0px;
    margin: 0;
    padding: 0;
    display: block;
  }

  .cart_icon #cart span#cart-total-res {
    display: block;
  }

  .cart_icon #cart-total-mobile {
    position: absolute;
    top: 3px;
    right: 10px;
    background: red;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: .7em;
    color: white;
    z-index: 1;
  }

  .cart_icon #cart span#cart-text {
    display: block;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    float: none;
    padding: 26px 0 0;
    position: static;
  }

  .cart_icon #cart.cart_block button.btn {
    display: none;
  }

  .cart_icon #cart {
    padding: 0;
    display: inline-block;
    background: none;
    float: none;
    margin: 0 auto;
    width: auto
  }

  .cart_icon #cart>.cart_responsive {
    width: 100%;
    height: 30px;
    padding: 0;
    top: 5px;
    float: none;
    font-size: 14px;
    display: block;
    position: relative;
    background: url(../images/mobile-icon.png) no-repeat 17px -109px;
  }

  .cart_icon #cart:hover>.btn,
  .cart_icon #cart.open>.btn,
  .cart_icon #cart>.btn.active {
    background-position: -114px -110px;
  }

  #cart .btn:hover,
  #cart .btn:focus {
    color: #fa4251;
  }

  .cart_icon .cart_block {
    display: none;
  }

  .search_icon #search .input-lg {
    display: none;
  }

  .search_icon #search .btn-lg {
    width: 30px;
    height: 30px;
    font-size: 14px;
    background: url(../images/sprite.png) no-repeat 0 0;
  }

}

/*---------------------------------------
     breadcrumb
-----------------------------------------*/
.breadcrumb-container {
}

.breadcrumb {
  border-radius: 0;
  font-size: 14px;
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
    background-color: transparent !important;
}

.breadcrumb ul {
  float: right;
}

.breadcrumb ul li+li::before {
  content: "\f101";
  padding: 0 5px;
  font-family: 'FontAwesome';
}

.breadcrumb ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
}

.breadcrumb ul li a {
  color: #808080;
}

.breadcrumb ul li a:hover {
  color: #fff;
}

.breadcrumb li a {
  color:#95959e;
}

.breadcrumb h1 {
  color: #fff;
  float: left;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

/*---------------------------------------
    03.1 Banner
-----------------------------------------*/
/*-- Banner --*/
.banner a {
  display: block;
  position: relative;
  overflow: hidden;
}

.banner a img {
  width: 100%;
}

/*---------------------------------------
    03.1.1 Sub Banner
-----------------------------------------*/
.subbanner-section .owl-item:nth-child(odd) .cms-desc {
  left: auto;
  right: 26%;
  padding: 10px 22px;
}

.home-img a {
  width: 100%;
}

.owl-carousel.banner-carousel .owl-stage {
  margin-left: -15px;
  margin-right: -15px;
}

.owl-carousel.banner-carousel .owl-stage .owl-item {
  padding-left: 15px;
  padding-right: 15px;
}

.subbanner-section .home-img {
  overflow: hidden;
  margin: 10px 0;
  position: relative;
  border-radius: 5px;
}

.subbanner-section .home-img:hover img {
  transform: scale(1.1);
  transition: 0.3s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.subbanner-section .home-img img {
  transform: scale(1);
  transition: 0.3s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  border-radius: 5px;
  overflow: hidden;
}


.subbanner-section .cms-desc {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 7px;
  letter-spacing: 1px;
  position: absolute;
  top: 13%;
  width: auto;
  line-height: 18px;
  text-align: center;
  left: 17%;
  color: #808080;
}

.subbanner-section .cms-desc .cms-text1 b {
  color: #000;
}

.subbanner-section .cms-desc .cms-text2 {
  font-weight: 500;
  font-size: 18px;
  color: #000;
}

.hero-banner {
  float: right;
  width: 260px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-banner {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .hero-banner {
    width: 100%;
  }
}

/*---------------------------------------
    03.2.0 service
-----------------------------------------*/
/*-- service cms --*/
.shipping-outer {
  width: 100%;
}

.shipping-outer .shipping-inner {
  border-radius: 5px;
  display: flex;
}

.subtitle-part-inner {
  border: 1px solid #ccc;
  padding: 25px;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .shipping-outer .shipping-inner {
    padding: 10px 8px;
  }
}

.shipping-outer .shipping-inner h2 {
  font-size: 28px;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shipping-outer .shipping-inner h2 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shipping-outer .shipping-inner h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .shipping-outer .shipping-inner h2 {
    font-size: 22px;
  }
}

.shipping-outer .shipping-inner .subtitle-part {
  transition: 0.3s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  position: relative;
}

@media only screen and (max-width: 479px) {
  .shipping-outer .shipping-inner .subtitle-part {
    padding: 0 2px;
  }
}

.shipping-outer .shipping-inner .subtitle-part .subtitile {
  font-size: 20px;
  color: #000;
  font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shipping-outer .shipping-inner .subtitle-part .subtitile {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shipping-outer .shipping-inner .subtitle-part .subtitile {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .shipping-outer .shipping-inner .subtitle-part .subtitile {
    font-size: 14px;
  }
}

@media only screen and (max-width: 479px) {
  .shipping-outer .shipping-inner .subtitle-part .subtitile {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

.shipping-outer .shipping-inner .subtitle-part .subtitile .subtitle-part-image {
  margin: 0 15px 0 0;
  background-image: url(../images/services.png);
  background-color: #13293b;
  background-repeat: no-repeat;
  /*  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);*/
  width: 50px;
  height: 50px;
  float: left;
  transition: 0.3s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shipping-outer .shipping-inner .subtitle-part .subtitile .subtitle-part-image {
    float: none;
    margin: 10px auto;
  }
}

@media only screen and (max-width: 767px) {
  .shipping-outer .shipping-inner .subtitle-part .subtitile .subtitle-part-image {
    float: none;
    margin: 10px auto;
  }
}

.shipping-outer .shipping-inner .subtitle-part .subtitile2 {
  color: #808080;
  font-size: 14px;
  font-weight: normal;
}

@media only screen and (max-width: 479px) {
  .shipping-outer .shipping-inner .subtitle-part .subtitile2 {
    font-size: 11px;
    letter-spacing: 0;
  }
}

.subtitle-part.subtitle-part1 .subtitle-part-image {
  background-position: 10px 13px;
}

.subtitle-part.subtitle-part2 .subtitle-part-image {
  background-position: 10px -48px;
}

.subtitle-part.subtitle-part3 .subtitle-part-image {
  background-position: 10px -109px;
}

/*---------------------------------------
   3.2 Products
-----------------------------------------*/
.h-440 {
  height: 386px;
}

.category-div {
  width: 205px;
  font-size: 17px !important;
}

.category_product .productcategory_thumb img {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  overflow: hidden;
}

.category_product .tag {
  position: absolute;
  right: 15px;
  font-weight: 500;
  width: 34px;
  height: 63px;
  z-index: 5;
  color: #333;
  text-align: center;
  line-height: 16px;
  padding: 2px;
  z-index: 6;
  background: url(../images/salebg.png) no-repeat 0 0;
}

.category_product h4 {
  position: absolute;
  text-align: center;
  right: 0;
  left: 0;
  font-size: 22px;
  margin-top: 10px;
  z-index: 2;
}

.category-thumb {
  overflow: hidden;
  position: relative;
  transition: all ease-in-out 0.4s;
  transform: perspective(400px) rotateY(0deg);
  cursor: pointer;
}

.category-thumb .category-thumb-front {
  height: 100%;
  background: #fff;
  /* display: inline-flex; */
  align-items: center;
  width: 100%;
  opacity: 1;
  visibility: visible;
  transition: all ease-in-out 0.4s;
  z-index: 1;
  /*  border: none;*/
  padding: 2px;
}

.category-thumb .category-thumb-back {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  /*background: #6aa510;*/
  color: #fff;
  transition: all ease-in-out 0.5s;
  transform: rotateY(180deg);
  padding: 0px;
}

.category-offer-title-back {
  color: white;
  text-align: center;
  vertical-align: middle;
  /*  position: absolute;*/
  bottom: 0px;
  color: white;
  text-align: center;
  vertical-align: middle;
  background: rgb(0 0 0 / 31%);
  padding: 11px 0px;
  /* opacity: .5; */
  width: 100%;
  margin: 0px;
}

.category-thumb:hover {
  /*transform: perspective(400px) rotateY(180deg);*/
}

.category-thumb:hover .category-thumb-back {
  /*opacity: 1;*/
  /*visibility: visible;*/
  /*background: transparent;*/
}

.category-thumb:hover .category-offer-title-back {

  /*background: transparent;*/
}

.category_product h4.category-offer-title {
  position: absolute;
  text-align: center;
  right: 0;
  left: 0;
  font-size: 16px;
  margin-top: 10px;
  padding: 0 15px;
  z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category_product h4 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category_product h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .category_product h4 {
    font-size: 14px;
  }
}

.category_product .col-sm-9.right_block .product-layout {
  float: left;
}

.category_product2 .product-layout {
  float: left;
}

.category_product2 .right_block {
  text-align: right;
}

.viewall:hover {
  background-color: #84c225;
  transition: 0.3s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.viewall:hover a {
  color: #fff;
  transition: 0.3s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.grid .product-items,
.product-grid .product-items {
  float: left;
  /*min-height: 540px;
  max-height: 540px;*/
}


@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .grid .product-items,
  .product-grid .product-items {
    /*width: 25%;*/
  }
}

.product-thumb {
  margin: 0 0px 12px;
  padding: 0;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 5%);
  border-radius: 5px;
  background: #fff;

}

.product-thumb:hover {
  box-shadow: 2px 2px 8px rgb(193 193 193 / 55%);
}

.offer-container {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 1;
}

.offer-container.mycart {
  position: static !important;
}

.offer-container.product-detail-page {
  position: static;
  display: flex;
}

.offer-container .discount {
  /* background: #015294; */
  background: #ff9cae;
  padding: 0px 3px;
  color: white;
  font-size: 9px;
  user-select: none;
  cursor: pointer;
  display: inline-flex;
}

.offer-container .discount.b-g-offer:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #84c225;
  top: 1px;
  position: absolute;
  left: 47px;
}

.offer-container .offer {
  position: relative;
}

/*.offer-container .discount.b-g-offer.mycart:after
{
    top: 1px;
    position: absolute;
    left: 38px;
}*/
.wishlist-container {
  position: absolute;
  top: 10px;
  right: 11px;
  z-index: 1;
  background: #f5f5f5;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 4px;
  line-height: 34px;
}

.wishlist-container .wishlist i.fa.heart {
  color: #13293b;
  font-size: 18px;
  cursor: pointer;
}

.fa.fa-thumbs-down.dislike {
  color: red;
}

.product-thumb .product-type-container .product-nature.veg-nonveg {
  position: absolute;
  top: 150px;
  z-index: 1;
  right: 20px;
}

.product-thumb .product-type-container .product-nature.eaten {
  position: absolute;
  top: 150px;
  z-index: 1;
  left: 20px;
}

.product-thumb .product-type-container .product-nature img {
  width: 20px;
}

.product-thumb .express-delivery-container {
  display: inline-block;

}

.product-thumb .express-delivery-container span {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  text-align: center;
}

.product-thumb .express-delivery-container img {
  width: 20px !important;
}

.product-thumb .image {
  text-align: center;
  position: relative;
  border-radius: 5px;
  /*padding-top: 5px;*/
}

.product-thumb .image .first_image {
  opacity: 1;
}

.product-thumb .image .swap_image {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.product-image {
  min-height: 219.19px;
  max-height: 168px;
  padding: 15px;
  object-fit: cover;
}

.product-thumb .image img.product-image:hover {
  -webkit-transform: translateY(-5px);
  overflow: hidden;
}

.product-thumb:hover .swap_image {
  opacity: 1;
}

.product-thumb .product-details {
  margin: 10px 0 0;
  position: relative;
  padding: 0px 15px 15px;
  overflow: hidden;
}

.product-thumb .product-details .caption {
  display: block;
  position: relative;
}

.product-thumb .product-details .caption h4 {
  /*float: left;*/
  margin: 0px;
  position: static;

}

.product-thumb .product-details .caption h4 a {
  font-size: 14px;
  width: auto;
  line-height: 20px;
  display: -webkit-box;
  /*max-height: 2.2rem;*/
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  font-weight: 600;



}

.product-detail-price {
  color: #ed3035;
  font-weight: 500;
  font-size: 18px;
}

.product-thumb .product-details .caption .price {
  color: #222222;
  vertical-align: middle;
  margin: 0;
  font-weight: 400;
  /*float: right;*/
  /*clear: right;*/
  line-height: 21px;
  letter-spacing: 0;
  /*  text-align: center;*/
  font-size: 18px;
  padding: 5px 0;
}

.product-thumb .product-details .caption .price .price-tax {
  display: none;
}

.product-thumb .product-details .caption .desc {
  display: none;
}

.product-thumb .product-details .caption .product_option {
  width: 100%;
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

.product-thumb .product-details .caption .product_option .form-group {
  margin: 0;
}

.product-thumb .product-details .caption .product-variant-cut-price {
  text-decoration: line-through;
  padding-left: 5px;
}

.product-thumb .product-details .caption .product_option .form-group .form-control {
  height: 30px;
  margin: 0;
  padding: 0 5px;
  font-size: 12px;
}

.product-thumb .product-details .caption .product_option .input-group {
  display: block;
}

.product-thumb .product-details .caption .product_option .input-group .qty {
  margin: 0 6px;
}

.product-thumb .product-details .caption .product_option .input-group .form-control {
  height: 26px;
  padding: 0 5px;
  font-size: 12px;
  float: left;
  width: 47px;
}

.product_option .instock-btn, .product-contact-us-btn {
  position: relative;
  width: 100%;
  border: none;
  border-radius: 3px;
  padding: 3px;
  color: #fff;
  background: #13293b;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 5px !important;
}

.product-details:hover .instock-btn, .product-details:hover .product-contact-us-btn  {
  background: #222;
}

.product_option .outofstock-btn {
  /*width: 80px;*/
  position: relative;
  width: 100%;
  border: none;
  padding: 3px 15px 3px 40px;
  color: #fff;
  /*float: right;*/
  background: #ea7e21;
}
a.product-contact-us-btn:hover {
    color: #fff;
}

.product-thumb .product-details .caption .product_option .item-addtocart-loader {
  width: 100%;
  text-align: center;
  position: absolute;
  padding: 3px 15px 3px 15px;
  background: #015294;
}

.combo-action-container .item-addtocart-loader {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  /*padding: 3px 15px 3px 15px;*/
  /*background: #84c225;*/
  z-index: 99999999;
  /*top: 5px;*/
  left: 0;
  user-select: none;
}

.product-thumb .product-details .caption .price-placeholder-loader {
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 3px 15px 3px 15px;
  text-align: center;
  background: #f7f7f7;
}

.product-thumb .product-details .caption .product_option .instock-btn:hover {
  /*  background: url(../images/cart.png) no-repeat scroll 73px 8px #015294;*/
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-thumb .product-details .caption .product_option .addtocart {
    padding: 0 10px 0 30px;
  }
}

@media only screen and (max-width: 479px) {
  .product-thumb .product-details .caption .product_option .addtocart {
    /*
    background: #015294;
    width: 40% !important;
    padding: 0;
    margin-top: -35px;
*/
  }

  .col-sm-6 {
    width: 50%;
    margin-bottom: 5px;
  }

  .instock-btn,
  .outofstock-btn {
    border-radius: 30px;
  }

  .product_option .instock-btn {

    /* background: url(../images/cart.png) no-repeat scroll 40px 8px #ff9cae;*/
  }

  .product-thumb .product-details .caption .product_option .addtocart:hover {
    /* background: url(../images/cart.png) no-repeat scroll 40px 8px #015294;*/
  }


  i#start-record-btn-sss {
    color: #015294;
  }

  /*.searches{
    margin-top: 10px;
    margin-left: 15px;
    width: 40%;
    display: block;
  }*/
  .breadcrumb-container {
    display: none !important;
  }

  .newss {
    margin-top: -62px;
    height: 39px;
    margin-left: 249px;
    background: #015294;
    font: caption;
    color: wheat;
  }

  input#GlobalSearchInput {
    width: 244px;
  }


  div#myHeader {
    padding: 0px 0 !important;
  }

  h2.log_mob {
    display: block !important;
    margin-left: 95px;
  }



  .voice-search-btn i {
    font-size: 21px;
    color: #f80696;
  }

  .image.product-image-container {
    /*    width: 150px;*/
  }

  img.product-image {
    /*min-height: 0px;*/

  }

  .first.product-details {
    /*
    width: 170px !important;
    margin-top: -160px !important;
    margin-bottom: 23px !important;
    margin-left: 148px !important;
    background-color: white !important;
*/
  }

  img.first.product-image {
    height: 38%;
    min-height: 0px;
  }

  .first.price.product-variant-price-container {
    margin-right: 26px !important;
  }



  select.form-control.variant-list {
    /* margin-left: 94px !important;*/
    width: 147px;
    /*  margin-top: -27px !importan;*/
  }

  .first.wishlist-container {
    margin-top: 14px;
    margin-right: 185px;
  }
}

.addedcart-container {
  margin-top: 0px;
  width: 100%;
}
.contact-us-container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin: 15px 0;
    font-size: 14px;
}
.contact-us-container span i {
    color: #015294;
    font-size: 18px;
    margin-right: 5px;
}
.combo-action-container .addedcart-container {
  position: relative;
  margin-top: 10px;
  display: flex;
  width: 100%;

}

.cart-action-btn-container {
  width: 30px;
  height: 30px;
}
/*
.cart-action-btn-container-new, .cart-action-qty-input{
  width: 100%;
  height: 30px;
  border-radius: 5px;
}
*/

.cart-action-btn-container .cart-action-btn,
.cart-action-btn-container-new .cart-action-btn,
.cart-action-btn-container .cart-action-btn {
  background: #13293b;
  outline: none;
  border: none;
  padding: 0px 10px;
  width: 30px;
  height: 30px;
  color: white;
  font-weight: 500;
  border-radius: 4px;
}

.cart-action-btn-container .cart-action-btn:hover {
  background: #13293b;
}

.cart-action-btn-container .cart-action-btn:active {
  background: #13293b;
}

.addedcart-container .quantity-container {
  width: 30px;
  text-align: center;
}

.addedcart-container .quantity-container .quantity {
  height: 100%;
  width: 100%;
  display: block;
  line-height: 30px;
  user-select: none;
}

.product-list .product-thumb {
  border: 0;
}

.product-list .product-thumb .image {
  background: #f5f5f5 none repeat scroll 0 0;
  float: left;
  width: 32%;
  border: 1px solid #ebebeb;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-list .product-thumb .image {
    max-width: 280px;
    width: auto;
  }

  .breadcrumb-container {
    display: none !important;
  }

  .newss {
    margin-top: -62px;
    height: 39px;
    margin-left: 249px;
    background: #f8109b;
    font: caption;
    color: wheat;
  }

  input#GlobalSearchInput {
    width: 244px;
  }

  .header_img_final {
    max-width: 140px;
  }

  div#myHeader {
    padding: 0px 0 !important;
  }

  h2.log_mob {
    display: block !important;
    margin-left: 95px;
  }

  div#showSearchDiv {
    margin-top:0;
    margin-left:0;
  }

  div#search {
    display: block;
    margin-top: 50px;
    width: 180px;
    margin-right: 85px;
    margin-left: -184px;
    width: 299px;
    margin-bottom: 10px;
    width: 280px !important;
  }

  .voice-search-btn i {
    font-size: 21px;
    color: #f80696;
    margin-left: -21px;
  }

  .image.product-image-container {
    /*    width: 150px;*/
  }

  .product-details {
    width: 203px;
    margin-top: -134px;
    margin-bottom: 6px;
    margin-left: 141px;
    background-color: white;
  }

  img.product-image {
    height: 38%;
  }

  .price.product-variant-price-container {
    margin-left: -102px;
  }

  select.form-control.variant-list {
    margin-left: 94px;
    width: 95px;
    margin-top: -27px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }



  i#start-record-btn-sss {
    color: #015294;
  }

  /*.search{
    margin-top: 10px;
    margin-left: 15px;
    width: 40%;
    display: block !important;
  }*/
  .breadcrumb-container {
    display: none !important;
  }

  .newss {
    margin-top: -62px;
    height: 39px;
    margin-left: 249px;
    background: #f8109b;
    font: caption;
    color: wheat;
  }

  input#GlobalSearchInput {
    width: 244px;
  }


  div#myHeader {
    padding: 0px 0 !important;
  }

  h2.log_mob {
    display: block !important;
    margin-left: 95px;
  }

  .voice-search-btn i {
    font-size: 21px;
    color: #f80696;
  }

  .image.product-image-container {
    /*    width: 150px;*/
  }

  .product-details {
    /*    width: 180px !important;*/
    margin-top: -134px;
    margin-bottom: 6px;
    margin-left: 141px;
    background-color: white;
  }

  img.product-image {
    /*height: 38%;*/
  }

  .price.product-variant-price-container {
    margin-left: -102px;
  }

  select.form-control.variant-list {
    /*    margin-left: 4px !important;*/
    width: 45%;
    margin-top: -27px;
  }

  .first.wishlist-container {
    margin-top: 15px;
    margin-right: 220px;
  }
}

@media only screen and (max-width: 767px) {
  .product-list .product-thumb .image {
    max-width: 280px;
    width: auto;
  }
}

.product-list .product-thumb .product-details {
  float: left;
  width: 63%;
  text-align: left;
  border: none;
  margin: 0 0 0 3%;
  padding: 20px;
  min-height: 280px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-list .product-thumb .product-details {
    float: none;
    width: 100%;
    display: inline-block;
    margin: 15px 0;
  }
}

@media only screen and (max-width: 767px) {
  .product-list .product-thumb .product-details {
    float: none;
    width: 100%;
    display: inline-block;
    margin: 15px 0;
  }
}

.product-list .product-thumb .product-details .caption {
  display: block;
}

.product-list .product-thumb .product-details .caption h4 {
  float: none;
}

.product-list .product-thumb .product-details .caption .price {
  float: left;
  margin: 10px 0;
}

.product-list .product-thumb .product-details .caption .desc {
  margin: 10px 0;
  line-height: 25px;
  clear: left;
  float: left;
  width: 100%;
  display: block;
}

/*---------------------------------------
    Category page css
-----------------------------------------*/
/*---------------------------------------
    Column-left and Column-Right css
-----------------------------------------*/
#column-left #category-menu .nav-responsive ul li {
  padding-left: 10px;
}

#column-left #category-menu .nav-responsive ul li a {
  padding: 15px 0px;
  display: block;
  width: 100%;
}

#column-left #category-menu .nav-responsive ul li:hover {
  background-color: none;
}


#column-left .filter p {
  margin: 0;
}

#column-left .filter input#amount {
  border: 0;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  width: 140px;
}

.product-layout-left,
.product-layout-right {
  display: flex;
}

/*---------------------------------------
    Grid List  css
-----------------------------------------*/
.category-page-wrapper {
  border-bottom: 1px solid #ebebeb;
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  padding: 10px;
}

.category-page-wrapper .list-grid-wrapper .btn-list-grid .grid-view {
  background: transparent url("../images/gridlist.png") no-repeat scroll 0 5px;
}

.category-page-wrapper .list-grid-wrapper .btn-list-grid .grid-view.active {
  background: transparent url("../images/gridlist.png") no-repeat scroll 0 -30px;
}

.category-page-wrapper .list-grid-wrapper .btn-list-grid .grid-view::after {
  border-right: 1px solid #ccc;
  content: "";
  height: 20px;
  position: absolute;
  right: -10px;
  top: 2px;
}

.side-category-list-wrapper.active {
  background-color: #e0e0e0;
}

.category-page-wrapper .list-grid-wrapper .btn-list-grid .list-view {
  background: transparent url("../images/gridlist.png") no-repeat scroll -33px 5px;
}

.category-page-wrapper .list-grid-wrapper .btn-list-grid .list-view.active {
  background: transparent url("../images/gridlist.png") no-repeat scroll -33px -30px;
}

.category-page-wrapper .list-grid-wrapper .btn-list-grid .btn.btn-default.list-view,
.category-page-wrapper .list-grid-wrapper .btn-list-grid .btn.btn-default.grid-view {
  padding: 12px;
  border: none;
  outline: none;
  z-index: 0;
  margin: 0 20px 0 0;
}

.category-page-wrapper .list-grid-wrapper,
.category-page-wrapper .page-wrapper,
.category-page-wrapper .sort-wrapper {
  margin: 0px;
}

.category-page-wrapper .sort-wrapper .control-label,
.category-page-wrapper .page-wrapper .control-label {
  margin: 5px 10px 0 0;
}

.category-page-wrapper .sort-wrapper .sort-inner,
.category-page-wrapper .sort-wrapper .limit,
.category-page-wrapper .page-wrapper .sort-inner,
.category-page-wrapper .page-wrapper .limit {
  float: left;
}

.category-page-wrapper .sort-wrapper .sort-inner .form-control,
.category-page-wrapper .sort-wrapper .limit .form-control,
.category-page-wrapper .page-wrapper .sort-inner .form-control,
.category-page-wrapper .page-wrapper .limit .form-control {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  height: auto;
  line-height: normal;
}

/*---------------------------------------
    Product Detail page css
-----------------------------------------*/
#product .button-group {
  top: 5px;
  opacity: 0;
  left: -42px;
  position: absolute;
  transition: all 0.6s ease 0s;
}

#product .button-group span {
  display: none;
}
}

/*---------------------------------------
   3.2.1 category
-----------------------------------------*/
/* featured category */
.category-banner-block {
  float: left;
  width: 100%;
  margin: 10px 0 20px;
}

.category-banner-block h3 {
  font-size: 22px;
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 8px;
  margin: 0 0 16px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
}

.category-banner-block .product-layout .product-thumb {
  padding: 5px;
  float: none;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  margin: 0 0px 16px;
}

.category-banner-block .product-layout .product-thumb .caption.categoryname h4 {
  background: #f2f2f2;
  margin: 0 0 10px;
  padding: 5px;
  width: 100%;
  line-height: 24px;
  text-align: center;
  color: #000;
  font-weight: normal;
  font-size: 14px;
}

/*---------------------------------------
    3.3 Product detail page  css
-----------------------------------------*/
.prodetail.caption .rating .fa-stack {
  height: 12px;
  line-height: 1;
  width: 12px;
  font-size: 12px;
}

.prodetail.caption .rating .fa-stack .fa.fa-star-o.fa-stack-1x,
.prodetail.caption .rating .fa-stack .fa.fa-star.fa-stack-x {
  color: #b2b2b2;
}

.prodetail.caption .rating .fa-stack .fa.fa-star.fa-stack-1x {
  color: #fa4251;
}

.prodetail.caption #product .qty {
  width: auto;
  display: inline-block;
  float: left;
}

.prodetail.caption #product .button-group {
  top: 0;
  opacity: 1;
  left: -42px;
  position: static;
  float: left;
}

.prodetail.caption #product .button-group .wishlist,
.prodetail.caption #product .button-group .compare,
.prodetail.caption #product .button-group .add-to-cart {
  display: inline-block;
}

.prodetail.caption #product .button-group .add-to-cart span {
  width: 90px;
  border: none;
  padding: 6px 25px 0 40px;
  color: #fff;
  float: right;
  background: url(../images/cart.png) no-repeat scroll 15px 12px #84c225;
  display: block;
  height: 36px;
  margin: 0 15px;
}

.prodetail.caption #product .button-group .add-to-cart:hover span {
  background: url(../images/cart.png) no-repeat scroll 15px 12px #da251d;
}

.prodetail.caption #product .button-group .wishlist span,
.prodetail.caption #product .button-group .compare span {
  float: left;
  color: #fff;
  height: 36px;
  width: 36px;
  display: block;
  font-size: 16px;
  text-align: center;
  background: #848484;
  padding: 6px;
}

.prodetail.caption #product .prodbottominfo {
  display: inline-block;
  width: 100%;
}

.prodetail.caption #product .prodbottominfo ul li {
  display: inline-block;
  margin: 0 3px;
  border: 1px dashed #ebebeb;
  padding: 5px;
  background: #f7f7f7;
}

.prodetail.caption #product .prodbottominfo ul li img {
  width: 25px;
  height: 25px;
}

.thumbnails img {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}

#product-thumbnail .image-additional .thumbnail {
  margin: 10px 5px;
  padding: 4px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.related_pro .product-grid {
  margin: 0 8px;
}

/*---------------------------------------
    3.4 Checkout
-----------------------------------------*/
.card {
  border-radius: 0;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
    border: 0;
    border-radius: 10px;
    margin-bottom: 30px;
}
.card .card-header h4 {
    line-height: 36px;
    margin: 0;
    display: inline-block;
    color: #64748b;
    font-weight: 400;
    letter-spacing: 1px;
    width: 100%;
    font-size: 22px;
}
.card .card-header {
    background-color: transparent;
}
.card .card-header h4 a {
  width: 100%;
}

.card .card-header h4 a i {
  float: right;
}

.card .card-body {
  overflow: hidden;
}
.factory_details_form_div {
    border: 1px solid #eeeeee;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}
/*---------------------------------------
    3.5 Blog
-----------------------------------------*/
/*-- Blog --*/
.blog .box-holder {
  padding: 0 10px;
}

.blog .box-holder .thumb a.post-img {
  background: #000;
}

.blog .box-holder .thumb .date-time {
  background: #fff none repeat scroll 0 0;
  color: #fa4251;
  float: right;
  font-size: 12px;
  left: 20px;
  padding: 5px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 10px;
  z-index: 9;
}

.blog .box-holder .thumb .date-time .day {
  color: #000;
 
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog .box-holder .thumb .date-time .day {
    font-size: 20px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .blog .box-holder .thumb .date-time .day {
    font-size: 20px;
    line-height: 20px;
  }
}

.blog .box-holder .thumb .post-info {
  display: inline-block;
  position: absolute;
  padding: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog .box-holder .thumb .post-info {
    padding: 15px;
    position: relative;
    background: #202020;
  }
}

@media only screen and (max-width: 767px) {
  .blog .box-holder .thumb .post-info {
    position: relative;
    background: #202020;
  }
}

.blog .box-holder .thumb .post-info h5 a {
  color: #fa4251;
  font-weight: 500;
  letter-spacing: 1px;
}

.blog .box-holder .thumb .post-info p {
  color: #fff;
}

.blog .box-holder .thumb .post-info .view-blog {
  border-top: 1px dashed #ccc;
  margin-top: 10px;
  padding-top: 10px;
}

.blog .box-holder .thumb .post-info .view-blog .write-comment a,
.blog .box-holder .thumb .post-info .view-blog .read-more a {
  color: #fff;
}

.blog .box-holder .thumb .post-info .view-blog .write-comment:hover a,
.blog .box-holder .thumb .post-info .view-blog .read-more:hover a {
  color: #a4a4a4;
}

.blog .box-holder .thumb:hover .post-info {
  bottom: 0;
}

.blog .box-holder .thumb:hover a img {
  opacity: 0.3;
}

/*---------------------------------------
    Blog Page
-----------------------------------------*/
#left-blog .blog-item .post-format {
  float: left;
}

#left-blog .blog-item .post-info {
  float: left;
}

.blog-category li {
  margin: 0 0 10px;
}

.blog-item {
  display: inline-block;
  float: left;
}

.blog-item .post-type {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  color: #000;
  cursor: default;
  font-size: 20px;
  height: 40px;
  left: 25px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 40px;
}

/*---------------------------------------
    Single Blog Page
-----------------------------------------*/
.author-avatar,
.comment-avatar {
  float: left;
  margin-right: 20px;
  width: 80px;
}

.comment-body {
  position: relative;
}

.comment-body .comment-main .comment-reply {
  position: absolute;
  top: 0;
  right: 0;
}

/*---------------------------------------
    3.6 Login & Register
-----------------------------------------*/
/*-- Login --*/
.login {
  text-align: center;
  margin: 0 auto;
}

.login h3 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}

.login p {
  font-size: 14px;
  line-height: 23px;
  max-width: 500px;
}

.login form {
  max-width: 450px;
  width: 100%;
  clear: both;
  /*float: left;*/
}

.login form a {
  /*float: right;*/
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  display: inline-block;
  margin-bottom: 15px;
}

.login form a:hover {
  color: #202020;
}

/*-- Social Login --*/
.social-login {
  margin: auto;
  background: #f5f5f5;
  padding: 45px;
  text-align: center;
}

.social-login h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 45px;
}

.social-login a {
  width: 250px;
  height: 50px;
  padding: 10px 50px 10px 30px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  position: relative;
  margin-bottom: 20px;
}

.social-login a i {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  right: 4px;
  top: 4px;
  transition: all 0.3s ease 0s;
}

.social-login a.facebook-login {
  background-color: #3b5998;
}

.social-login a.facebook-login i {
  color: #3b5998;
}

.social-login a.twitter-login {
  background-color: #1dcaff;
}

.social-login a.twitter-login i {
  color: #1dcaff;
}

.social-login a.google-plus-login {
  background-color: #015294;
}

.social-login a.google-plus-login i {
  color: #015294;
}

.social-login a:last-child {
  margin-bottom: 0;
}

/*-- Register --*/
.register {
  text-align: center;
  margin: 0 auto;
}

.register h3 {
  font-size: 26px;
  font-weight: 400;
   margin-bottom: 20px; 
}

.register p {
  /*font-size: 14px;
  line-height: 23px;
  max-width: 500px;*/
}

/*-- Account Image --*/
.account-image {
  background: #f5f5f5;
  padding: 30px;
  width: 100%;
  text-align: center;
}

.account-image h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 35px;
}

.account-image .image-placeholder {
  max-width: 100%;
  margin-bottom: 35px;
}

.account-image .account-image-upload {
  margin-bottom: 10px;
}

.account-image .account-image-upload input {
  display: none;
}

.account-image .account-image-upload input+label {
  line-height: 28px;
  padding: 10px 46px 10px 20px;
  border: 1px solid #999999;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  width: 320px;
  text-align: left;
  position: relative;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .account-image .account-image-upload input+label {
    width: 250px;
  }
}

@media only screen and (max-width: 479px) {
  .account-image .account-image-upload input+label {
    width: 250px;
  }
}

.account-image .account-image-upload input+label::before {
  position: absolute;
  right: 4px;
  top: 3px;
  content: "\f07c";
  font-family: Fontawesome;
  width: 42px;
  height: 42px;
  background-color: #ddd;
  color: #202020;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
}

.account-image p {
  font-size: 12px;
  font-weight: 400;
  color: #808080;
  text-transform: uppercase;
  line-height: 16px;
}

/*---------------------------------------
    3.7 Team
-----------------------------------------*/
.team_grid .team3col .team-detail {
  padding: 0 10px;
}

.team_grid .team3col .team-detail .team-item-img {
  filter: grayscale(100%);
}

.team_grid .team3col .team-detail:hover .team-item-img {
  filter: grayscale(0%);
}

.team_grid .team3col .team-detail .team-designation,
.team_grid .team3col .team-detail .team-title {
  text-transform: uppercase;
}

.team_grid .team3col .social li {
  background: #dfdfdf none repeat scroll 0 0;
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
}

.team_grid .team3col .social li a i {
  margin: 12px;
}

.team_grid .team3col .social li:hover a {
  color: #000;
}

/*---------------------------------------
    3.8 Brands
-----------------------------------------*/
#brand_carouse {
  border-bottom: 1px solid #ebebeb;
}

#brand_carouse .brand .product-thumb {
  border: 0;
  border-radius: 5px;
  margin: 0 8px;
  padding: 14px 20px;
}

#brand_carouse .brand .product-thumb a img {
  /*opacity: 0.4;*/
}

#brand_carouse .brand .product-thumb a:hover img {
  opacity: 1;
}

/*---------------------------------------
    3.9 About
-----------------------------------------*/
.about-heading {
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 2px solid #000;
  display: inline-block;
  font-size: 30px;
}

.about-heading span {
  font-weight: 300;
}

#p_line .progress {
  height: 10px;
  margin-bottom: 30px;
  overflow: visible;
  position: relative;
  height: 25px;
  box-shadow: none;
  border-radius: 0;
  background-color: #ddd;
}

#p_line .progress .progress-bar {
  box-shadow: none;
  position: relative;
  -webkit-animation: animate-positive 2s;
  animation: animate-positive 2s;
}

#p_line .progress .progress-bar:after {
  border-color: transparent;
  border-image: none;
  border-style: solid;
  border-width: 12px 6px 14px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -26px;
}

#p_line .progress-value {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  position: absolute;
  top: -40px;
  right: 0;
}

#p_line .progress-type {
  position: absolute;
  left: 0px;
  padding: 0px 10px;
  color: white;
}

#p_line .progress-completed {
  position: absolute;
  right: 0px;
  padding: 0px 10px;
  color: #000;
}

/*---------------------------------------
    3.10 Testimonial
-----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .Testimonial {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .Testimonial {
    margin-top: 30px;
  }
}

.Testimonial .client .client-detail p {
  color: #fff;
  margin-right: 20px;
}

.Testimonial .client .client-avatar {
  float: left;
  height: 100px;
  width: 100px;
  margin-right: 30px;
}

.Testimonial .client .client-avatar img {
  border-radius: 50%;
  width: auto !important;
}

.Testimonial .client .client-title {
  text-transform: uppercase;
}

.Testimonial .client .client-title,
.Testimonial .client .client-designation {
  color: #fff;
  display: inline-block;
  margin-top: 5px;
}

.Testimonial .client .client-designation {
  color: #fa4251;
}

.Testimonial .client .fa.fa-quote-left {
  margin-right: 10px;
  font-size: 14px;
  color: #fff;
}

.Testimonial .owl-dots {
  right: 0;
  position: absolute;
  bottom: 50%;
  top: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.Testimonial .owl-dot {
  display: block;
  line-height: 1;
}

.Testimonial .owl-dot span {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 14px;
  margin: 4px;
  width: 14px;
}

.Testimonial .owl-dot.active>span {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #fa4251;
  border-radius: 50%;
  display: inline-block;
  height: 14px;
  margin: 4px;
  width: 14px;
}

/*---------------------------------------
    3.11 owl navigation
-----------------------------------------*/
.product-tab-section .owl-nav,
#latest .owl-nav,
#Blog .owl-nav,
.related_pro .owl-nav {
  right: 10px;
}

@media only screen and (max-width: 767px) {
  .tab-content .owl-nav {
    top: -82px;
  }
}

.main-banner:hover .owl-nav {
  opacity: 1;
  transition: 0.5s;
}

.main-banner:hover .owl-nav .owl-prev {
  left: 20px;
}

.main-banner:hover .owl-nav .owl-next {
  right: 20px;
}

.owl-nav {
  right: 0px;
  position: absolute;
  top: 50%;
  width: 100%;
  opacity: 0;
}

.owl-nav div {
  background: #f5f5f5 url("../images/sprite.png") no-repeat scroll -199px -407px;
  height: 40px;
  width: 40px;
  font-size: 0px;
  position: absolute;
  transition: 0.5s;
  border-radius: 5px;
}

.owl-nav .owl-prev {
  background-position: 0 -407px;
  opacity: 1;
  left: 0px;
}

.owl-nav .owl-prev:hover {
  background-position: 0 -452px;
  transition: 0.5s;
  background-color: #13293b;
}

.owl-nav .owl-next {
  left: auto;
  opacity: 1;
  right: 0;
}

.owl-nav .owl-next:hover {
  background-position: -199px -452px;
  transition: 0.5s;
  background-color: #13293b;
  ;
}

.owl-dots {
  text-align: center;
}

.owl-dot {
  display: inline-block;
  margin: 0px 4px;
}

.owl-dot span {
  display: block;
  width: 11px;
  height: 11px;
  background: #000;
  border-radius: 20px;
  opacity: 1;
  transition: 0.5s;
}

.owl-dot.active span,
.owl-dot:hover span {
  background-color: #f80395;
  opacity: 1;
  color: #f80395;
  width: 25px;
  transition: 0.5s;
}

#product-thumbnail .owl-nav {
  top: 40px;
}

#product-thumbnail .owl-nav .owl-prev {
  left: 0;
}

/*---------------------------------------
    3.12 NEWSLETTER
-----------------------------------------*/
.newsletters {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  position: relative;
  padding: 3.5rem 0;
  border-radius: 12px;
  margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.newsletters h2 {
  font-size: 28px;
  color: #fff;
  font-weight: 400;
  margin: 12px 0;
}

.newsletters:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/newsletter.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  border-radius: 12px;
}

.newsletters-inner {
  display: flex;
  flex-direction: column;
  padding-left: 282px;
  max-width: 800px;
        position: relative;
    z-index: 1;

}

button.btn.btn-info.subscribed.waves-effect.waves-light {
  position: absolute;
  top: 8px;
  right: 19px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletters h2 {
    font-size: 20px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 767px) {
  .newsletters h2 {
    font-size: 20px;
    letter-spacing: 0;
  }
}

.newsletters input {
  background: #fff;
  border: none;
  color: #808080;
  float: left;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  height: 40px;
  margin: 0 20px 0 0px;
  padding: 0 10px;
  width: 500px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletters input {
    width: 270px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletters input {
    width: 245px;
  }
}

@media only screen and (max-width: 767px) {
  .newsletters input {
    margin-top: 20px;
    width: 290px;
  }
}


.newsletters .news-form.pull-right .form-group {
  margin-bottom: 0;
  padding-top: 7px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .newsletters .news-form.pull-right {
    float: left;
  }
}

/*---------------------------------------
    NEWSLETTER-POPUP
-----------------------------------------*/
.newsletter-popup,
.success_msg {
  background: #f0f0f0;
  box-shadow: 0 4px 5.94px 0.06px rgba(0, 0, 0, 0.13);
  height: auto;
  left: 0;
  margin: 0 auto;
  position: fixed;
  right: 0;
  top: 20%;
  width: 750px;
}

@media only screen and (max-width: 767px) {

  .newsletter-popup,
  .success_msg {
    width: auto;
    margin: 30px;
  }
}

.newsletter-popup .newsletter-popup-top,
.success_msg .newsletter-popup-top {
  width: 290px;
}

@media only screen and (max-width: 767px) {

  .newsletter-popup .newsletter-popup-top,
  .success_msg .newsletter-popup-top {
    width: 50%;
  }
}

@media only screen and (max-width: 575px) {

  .newsletter-popup .newsletter-popup-top,
  .success_msg .newsletter-popup-top {
    width: 100%;
    text-align: center;
  }
}

.newsletter-popup .newsletter-popup-top .popup-text .popup-title,
.success_msg .newsletter-popup-top .popup-text .popup-title {
 
  font-size: 80px;
  line-height: 60px;
  text-transform: capitalize;
  color: #000000;
  font-weight: 500;
  padding-bottom: 0px;
}

@media only screen and (max-width: 767px) {

  .newsletter-popup .newsletter-popup-top .popup-text .popup-title,
  .success_msg .newsletter-popup-top .popup-text .popup-title {
    font-size: 60px;
    line-height: 50px;
  }
}

.newsletter-popup .newsletter-popup-top .popup-text .popup-title span,
.success_msg .newsletter-popup-top .popup-text .popup-title span {
  font-size: 24px;
  margin-left: -3%;
}

.newsletter-popup .newsletter-popup-top .popup-text .popup-desc,
.success_msg .newsletter-popup-top .popup-text .popup-desc {
  padding: 20px 20px;
  color: #000000;
  text-transform: uppercase;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  line-height: 17px;
}

.newsletter-popup .newsletter-popup-top .popup-text .popup-desc span,
.success_msg .newsletter-popup-top .popup-text .popup-desc span {
  font-weight: 500;
}

.newsletter-popup .checkbox label,
.success_msg .checkbox label {
  color: #000000;
}

.newsletter-popup #xout,
.success_msg #xout {
  color: #000;
  cursor: pointer;
  font-size: 27px;
  font-weight: 300;
  height: 30px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 30px;
}

.newsletter-popup #xout:hover,
.success_msg #xout:hover {
  color: #555;
}

/*---------------------------------------
    3.13 Contact
-----------------------------------------*/
.form-control {
  /*line-height: 2;*/
}

.map-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/*---------------------------------------
    4 Footer
-----------------------------------------*/
.footer .footer-title,
.footer .footer h4 {
  color: #222222;
  font-size: 27px;
  position: relative;
  font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-block ul {
    display: none;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-block ul {
    display: none;
    margin-bottom: 30px;
  }
}

.footer .footer-block ul li {
  transition: 0.5s;
  padding: 2px 0;
}

.footer .footer-block ul li:hover {
  list-style: disc;
  margin-left: 10px;
  color: #015294;
  transition: 0.5s;
}

.footer .footer-block ul li a {
  color: #4c4c4c;
}

.footer .footer-block ul li a:hover {
  color: #13293b;
}

.footer .footer-block ul li.add:hover,
.footer .footer-block ul li.phone:hover,
.footer .footer-block ul li.email:hover {
  list-style: none;
  margin-left: 0px;
  color: #808080;
  transition: 0.5s;
}

.toggle_div {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
}

.footer .footer-block .toggle.active .toggle_div::before {
  color: #000;
  content: "\f055";
  font-family: "FontAwesome";
  font-size: 22px;
  padding: 0;
  float: right;
}

.footer .footer-block .toggle .toggle_div::before {
  color: #000;
  content: "\f056";
  font-family: "FontAwesome";
  font-size: 22px;
  padding: 0;
  float: right;
}

.footer .footer-bottom {
  color: #808080;
  background: linear-gradient(80deg, #003E68 0%, #015294 33.33%, #1D9BF0 100%);
  padding: 30px 0;
  margin-top: 30px;
}
.footer .footer-bottom h6{color: #fff;}
.footer .footer-bottom h6 a:hover{color: #fff;}


.footer .footer-bottom .section_title {
  border-bottom: none;
}

.footer .footer-bottom .social_icon ul li {
  display: inline-block;
}

.footer .footer-bottom .social_icon ul li a {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin: 0 5px;
  color: #808080;
  display: block;
  font-size: 20px;
  height: 36px;
  width: 36px;
  text-align: center;
}

.footer .footer-bottom .social_icon ul li a i.fa {
  vertical-align: -webkit-baseline-middle;
  color: #13293b;
}

.footer .footer-bottom .social_icon ul li:hover i.fab,
.footer .footer-bottom .social_icon ul li:hover i.fas {
  color: #fff;
}

.footer .footer-bottom .social_icon ul li:hover i.fa-facebook-f {
  background-color: #3b5998;
  border-color: #3b5998;
}

.footer .footer-bottom .social_icon ul i.fab,
.footer .footer-bottom .social_icon ul i.fas {
  background-color: transparent;
  font-size: 14px;
  padding: 10px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
}

.footer .footer-bottom .app-icon li {
  display: inline-block;
  margin: 0 5px;
}

.footer .footer-bottom .copyright-part {
  border-top: 1px solid #ebebeb;
}

.footer .footer-bottom .payment-icon li {
  display: inline-block;
  font-size: 36px;
  color: #808080;
  margin: 0 5px;
}

.responsive-text {
  display: -webkit-box;
  max-height: 3.2rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
}

.alert-close {
  font-size: 14px;
  margin-top: 3px;
}

.alert-danger {
  color: #e25151;
  background-color: #f8d7da2b;
  border-color: #f5c6cb;
  border-radius: 0px;
}

.alert-success {
  color: #155724;
  background-color: #d5eada;
  border-color: #6aa978;
  border-radius: 0px;
}

/*toot tip*/
.relative {
  position: relative;
}

.rc-tooltip {
  position: absolute;
  z-index: 99999;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
  opacity: .9;
  top: 30px;
  left: -45px;
}

.rc-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: -5px;
  left: 117px;
  right: 7%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #373737;
}

.tooltip .rc-tooltip-inner {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
  border-radius: 3px;
  font-size: 12px;
  padding: 10px;
  width: 140px;
}

.rc-tooltip-inner {
  padding: 8px 10px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: #373737;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, .17);
  min-height: 34px;
  width: 170px;
}

/*toot tip*/

/*top pop message*/
.absolute-message-container {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #333;
  width: 100%;
  z-index: 99999;
  opacity: .9;
}

.message-content-container {
  padding: 5px 20px;
}

.message-content {
  text-align: left;
}

.message-text-containter {
  color: white;
  margin: 0;
  padding: 10px;
}

.message-head {
  font-weight: 500;
}

.message-close-button {
  position: absolute;
  font-size: 2em;
  cursor: pointer;
  right: 20px;
  top: 5px;
}

.message-close-time-counter {
  position: absolute;
  font-size: 1.2em;
  font-weight: 500;
  cursor: pointer;
  right: 50px;
  top: 14px;
}

/*top pop message*/
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  /* Hidden by default. Visible on click */
  visibility: hidden;
  min-width: 250px;
  /* Set a default minimum width */
  margin-left: -125px;
  /* Divide value of min-width by 2 */
  background-color: #333;
  /* Black background color */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 1;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the snackbar */
  bottom: 30px;
  /* 30px from the bottom */
  display: inline-flex;
}

#snackbar i.fa-check {
  background: gray;
  border-radius: 50px;
  padding: 2px;
  background-color: #84c225;
}

#snackbar i.fa-close {
  background: gray;
  border-radius: 50px;
  padding: 2px;
  font-weight: normal;
  background-color: red;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#snackbar #snackbar-text {
  line-height: 1;
  padding: 2px;
  padding-left: 10px;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

.category-heading-wrapper {
  padding: 10px 0px;
  border-bottom: solid 1px #80808042;
  margin-bottom: 10px;
}

.category-heading-wrapper .category-head-title {
  font-size: 17px;
  color: rgb(102, 102, 102)
}

.sort-by-web {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

/*the span will display just on :hover state*/
a.discount:hover span {
  display: block;
  position: absolute;
  top: 25px;
  width: 18em;
  border: 1px solid gray;
  background-color: #f6f9f9;
  color: #000;
  text-align: left;
  padding: 10px;
  border-radius: 3px;
}

.custom_scroll1 {
  max-height: 800px;
  overflow-y: auto;
  margin-bottom: 50px;
}

.category-heading-wrapper .category-head-all-link {
  /*font-size: 13px;*/
  font-size: 15px;
  font-weight: 500;
  color: #e71003;
  text-decoration: underline;
}

.side-category-list .side-category-list-title {
  color: #000000 !important;
  margin-top: 6px;
  text-align: left;
  font-size: 14px;
  display: -webkit-box;
  /*max-height: 1.2rem;*/
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  /*line-height: 20px;*/
}

.side-category-list-wrapper.active {
  border-left: 4px solid #e83e8c;
  /* bottom: 0; */
  content: "";
  background-color: #fff;
  background-color: #f7f7f7;
  border-right: 1px solid #eee;
  /* left: 0; */
  /* position: absolute; */
  /* top: 0; */
  /* z-index: 2; */
}

.logo_container i {
    font-size: 64px;
    color: #fa484b;
}
/*Mycart Page*/
.backgrn_pattern {
}

.mycart-main-containter {
  /**/
}

.mycart-main-containter .mycart-heading {
  padding: 10px 0;
}

.mycart-containter {
  box-shadow: 0px 4px 8px #00000014;
}

.mycart-containter .mycart-item-wrapper {
  border-bottom: #e0e0e0 solid 1px;
  padding: 10px 0;
  background-color: #fff;
}

.mycart-product-image img {
  padding: 15px;
  max-height: 120px;
}

.mycart-item-wrapper .mycart-price {
  font-size: 15px;
  color: #111;
}

.mycart-btns {
  padding: 10px 0;
}

ul.my_account_listing{display: flex;flex-wrap: wrap;margin-left: -15px;margin-right: -15px;}
ul.my_account_listing li{width: 25%;padding: 0 15px;}
ul.my_account_listing li .logo_container{position: relative;}
.my_account_div{display: flex;gap: 25px;}







.pickup_option>select {
  padding: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.23);
  color: rgba(0, 0, 0, 0.49);
  font-weight: 400;
}

.pickup_location {
  border: 1px solid #ccc;
}

.pickup_location>.pl_head,
.box-title {
  background: #e0e0e0;
  padding: 15px 10px;
  color: #333
}

.box-title p {
  font-weight: 400;
}

.pickup_location>.pl_head>.pl_img {
  width: 30px;
  margin-right: 10px;
  display: inline-block;
}

.pickup_location>.pl_head>p {
  width: max-content;
  display: inline-block;
  font-size: 12px !important;
  font-weight: 400;
  margin-bottom: 0px;
  vertical-align: middle;
}

.delivery_time_list ul.day_list {
  list-style-type: none;
  padding-left: 0px;

  display: flex;
  width: 100%;
  margin-bottom: 0px;
}

.delivery_time_list ul.day_list>li {
  width: 14.28%;
  display: inline-block;
  padding: 20px 10px;
  border-left: 0;
  border-right: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
  border-bottom: 5px solid #ddd;
}

.delivery_time_list ul.day_list>li>p {
  margin-bottom: 4px;
  font-weight: 400;
  text-transform: uppercase;
}

.delivery_time_list ul.day_list>li.active {
  background: #fbd6d752;
  border-bottom: 5px solid #ec3d0f;
}

.delivery_time_list ul.day_list>li.disabled {
  cursor: not-allowed;
}

.delivery_time_list ul.day_list>li.disabled>p,
.delivery_time_list ul.day_list>li.disabled>small {
  color: rgba(31, 31, 31, 0.34901960784313724);
}

.delivery_time_list ul.select_time {
  list-style-type: none;
  /*padding-left: 0px;*/
  width: 100%;
  display: flex;
  /*margin-bottom: 0px;*/
  flex-wrap: wrap;
  padding: 10px;
}

.delivery_time_list ul.select_time>li {
  /*padding: 12px 10px;*/
  /*width: 25%;*/
  display: inline-block;
  /*border-bottom: 1px solid #ddd;*/
  /*border-right: 1px solid #ddd;*/
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
  user-select: none;
}

.timeslot_border {
  border: 1px solid lightgray;
}

.pickup_time_label {
  padding: 12px 10px;
  font-weight: 500;
  margin: 0;
  cursor: pointer;
  user-select: none;
}

.review_order_detail {
  /*padding: 20px 20px 20px 0px;*/
}

.review_order_detail>.review_main h4.checkout-section-title {
  border-bottom: 1px solid lightgray;
}

.review_order_detail>.review_main {
  background: #fff;
  padding: 10px 20px;
  position: relative;
  box-shadow: 0px 0px 9px 1px #ddd;
}

.box {
  background: #fff;
  padding: 10px;
  box-shadow: 0px 0px 9px 1px #ddd;
  overflow: hidden;
}

.payment-method {
  position: relative;
  /*padding: 15px;*/
  /*background-color: #84c225;*/
  margin-bottom: 10px;
  cursor: pointer;
}

.payment-method .--form-check-label {
  /*background-color: #84c225;*/
  /*color: white;*/
  font-weight: 500;
  margin: 0;
  padding: 15px;
  width: 100%;
  /*box-shadow: 0px 0px 10px lightgrey;*/
  border: 1px solid #d3d3d359;
  cursor: pointer;
}

.payment-method .--form-check-label img {
  max-height: 30px;
}

.payment-method .--form-check-input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.payment-method.wallet-disabled {
  user-select: none;
  pointer-events: none;
  opacity: .6;
}

.wallet-pin-wrapper {
  padding: 10px 50px;
  /*display: none;*/
  display: block;
}

.payment-method .--form-check-input:checked~.--form-check-label {
  background-color: #8aca2a;
  color: white;
}

.payment-method .--form-check-input:checked~.wallet-pin-wrapper {
  display: block;
}

.payment-method .--form-check-input:checked~.--form-check-label:after {
  content: "✔";
  position: absolute;
  right: 10px;
  top: 20px;
  color: white;
}

ul.checkout-order-calculation {
  padding: 0px;
  margin: 0px;
}

ul.checkout-order-calculation li {
  border: 1px solid #d3d3d359;
  padding: 10px;
  margin-bottom: 5px;
}

ul.checkout-order-calculation li .--cal-title {
  font-size: 15px;

}

ul.checkout-order-calculation li .--cal-title.clearfix2:after {
  clear: both;
}

.checkout-final-amount {
  font-size: 20px !important;
  color: green;
}

.bg-white {
  /*  box-shadow: 0 0 10px lightgray;*/

  padding: 20px 10px;
}

.loader-wrapper {
  position: fixed;
  height: 100%;
  width: 100%;
  background: white;
  z-index: 11111;
  top: 0;
  left: 0;
}

.loader {
  position: absolute;
  width: 150px;
  top: 200px;
  left: calc(50% - 75px);
}

.divider {
  display: block;
  width: 100%;
  border-bottom: 1px solid lightgray;
  margin: 30px 0px 10px 0;
}

.voice_model_container {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: white;
  z-index: 99999999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  margin: 0;

}

.fadein_search_container {
  display: block !important;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
}

.voice_content_wrapper {
  padding: 30px 150px;
}

.voice_message_container,
.voice_logo_container,
.vocie_brand_container {
  width: 33.3333%;
  float: left;
}

.voice_message {
  margin-left: 0;
  opacity: 1;
  transition: opacity .5s ease-out, margin-left .5s ease-out;
  font-size: 27px;
  left: 7px;
  top: .2em;
  width: 490px;
}

.voice_logo_container {
  transform: scale(1);
  position: relative;
  transition: transform 0.218s, opacity 0.218s ease-in;

}

.voice_logo {
  padding: 20px 25px;
  width: 75px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 50px;
  bottom: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  cursor: pointer;
  display: inline-block;
  left: 140px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -20px;
  height: 70px;
  transition: background-color 0.218s, border 0.218s, box-shadow 0.218s;
  animation: glowing 2000ms infinite;
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 -10px red;
  }

  40% {
    box-shadow: 0 0 20px red;
  }

  60% {
    box-shadow: 0 0 20px red;
  }

  100% {
    box-shadow: 0 0 -10px red;
  }
}

.voice_logo_container .voice_logo i {
  color: red;
}

.close-button {
  background: none;
  border: none;
  color: #777;
  cursor: pointer;
  font-size: 26px;
  right: 0;
  height: 11px;
  line-height: 15px;
  margin: 15px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 0;
  width: 15px;
  z-index: 10;
}

.voice-search-btn {
  position: absolute;
  top: 12px;
  right: 14px;
  cursor: pointer;
}

.voice-search-btn i {
  font-size: 21px;
  color: #13293b;
}

.cat_list_product {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 6px 22px #00000038;
  padding: 10px;
  margin: 0px 0px 30px 0px;
}

.cat_list_product {
  text-align: center;
}

.offer_list_hedng {
  text-align: center;
  padding: 0px 26px;
  border-bottom: 1px solid #e6e6e6;
  margin: 0px 0px 10px 0px;
}

.offer_list_hedng h4 {
  font-size: 16px;
  color: #1f1f1f;
  margin: 10px 0px 14px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 20px;
  max-height: 40px;
  min-height: 40px;
}

.offer_list_descrptn {
  text-align: center;
  padding: 0px 10px;
}

.offer_list_descrptn p {
  font-size: 14px;
  color: #1f1f1f;
  margin: 0px;
  max-height: 25px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.ofer_categry_listng_title {
  border-bottom: 1px solid lightgrey;
  padding-bottom: 10px;
}

.ofer_categry_listng ul li:hover {
  background-color: #f8f8f8;

}

.ofer_categry_listng ul li a {
  display: block;
  padding: 10px;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  color: #495057;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  padding: 10px 30px;
  border-top-color: #fff !important;
  border-left-color: #fff !important;
  border-right-color: #fff !important;
  
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #015294;
  background-color: #fff;
  border-top-color: #dee2e6 !important;
  border-left-color: #dee2e6 !important;
  border-right-color: #dee2e6 !important;
    text-decoration: underline;

}

li.nav-item.waves-effect.waves-light {
    width: 50%;
}

li.nav-item.waves-effect.waves-light a{
    width: 100%;
}






/* Tabbed Styles */
/*
.tabbed { min-width: 400px; margin: 0 auto; border-bottom:2px solid #000; overflow: hidden; transition: border 250ms ease;margin-left: -1.25rem;    margin-right: -1.25rem; }
.tabbed ul { margin: 0px; padding: 0px; overflow: hidden; float: left; padding-left: 48px; ast-style-type: none; }
.tabbed ul * { margin: 0px; padding: 0px; }
.tabbed ul a { display: block; float: left; padding: 10px 24px 8px; background-color: #FFF; margin-right: 46px; z-index: 2; position: relative; cursor: pointer; color: #777; text-transform: uppercase; font-size: 14px; transition: all 250ms ease; }
.tabbed ul a:before, .tabbed ul a:after { display: block; content: " "; position: absolute; top: 0; height: 100%; width: 44px; background-color: #FFF; transition: all 250ms ease; }
.tabbed ul a:before { right: -24px; transform: skew(30deg, 0deg); box-shadow: rgba(0, 0, 0, .1) 3px 2px 5px, inset rgba(255, 255, 255, .09) -1px 0; }
.tabbed ul a:after { left: -24px; transform: skew(-30deg, 0deg); box-shadow: rgba(0, 0, 0, .1) -3px 2px 5px, inset rgba(255, 255, 255, .09) 1px 0; }
.tabbed ul a:hover, .tabbed ul a:hover:before, .tabbed ul a:hover:after { background-color: #F4F7F9; color: #444; }
.tabbed ul a.active { z-index: 3; }
.tabbed ul a.active, .tabbed ul a.active:before, .tabbed ul a.active:after { background-color: #000; color: #fff; }
.tabbed.round ul a { border-radius: 8px 8px 0 0; }
.tabbed.round ul a:before { border-radius: 0 8px 0 0; }
.tabbed.round ul a:after { border-radius: 8px 0 0 0; }
.tabbed[class*="skin-"] ul a {
 color: #062a3b;
 text-shadow: rgba(0, 0, 0, .1) 0 1px;
}
.tabbed.skin-turquoise { border-bottom-color: #062a3b; }
.tabbed.skin-turquoise ul a, .tabbed.skin-turquoise ul a:before, .tabbed.skin-turquoise ul a:after { background-color: #d1d1d1; }
.tabbed.skin-turquoise ul a:hover, .tabbed.skin-turquoise ul a:hover:before, .tabbed.skin-turquoise ul a:hover:after { background-color: #062a3b;color:#fff; }
.tabbed.skin-turquoise ul a.active, .tabbed.skin-turquoise ul a.active:before, .tabbed.skin-turquoise ul a.active:after { background-color:#062a3b;color: #fff !important; }
.tabbed.skin-emerald { border-bottom-color: #2ECC71; }
.tabbed.skin-emerald ul a, .tabbed.skin-emerald ul a:before, .tabbed.skin-emerald ul a:after { background-color: #48E68B; }
.tabbed.skin-emerald ul a:hover, .tabbed.skin-emerald ul a:hover:before, .tabbed.skin-emerald ul a:hover:after { background-color: #54F297; }
.tabbed.skin-emerald ul a.active, .tabbed.skin-emerald ul a.active:before, .tabbed.skin-emerald ul a.active:after { background-color: #2ECC71; }
.tabbed.skin-emerald ul a a:hover{color: #fff;}
*/


.tabbed ul li{
    
    width: 20%; position: relative;
}
.tabbed ul li a {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    color: #858585;
    text-transform: uppercase;
}

.tabbed ul li:last-child a::after {display: none;}
.tabbed ul li a::after {
  content: "";
  background-color:#e3e2e2;
  padding: 0px 0px;
  position: absolute;
  top: 35px;
  left: 50%;
  width: 100%;
  height: 5px;
  margin: 9px auto;
  z-index: 1;
  transition: all 0.8s;
}
.tabbed ul li a.active::after {
  background-color:#005494;
}
.tabbed ul li a.tab-complete::after {
  background-color: #015294;
}

.icon-img i{ font-size: 30px;}

.icon-img {
    background: #fff;
    z-index: 4;
    height: 71px;
    width: 71px;
    align-items: center;
    display: flex;
    justify-content: center;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
    border-radius: 100%;
    margin-bottom: 16px;
}

.tab-complete .icon-img {
    background: #015294;
}
.active .icon-img {
    background: #015294;
}
.tab-complete .icon-img i{
    color: #fff;
}
.active .icon-img i{
    color: #fff;
}
.tabbed ul li a.tab-complete{ color: #015294;}
.tabbed ul li a.active{ color: #020a30;}








.tab-content-inner {
    max-width: 70%;
    margin: 50px auto;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
    padding: 30px 40px;
    border-radius: 14px;
    background: #fff;
}
.tab-content-inner h2 {
    color:#015294;
    text-transform: uppercase;
    
}
.tab-content-inner h3 {
    color: #062a3b;
    text-transform: uppercase;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 27px;
    padding-bottom: 5px;
    font-size: 18px;
}
.tab-content-inner h4 {
    color: #062a3b;
    text-transform: uppercase;
    font-size: 16px;
}




.basic-form .form-row{margin-right: -15px;margin-left: -15px;}
.basic-form .form-row > .col, .basic-form .form-row > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}
.timeslot_time_container {
  padding: 0px;

}

.timeslot_time_container li {
  display: inline-flex;
  padding: 10px 5px 10px 0;
}

.timeslot_time_container li .timeslot_border {
  cursor: pointer;
  user-select: none;

  border: 1px solid lightgray;
}

.timeslot_time_container li input {
  cursor: pointer;
  vertical-align: middle;
}

.timeslot_time_container li label.timeslot_time_label {
  cursor: pointer;
  /*padding-left: 10px;*/
  padding: 10px;
}

.timeslot-day-title {
  font-size: 18px;
  margin-bottom: 2px;
}

.timeslot-date-title {
  font-size: 12px;
}

.outofstock-btn {
  cursor: not-allowed !important;
  user-select: none;
  width: 100%;
  background: #df3535;
  border: 1px solid;
  color: white;
  border-radius: 3px;

}

.cart-remove-btn {
  cursor: pointer;
  user-select: none;
}

.margin-top-som25 {

  margin-top: 25px;
}

.shipping_address_value p {
  margin-bottom: 2px;
}

.owl-carousel .owl-item img.product-image {
  width: unset !important;
  max-width: 100% !important;
}

.slot-disabled,
.slot-disabled .timeslot_time_label,
.slot-disabled .timeslot_time_label input {
  user-select: none !important;
  opacity: .5 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

.delete_cart_btn {
  cursor: pointer;
  position: absolute;
  margin: 1px 0px 0px 10px;
}

.active-category {
  background-color: #f8f8f8;
}

/*.header-menu:hover .navbar-ex1-collapse {
  display: block;
}*/

.offer .discount:before {
  content: ".";
  width: 10px;
  background: #fff;
  position: absolute;
  -webkit-filter: blur(6px);
  filter: blur(6px);
  top: 0;
  left: 5px;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-animation: offer_animation 1s linear 2ms infinite forwards;
  animation: offer_animation 1s linear 2ms infinite forwards;
  opacity: 0;
}

@-webkit-keyframes offer_animation {
  0% {
    opacity: 0;
    left: -15px
  }

  20% {
    opacity: .3;
    left: 0
  }

  30% {
    opacity: .45;
    left: 5px
  }

  50% {
    opacity: .45;
    left: 25px
  }

  80% {
    opacity: .45;
    left: 42px
  }

  to {
    opacity: 0;
    left: 44px
  }
}

@keyframes offer_animation {
  0% {
    opacity: 0;
    left: -15px
  }

  20% {
    opacity: .3;
    left: 0
  }

  30% {
    opacity: .45;
    left: 5px
  }

  50% {
    opacity: .45;
    left: 25px
  }

  80% {
    opacity: .45;
    left: 42px
  }

  to {
    opacity: 0;
    left: 44px
  }
}

/*--------*/
/*1-Jun-2022*/
@media screen and (max-width: 767.98px) {
 
  .header-link-search .input-group-btn button {
    position: unset;
  }

  form#submit_search_form1 {
    display: flex;
    align-items: center;
    width: 100% !important;
  }

  .header-bottom-right {
    width: 100% !important;
    flex: unset;
    max-width: unset !important;
    display: flex;
  }



}




/* @deepak css*/
.subscribed {
  background: #13293b !important;
  border-color: #13293b !important;
}

@media (min-width: 320px) and (max-width: 480px) {
  .product-thumb .product-type-container .product-nature.veg-nonveg {
    top: 50px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .product-thumb .product-type-container .product-nature.eaten {
    top: 50px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .feature-product-list {
    display: none !important;
  }

  .Order-1 {
    display: none !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .product-image {
    /*height: 130px !important;*/
    width: 100% !important;
  }

  .product-thumb .product-details {
    margin: 0px 0 0;
    padding: 0px 7px 8px;
  }
}

#navbarDropdown:hover {
  text-decoration: none;
  color: white !important;
}

@media (min-width: 375px) and (max-width:480px) {
  .mycart-checkoutcontainter {
    height: 175px;
    overflow: auto;
  }

  .checkout-div {
    height: 570px;
    overflow: auto;
  }
}

section,
.footer {
  padding-top: calc(30px + 20*(100vw - 320px)/1600);
}

.footer {
  background-color: #f8f8f8;
  position: relative;
  z-index: 0;

}

.footer:before {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-image: url(../images/footer-shape-2.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.footer::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/footer-shape.png);
  background-repeat: no-repeat;
  z-index: -1;
}

a#scrollup {
  position: fixed;
    z-index: 9999;
}

.main-banner.owl-carousel img {
  border-radius: 12px;
}

.footer-bottom .sub-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom .social_icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobfooter .footer-contact {
  margin-top: calc(13px + 7*(100vw - 320px)/1600);
}

.mobfooter .footer-contact ul li {
  display: block;
  margin-bottom: calc(10px + 5*(100vw - 320px)/1600);
  position: relative;
}

.mobfooter .footer-contact ul li:last-child {
  margin-bottom: 0;
}

.mobfooter .footer-contact ul li:last-child::before {
  display: none;
}

.mobfooter .footer-contact ul li::before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: calc(100% - 33px);
  border-bottom: 1px dashed #c1c1c1;
}

.mobfooter .footer-contact ul li .footer-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: flex-start;
}

.mobfooter .footer-contact ul li .footer-number .contact-number h5 {
  margin-top: 6px;
  font-weight: 400;
  color: #222;
}

.mobfooter .footer-logo .pink-logo {
  display: flex;
  align-items: center;
  filter: brightness(0.5);
}

.mobfooter .footer-logo .footer-logo-contain {
  margin: calc(13px + 7*(100vw - 320px)/1600) 0;
}

.why-choose {
  justify-content: center;
}

.why-choose div {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.subbanner-section {
  padding-top: 20px;
}


@media screen and (min-width: 1200px) {

  .product-items.col-sm-6.col-md-4.col-lg-3.col-xl-2 {
    width: 20%;
    max-width: 20%;
    flex: 0 0 20%;
  }

}

@media (max-width: 767px) {
  .icon-block div .fa:before {
    content: "";
    background: url(../images/mobile-icon.png) no-repeat 0 0;
    top: 5px;
    left: 0;
    right: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    margin: 0 auto;
  }

  .product_option .instock-btn {
    padding: 0 10px;
    margin-top: 10px !important;
  }
 .header-bottom-right .header-link-search {
    float: unset !important;
    width: 100%;
}  
.header-link-search .header-search #search{width: 100%;}
}


.product-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px !important;
}
.addtocart-container, .cart-action-btn-container-new {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.product-thumb .product-details .caption h4 a {
    -webkit-line-clamp: 3;
    min-height: 3.5rem;
  }
  .product-image {
    min-height: 240px;
    max-height: 240px;
    margin-top: 10px; 
    padding: 15px 10px;
  }
  .product-checkbox{
    width: 16%;
    margin-left: 5px;
    height: 15px;
    margin-top: 4px;
  }
  .product-checkbox-all{
    margin-left: 8px;
    height: 15px;
    margin-top: 4px;
  }
  .product-checkbox-all-labels {
    margin-left: 9px;
  }
  .product-thumb .product-details .caption h6 {
    width: auto;
    line-height: 18px;
    display: -webkit-box;
     min-height: 3.5rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
     text-overflow: ellipsis; 
    white-space: normal;
    -webkit-line-clamp: 3;
    font-size: 12px;  
  }
  .product-thumb .product-details .caption h5 a {
    font-size: 14px;
      font-weight: 600;
    width: auto;
    line-height: 20px;
    display: -webkit-box;
     max-height: 2.45rem; 
     min-height: 2.45rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
     text-overflow: ellipsis; 
    white-space: normal;
    -webkit-line-clamp: 2;
      color: #015294;
  }
  .product-image-anchor{
    text-align: left;
    min-width: 182px;
    position: relative;
      max-width: 170px;
      margin:0 auto;
  }
  /*.product_option .instock-btn {
    padding: 0px 7px !important;
  }*/
  .product-contact-us-btn {
    min-width: 100px;
  }

.gst-bg{display: flex;gap: 25px;max-width: 400px;padding: 15px 0;align-items: center;}
.gst-bg .gst-bg-left ul {display: flex;flex-wrap: wrap;}
.gst-bg .gst-bg-left ul li{display: flex;align-items: center;width: 100%;}
.gst-bg-left {width: 300px;}
.gst-bg .gst-bg-left ul li:nth-child(1){width: 100%;font-size: 20px;font-weight:400;}
.gst-bg .gst-bg-left ul li span.green{color:#59d908;}
.gst-bg .gst-bg-left ul li span{margin-right: 5px;font-size: 20px;color: #979090;}
.gst-bg .gst-bg-right {width: 100px;border: 1px solid #efefef;padding: 5px;align-items: center;display: flex;justify-content: center;}
.gst-bg .gst-bg-right a.navbar-brand{height: auto;}
.gst-bg .gst-bg-right img{max-width: 100%;}



.desk-show{}
.mobile-show{display: none;}




/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-bg {
    background-image: url(../images/contact-img.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
}
.contact .info {
  padding:0 30px 0 0;
  background: #fff;
  width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.phone {
    padding-left: 80px;
}
.contact .info i {
  font-size: 20px;
  color: #015294;
  float: left;
  width: 44px;
  height: 44px;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #020a30;
}
.php-email-form h2 {
  color: #020a30;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #959595;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #015294;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #015294;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  padding:0 30px 0 0;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 400;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 400;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
    padding-bottom: 8px;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #015294;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;height: 158px;
}

.contact .php-email-form button[type=submit] {
  background: #015294;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #209dd8;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*radio & checkbox*/
.container-checkbox{display:block;position:relative;padding-left: 24px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height: 16px;font-weight: normal !important;margin-bottom: 10px;width: 100%;font-size: 12px;}
.container-checkbox input{position:absolute;opacity:0;cursor:pointer;}
.container-checkbox .checkmark{position:absolute;top:0;left:0;height: 16px;width: 16px;background-color: #ffffff;border: 1px solid #c3c2c9;border-radius: 0;}
.container-checkbox:hover input ~ .checkmark{/* background-color:#ccc; */}
.container-checkbox input:checked ~ .checkmark{background-color: #015294;border-color: #015294;}
.container-checkbox .checkmark:after{content:"";position:absolute;display:none;}
.container-checkbox input:checked ~ .checkmark:after{display:block;}
.container-checkbox .checkmark:after{left: 5px;top: 0px;width: 6px;height: 10px;border:solid white;border-width: 0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.container-radio{display:block;position:relative;padding-left:24px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-transform: inherit !important;font-weight: inherit !important;line-height: 18px;/* width: 100%; */margin-bottom: 10px;padding-right: 12px;}
.container-radio input{position:absolute;opacity:0;cursor:pointer;}
.container-radio .checkmark{position:absolute;top:0;left:0;height: 16px;width: 16px;background-color: #ffffff;border-radius:50%;border: 1px solid #c3c2c9;}
.container-radio input:checked ~ .checkmark{background-color: #ffffff;border-color: #015294;}
.container-radio .checkmark:after{content:"";position:absolute;display:none;}
.container-radio input:checked ~ .checkmark:after{display:block;}
.container-radio .checkmark:after{top: 3px;left: 3px;width:8px;height:8px;border-radius:50%;background: #015294;}
.colour-label{width: 15px;height: 15px;border-radius: 50%;display: inline-block;}
.search-product-checkbox{position: absolute;left: 10px;top: 10px;z-index: 99;}
.myaccount.container {
    max-width: 100%;
    padding:0;
    margin-top: -19px;
}
.myaccount-box {
    display: flex;
    vertical-align: inherit;
    border-color: inherit;
    width: 100%;
}
.myaccount-box-menu {
    width: 250px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background: #fff;
    height: 100vh;
}
.myaccount-box-right {
    width:calc(100% - 250px);
    display: table-cell;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    padding: 0 15px;

}

ul.my-rfq-form{}
ul.my-rfq-form li{
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}
ul.my-rfq-form li label{
    width: 100%;
}
ul.my-rfq-form li .my-rfq-input{
    width: 100%;
}
div.sub-uom-filed{
    min-width: 130px;
}
ul.my-rfq-fixed {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

ul.my-rfq-fixed li{
    width: 33.333%;
}


.product_option_fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
}


.file-browse .button {
  background-color: #ffffff;
  float: left;
  font-weight: 400;
  line-height: 1;
  padding: 11px 20px;
  border: 1px solid #ccd4da;
  border-right: 0;
  border-radius: 0.25rem 0 0 0.25rem;
    opacity: 0;
    z-index: 2;
}

.file-browse {
    position: relative;
/*    overflow: hidden;*/
    display: flex;
    align-items: center;
}
.button-browse input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    /*font-size: 100px;*/
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.file-browse .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
    float: left;
    border-radius: 0.25rem;
    width: 100%;
    position: absolute;
}
ul.breadcrumb-rfq li:last-child {color: #015294;}
ul.breadcrumb-rfq{display: flex;gap:24px;margin-bottom:0px;align-items: center;}
ul.breadcrumb-rfq li{font-size: 22px;position: relative;color: #062a3b;}
ul.breadcrumb-rfq li:first-child:before {display: none;}
ul.breadcrumb-rfq li:before {
    font-size: 17px;
    content: "\f285";
    font-family: bootstrap-icons !important;
    position: absolute;
    left: -21px;
    top: 1px;
}
.header_cat {
    color: #0864c3;
    font-size: 16px;
    cursor: default;
    font-weight: 400;
}
.groupdrop-link a.waves-effect {
    font-size: 14px;
    color: #000;
}
.groupdrop-link a.waves-effect:hover {
    font-size: 14px;
    color:#015294;
}
.breadcrumb-item.active {
    color: #020a30;
}
.card-info i {
    font-size: 36px;
    color: #fff;
}


.btn-rfq {
	position: relative;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 15px;
    border-radius: 4px;
    text-decoration: none;
    border: 0;
    min-width: 62px;
    text-align: center;
    border: 1px solid transparent;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.5s;
    white-space: nowrap;
}
.btn-rfq-sm {padding: 1px 8px;font-size: 12px;min-width: 20px;}

.btn-rfq-primary {background-color: #015294;border-color:#015294;color: white; }
.btn-rfq-primary:hover {background-color: #043e6c;}
.btn-rfq-primary i {color: white; }
a.btn-rfq-primary:hover{color: #fff;}
    
.btn-rfq-white {background-color:#fff;border-color:#98c0d9;color: #285394;}
.btn-rfq-white i {color: #285394; }
.btn-rfq-white:hover {background-color:#005494;color: #fff;}
.btn-rfq-white:hover i{color: #fff;}

.btn-rfq-secondary {background-color:#ddfcfd;border-color:#759dce;color: #005494;}
.btn-rfq-secondary i {color: #005494; }
.btn-rfq-secondary:hover {background: #98e9eb;}
a.btn-rfq-secondary:hover{color: #005494;}

.btn-rfq-danger {background-color:transparent;border-color:#ff6241;color: #ff6241;}
.btn-rfq-danger i {color: #ff6241;}
.btn-rfq-danger:hover i {color: #fff;}
.btn-rfq-danger:hover {background-color: #ff6241;color: #fff;}

.btn-rfq-success {background-color:#e1fbfc;border-color:#809cce; color: #285394;}
.btn-rfq-success i {color: #285394; }
.btn-rfq-success:hover {background-color: #809cce;border-color:#809cce;color: #fff;}
.btn-rfq-success:hover i{color: #fff;}

.btn-rfq-green {background-color:#c2edce;border-color:#c2edce; color: #015294;}
.btn-rfq-green i {color: #005494; }
.btn-rfq-green:hover {background-color: #a1d9b0;}

.btn-rfq-warning {background-color:transparent;border-color: #f1c40f;color: #f1c40f;}
.btn-rfq-warning:hover {background-color: #f1c40f;}








ul.rfq-submit-btns{display: flex;align-items: center;gap:15px;}
.rfq-form-box {
    background:#FDF4EF;
    padding: 14px;
    border-radius: 5px;
}
.rfq-form-box:last-child {
    margin-bottom: 0;
}
.supplier-name{color:#062a3b;font-size: 16px;}
h4.product-name {
    display: flex;
    gap: 10px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    justify-content: space-between;
}
.product-grid {
    display: flex;
    gap: 30px;
    margin-top: -19px;
}

.product-grid-left {
    width: 17%;
}

.product-grid-right {
    width: 83%;padding-right: 15px;
}
ul.suggest-str{display: flex;flex-direction: column;}
ul.suggest-str li {font-size: 14px;padding: 10px;border-bottom: 1px solid #cccccc4a;}
ul.suggest-str li p{margin-bottom: 4px;}
ul.suggest-str li p:last-child{margin-bottom: 0;}
ul.suggest-str .search_text1{}
ul.suggest-str .search_text{ font-weight: 600;}


.top-section{display: flex;align-items: center; color: #fff;}
.top-section .top-section-middle h6{color: #fff;margin: 0;}
.top-section-left{width:33.333%;}
.top-section-middle{width:33.333%;text-align: center;}
.top-section-right {
    width: 33.333%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-section-right p{margin: 0;}



.top-section .top-section-middle h6 b, strong {
    font-weight: 600;
    font-size: 14px;
}

.gap-20{gap:20px;}
.gap-10{gap:10px;}


.globle-header-icons ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.globle-header-icons ul li i:hover{ color:#015294;}
.globle-header-icons ul li i{ cursor: pointer;}
.globle-header-icons ul li {
    position: relative;
    padding-right: 32px;
    font-size: 24px;
}
.globle-header-icons ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    right: 14px;
    background-color: rgba(74,85,104,0.5);
}
.globle-header-icons ul li:last-child::before {
    display: none;
}

.globle-header-icons ul li:last-child {
    padding-right: 0;
}


ul.check-listing {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
ul.check-listing:last-child{border: 0;padding: 0;margin: 0;}
#column-left h3.section_title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 10px;
    clear: both;
    color: #282c3f;
    display: block;
}

div#column-left {
    background: #fff;
    padding: 20px;
    min-height: 100vh;
}

ul.search-product-header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
/*    box-shadow: 0 8px 8px -6px rgb(40 44 63 / 4%);*/
    padding:0 15px;
}
.cursor-pointer{cursor: pointer;}
/*
ul.search-product-header-section li:first-child {
    font-size: 20px;
    font-weight: 600;
}
*/
ul.search-product-header-section li {
    display: flex;
    justify-content: space-between;
    align-items: center;
/*    gap: 20px;*/
}
ul.search-product-header-section li .container-checkbox{width: auto;margin-bottom: 0;}

.product-grid-left .container-checkbox {
    font-size: 12px;
    text-transform: uppercase;
}
.product-grid-left .container-radio {
    font-size: 12px;
    text-transform:uppercase !important;
}


ul.list-unstyled.product_info.my-3 {
    display: flex;
    flex-direction: column;
    text-align: left;
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 12px;
    width: 100%;
}
ul.list-unstyled.product_info.my-3 li {
    padding-left: 13px;
    width: 100%;
    font-size: calc(14px + 1*(100vw - 320px)/1600);
    position: relative;
    color: #777;
    margin-bottom: 5px;
}
ul.list-unstyled.product_info.my-3 li:last-child {
    margin-bottom: 0;
}

ul.list-unstyled.product_info.my-3 li::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    left: 0;
    background-color: #4a5568;
    border-radius: 100%;
}

.frq-panel {
    display: flex;
    gap: 50px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.frq-panel .frq-panel-left{width: 17%;}
.frq-panel .frq-panel-left h3 {
    font-size: 20px;
    margin-bottom: 18px;
    margin-top: 49px;
}
.underline {
    border-bottom: 1px solid #015294;
    color: #015294;
}
.frq-panel .frq-panel-right{width: 83%;}

ul.rfq-filter-right{display: flex;gap:15px;justify-content: flex-start; flex-wrap: wrap;}
ul.rfq-filter-right li{display: flex;gap:15px;align-items: center;position: relative; margin-bottom: 15px;}
ul.rfq-filter-right li button {height: 100%;padding: 0 12px;min-width: 80px;}


/************************************************************************************/
span.view-btn {
    position: absolute;
    right: 0;
    bottom: 1px;
    left: 0;
    margin: 0 auto;
    font-size: 11px;
    text-align: center;
    padding: 0 0.4rem;
    line-height: 10px;
}
span.view-btn a {
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.custom-table .text-danger{font-size: 11px;}
body .custom-table thead tr th {
    font-weight: 400;
    padding:0 0.40rem !important;
    text-transform: uppercase;
    font-size: 13px;
    color:#015294;
    text-align: center;
}
.custom-table {
    border-collapse: separate;
    border-spacing: 0 5px;
}
.custom-table {
  min-width: 900px; }
  .custom-table thead tr, .custom-table thead th {
    border-top: none;
    border-bottom: none !important; }
  .custom-table tbody th, .custom-table tbody td {
    color: #777;
    font-weight: 400;
    padding-bottom: 20px;
    padding-top: 20px;
    font-weight: 300; }
    .custom-table tbody th small, .custom-table tbody td small {
      color: #b3b3b3;
      font-weight: 300; }
  .custom-table tbody tr:not(.spacer) {
    border-radius: 7px;
    overflow: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }

    .custom-table tbody tr:not(.spacer):hover {
      -webkit-box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1); }

    .custom-table tbody tr:not(.spacer) {
/*
      -webkit-box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1); 
*/
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    box-shadow: 0 5px 10px #dfdfdf;
    -moz-box-shadow: 0 5px 10px #dfdfdf;
    -webkit-box-shadow: 0 5px 10px #dfdfdf;
    border-bottom: 4px solid #ccc;

}

  .custom-table tbody tr th, .custom-table tbody tr td {
    background: #fff;
    border: none; 
    padding: 0.4rem 0.4rem 1rem;
}
/*
    .custom-table tbody tr th:first-child, .custom-table tbody tr td:first-child {
      border-top-left-radius: 7px;
      border-bottom-left-radius: 7px; }
    .custom-table tbody tr th:last-child, .custom-table tbody tr td:last-child {
      border-top-right-radius: 7px;
      border-bottom-right-radius: 7px; }
*/
  .custom-table tbody tr.spacer td {
    padding: 0 !important;
    height: 10px;
    border-radius: 0 !important;
    background: transparent !important; 
    text-align: center;
}

  .custom-table tbody td input{
    height: 30px;
      padding: 5px;
 
}  

.custom-table tbody td select{
    height: 30px;color: #495057;line-height: 19px;
 
}
.custom-table tbody td select::placeholder{
    color: #ccc;
 
}
a.btn.mt_30.btn-rfq-sm {
    font-size: 19px;
    color: #ff6241;
}
 .custom-table tbody td .file-browse .button {
    padding: 7px 20px;

}

.tooltip-img {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    color: #ff6241;
}
.tooltip-img:after {
    content: attr(data-tooltip);
    display: block;
    position: absolute;
    color: #fff;
    background: #015294;
    padding: 3px;
    border-radius: 3px;
    bottom: -67px;
    text-align: center;
    display: none;
    line-height: 1.3;
    width: 140px;
    font-size: 11px;
    font-weight: 400;
    left: -65px;
    z-index: 2;
    white-space: initial;
}

.tooltip-img:before {
    content: "";
    background: #015294;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    bottom: -10px;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    display: none;
    z-index: 2;
}
.tooltip-img:hover:after,
.tooltip-img:hover:before {
  display: block;
}
.bulk-rfq-tooltip:after {
    bottom: -42px;
}
.add-product-variant-compose-rfq {
    background: transparent;
    border: 0;
    font-size: 18px;
    color: #ff6241;
}
.custom-search{margin-bottom: 10px;}
.custom-search input{height: 30px;font-size: 12px;}



/************************************************************************************/




/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.col-lg-3.col-md-4.d-flex.align-items-stretch {
    flex: 0 0 20%;
    max-width: 20%;
}
.services .icon-box {
    text-align: center;
    padding: 10px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    margin: 10px 0;
    width: 100%;
    background-size: cover;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 68px;
    flex-direction: column;
    
}


.product_list_container .align-items-stretch:nth-child(1) .icon-box{background:#b9deea !important;}
.product_list_container .align-items-stretch:nth-child(2) .icon-box{background:#f8dae6 !important;}
.product_list_container .align-items-stretch:nth-child(3) .icon-box{background:#f7e39e !important;}
.product_list_container .align-items-stretch:nth-child(4) .icon-box{background:#c2edce !important;}

.row.services .align-items-stretch:nth-child(1) .icon-box{background:#b9deea !important;}
.row.services .align-items-stretch:nth-child(2) .icon-box{background:#f8dae6 !important;}
.row.services .align-items-stretch:nth-child(3) .icon-box{background:#f7e39e !important;}
.row.services .align-items-stretch:nth-child(4) .icon-box{background:#c2edce !important;}
.row.services .align-items-stretch .icon-box:hover {background: #d9fbfd !important;}



.services .icon-box .icon {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
    display: none;
}

.services .icon-box .icon img {
max-height: 100%;
}

.services .icon-box h4 {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.services .icon-box h4 a {
  color: #000;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    font-style: italic;
    color: #e1dddd;
}
.product_list_container .align-items-stretch .icon-box:hover {
  background:#d9fbfd !important;
}

.services .icon-box:hover h4 a,
.services .icon-box:hover .icon i {
  color: #000;
}

.services .icon-box:hover .icon {
  border-color: #106eea;
}

.filer-icon {
    color: #015294;
    display: flex;
    align-items: center;
    gap: 7px;
}
.filer-icon span {
    width: 36px;
    height: 36px;
    border: 1px solid #f6f6f6;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    background: #ffffff;
}
.filer-icon span:nth-child(1) {
    line-height: 33px;
    font-size: 20px;
}
.filer-icon span:nth-child(2) {
    line-height: 35px;
    font-size: 29px;
}
.header_img_final-footer{height: 61px;}

.input-group-text {
    background-color: #ffffff;
}
.globle-header-icons ul li .badge {
    position: absolute;
    top: -6px;
    right: 28px;
    font-weight: 300;
    padding: 3px 6px;
}

.globle-header-icons ul li .ring {
    position: absolute;
    top: -13px;
    right: -7px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 5px solid #00cf79;
    border-radius: 100%;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}

.globle-header-icons ul li .ring-point {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 100%;
    background-color: #00cf79;
    position: absolute;
    right: 3px;
    top: -3px;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}






.dashboard-icon {
    width: 30px;
    min-height:81px;
    position: fixed;
    font-size: small;
    display: inline-block;
    left: 0;
    z-index: 999;
    background: #015294;
    border-radius: 0 8px 8px 0;
    top: 35%;
    cursor: pointer;
}

.dashboard-icon h3 {
    font-size: 1rem;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: absolute;
    bottom: -13px;
    left: 2px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    margin: 0;
}

/* Slide Menu */
.slide-menu {
  position: fixed;
    -webkit-transform: translateX(-285px);
    -ms-transform: translateX(-285px);
    transform: translateX(-285px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
  background: #fff;
  top:0;
  bottom: 0;
  color: #333;
  z-index: 9999;
  width: 250px;
    -webkit-box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.25);
    box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.25);
}
/* Slide Left  */
.slide-left {
      -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 99999;
}
.slide-close-button button {
    background: #015294;
    border: 0;
    font-size: 16px;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 0;
    outline: none;
    right: -35px;
    opacity: 1;
    z-index: 99999;
}
.accordion-header{width: 100%;}
.accordion .card{box-shadow: none;margin-bottom: 15px;}
.accordion-button{padding: 0;}
.accordion-button:not(.collapsed) {
    background: #fff;
    border: 0;
    box-shadow: none;
}
button.accordion-button.collapsed {
    box-shadow: none;
}
.accordion .card .card-body{border-bottom: 1px solid #e0e5ed;}
.accordion .card:last-child{border-bottom: 0;}


/*floating*/

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 6px 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    opacity: 1;
    transform: scale(.85) translateY(-25px) translateX(0.15rem);
    height: 27px;
    line-height: 14px;
    padding: 5px;
    color: #015294;
    text-transform: uppercase;
    padding-left:12px;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext {
    padding: 5px 0.75rem !important;
    height: 38px;
    line-height: 38px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-floating>.form-select {
    padding: 5px 0.75rem !important;
    height: 38px;
    font-size: 14px;
    font-weight: 400;
}
.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.bulk-rfq-product-row{position: relative;}
.bulk-rfq-product-row .suggest-str{position: absolute;width: 100%;background: #fff;border: 1px solid #f3f3f3;z-index: 2;top: 34px;}
.bulk-rfq-product-row .suggest-str li{padding: 3px 10px;font-size: 13px;}
i.remove-bulk-rfq-btn{ background-color: white;
    padding: 2px 7px;
    display: inline-block;
    border-radius: 5px;
    line-height: 22px;
}
.select-custom-170  {
    width: 170px;
}
.select-custom-150  {
    width: 150px;
}
.select-custom-210  {
    width: 210px;
}
.select-custom-220  {
    width: 220px;
}
.rfq-file-name-div{
  position: absolute;
  bottom: -22px;
  left: 0;
}
.row.product-details-row {
    align-items: center;
    display: flex;
    justify-content: center;
}
.col-12.text-center.no-product-found {
    max-width: 500px;
    background: #fff;
    padding: 40px 0;
    border-radius: 10px;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 5%);
}

.col-12.text-center.no-product-found h4 {
    color: #020a30;
    margin-top: 12px;
}
.header-search {
    position: relative;
    padding: 0;
}
section.contact {
    padding-top: 20px;
}


/* For mini web page*/
.mini-web-page {
    background: #fff;
    padding: 16px;
    max-width: 96%;
    margin: 0 auto;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 5%);
}

.mini-web-page .container{
    max-width:100%;
}

.mini-web-page-col {
    display: flex;
    align-items: center;
    justify-content: end;
}
.mini-web-page-btn {
    display: flex;
    background: #f6f6f7;
    margin-bottom: 20px;
}
.mini-web-page-btn a {
    text-transform: uppercase;
    color: #000;
    padding: 10px 20px;
    border-left: 1px solid #fff;
}
.mini-web-page-btn a.active {
    background: #015294;
    color: #fff;
}
.mini-web-page-btn a:hover {
    background: #015294;
    color: #fff;
}
.mini-web-page h2 {
    font-size: 24px;
    color: #015294;
}
.mini-web-page .product-thumb .product-details .caption .product_option{display: flex;justify-content: start;}
i.fa.fa-ban.dislike {
    color: red;
}
.mini-web-page-favorite{margin-left: 10px;}

.mini-web-page .gst-bg{padding-top: 0;}

ul.add-FQR-list {
    display: flex;
    gap: 17px;
/*     justify-content: center; */
    flex-wrap: wrap;
}
   
ul.add-FQR-list li {
    font-size: 16px;
    border: 1px solid #f3f3f3;
    padding: 5px 12px;
    color: #015294;
}



#add-product-compose-rfq .add-product-compose-rfq{width: 46px;left:9px;}

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */
  
  /* most of the rest of this is opinion */
 
  text-align: center;
  
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #015294;
  color: #fff;
  z-index: 1000; 
    font-size: 12px;
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #015294;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #015294;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #015294;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #015294;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

.composer-rfq-sr-number{}

.messages a {
    font-size: 14px;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 5px;
    color: #015294;
}
.messages a:hover {
    color: #000;
}
.messages {
  width: 480px;
  position: absolute;
  top: 49px;
  right: 0;
  background: #fff;
  z-index: 999;
  box-shadow: 1px 9px 10px #e7e7eb;
    display: none;
    padding: 20px;
    padding-bottom: 0;
    
}
.message-box {
  padding: 0px 16px;
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-radius: 12px;
  margin-bottom: 10px;
}
.message-box.all-notification {
  padding: 16px !important;
}
/* .message-box:nth-child(4) {
  margin-bottom:0px;
} */
.message-box:nth-child(1){background:#b9deea}
.message-box:nth-child(2){background:#f8dae6}
.message-box:nth-child(3){background:#f7e39e}
.message-box:nth-child(4){background:#c2edce}

.message-box img {
  border-radius: 50%;
  -o-object-fit: cover; 
     object-fit: cover;
  width: 40px;
  height: 40px;
}

.message-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /*margin-bottom: 5px;*/
}
.message-header .name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.message-content {
  width: 100%;
}

.star-checkbox input {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.star-checkbox label {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.message-line {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-align: left;
    margin-bottom: 0;
    margin: 8px 0;
}
.message-line span i{color: #fff;}

.message-header .name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.view-btn-error {
    position: absolute;
    top: 9px;
    right: 8px;
    background: #fff;
    height: 28px;
    border-radius: 3px;
    padding: 0 5px;
}
.card-seller:hover{background: #1ee0ac;}
.card-seller:hover a{color: #fff;}
.card-seller:hover i{color:#fff !important;}
.card-seller.card-seller:hover i{color:#fff !important;}
.bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}


.form-control:disabled, .form-control[readonly] {
    background-color: rgb(0 211 253 / 14%);
    opacity: 1;
    border-color: #cbe7ed;
}

label#division-error, label#category-error {
    transform: inherit;
    display: flex;
    text-transform: capitalize;
    color: red;
    position: absolute;
    right: 0;
    top: 4px;
    left: 1px;
    font-size: 11px;
    align-items: center;
    padding: 0 4px;
    line-height: 10px;
    background: #fff;
    max-width: 99%;
}

.modal-header{
background: #004575; /* Old browsers */
background: -moz-linear-gradient(left,  #004575 0%, #0094e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #004575 0%,#0094e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #004575 0%,#0094e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004575', endColorstr='#0094e5',GradientType=1 ); /* IE6-9 */
}
.modal-title {color: #fff;}
.btn-close{opacity: 1;text-transform: uppercase;}
.input-group-text i {
    font-size: 1rem !important;
}
span.notification-count {
    width: 20px;
    height: 20px;
    background: #0b6db5;
    font-size: 12px;
    border-radius: 50px;
    color: white;
    position: absolute;
    top: -10px;
    right: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
#toast-container>div {
    opacity: 1 !important;
}
.file-width-140{width: 140px;}
.file-width-200{width: 200px;}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  ::-webkit-scrollbar {
    width: 3px;
  }
 
  
  /* Track */ 
  ::-webkit-scrollbar-track {
    background: #fff; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #015294; 
  }
 
  /* Firefox scrollbar thumb color */
/* Firefox scrollbar thumb color */
/* Set the color of the scrollbar thumb */

.view-permission-btn{min-width: 20px;}

.Support_send_message_inputfield{

    width: 80% !important;
    border-radius: 5px !important;
}









/* For mobile */
@media screen and (max-width: 1200px) {
  .newsletters-inner {padding-left: 50px;max-width: 500px;}
    .newsletters input{width: 100%;margin: 0;}
    button.btn.btn-info.subscribed.waves-effect.waves-light {right: 2px;}
  .desk-show{display: none;}
  .mobile-show{display: flex;}
    .gst-bg{max-width: 100%;justify-content: space-between;margin-bottom: 30px;}
    .gst-bg .gst-bg-left ul li{width: auto;padding-right:20px;}
    .gst-bg .gst-bg-left ul li:nth-child(1){padding-bottom: 10px;}
    .gst-bg {max-width: 100%;justify-content: space-between;margin: 20px 0;background: #fff;padding: 20px;}
}


@media screen and (max-width: 992px) {
 .footer .footer-title, .footer .footer h4 {font-size: 18px;font-weight: 400;} 
    .gst-bg .gst-bg-left ul{flex-direction: column;gap: 8px;}
    .gst-bg .gst-bg-left ul li:nth-child(1) {padding-bottom:0;} 
    body {background: #f5f5f5;}
    ul.my_account_listing li{width: 50%;}
    .myaccount-box-menu {display: none;}
    .myaccount-box-right {width: calc(100% - 0px);}
    .col-lg-3.col-md-4.d-flex.align-items-stretch {flex: 0 0 33.333%;max-width: 33.333%;} 
}

@media screen and (max-width: 860px) {
    .header-bottom-right{gap: 15px;}
    ul.search-product-header-section {flex-direction: column;align-items: flex-start;}
    ul.search-product-header-section li{margin-bottom: 20px;}
    ul.search-product-header-section li:nth-child(2){justify-content: flex-start;}
    
}



@media screen and (max-width: 767px) {
body{background: #f5f5f5;padding: 20px 0;}    
.menu-flex {}
.header-link-search .header-search #search {margin-top:0;margin-right: 0;margin-left: 0;}    
section{background: #fff;margin: 10px 0;}
section.news-bg {background: transparent;padding: 0;}    
section.news-bg .container{background: transparent;}    
.category_patch_div .category_patch>a i{margin-left: 5px;}
.header{margin-bottom: 0;}  
.banner.container {margin: 15px 0;background: transparent;}    
section.subbanner-section{background: transparent;padding-top: 0;margin-top: 0;}    
.subbanner-section .container {background: transparent;}   
.footer .container {background: transparent;}   
.footer-bottom .container {background: transparent;}   
.footer-bottom .sub-footer {flex-direction: column;}    
.footer .footer-bottom {border-top: 0;margin-top: 0;}    
.footer-bottom .social_icon {flex-direction: column;margin-top: 20px;}
.reserve .text-content{text-align: center;}
.mobile-menu-container .res-title {border-bottom: 1px solid lightgrey;background: linear-gradient(80deg, #003E68 0%, #015294 33.33%, #1D9BF0 100%) !important;color: #fff;font-weight: 400;font-size: 16px;text-transform: uppercase;} 
#responsive-menu a {font-size: 14px;padding: 0px 0 0 15px;} 
#responsive-menu li.category-menu li.sub-category-menu>a {padding: 6px 20px 6px 15px;font-size: 12px;line-height: 16px;}    
#responsive-menu .menu-dropdown>li>a:hover, #responsive-menu .menu-dropdown>li>ul>li>a:hover {color: #13293b;}
.fullwidth {width: 100%;max-width: 100%;flex: 0 0 100%;}
.product-items.col-sm-6.col-md-4.col-lg-3.product_counter {width: 50%;margin-bottom: 5px;}
.newsletters {margin-bottom: 10px;padding: 1.5rem 0;}
.subtitle-part-inner{padding: 5px}
#showSearchDiv>ul>li {display: flex;flex-direction: column;align-items: flex-start;}  
.product-details-main-image.row {padding-top: 30px;}
.p-10.m-0.res-title span a:hover {color: #222;}
.newsletters-inner {padding-left: 10%;max-width: 100%;padding-right: 10%;} 
.category_patch_div1 {position: sticky;top: 116px;background: #fff;z-index:99;}
.category-head-filter_btn {position: sticky;top: 105px;background: #fff;z-index:98;}
ul.search-product-header-section {display: inherit;}    
 button.mob_filter_btn i {color: #015294;font-size: 24px;}
#top .responsive-bar {display:block;padding: 0;}
.bars.flex-icon .shopcart-mob{display: block}
.responsive-bar {position: fixed;display: block;z-index: 9;float: left;bottom: 0;padding: 29px 32px;cursor: pointer;background-color: transparent;}
.icon-tag{padding-right: 6px;}    
.sub-category-menu .icon-tag{padding-right:0px;}    
.icon-tag i{font-size: 16px;}
.col-lg-9.col-xl-9.col-sm-8.fullwidth {padding-left:0px;}
.category-heading-wrapper .category-head-title {width: 100%;}
.top-section-left{display: none;}
.header-top.py-1.container {padding: 0;}  
.col-lg-3.col-md-4.d-flex.align-items-stretch {flex: 0 0 50%;max-width: 50%;}    
.filer-icon{display: none;}    
ul.search-product-header-section li button.btn-rfq.btn-rfq-white.mr-10{display: none}
    
}

@media screen and (max-width: 600px) {
  .icon-block>div {font-size:2.5vw;}
  .product-items.col-sm-6.col-md-4.col-lg-3.col-xl-2 {width: 50%;max-height: inherit;}
    .product-thumb .product-details .caption .product_option{flex-direction: column;align-items: flex-start;gap: 10px;}
    .product-thumb .product-details .caption .product_option .form-group {width: 100%;}
    .addedcart-container {justify-content: space-between;}
    .cart-action-group {width:100%;}
    .product-thumb{margin: 0;}
    .product-thumb .product-details .caption h4 a{font-size: 14px;}
    .product-thumb .product-details .caption .price{font-size: 14px;}
    .section-product.grid.row.ml-0 {margin-left: 0;margin-right: 0;}
    .custom-tab-1 .nav-tabs{display: flex;}
    .custom-tab-1 .nav-tabs .nav-link{padding: 10px 0; min-width: auto !important;}
    .custom-tab-1 {margin-top: 40px;}
    ul.my_account_listing li{width: 100%;}
    .messages{width: 360px;}
    .tab-content-inner {max-width: 90%;margin: 30px auto;}
}
@media screen and (max-width: 500px) {
    
    .messages{width: 290px;right:20px;}
}


@media screen and (max-width: 460px) {
  .icon-block>div {font-size:3vw;}
    .gst-bg .gst-bg-right{border: 0;}
    .gst-bg .gst-bg-left ul li {padding-right: 0;font-size: 10px;}
    .gst-bg .gst-bg-left ul {gap: 0px;}
    .gst-bg .gst-bg-left ul li:nth-child(1) {font-size: 16px;}
    .gst-bg .gst-bg-left ul li span {font-size: 14px;line-height: 14px;}
    .gst-bg{padding: 10px;gap: 10px;}
    .gst-bg .gst-bg-right{width: 90px;}
    .col-lg-3.col-md-4.d-flex.align-items-stretch {flex: 0 0 100%;max-width: 100%;}  
}












/*


.loader-110 img{width: 300px;}
.loader-110 {
  font-size: 48px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 2px;
  position: relative;
    filter: grayscale(100%);
}
.loader-110::after {
 content: '';
  background-image: url('https://raprocure.techbuddiesit.com/assets/images/logo/rfq-logo.png');
  position: absolute;
  left: 0;
  top: 0;
  
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-animation: animloader110 6s linear infinite;
          animation: animloader110 6s linear infinite;
}
@-webkit-keyframes animloader110 {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@keyframes animloader110 {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}



.loader-inside {
    position: relative;
    color: #ccc;
    cursor: pointer;
    transition: 0.3s linear;
}


.loader-bg {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}




*/

/*NEW CSS 18-03-2025*/
.ribbon {
    width: 95px;
    height: 95px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: 0;
    content: '';
    display: block;

}

.ribbon-prime::before,
.ribbon-prime::after {

 
    border: 5px solid #6f0303;
}

.ribbon-prime span {
    background-color: #a70a0a;
  
}

.ribbon-popular::before,
.ribbon-popular::after {
    border: 5px solid #42143f;

}

.ribbon-popular span {
    background-color: #6a1865;
  
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 6px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}


.ribbon {
    /*top: -10px;
    left: -10px;*/
    top: 26px;
    left: 3px;
}

.ribbon::before,
.ribbon::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon::before {
    top: 0;
    right: 0;
}

.ribbon::after {
    bottom: 0;
    left: 0;
}

.ribbon span {
    right: -57px;
    top: 25px;
    transform: rotate(-45deg);
    font-size:15px;
}

/*END NEW CSS 18-03-2025*/