@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Roboto:wght@300;400;500;700&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none; border:none;
  text-decoration: none;
  text-transform: capitalize;
  transition: .2s linear;
}
p {
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
}
a,a:hover{
  text-decoration: none; 
  color: black;
}
a,
button {
    outline: none !important;
}
ul,ol{
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
  padding: 0px;
}
a:focus,
select:focus,
input:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: none !important;
}
/* a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none !important;
} */
img{
  vertical-align: middle;
}

:root {
  --green: #2bb673;
  --orange: #f7941e;
  --blue: #00aeef;
  --dgray: #58595b;
  --mgray: #7f7f7f;
  --lgray: #ebebeb;
  --red: #e84118;
  --steel: #8c8d94;
  --white: #fff;
  --black: #000;
}
.overflow{
  overflow: hidden;
}

body{
  font-family: 'Roboto', sans-serif; 
}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/* html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
} */

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

 fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* product_section */
.flex-cat-block{
  position: relative;
}
.flex-cat-button{
  text-align: center;
  position: absolute;
  top: -2% !important;
  text-align: center !important;
  cursor: pointer;
  width: 100%;

}
.flex-cat-button a {
  background: var(--white);
  padding: 3px 10px;
  font-size: 0.7rem;
  font-weight: 500;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0 5px 15px 0 rgba(37,44,97,.15), 0 2px 4px 0 rgba(93,100,148,.2);
}

/* product_section */
/* home-element */
.sauare_img img{
  position: relative;
}
.hero-link h5{
  position: absolute;
  text-align: center !important;
  bottom: 0px;
  top: 125%;
  font-size: 1.3rem;
  color: #ffffff;
  margin-left: 100px;
  font-family: 'Fjalla One', sans-serif;
  box-shadow: #000;
}

/* home-element */

/* paymentmethod_section */
/* .payment_part i,h5{
  justify-content: center;
  align-items: center;
  display: block;
  margin-bottom: 13px;
} */
/* paymentmethod_section */
/* search_box */
.contact_section{
  padding-bottom: 70px;
}
.search_part_heading {
  padding-top: 30px;
}
.search_part_heading h6{
 margin-bottom: 17px;
}
.search_box input{
  color: var(--white);
  background: transparent;
  border: 0px;
  border-bottom: 1px solid var(--white);
  width: 70%;
}
.search_box button{
  border-radius: 0px;
  color: #fff;
  font-size: 17px;
  padding: 5px 10px;
  display: inline-block;
}
.search_box button:hover{
  color: #fff;
  background: #EC971F;
  display: inline-block;
}
.contact_part{
  margin-top: 30px;
}
.contact_part p{
  text-align: left; 
  color: #aaa;
  margin-left: 20px;
  margin-top: 7px;
  font-size: 17x;
  font-weight: 400;
}
.contact_part span{
  padding: 0px;
  margin: 0px;
}


/* views_section */
.view_product_section{
  position: relative;
}
.view-title {
  position: absolute;
  text-align: center;
  color: var(--white);
  top: 0%;
  background: #00000070;
  width: 100%;
  height: 88%;
  display: block;
  font-weight: 500;
}
.view-title p{
 justify-content: center;
 align-items: center;
 display: flex;
 top: 50%;
 margin-top: 28%;
}
/* views_section */
/* mens_full_leeve T_shirt_section_started */
.product_img img{
  width: 100%;
}
.product_name P{
  font-family: 'Fjalla One', sans-serif;
}
.mens_full_sleeve{
  position: relative;
}
.product_content {
  position: absolute;
  bottom: -185px;
  width: 100%;
  font-size: 1.3rem;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(0deg, rgb(0 0 0 / 60%) 0%, rgb(0 0 0 / 45%) 30%, rgb(0 0 0 / 16%) 66%, rgb(0 0 0 / 0%) 100%);
  height: 75px;
  line-height: 100px;
  font-family: 'Fjalla One', sans-serif;
  /* display: none; */
}

/* mens_full_leeve T_shirt_section_started */
.product_hero img{
  width: 100%;
}
.product_hero{
  position: relative;
}
.product_prices{
  position: absolute;
  cursor: pointer;
  width: 100%;
  text-align: center !important;
  bottom: 0px;
}
.product_prices p{
  background: var(--white);
  padding: 4px 10px;
  font-size: 0.7rem;
  font-weight: 500;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0 5px 15px 0 rgba(37,44,97,.15), 0 2px 4px 0 rgba(93,100,148,.2);
  font-size: 12px;
  text-align: center;
  background: white;
  color: #000;
  padding: 0px 7px;
  width: fit-content;
  margin: 0 auto;
} 
.product-link{
  position: relative;
}
.mens_shorts_name{
  position: absolute;
  bottom: -17px;
  width: 100%;
  font-size: 1.3rem;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(0deg, rgb(0 0 0 / 60%) 0%, rgb(0 0 0 / 45%) 30%, rgb(0 0 0 / 16%) 66%, rgb(0 0 0 / 0%) 100%);
  height: 75px;
  line-height: 100px;
  font-family: 'Fjalla One', sans-serif;
}

/* comfort */
.comfort-heading{
  position: relative;
 
}
.comfort-heading h2{
  font-size: 2.5rem;
  font-family: 'Roboto', sans-serif; 
}
.comfort-heading h2 i{
  font-size: 60px;
  position: absolute;
  margin-top: -8px;
}
.comfort_img img{
  width: 100%;
  height: 100%;
  display: block;
}
/* comfort */

/* printed_short_section */
.product-link{
  position: relative;
}

.printed_short_img img{
  width: 100%;
}

.printed_content {
  position: absolute;
  bottom: -19px;
  width: 100%;
  font-size: 1.3rem;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(0deg, rgb(0 0 0 / 60%) 0%, rgb(0 0 0 / 45%) 30%, rgb(0 0 0 / 16%) 66%, rgb(0 0 0 / 0%) 100%);
  height: 75px;
  line-height: 100px;
  font-family: 'Fjalla One', sans-serif;
  display: block;
}


/* printed_short_section */




/* best_quality_heading */
.best_quality_heading{
  font-family: 'Fjalla One', sans-serif;
}
.best_quality_heading h4{
color: #009E8F;
}
.best_quality_heading h1{
  font-size: 50px;
  color: #009688;
}
.best_quality_heading p{
  color: #009688;
}
/* best_quality_heading */

/* sign_content */
.sign_content a{
 color: #014C8C;
}
.sign_content a:hover{
  color: #53B2E9;
  text-decoration: underline;
} 
.btn_social {
  background: #014C8C;
  color: var(--white);
  position: relative;
  padding: 4px 0px;
}
.btn_social a{
  background: #014C8C;
  color: var(--white);
  font-size: 14px;
  
}
.btn_social a i{
  font-size: 20px;
}
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social>:first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0,0,0,.2);
}
.btn_social a:hover{
  color: var(--white);
}
/* .btn {
  line-height: 1rem;
  border: 0px;
  border-radius: 0rem;
} */
/* sign_content */


/* fooder_section */
.fooder_heading{
  color: orange;
}
.fabrlife_menu li a{
  color: var(--white);
  font-size: 15px;
  line-height: 30px;
}
.fabrlife_menu li a:hover{
  margin-left: 10px;
  transition: .5s;
  color: var(--orange);
}
.men_menu li a{
  color: var(--white);
  font-size: 15px;
  line-height: 30px;
}
.men_menu li a:hover{
  margin-left: 10px;
  transition: .5s;
  color: var(--orange);
}
.women li a{
  color: var(--white);
  font-size: 15px;
  line-height: 30px; 
}
.women li a:hover{
  margin-left: 10px;
  transition: .5s;
  color: var(--orange);
}
.kids_menu li a{
  color: var(--white);
  font-size: 15px;
  line-height: 30px; 
}
.kids_menu li a:hover{
  margin-left: 10px;
  transition: .5s;
  color: var(--orange);
}
/* copyright_section */
.coyright_section{
  background: #F3F3F3;
  padding: 20px 0; 
}
.coyright_part{
  margin: 0 auto;
  width: 100%; 
}
.coyright_heading p{
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
}

.coyright{
  text-align: center;
  color: #aaaaaa;
  font-size: 16px;
}

/* shoping page css start */
.product_img{
  transition: transform .2s;
  margin: 0 auto;
}
.product_img:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2); 
  transform: scale(1.2);    
   
}
/* shoping card hover  */
.shop_card:hover{
  border: 1px solid rgb(51, 107, 221);
}
/* shoping page css end  */

/* single product page css  start */
.big-product:hover {
  cursor: pointer;
  box-shadow: 1px 5px 5px 2px rgba(0,0,0,0.52);
  -webkit-box-shadow: 1px 5px 5px 2px rgba(0,0,0,0.52);
  -moz-box-shadow: 1px 5px 5px 2px rgba(0,0,0,0.52);
}

ul.size-selectors-container {
  background-color: unset !Important;
  border: none !Important;
  border-radius: 0px !important;
  padding: 0px;
}

.size-selectors-container {
  border-bottom: unset !Important;
}

.size-selectors-container:hover {
  background: unset !important;
}

.size-selector:hover {
  -webkit-box-shadow: 1px 1px 3px 0px !important;
  box-shadow: 1px 1px 3px 0px !important;
  border: 1px solid #fff !important;
}
.size-selector {
  width: auto;
  min-width: 60px;
  padding: 5px;
  text-align: center;
  margin: 0px 10px 5px 0 !important;
  background-color: #fff;
  border: 1px solid #9e9e9e;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.1s ease-in-out;
  border-radius: 0px !Important;
}
.size-selector-selected {
  width: auto;
  min-width: 60px;
  padding: 5px;
  text-align: center;
  margin: 0px 10px 5px 0 !important;
  background-color: #000000;
  border: 1px solid #9e9e9e;
  color: #FFF;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.1s ease-in-out;
  border-radius: 0px !Important;
}
/* quantity css  */
.number-input {
  display: inline-flex;
  border: 1px solid #a1a1a1;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline: none;
  --webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  margin: 0;
  position: relative;
  box-shadow: none;
  font-size: 12px;
  background: #FFF;
  color: #000;
  outline: none !important;
}

.number-input input[type=number] {
  max-width: 4rem;
  padding: 0.5rem;
  border: none;
  font-size: 1rem;
  height: 2rem;
  text-align: center;
}

.add2cartContainer {
  display: inline-flex;
}

/* single product page css  end */

/* fly img start  */
.card-img, 
.card-title {
    /* transform: translateY(4rem); */
    transition: .5s ease-in-out;
}

.card-img {
    width: auto;
    height: 9.5rem;
}





.left {
    left: 1rem;
}

.right {
    right: 1rem;
}

.shopping-cart {
    position: absolute;
    right: 1rem;
    bottom: 1rem;

    width: 1px;
    height: 1px;
    background-color: #fff;
    border-radius: 50%;
    /* outline: .5rem solid transparent; */
    /* overflow: hidden; */
    
    text-align:center;
    line-height: 4rem;

    cursor: pointer;
    box-shadow: 0 .2rem .6rem #0006;
    transition: .5s ease-in-out;
}

.shopping-cart.active {
    width: 8rem;
    border-radius: .8rem;
}

.shopping-cart.active > span{
    margin-left: -4rem;
}

.arrow:hover, .shopping-cart:hover {
    outline: .5rem solid #fff5;
}



.cart-icon {
    font-size: 2rem;
    transition: .5s ease-in-out;
}

/* For Js Code */

.flying-img {
    position: absolute;
    animation: fly_to_cart 1s ease-in-out;
}

@keyframes fly_to_cart {
    0% {
        left: 0;
        top: 0;
    }
    45%, 50% {
        left: var(--left);
        top: 60px;
    }
    80%, 90% {
        left: var(--left);
        top: var(--top);
        transform: scale(.2);
    }
    100% {
        left: calc(var(--left) + 40px);
       
        transform: scale(.2);
    }
}

/* fly img end */


/* responsive css start  */
.my-img{
  width: 100%;
}
.child{
  width: 100%;
}
.span{
 position: relative;
 bottom: 20px;
 text-align: center;
  
}
.price{
  text-align: center;
}
@media only screen and (max-width: 790px) {

 .col-xs-6{
   width: 50%;
 }
}
/* responsive css end */

/* normalize css start  */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,[type="email"],
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* normalize css end */

/* navbar css start  */
.login_dropbtn {
  /* background-color: #04AA6D; */
  color: rgb(168, 57, 57);
  padding: 16px;
  font-size: 16px;
  border: none;
}

.login_dropdown {
  position: relative;
  display: inline-block;
}

.log_dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 5;
}

.log_dropdown-content a {
  color: black;
  padding:0px 16px;
  text-decoration: none;
  display: block;
}

.log_dropdown-content a:hover {background-color: #ddd;}

.login_dropdown:hover .log_dropdown-content {display: block;}

.login_dropdown:hover .login_dropbtn {background-color: #cfefd0;}

/* mega menu  */

.mega_dropbtn {
  /* background-color: #04AA6D; */
  
  font-size: 16px;
  border: none;
}

.mega_dropdown {
  display: inline-block;
  padding: 16px 20px;    
}

.mega_dropdown-content {
  display: none; 
  position: absolute!important; 
  /* background-color: #fefefe; */
  /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
  z-index: 1000;
  min-width: 100%!important;
  left: 0!important;
  right: 0!important;
  margin-top: 0;
  transition: all 2s ease;     
}

.mega_dropdown-content .row{
  background-color: #fefefe; 
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.mega_dropdown-content a {
  color: black;
  padding:3px 16px;
  text-decoration: none;
  display: block;
  font-size: 15px;
}

.mega_dropdown-content a:hover {background-color: #ddd;}

.mega_dropdown:hover .mega_dropdown-content {display: block;}

/* .mega_dropdown:hover .mega_dropbtn {background-color: #cfefd0;} */

.link-hover:hover{
color: rgb(27, 74, 144);
}

/* search  */
.search-container {
position: relative;
display: inline-block;
}

.search-input {
padding: 8px;
border: 1px solid #ccc;
border-radius: 4px;
outline: none;
}

.search-button {
position: absolute;
right: 0;
top: 0;
padding: 8px;
border: none;
/* background-color: #f2f2f2; */
border-radius: 4px;
cursor: pointer;
}

/* Font Awesome is used for the search icon */
.fa-search {
font-size: 16px;
}
/* mobile nav  */
#mobile-nav{
display: none;
}
@media (max-width: 991px) {
#mobile-nav{
  display: block;
}
}
@media (max-width: 1200px) {
#mobile-nav{
  display: none;
}
}

/* bnbbnbnbnbn */

.home-element:after {
content: "";
display: table;
clear: both;
}
.home-element:nth-child(n+3) {
margin-top: 60px;
}

.home-product {
border-radius: 5px;
box-shadow: 0 7px 15px 0 rgb(0 0 0 / 13%), 0 1px 4px 0 rgb(0 0 0 / 11%);
text-decoration: none;
position: relative;
}
.home-element {
overflow-x: hidden;
overflow-y: clip;
}

/* accordion css  */
.accordion-button::after{
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-plus" viewBox="0 0 16 16"><path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z"/></svg>');
}
.accordion-button:not(.collapsed)::after{
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/></svg>');
}
/* navbar css start  end */