/*@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Roboto&display=swap");
*/
/*! 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,
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;
}

*body {
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  background: #fff;
}

html,
body {
  height: 100%;
}

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

*h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #222222;
  font-weight: 500;
  line-height: 1.2 !important;
}

.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

*a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

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

*button:focus {
  outline: none;
  box-shadow: none;
}

.overflow-hidden {
  overflow: hidden;
}

*:focus {
  outline: 0 !important;
}

*button:focus {
  border: none;
  outline: none;
}

* {
  list-style-type: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

*:focus, *:active {
  outline: none !important;
}

*:hover {
  transition: 0.5s;
}

.banner {
  background-image: url(./../img/banner/banner-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.banner .banner_content {
  position: relative;
  padding-top: 250px;
  padding-bottom: 150px;
}

@media screen and (max-width: 996px) {
  .banner .banner_content {
    padding-top: 220px;
    padding-bottom: 75px;
  }
}

.banner .banner_content .banner_left h1 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .banner .banner_content .banner_left h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 996px) {
  .banner .banner_content .banner_left h1 {
    font-size: 30px;
  }
}

.banner .banner_content .banner_left p {
  color: #fff;
  line-height: 24px;
  margin-bottom: 33px;
}

@media screen and (max-width: 786px) {
  .banner .banner_content .banner_img {
    display: none;
  }
}

.banner .banner_content .banner_img img {
  width: 100%;
}

.banner .banner_content .owl-carousel {
  position: relative;
}

.banner .banner_content .owl-carousel .owl-nav {
  position: absolute;
  right: 50px;
  bottom: 12px;
}

.banner .banner_content .owl-carousel .owl-nav .owl-prev {
  color: #fff;
}

.banner .banner_content .owl-carousel .owl-nav .owl-prev:hover {
  color: #000;
}

.banner .banner_content .owl-carousel .owl-nav .owl-prev i {
  font-size: 27px;
  padding: 10px;
}

.banner .banner_content .owl-carousel .owl-nav .owl-next {
  color: #fff;
}

.banner .banner_content .owl-carousel .owl-nav .owl-next:hover {
  color: #000;
}

.banner .banner_content .owl-carousel .owl-nav .owl-next i {
  font-size: 27px;
}

.banner_product {
  background-image: url(./../img/banner/banner-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.banner_product .banner_content {
  text-align: end;
  padding-top: 180px;
}

.banner_product .banner_content .product_heading h1 {
  color: #000;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .banner_product .banner_content .product_heading h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 600px) {
  .banner_product .banner_content .product_heading h1 {
    font-size: 25px;
    text-align: left;
  }
}

.banner_product .banner_content .product_heading .breadcrumb {
  background-color: transparent;
  justify-content: end;
}

@media screen and (max-width: 600px) {
  .banner_product .banner_content .product_heading .breadcrumb {
    justify-content: left;
    padding-left: 0;
  }
}

.banner_product .banner_content .product_heading .breadcrumb .active {
  color: #000;
}

.banner_product .banner_content .product_heading .breadcrumb .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}

.banner_product .banner_content .product_heading .breadcrumb .breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #1b80da;
  content: "";
}

.banner_product .banner_content .product_heading .breadcrumb .breadcrumb-item .material-icons {
  padding-top: 6px;
  padding-left: 3px;
}

.btn {
  border: none !important;
  outline: 0 !important;
  transition: 0.5s;
  box-shadow: none !important;
}

.btn-primary {
  background-color: transparent !important;
  border-color: #fff;
  padding: 12px 36px;
  color: #000 !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
  border: 1px solid !important;
}

.btn-primary:hover {
  border: none !important;
  color: #000 !important;
  background: #fff !important;
}

.btn-add {
  text-transform: uppercase !important;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  display: flex;
  color: #fff;
  align-items: center;
  text-decoration: none !important;
}

.btn-add:hover {
  color: #ff6c00;
}

.btn-add i {
  height: 45px;
  width: 45px;
  background-image: linear-gradient(45deg, #22c1c3 0%, #21392b59 60%);
  color: white !important;
  border-radius: 50%;
  padding: 12px;
  margin-right: 13px;
}

.btn-add2 {
  text-transform: uppercase !important;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
}

.btn-add2:hover {
  color: #222222;
}

.btn-add2 i {
  height: 45px;
  width: 45px;
  background-image: linear-gradient(45deg, #22c1c3 0%, #21392b59 60%);
  color: #fff !important;
  border-radius: 50%;
  padding: 12px;
  margin-right: 13px;
  color: #222222 !important;
}

.btn-add2 i:hover {
  background-image: linear-gradient(45deg, #22c1c3 0%, #e0d8d8 60%);
}

.btn-shop {
  color: #222222;
  display: block;
  position: absolute;
  z-index: 2;
  left: 41%;
  top: 62%;
  background-image: linear-gradient(45deg, #22c1c3 0%, #21392b59 60%);
  padding: 14px 27px;
  font-weight: 600;
  border-radius: 25px;
}

@media screen and (max-width: 996px) {
  .btn-shop {
    top: 75%;
  }
}

.btn-shop:hover {
  text-decoration: none;
  color: #222222;
}

.btn-cart {
  color: #fff;
  background-image: linear-gradient(45deg, #22c1c3 0%, #21392b59 60%);
  padding: 14px 35px;
  font-weight: 600;
  border-radius: 6px;
  box-shadow: none !important;
}

.btn-cart:hover {
  text-decoration: none;
  color: #fff;
}

.btn-replay {
  color: #000;
  border: 1px solid !important;
  border-radius: 25px;
  border-color: #777777 !important;
  padding: 5px 15px;
  box-shadow: none !important;
}

.btn-replay:hover {
  text-decoration: none;
  color: #fff;
  background-color: #00c2fb !important;
  border: none !important;
}

.btn-login {
  color: #fff;
  border-radius: 0px;
  background-color: #00c2fb !important;
  padding: 8px 22px;
  box-shadow: none !important;
  border-radius: 5px;
  font-weight: 600;
}

.btn-login:hover {
  text-decoration: none;
  color: #fff;
  border: none !important;
}

.btn-checkout_c {
  text-transform: uppercase !important;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  height: 50px;
  padding-top: 15px;
  display: block;
  background-image: linear-gradient(45deg, #22c1c3 0%, #21392b59 60%);
  text-decoration: none !important;
}

.btn-checkout_c:hover {
  color: #fff;
  background-image: linear-gradient(45deg, #22c1c3 0%, #21392b59 60%);
}

.btn-update {
  background-color: #acdfee99 !important;
  padding: 12px 36px;
  color: #000 !important;
  font-size: 16px;
  border-radius: 0;
}

.btn-update:hover {
  border: none !important;
  color: #000 !important;
}

.btn-update2 {
  background-color: #acdfee99 !important;
  display: block;
  padding: 12px 36px;
  color: #000 !important;
  font-size: 16px;
  border-radius: 0;
}

.btn-update2:hover {
  border: none !important;
  color: #000 !important;
}

.btn-cartc {
  color: #fff;
  background-image: linear-gradient(45deg, #22c1c3 0%, #21392b59 60%);
  padding: 14px 35px;
  font-weight: 600;
  box-shadow: none !important;
}

.btn-cartc:hover {
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 474px) {
  .btn-cartc {
    margin-bottom: 15px;
    padding: 14px 38px;
  }
}

.btn-cartd {
  color: #fff;
  background-image: linear-gradient(45deg, #22c1c3 0%, #21392b59 60%);
  padding: 14px 28px;
  font-weight: 600;
  box-shadow: none !important;
}

.btn-cartd:hover {
  text-decoration: none;
  color: #fff;
}

.btn-register {
  color: #fff;
  background-image: linear-gradient(45deg, #22c1c3 0%, #21392b59 60%);
  padding: 14px 28px;
  font-weight: 600;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.btn-register:hover {
  text-decoration: none;
  color: #fff;
}

.btn-login {
  color: #fff;
  display: block;
  background-image: linear-gradient(45deg, #22c1c3 0%, #21392b59 60%);
  padding: 14px 28px;
  font-weight: 600;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.btn-login:hover {
  text-decoration: none;
  color: #fff;
}

.btn-send {
  background-color: #00c2fb !important;
  border-color: #fff;
  padding: 8px 40px;
  color: #fff !important;
  font-size: 16px;
  border-radius: 0;
  margin-top: 31px;
  margin-left: auto;
  margin-right: 16px;
}

.btn-send:hover {
  border: none !important;
  background: #00aee2 !important;
}

.product {
  margin-top: 100px;
}

.product .main_heading {
  text-align: center;
  padding-bottom: 10px;
}

.product .main_heading h3 {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #222222;
}

.product .main_heading p {
  color: #777777;
  line-height: 24px;
  margin-bottom: 33px;
}

.product .wrapper {
  margin-top: 40px;
}

.product .wrapper .product_img {
  margin-bottom: 50px;
}

@media screen and (max-width: 576px) {
  .product .wrapper .product_img {
    margin: 0 10px;
    padding-bottom: 30px;
  }
}

.product .wrapper .product_img .wrapper_img {
  padding-bottom: 15px;
}

.product .wrapper .product_img .wrapper_img img {
  width: 100%;
}

.product .wrapper .product_img h5 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 15px;
  font-family: "Poppins", sans-serif;
}

.product .wrapper .product_img .rate {
  display: flex;
  padding-top: 10px;
}

.product .wrapper .product_img .rate p {
  color: #222222;
  margin-right: 50px;
}

.product .wrapper .product_img .rate span {
  color: #777777;
  text-decoration: line-through;
}

.product .wrapper .product_img .product_bottom {
  display: flex;
  padding-left: 0;
  position: relative;
}

.product .wrapper .product_img .product_bottom li {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: #fc5205;
  margin-right: 12px;
}

.product .wrapper .product_img .product_bottom a {
  color: #fff;
}

.product .wrapper .product_img .product_bottom a span {
  padding: 11px;
}

.main_heading {
  text-align: center;
  padding-bottom: 10px;
}

.main_heading h3 {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #222222;
}

.main_heading p {
  color: #777777;
  line-height: 24px;
  margin-bottom: 33px;
}

.fixed-top {
  top: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  background: #fff;
  left: 2.5%;
  width: 95%;
  padding: 20px 0;
}

.navbar-dark {
  color: #000;
}

.navbar-dark #nav-bg {
  margin: 0px auto 0;
  display: flex;
}

.navbar-dark #nav-bg .navbar-toggler {
  background-color: #00c2fb;
  color: #fff;
}

@media screen and (max-width: 610px) {
  .navbar-dark #nav-bg .navbar-toggler {
    margin-right: 20px;
  }
}

.navbar-dark .navbar-brand {
  color: #00c2fb;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  padding-left: 10px;
}

.navbar-dark .navbar-brand:hover {
  color: #00c2fb !important;
}

@media screen and (max-width: 996px) {
  .navbar-dark .navbar-collapse {
    text-align: center;
  }
}

.navbar-dark .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #00c2fb !important;
}

.navbar-dark .navbar-collapse .navbar-nav .dropdown-menu {
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 15px 15px;
}

.navbar-dark .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 996px) {
  .navbar-dark .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center;
  }
}

.navbar-dark .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: #00c2fb;
}

.navbar-dark .navbar-collapse .navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
}

.navbar-dark .navbar-collapse .nav-item {
  text-transform: uppercase;
  padding: 0 12px;
}

.navbar-dark .navbar-collapse .nav-item .nav-link {
  color: #222222;
  font-weight: 500;
  font-size: 13px;
}

.navbar-dark .navbar-collapse .nav-item .nav-link:hover {
  color: #00c2fb;
}

.navbar-dark .nav_right {
  display: flex;
}

@media screen and (max-width: 996px) {
  .navbar-dark .nav_right {
    justify-content: center;
  }
}

.navbar-dark .nav_right .nav_cart {
  padding: 0 12px;
}

.navbar-dark .nav_right .nav_cart a {
  color: #222222;
}

.navbar-dark .nav_right .nav_cart a:hover {
  color: #00c2fb;
}

.navbar-dark .nav_right .nav_search {
  padding: 0 12px;
}

.navbar-dark .nav_right .nav_search a {
  color: #222222;
}

.navbar-dark .nav_right .nav_search a:hover {
  color: #00c2fb;
}

#new {
  transition: 0.5s;
}
.o_footer {
    background-color: transparent !important;
    color: #222222 !important;
}
.o_footer .o_footer_copyright{
    background-color: #30353b !important;
}

.footer {
  margin-top: 100px;
  background-color: #222222;
}

.footer .footer_content {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 996px) {
  .footer .footer_content .ft_b {
    margin-top: 45px;
  }
}

.footer .footer_content .wrapper h6 {
  color: #fff;
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 30px;
}

.footer .footer_content .wrapper p {
  color: #777777;
  line-height: 21px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .footer .footer_content .wrapper p {
    margin-bottom: 45px;
  }
}

.footer .footer_content .wrapper .input-group {
  width: 100%;
  height: 50px;
  border-radius: 0;
  margin-top: 30px;
}

.footer .footer_content .wrapper .input-group .form-control {
  border-radius: 0;
  height: 50px;
}

.footer .footer_content .wrapper .input-group .input-group-text {
  border-radius: 0;
  background-image: linear-gradient(45deg, #22c1c3 0%, #e0d8d8 60%);
  padding: 0 20px;
  color: #fff;
  font-weight: 700;
}

.footer .footer_content .wrapper .footer_icon {
  display: flex;
  margin-top: 30px;
}

.footer .footer_content .wrapper .footer_icon a {
  color: #fff;
  margin-right: 18px;
}

.footer .footer_content .wrapper .footer_icon a:hover {
  color: #f1a138;
}

.footer .footer_content .wrapper .footer_icon a span {
  font-size: 12px;
}

.footer .footer_content .footer_bottom {
  margin-top: 50px;
  text-align: center;
  color: #777777;
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (max-width: 996px) {
  .footer .footer_content .footer_bottom {
    text-align: left;
    padding-left: 12px;
  }
}

.footer .footer_content .footer_bottom a {
  color: #00c2fb;
  text-decoration: none;
}

.footer .footer_content .footer_bottom a:hover {
  color: #f1a138;
}

.sidebar .wrapper {
  margin-bottom: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}

.sidebar .wrapper .sidebar_head {
  background: #fc5205;
  color: #fff;
  padding: 18px 10px;
  padding-left: 20px;
  margin-bottom: 20px;
}

.sidebar .wrapper .sidebar_content .categories__accordion .card {
  border: none;
  border-radius: 0;
  padding-left: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f2f2f2 !important;
  margin-bottom: 12px;
}

.sidebar .wrapper .sidebar_content .categories__accordion .card-heading {
  cursor: pointer;
}

.sidebar .wrapper .sidebar_content .categories__accordion .card-heading a {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  display: block;
  text-decoration: none;
}

.sidebar .wrapper .sidebar_content .categories__accordion .card-body {
  padding-left: 0;
  padding-top: 6px;
  padding-bottom: 0;
}

.sidebar .wrapper .sidebar_content .categories__accordion .card-body li {
  list-style: none;
  position: relative;
  padding-left: 16px;
}

.sidebar .wrapper .sidebar_content .categories__accordion .card-body li:before {
  position: absolute;
  left: 4px;
  top: 14px;
  height: 1px;
  width: 4px;
  background: #666666;
  content: "";
}

.sidebar .wrapper .sidebar_content .categories__accordion .card-body li a {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}

.sidebar .wrapper .sidebar_content .filter_head {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  padding: 18px 10px;
}

.sidebar .wrapper .sidebar_content .filter {
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}

.sidebar .wrapper .sidebar_content .filter .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
  color: #777777;
}

.sidebar .wrapper .sidebar_content .filter .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.sidebar .wrapper .sidebar_content .filter .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #4e4848;
  border-radius: 50%;
}

.sidebar .wrapper .sidebar_content .filter .container:hover input ~ .checkmark {
  background-color: #f1a138;
}

.sidebar .wrapper .sidebar_content .filter .container input:checked ~ .checkmark {
  background-color: #00c2fb;
}

.sidebar .wrapper .sidebar_content .filter .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.sidebar .wrapper .sidebar_content .filter .container input:checked ~ .checkmark:after {
  display: block;
}

.sidebar__filter {
  position: relative;
}

.sidebar__filter input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  width: 50%;
}

.sidebar__filter .section-title {
  margin-bottom: 50px;
}

.sidebar__filter .section-title .borderd_header {
  text-transform: uppercase;
}

.sidebar__filter .section-title h4 {
  font-size: 18px;
}

#slider-range {
  margin-bottom: 30px;
  background-color: #fc5205;
  border: none;
  height: 8px;
  border-radius: 8px;
}

#slider-range .ui-state-default,
#slider-range .ui-widget-content .ui-state-default {
  background-color: #3a3a3a;
  border: none;
  height: 18px;
  width: 18px;
  top: -4.8px;
  position: absolute;
  border-radius: 50%;
}

#slider-range.ui-slider-horizontal .ui-slider-range {
  top: 0;
  background-color: #fc5205 !important;
  left: 0%;
  width: 60%;
  position: absolute;
  height: 8px;
  border-radius: 8px;
}

.services {
  margin-top: 100px;
}

.services .wrapper {
  text-align: center;
}

@media screen and (max-width: 576px) {
  .services .wrapper {
    padding-bottom: 20px;
  }
}

.services .wrapper i {
  font-size: 48px;
  padding-bottom: 16px;
}

.services .wrapper h6 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  padding-bottom: 2px;
}

.services .wrapper p {
  color: #777777;
}

.offers {
  padding-top: 100px;
}

@media screen and (max-width: 996px) {
  .offers {
    padding-top: 75px;
  }
}

@media screen and (max-width: 996px) {
  .offers .tt {
    margin-top: 20px;
  }
}

.offers .offer_img {
  position: relative;
}

.offers .offer_img .inline-photo {
  opacity: 0;
  transform: translateY(0em) rotateZ(0deg);
  transition: transform 6s 0.25s cubic-bezier(0, 1, 0.3, 1), opacity 0.9s 0.25s ease-out;
  will-change: transform, opacity;
  -webkit-transform: translateY(0em) rotateZ(0deg);
  -moz-transform: translateY(0em) rotateZ(0deg);
  -ms-transform: translateY(0em) rotateZ(0deg);
  -o-transform: translateY(0em) rotateZ(0deg);
  -webkit-transition: transform 6s 0.25s cubic-bezier(0, 1, 0.3, 1), opacity 0.9s 0.25s ease-out;
  -moz-transition: transform 6s 0.25s cubic-bezier(0, 1, 0.3, 1), opacity 0.9s 0.25s ease-out;
  -ms-transition: transform 6s 0.25s cubic-bezier(0, 1, 0.3, 1), opacity 0.9s 0.25s ease-out;
  -o-transition: transform 6s 0.25s cubic-bezier(0, 1, 0.3, 1), opacity 0.9s 0.25s ease-out;
}

.offers .offer_img .inline-photo.is-visible {
  opacity: 1;
  transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
}

.offers .offer_img img {
  width: 100%;
  display: block;
  height: auto;
}

.offers .offer_img .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #00000069;
}

.offers .offer_img .overlay:hover {
  opacity: 1;
}

.offers .offer_img .overlay .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.offers .offer_left {
  position: relative;
}

@media screen and (max-width: 996px) {
  .offers .offer_left {
    margin-top: 25px;
  }
}

.offers .offer_left img {
  width: 100%;
}

.offers .offer_left .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #00000069;
}

.offers .offer_left .overlay:hover {
  opacity: 1;
}

.offers .offer_left .overlay .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.hot {
  margin-top: 70px;
}

.hot .left {
  background-image: url(./../img/exclusive.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.hot .left:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #00000069;
}

.hot .left .wrapper {
  text-align: center;
  position: relative;
  padding: 33px 109px;
  z-index: 1;
}

@media screen and (max-width: 996px) {
  .hot .left .wrapper {
    padding: 73px 109px;
  }
}

@media screen and (max-width: 576px) {
  .hot .left .wrapper {
    padding: 30px 50px;
  }
}

.hot .left .wrapper .deal {
  color: #fff;
  font-size: 33px;
  font-weight: 600;
  padding-top: 120px;
  margin-bottom: 7px;
}

.hot .left .bt {
  color: #fff;
  font-size: 15px;
}

.hot .left #countdown {
  width: 100%;
  border-radius: 8px;
  margin-top: 65px;
}

@media screen and (max-width: 576px) {
  .hot .left #countdown {
    margin-top: 30px;
  }
}

.hot .left label {
  clear: both;
  display: block;
}

.hot .left #countdown span {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  width: 25%;
  float: left;
}

.hot .right {
  background-color: #f9f9ff;
  height: 100%;
  padding-top: 20%;
}

.hot .right .wrapper {
  text-align: center;
  position: relative;
}

.hot .right .wrapper .img_right {
  max-width: 350px;
  margin: auto;
}

.hot .right .wrapper .img_right img {
  width: 100%;
}

.hot .right .wrapper h5 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  margin-bottom: 30px;
}

.hot .right .wrapper .rate {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.hot .right .wrapper .rate p {
  color: #222222;
  margin-right: 50px;
}

.hot .right .wrapper .rate span {
  color: #777777;
  text-decoration: line-through;
}

.hot .right #owl-theme2 {
  position: relative;
}

.hot .right #owl-theme2 .owl-nav .owl-prev {
  color: #f1a138;
}

.hot .right #owl-theme2 .owl-nav .owl-prev:hover {
  color: #000;
}

.hot .right #owl-theme2 .owl-nav .owl-prev i {
  font-size: 27px;
  padding: 10px;
}

.hot .right #owl-theme2 .owl-nav .owl-next {
  color: #f1a138;
}

.hot .right #owl-theme2 .owl-nav .owl-next:hover {
  color: #000;
}

.hot .right #owl-theme2 .owl-nav .owl-next i {
  font-size: 27px;
}

.brands {
  margin-top: 100px;
}

@media screen and (max-width: 996px) {
  .brands {
    margin-top: 75px;
  }
}

@media screen and (max-width: 996px) {
  .brands {
    margin-top: 50px;
  }
}

.brands .brand_img {
  max-width: 120px;
  display: block;
  margin: auto;
}

@media screen and (max-width: 996px) {
  .brands .brand_img {
    margin-bottom: 15px;
  }
}

.brands .brand_img img {
  width: 100%;
  opacity: 0.2;
  transition: all 0.3s ease 0s;
}

.brands .brand_img img:hover {
  opacity: 0.8;
}

.deals {
  margin-top: 100px;
}

@media screen and (max-width: 996px) {
  .deals {
    margin-top: 75px;
  }
}

@media screen and (max-width: 996px) {
  .deals {
    margin-top: 50px;
  }
}

.deals .r_wrapper {
  margin-bottom: 20px;
}

.deals .r_wrapper .r_img img {
  width: 70px;
  height: 70px;
}

.deals .r_wrapper .p_deatials {
  padding-left: 10px;
}

.deals .r_wrapper .p_deatials a {
  text-decoration: none;
}

.deals .r_wrapper .p_deatials a h5 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 14px !important;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.deals .r_wrapper .p_deatials a h5 span{
  color: #222222;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 14px !important;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.deals .r_wrapper .p_deatials a h5:hover {
  color: #f1a138 !important;
  transition: 0.5s;
}

.deals .r_wrapper .p_deatials a h5 span:hover {
  color: #f1a138 !important;
  transition: 0.5s;
}


.deals .r_wrapper .p_deatials .rate {
  display: flex;
  padding-top: 5x;
}

.deals .r_wrapper .p_deatials .rate p {
  color: #222222;
  margin-right: 10px;
  font-weight: 600;
}


.deals .r_wrapper .p_deatials .rate p span {
  color: #222222;
  margin-right: 10px;
  font-weight: 600;
  text-decoration: none;
}
.deals .r_wrapper .p_deatials .rate p span:hover {
    text-decoration: none;
}

.deals a {
  color: #222222;
  margin-right: 10px;
  font-weight: 600;
}

.deals .r_wrapper .p_deatials .rate span {
  color: #777777;
  text-decoration: line-through;
}

.deals .d_right_img {
  max-width: 250px;
}

@media screen and (max-width: 996px) {
  .deals .d_right_img {
    max-width: 100%;
    margin-top: 40px;
  }
}

.deals .d_right_img img {
  width: 100%;
}

.main_product {
  margin-top: 0px !important;
}

@media screen and (max-width: 600px) {
  .main_product {
    margin-top: 70px;
    padding: 0 10px;
  }
}

.main_product .product_top {
  background: #fc5205;
  padding: 13px 10px;
  margin-bottom: 20px;
}


.main_product .product_top .left .drp2 {
  margin-left: 15px !important;
}

.main_product .product_top .dropdown {
  width: 100%;
}


.main_product .product_top .dropdown .btn-secondary-1{
background: #fcfcfc;
  border-radius: 0;
  color: #777777;
  width: 50%;
}



.main_product .product_top .dropdown .btn-secondary {
  background: #fcfcfc;
  border-radius: 0;
  color: #777777;
  width: 80%;
}

.main_product .product_top .dropdown .dropdown-menu {
  border-radius: 0;
  border: 0;
}

.main_product .product_top .dropdown .dropdown-menu .dropdown-item {
  color: #777777;
  padding: 10px 4px;
}

.main_product .product_top .dropdown .dropdown-menu .dropdown-item:hover {
  background: #f1a138 !important;
  color: #fff;
}

.main_product .product_top .right .shop_pagination_area {
  text-align: center;
  display: flex;
  justify-content: end;
}

@media screen and (max-width: 768px) {
  .main_product .product_top .right .shop_pagination_area {
    justify-content: left;
  }
}

.main_product .product_top .right .shop_pagination_area .pagination .page-item.active .page-link {
  color: #fff;
  background-color: #00c2fb;
}

.main_product .product_top .right .shop_pagination_area .pagination .page-item .page-link {
  color: #000;
  background-color: #fff;
  border: 0;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid;
  border: 0;
  border-radius: 0;
  border-color: #777777;
  height: 35px;
  width: 37px;
  box-shadow: none;
  padding: 8px 10px;
}

.main_product .product_top .right .shop_pagination_area .pagination .page-item .page-link:hover {
  color: #fff;
  background-color: #00c2fb;
}

.main_product .product_top .right .shop_pagination_area .pagination .page-item:nth-child(4) .page-link {
  background-color: transparent !important;
}

.main_product .product_shop .main_heading {
  text-align: center;
  padding-bottom: 10px;
}

.main_product .product_shop .main_heading h3 {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #222222;
}

.main_product .product_shop .main_heading p {
  color: #777777;
  line-height: 24px;
  margin-bottom: 33px;
}

.main_product .product_shop .wrapper .product_img {
  margin-bottom: 50px;
}

.main_product .product_shop .wrapper .product_img .wrapper_img {
  padding-bottom: 25px;
}

.main_product .product_shop .wrapper .product_img .wrapper_img img {
  width: 100%;
}

.main_product .product_shop .wrapper .product_img h5 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 15px;
  font-family: "Poppins", sans-serif;
}

.main_product .product_shop .wrapper .product_img .rate {
  display: flex;
  padding-top: 10px;
}

.main_product .product_shop .wrapper .product_img .rate p {
  color: #222222;
  margin-right: 50px;
}

.main_product .product_shop .wrapper .product_img .rate span {
  color: #777777;
  text-decoration: line-through;
}

.main_product .product_shop .wrapper .product_img .product_bottom {
  display: flex;
  padding-left: 0;
  position: relative;
  justify-content: center;
}

.main_product .product_shop .wrapper .product_img .product_bottom li {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: #fc5205;
  margin-right: 12px;
  margin-left: 12px;
}

.main_product .product_shop .wrapper .product_img .product_bottom a {
  color: #fff;
}

.main_product .product_shop .wrapper .product_img .product_bottom a span {
  padding: 11px;
}

.Poduct_preview {
  margin-top: 100px;
}

@media screen and (max-width: 996px) {
  .Poduct_preview {
    margin-top: 10px;
  }
}

.Poduct_preview .preview_img {
  padding-top: 30px;
  position: relative;
}

.Poduct_preview .preview_img .wrapper {
  max-width: 600px;
}

@media screen and (max-width: 768px) {
  .Poduct_preview .preview_img .wrapper {
    padding-bottom: 30px;
  }
}

.Poduct_preview .preview_img .wrapper img {
  width: 100%;
}

.Poduct_preview .preview_img .owl-carousel button.owl-dot span {
  height: 25px;
  width: 7px;
  border-radius: 8px;
  background-color: #fff;
  background-color: #00c2fb;
  display: block;
  font-weight: 700;
  margin: 2px;
}

@media screen and (max-width: 576px) {
  .Poduct_preview .preview_img .owl-carousel button.owl-dot span {
    height: 18px;
    width: 5px;
    margin: 1px;
  }
}

.Poduct_preview .preview_img .owl-carousel button.owl-dot.active span {
  height: 40px;
  width: 7px;
  border-radius: 8px;
  background-color: #fc5205;
}

@media screen and (max-width: 576px) {
  .Poduct_preview .preview_img .owl-carousel button.owl-dot.active span {
    height: 25px;
    width: 5px;
  }
}

.Poduct_preview .preview_img .owl-carousel {
  position: relative;
}

.Poduct_preview .preview_img .owl-carousel .owl-dots {
  position: absolute;
  bottom: 1%;
  left: 75%;
  transform: rotate(89deg);
}
.banner_content .owl-dots {
    display: none !important;
}
@media screen and (max-width: 768px) {
  .Poduct_preview .preview_img .owl-carousel .owl-dots {
    bottom: 0;
  }
}

.Poduct_preview .preview_details {
  padding-top: 30px;
  margin-left: 20px;
}

.Poduct_preview .preview_details .preview_heading {
  color: #222222;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
}

.Poduct_preview .preview_details .price {
  color: #00c2fb;
  font-size: 28px;
  font-weight: 700;
  padding-top: 10px;
}

.Poduct_preview .preview_details .category {
  padding-left: 0;
  margin-top: 20px;
}

.Poduct_preview .preview_details .category li {
  padding-bottom: 10px;
}

.Poduct_preview .preview_details .category li a {
  color: #555;
  text-decoration: none;
}

.Poduct_preview .preview_details .category li a span {
  color: #00c2fb;
  padding-left: 15px;
}

.Poduct_preview .preview_details p {
  padding-top: 30px;
  color: #777777;
  line-height: 25px;
}

.Poduct_preview .preview_details .product_quantity {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.Poduct_preview .preview_details .product_quantity span {
  color: #777777;
  padding-right: 10px;
}

.Poduct_preview .preview_details .product_quantity #myform {
  text-align: center;
  border: 2px solid #ccc;
  display: flex;
  border-radius: 0px;
  width: 100px;
  justify-content: space-around;
  align-items: center;
}

.Poduct_preview .preview_details .product_quantity #myform .wrapper_q {
  display: block !important;
}

.Poduct_preview .preview_details .product_quantity .qty {
  width: 40px;
  height: 15px;
  text-align: center;
  border: none;
}

.Poduct_preview .preview_details .product_quantity input.qtyplus {
  width: 25px;
  border: none;
  background-color: transparent;
  display: block !important;
  padding-top: 4px;
}

.Poduct_preview .preview_details .product_quantity input.qtyminus {
  width: 25px;
  border: none;
  background-color: transparent;
}

.Poduct_preview .preview_details .add_c {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.Poduct_preview .preview_details .add_c .c_icon {
  padding-left: 10px;
}

.Poduct_preview .preview_details .add_c .c_icon a {
  color: #fff;
  font-size: 18px;
}

.Poduct_preview .preview_details .add_c .c_icon span {
  height: 37px;
  width: 37px;
  background-color: #fc5205;
  border-radius: 50%;
  padding: 11px;
  margin-left: 10px;
}

.Poduct_preview .preview_details .add_c .c_icon span:hover {
  background-color: #00c2fb;
  transition: 0.5s;
}

.preview_tab {
  margin-top: 100px;
}

.preview_tab .nav-pills {
  justify-content: center;
}

.preview_tab .nav-pills .nav-item {
  padding: 12px 22px;
}

.preview_tab .nav-pills .nav-item .active {
  color: #fff !important;
  border: none;
  background-image: linear-gradient(45deg, #22c1c3 0%, #21392b59 60%);
  border-radius: 0;
  padding: 12px 22px;
}

.preview_tab .nav-pills .nav-item .nav-link {
  color: #000;
}

.preview_tab .tab-content {
  padding-top: 20px;
}

.preview_tab .tab-content .tab-pane {
  line-height: 24px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #777777;
}

.preview_tab .tab-content .tab-pane .det {
  padding: 0 15px;
}

.preview_tab .tab-content .tab-pane table {
  color: #777777;
}

@media screen and (max-width: 600px) {
  .preview_tab .tab-content .tab-pane table {
    padding: 0 15px;
  }
}

@media screen and (max-width: 600px) {
  .preview_tab .tab-content .tab-pane .comments {
    padding: 0 15px;
  }
}

.preview_tab .tab-content .tab-pane .comments .over_all {
  margin: auto;
  text-align: center;
  background-color: #e8e8e8;
  height: 150px;
  width: 150px;
}

.preview_tab .tab-content .tab-pane .comments .over_all h5 {
  color: #000;
  margin-bottom: 10px;
  padding-top: 25px;
  font-size: 20px;
  font-weight: 600;
}

.preview_tab .tab-content .tab-pane .comments .over_all .num {
  color: #00c2fb;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 10px;
}

.preview_tab .tab-content .tab-pane .comments .wrapper {
  margin-top: 20px;
}

.preview_tab .tab-content .tab-pane .comments .person {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.preview_tab .tab-content .tab-pane .comments .person .p_img {
  display: flex;
  align-items: center;
}

.preview_tab .tab-content .tab-pane .comments .person .p_img .img_d {
  padding-top: 15px;
  margin-left: 10px;
}

.preview_tab .tab-content .tab-pane .comments .person .p_img .img_d h6 {
  color: #000;
}

.preview_tab .tab-content .tab-pane .comments .c_p {
  line-height: 24px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #777777;
  margin-top: 20px;
}

.preview_tab .tab-content .tab-pane .p_comment .rating {
  display: flex;
  padding-bottom: 20px;
}

.preview_tab .tab-content .tab-pane .p_comment .rating .star {
  display: flex;
  padding-left: 0;
  margin: 0 10px;
}

.preview_tab .tab-content .tab-pane .p_comment .rating .star li a {
  margin-right: 4px;
  color: #ff9800;
}

.preview_tab .tab-content .tab-pane .p_comment .rating .star li a span {
  font-size: 13px;
}

.preview_tab .tab-content .tab-pane .p_comment h5 {
  color: #000;
}

.preview_tab .tab-content .tab-pane .p_comment .contact-form {
  margin-top: 10px;
}

.preview_tab .tab-content .tab-pane .p_comment .contact-form .form-control {
  display: block;
  width: 100%;
  height: calc(2.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-color: transparent;
  border-bottom-color: #000;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.preview_tab .tab-content .tab-pane .p_comment .contact-form .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-bottom-color: #000 !important;
  outline: 0;
  box-shadow: none;
}

.preview_tab .tab-content .tab-pane .p_comment .contact-form .input-block {
  margin-bottom: 30px;
}

.preview_tab .tab-content .tab-pane .p_comment .contact-form .input-block label {
  color: #777777;
}

.checkout {
  margin-top: 100px;
}

.checkout .wrapper {
  background-color: #faffcb;
  padding: 20 20px;
}

.checkout .checkout_top .wrp {
  padding: 0 15px;
}

.checkout .checkout_top .one {
  background-color: #f2ede2;
  text-align: left;
  display: block;
  width: 100%;
  padding: 15px 0px 15px 10px;
}

.checkout .checkout_top .one a {
  color: #c5322d;
  text-decoration: none;
  padding-left: 5px;
}

.checkout .checkout_top p {
  color: #777777;
  padding: 15px 0;
}

.checkout .checkout_top .md-form {
  color: #777777;
  margin-right: 20px;
}

.checkout .checkout_top .form-control {
  display: block;
  width: 100%;
  height: calc(2em + 0.85rem + 3px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #e3e3e3;
  background-clip: padding-box;
  border: 1px solid;
  border-color: #00c2fb !important;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.checkout .checkout_top .coupon {
  display: block;
  width: 100%;
  height: calc(2em + 0.85rem + 3px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #e3e3e300;
  background-clip: padding-box;
  border: 1px solid;
  border-color: #00c2fb !important;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.checkout .checkout_top .coupon:focus {
  color: #495057;
  background-color: #c2bfbf !important;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.checkout .checkout_top .form-control:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.checkout .checkout_top .custom-control-input:checked ~ .custom-control-label::before {
  color: red;
  border-color: red;
  background-color: red;
  outline: none !important;
  box-shadow: none !important;
}

.checkout .checkout_top .form-check-input:checked {
  outline: none !important;
  box-shadow: none !important;
}

.checkout .checkout_left {
  margin-top: 70px;
}

.checkout .checkout_left .billing h3 {
  font-weight: 600;
  color: #ff6c00;
  text-transform: uppercase;
}

.checkout .checkout_left .billing p {
  color: #777777;
  margin-top: 15px;
}

.checkout .checkout_left .form-control {
  display: block;
  width: 100%;
  height: calc(2em + 0.85rem + 3px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #e3e3e3;
  background-clip: padding-box;
  border: 1px solid;
  border-color: transparent !important;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.checkout .checkout_left .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ff6c00 !important;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.checkout .checkout_left .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2em + 0.85rem + 3px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #777777;
  border-radius: 0;
  appearance: none;
  box-shadow: none;
}

.checkout .checkout_left .card {
  border: none;
  background-color: #f2ede2;
}

.checkout .checkout_left .card .card-body .md-form {
  color: #777777;
}

.checkout .checkout_left .card .card-body .md-form .lable {
  color: #000;
}

.checkout .checkout_left .card .card-body .custom-control-input:checked ~ .custom-control-label::before {
  color: #f1a138;
  border-color: #f1a138;
  background-color: #f1a138;
  outline: none;
}

.checkout .checkout_left .card .card-body .form-check-input:checked ~ .form-check-label::before {
  color: #f1a138 !important;
  border-color: #f1a138 !important;
  background-color: #f1a138 !important;
  content: "";
}

.checkout .checkout_left .card .card-body .input[type="checkbox"]:before,
.checkout .checkout_left .card .card-body input[type="radio"]:before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  background-color: #8a1717;
  border: #3e71a5 solid 1px;
}

.checkout .checkout_right {
  margin-top: 70px;
}

.checkout .checkout_right .order h3 {
  font-weight: 600;
  color: #ff6c00;
}

.checkout .checkout_right .order .subhead {
  color: #777777;
  padding-top: 10px;
}

.checkout .checkout_right .order .wrapper {
  padding-left: 30px;
}

.checkout .checkout_right .order ul {
  padding-top: 20px;
  padding-left: 0;
}

.checkout .checkout_right .order ul li {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-bottom: 15px;
}

.checkout .checkout_right .order ul li span {
  padding-right: 30px;
}

.checkout .checkout_right .order ul li .nn {
  color: #000;
}

.checkout .checkout_right .order .payment label {
  color: #000;
}

.checkout .checkout_right .order .payment [type="radio"]:checked,
.checkout .checkout_right .order .payment [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.checkout .checkout_right .order .payment [type="radio"]:checked + label,
.checkout .checkout_right .order .payment [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.checkout .checkout_right .order .payment [type="radio"]:checked + label:before,
.checkout .checkout_right .order .payment [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid;
  border-color: #f1a138;
  border-radius: 100%;
  background: #fff;
}

.checkout .checkout_right .order .payment [type="radio"]:checked + label:after,
.checkout .checkout_right .order .payment [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 11px;
  height: 12px;
  background: #f1a138;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

.checkout .checkout_right .order .payment [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.checkout .checkout_right .order .payment [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.checkout .checkout_right .order .order_text {
  font-style: italic;
  color: #777777;
  margin-top: 55px;
  margin-bottom: 20px;
}

.cart {
  margin-top: 90px;
}

.cart .table_wrapper {
  overflow: auto;
}

.cart .table_wrapper .table {
  overflow-x: auto;
}

.cart .table_wrapper .table thead {
  background-color: #acdfee99;
}

.cart .table_wrapper .table tbody .cart_img {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}

@media screen and (max-width: 576px) {
  .cart .table_wrapper .table tbody .cart_img {
    margin-top: 30px;
  }
}

.cart .table_wrapper .table tbody .cart_img .wrapper {
  max-width: 150px;
}

.cart .table_wrapper .table tbody .cart_img .wrapper img {
  width: 100%;
}

.cart .table_wrapper .table tbody .cart_img h6 {
  color: #00c2fb;
  font-size: 23px;
  padding-left: 20px;
}

@media screen and (max-width: 600px) {
  .cart .table_wrapper .table tbody .cart_img h6 {
    font-size: 12px;
    padding-left: 10px;
  }
}

.cart .table_wrapper .table tbody td {
  vertical-align: middle;
}

.cart .table_wrapper .table tbody td .cart_q {
  position: relative;
}

.cart .table_wrapper .table tbody td .quantity {
  position: absolute;
  top: -21px;
  left: 30px;
}

@media screen and (max-width: 576px) {
  .cart .table_wrapper .table tbody td .quantity {
    padding-left: 15px;
    left: 10px;
  }
}

.cart .table_wrapper .table tbody td input[type="number"]::-webkit-inner-spin-button,
.cart .table_wrapper .table tbody td input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart .table_wrapper .table tbody td input[type="number"] {
  -moz-appearance: textfield;
}

.cart .table_wrapper .table tbody td .quantity input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}

.cart .table_wrapper .table tbody td .quantity input:focus {
  outline: 0;
}

.cart .table_wrapper .table tbody td .quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.cart .table_wrapper .table tbody td .quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  line-height: 1.7;
  transform: translateX(-100%);
  -o-user-select: none;
  user-select: none;
}

.cart .table_wrapper .table tbody td .quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: -38px;
  border-bottom: 1px solid #eee;
}

.cart .table_wrapper .table tbody td .quantity-button.quantity-down {
  position: absolute;
  bottom: 38px;
  height: 50%;
}

.cart .table_bottom {
  margin-top: 30px;
}

.cart .table_bottom .input-group {
  width: 100%;
  height: 50px;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .cart .table_bottom .input-group {
    padding-top: 20px;
  }
}

.cart .table_bottom .input-group .form-control {
  border-radius: 0;
  height: 50px;
}

.cart .table_bottom .input-group .input-group-text {
  border-radius: 0;
  background-color: #00c2fb;
  padding: 0 20px;
  color: #fff;
  border: 1px solid;
  font-weight: 700;
}

.cart .table_bottom .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #00c2fb;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.cart .price_details {
  margin-top: 50px;
}

.cart .price_details .total {
  display: flex;
  justify-content: space-between;
  padding: 0 75px;
}

.cart .price_details .bb {
  margin-top: 30px;
}

.cart .wrap {
  justify-content: space-between;
  margin-top: 40px;
  padding: 0 40px;
}

.cart .wrap .ship {
  padding-left: 40px;
  font-weight: 600;
}

.cart .payment {
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}

.cart .payment .c1 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  user-select: none;
}

.cart .payment .c1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.cart .payment .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #d4d4d4;
  border-radius: 50%;
}

.cart .payment .c1:hover input ~ .checkmark {
  background-color: rgba(204, 204, 204, 0);
}

.cart .payment .c1 input:checked ~ .checkmark {
  background-color: #f0e76c;
}

.cart .payment .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cart .payment .c1 input:checked ~ .checkmark:after {
  display: block;
}

.cart .payment .c1 .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0);
}

.confirmation {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .confirmation .wrapper {
    padding-bottom: 15px;
  }
}

.confirmation .wrapper h5 {
  font-weight: 600;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .confirmation .wrapper h5 {
    padding-left: 15px;
  }
}

.confirmation .wrapper ul {
  padding-left: 0;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .confirmation .wrapper ul {
    padding: 0 15px;
  }
}

.confirmation .wrapper ul li {
  color: #777777;
  display: flex;
  margin-bottom: 15px;
  justify-content: space-between;
}

.confirmation .wrapper ul li span {
  color: #000;
}

.confirmation .billing_details {
  margin-top: 50px;
  background-color: #acdfee99;
  padding: 20px 40px;
}

.confirmation .billing_details table tr {
  padding-bottom: 10px;
}

.login {
  margin-top: 100px;
}

.login .wrapper_img {
  position: relative;
}

.login .wrapper_img::before {
  content: "";
  position: absolute;
  background-color: #0000008a;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.login .wrapper_img .register {
  position: absolute;
  padding: 0 30px;
  bottom: 30%;
  color: #fff;
  text-align: center;
}

.login .wrapper_img .register h5 {
  margin-bottom: 15px;
  font-size: 22px;
}

.login .wrapper_img img {
  width: 100%;
}

.login .login_form {
  margin-top: 70px;
  padding: 0 20px;
}

.login .login_form h4 {
  margin-bottom: 50px;
}

.login .login_form .contact-form {
  margin-top: 10px;
}

.login .login_form .contact-form .form-control {
  display: block;
  width: 100%;
  height: calc(2.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-color: transparent;
  border-bottom-color: #000;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.login .login_form .contact-form .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-bottom-color: #000 !important;
  outline: 0;
  box-shadow: none;
}

.login .login_form .contact-form .input-block {
  margin-bottom: 30px;
}

.login .login_form .contact-form .input-block label {
  color: #777777;
}

.login .login_form .forgot {
  color: #777777;
  display: block;
  text-decoration: none;
  text-align: center;
  margin-top: 20px;
}

.tracking {
  margin-top: 100px;
}

.tracking .track_form {
  max-width: 70%;
  margin: auto;
}

.tracking .track_form p {
  padding-bottom: 15px;
}

.tracking .track_form .contact-form {
  margin-top: 10px;
}

.tracking .track_form .contact-form .form-control {
  display: block;
  width: 100%;
  height: calc(2.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-color: transparent;
  border-bottom-color: #000;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.tracking .track_form .contact-form .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-bottom-color: #000 !important;
  outline: 0;
  box-shadow: none;
}

.tracking .track_form .contact-form .input-block {
  margin-bottom: 30px;
}

.tracking .track_form .contact-form .input-block label {
  color: #777777;
}

.contact {
  margin-top: 100px;
}

.contact .map .mapouter {
  position: relative;
  text-align: right;
  height: 400px;
  widows: 100%;
}

.contact .map .mapouter .mapouter {
  overflow: hidden;
  background: none !important;
  height: 100%;
  width: 100%;
}

.contact .contact_form {
  margin-top: 70px;
}

.contact .contact_form .contact_left {
  margin-top: 100px;
}

.contact .contact_form .contact_left .wrapper {
  display: flex;
  margin-bottom: 20px;
}

.contact .contact_form .contact_left .wrapper span {
  color: #00c2fb;
  font-size: 20px;
}

.contact .contact_form .contact_left .wrapper .rc {
  padding-left: 15px;
}

.contact .contact_form .contact_left .wrapper .rc h4 {
  font-size: 16px;
  font-weight: 600;
}

.contact .contact_form .contact_left .wrapper .rc p {
  color: #777777;
}

.contact .contact_right .form-control:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.contact .contact_right .custom-control-input:checked ~ .custom-control-label::before {
  color: red;
  border-color: red;
  background-color: red;
  outline: none !important;
  box-shadow: none !important;
}

.contact .contact_right .form-check-input:checked {
  outline: none !important;
  box-shadow: none !important;
}

.contact .contact_right .form-control {
  display: block;
  width: 100%;
  height: calc(2em + 0.85rem + 3px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #e3e3e3;
  background-clip: padding-box;
  border: 1px solid;
  border-color: #00c2fb !important;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact .contact_right .card {
  border: none;
  background-color: #f2ede2;
}

.contact .contact_right .card .card-body .md-form {
  color: #777777;
}

.contact .contact_right .card .card-body .md-form .lable {
  color: #000;
}

.contact .contact_right .card .card-body .custom-control-input:checked ~ .custom-control-label::before {
  color: #f1a138;
  border-color: #f1a138;
  background-color: #f1a138;
  outline: none;
}

.contact .contact_right .card .card-body .form-check-input:checked ~ .form-check-label::before {
  color: #f1a138 !important;
  border-color: #f1a138 !important;
  background-color: #f1a138 !important;
  content: "";
}

.contact .contact_right .card .card-body .input[type="checkbox"]:before,
.contact .contact_right .card .card-body input[type="radio"]:before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  background-color: #8a1717;
  border: #3e71a5 solid 1px;
}

/*new created styles*/

.container .products_pager{
    background: #fc5205;
    padding: 13px 10px;
    margin-bottom: 25px;
    margin-top: 50px
}


.container .products_pager .btn-secondary {
    background: #fcfcfc;
    border-radius: 0;
    color: #777777;
    width: 80%;
}

.oe_product_cart .oe_product_image {
    height: 255px;
    border: 0.1rem solid black;
}

.oe_product_cart .o_wsale_product_information .o_wsale_product_information_text .o_wsale_products_item_title a{
    color: #040404;
    text-decoration: none;
}
.product_buttons .product_bottom {
  display: flex;
  padding-left: 0;
  position: relative;
}

.product_buttons .product_bottom li {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: #fc5205;
  margin-right: 12px;
}

.product_buttons .product_bottom a {
  color: #fff;
}

.product_buttons .product_bottom a span {
  padding: 11px;
}

.nav-pills .nav-link.active {
    color: #fff !important;
    background-color: #fc5205 !important;
    padding: 13px;
    border-radius: 0px;
}

.nav-pills .nav-link {
    color: #040404;
}

#products_grid_before #wsale_products_categories_collapse {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.price .product_price .oe_price_h4 .oe_price {
    font-size: 28px ;
}
.price .product_price .oe_price_h4 .oe_price .oe_currency_value{
    font-size: 28px ;
}
.products_header.btn-toolbar.flex-nowrap.align-items-center.justify-content-between.mb-3 {
  background-color: #fc5205;
  padding: 15px;
}
.btn-primary {
  background-color: #fff !important;
  padding: 4px 12px !important;

  border: 0px solid !important;
}
.btn.btn-primary.a-submit {
   border: 0px solid !important;

  background-color: #fc5205 !important;

}
.o_wsale_product_btn .btn.btn-primary.a-submit {
  color: #fff !important;
}
.bg-white {
  background-color: #fc5205 !important;
  color: #fff !important;
}

.btn.btn-primary.a-submit {
  border: 0px solid !important;
  border-radius: .25rem;


}
.oe_currency_value {
  padding: 4px;
}
.o_wsale_products_grid_before_rail.vh-100.pe-lg-2.pb-lg-5.overflow-y-auto {
  padding-left: 16px !important;
}
.navbar.navbar-expand-sm.navbar-light {
  margin-top: 128px;
}
.navbar.navbar-light.border-top.shadow-sm.d-print-none {
  margin-top: 128px;
}
.col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {

  margin-top: 53px;
}
#wrap {
  margin-top: 101px !important;
}
.btn.btn-link.js_add_cart_json {
  background-color: #6c757d !important;
  color: #fff !important;
}
#add_to_cart {
  background-image: linear-gradient(45deg, #22c1c3 0%, #21392b59 60%);
  padding: 14px 36px !important;
  font-weight: 600;
  border-radius: 6px;
  box-shadow: none !important;
  color: #fff !important;
  margin-top: 18px !important;
  background-color: transparent !important;
}
#add_to_cart:hover {
  background-image: linear-gradient(45deg, #22c1c3 0%, #21392b59 60%) !important;
  background-color: transparent !important;
}
.o_wsale_product_btn {
  position: relative !important;
  width: 100px;
  display: flex;
}

#products_grid:not(.o_wsale_layout_list) td.oe_product:not(:hover) .o_wsale_product_btn {
  opacity: 1;
}
o_wsale_product_btn button {
  margin-left: 5px !important;
}
.btn.btn-outline-primary.bg-white.o_add_wishlist {
  background-color: #fc5205 !important;
  margin-left: 4px;
}
.d-none.d-md-inline-block.btn.btn-outline-primary.bg-white.o_add_compare {
  background-color: #fc5205 !important;
  margin-left: 4px;
}
.btn.btn-secondary.float-end.d-none.d-xl-inline-block {
  background-image: linear-gradient(45deg, #22c1c3 0%, #21392b59 60%) !important;
  padding: 14px 24px !important;
background-color: transparent !important;
  }
.btn-secondary {
  background-image: linear-gradient(45deg, #22c1c3 0%, #21392b59 60%) !important;
  padding: 14px 24px !important;
background-color: transparent !important;
}
.btn.btn-primary.o_sale_product_configurator_edit {
   background-image: linear-gradient(45deg, #22c1c3 0%, #21392b59 60%) !important;
  padding: 14px 26px !important;
background-color: transparent !important;
 color: #fff !important;
 border-radius: 3px;
}
.btn.btn-primary.float-end {
  background-image: linear-gradient(45deg, #22c1c3 0%, #21392b59 60%) !important;
  padding: 14px 26px !important;
  background-color: transparent !important;
  color: #fff !important;
  border-radius: 3px;
}
.col-12 .mt-3 .float-end .btn.btn-primary {
  padding: 14px 26px !important;
  background-color: transparent !important;
  color: #fff !important;
  border-radius: 3px;
  background-image: linear-gradient(45deg, #22c1c3 0%, #21392b59 60%) !important;
}
.wrap {
  margin-top: 130px;
}
.btn.btn-link.float_left.js_add_cart_json.d-none.d-md-inline-block {
margin-top: 0px !important;
margin-left: 1px !important;
}
.input-group .btn-secondary {
      background-image: linear-gradient(45deg, #22c1c3 0%, #21392b59 60%) !important;
  background-color: transparent !important;
  color: #fff !important;
  padding: inherit !important;

}
.oe_website_sale .o_pricelist_dropdown > .btn, .oe_website_sale .o_pricelist_dropdown > .btn:hover, .oe_website_sale .o_pricelist_dropdown > .btn:focus, .oe_website_sale .o_pricelist_dropdown > .btn:active, .oe_website_sale .o_sortby_dropdown > .btn, .oe_website_sale .o_sortby_dropdown > .btn:hover, .oe_website_sale .o_sortby_dropdown > .btn:focus, .oe_website_sale .o_sortby_dropdown > .btn:active {
  background-color: #fff !important;
  box-shadow: none !important;
  padding: 6px 10px !important;
}

.products_header.form-inline.flex-md-nowrap.justify-content-end.mb-4 {
  padding: 10px !important;
  background-color: #fc5205 !important;
}
.d-sm-flex.justify-content-between.mb-2 {
    padding: 10px !important;
  background-color: #fc5205 !important;
}
.btn.btn-primary.float-right.d-none.d-xl-inline-block {
  background-image: linear-gradient(45deg, #22c1c3 0%, #21392b59 60%) !important;
  background-color: transparent !important;
  color: #fff !important;
  padding: 12px 36px !important;
  border-radius: 3px;
}
.btn.btn-primary {
  background-image: linear-gradient(45deg, #22c1c3 0%, #21392b59 60%) !important;
  background-color: transparent !important;
  color: #fff !important;
  padding: 12px 36px !important;
  border-radius: 3px;
}
.btn.btn-secondary.a-submit {
  padding: 5px !important;
}
.btn.oe_search_button.btn-primary {
  padding: 6px !important;
}
.btn.btn-primary.float_left.js_add_cart_json {
  background: #73736d !important;
}
.btn.btn-primary.js_add_cart_json {
  background: #73736d !important;
  padding: 9px !important;
}
.btn.oe_search_button.btn-primary {
  background: #73736d !important;
}
body .modal.o_technical_modal .btn:not(.o_btn_preview).btn-secondary {
  color: #fff;
  padding: 12px 18px !important;
}
.oe_product_cart .o_wsale_product_btn {

  top: -6px !important;
  }
.oe_product_cart .o_wsale_product_btn .btn{
    opacity: 1;
    transform: unset !important;
    transition: unset !important;
}
.container .products_pager {
  padding: 15px 10px !important;
  }
body.o_connected_user{
    padding-top: 2px !important;
}
.css_quantity .input-group-append {
    margin-left: 110px;
    margin-top: -41px;
    /* margin-top: 0; */
}
.js_product .css_quantity .input-group-append {
    margin-left: 0px;
    margin-top: 0px;
}
.o_wsale_product_btn a.btn.btn-primary.a-submit {
    border-radius: 50%;
    background: #fc5205 !important;
       padding: 13px 17px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.o_wsale_product_btn.pl-2 {
    width: 200px;
}
/*# sourceMappingURL=style.css.map */