/*-- Google Font --*/
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,500,600,700|Montserrat:400,600,700');

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* ::-webkit-scrollbar {max-height: 50%; height: 50%;} */

.navbar-expand-xl .navbar-collapse{overflow-x: scroll;}
/* .navbar-expand-xl .navbar-collapse li a{cursor: move !important;} */

body {
  font-family: 'BIZ UDPGothic', sans-serif;
  font-family: 'Pontano Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;

  position: relative;

  visibility: visible;

  color: #333;
  background-color: #fff;
}

.container {
  max-width: 90% !important;
}

h1,
h2,
h3,
h4 {
  font-family: 'IBM Plex Sans', sans-serif;
}


a:hover {
  /* color: #403e3e !important; */
  text-decoration: none !important;
}

.about-items a:hover {
  color: #fff !important;
  background-color: #ff6b6b !important;
  border: 1px solid #ff6b6b !important;
  text-decoration: none !important;

}

ul.list-inline a span {
  font-size: 15px !important;
}

.nav-link,
.navbar-nav {
  line-height: 20px !important;
  /* font-weight: 600 !important; */
}

.about-items a {
  font-size: 16px !important;
  padding: 10px !important;
}

/***********Padding****************/
.foot-ext-right {
  text-align: end;
}

a:focus {
  outline: none;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

/*logo*/
.header {
  background-color: #ffffff;

}

/* marquee */

@-webkit-keyframes marqueeAnimation-48086750 {
  100% {
    margin-left: -1588px;
  }
}

.marquee {
  width: 100%;
  overflow: hidden;
}

.header-top-social-links {
  border-bottom: 0px !important;
}

/*.jspContainer
{
  overflow-y: scroll !important;
}*/
.size a {
  border: 2px solid #dddddd;
  height: 40px;
  width: 40px;
  padding: 5px;
  color: black;
}

.size a:hover {
  text-decoration: none;
  color: black;
}

.size-product {
  color: black;
  font-size: 17px;
  font-weight: 600;
  line-height: 33px letter-spacing: 0.5px;
}

.spr-header {
  margin-left: 22px;
}

.wishlist a {
  color: black;
  line-height: 38px;
}

.wishlist a:hover {
  text-decoration: none;
  color: black;
}

.bg-1 {
  background-color: #f5f5f5 !important;
  border: 1px solid #d4c7c733 !important;
}

.logo_image {
  width: 130px;
}

.search-box form.example input[type=text] {
  padding: 10px 20px;
  font-size: 14px;
  border: 2px solid #264d01;
  float: left;
  width: 61%;
  background: #f1f1f100;
  border-radius: 0;
  margin-top: 15px;
  border-right: 0;
  border-radius: 50px 0 0 50px;
  /* margin-left: 56px;*/
}

/*.ui-widget .ui-widget-content {
    border: 1px solid #ef1d1d !important;
    left: 515px !important;
}*/
/* .logo-header-top{
  position: relative;
  padding: 15px 0;
} */
.logo-header-top {
  position: relative;
  padding: 6px 0;
}

.sticky-top {

  top: -1px !important
}

li.mega-title a {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.search-box form.example button {
  /* float: left; */
  /* width: 9%; */
  padding: 11.1px;
  background:
    /*#ff6b6b*/
    #264d01;
  color: white;
  font-size: 14px;
  border: 1px solid #264d01;
  border-left: none;
  cursor: pointer;
  margin-top: 15px;
  border-radius: 0 50px 50px 0;
  /* position: absolute; */
  width: 60px;
  animation-duration: 3s;
}

/*.header a:hover
{
  text-decoration: none;
}*/
.form-control:focus {
  box-shadow: none !important;
}

.search-box form.example button:hover {
  background: rgb(74 74 74);
  border-color: rgb(74 74 74);
}

.search-box form.example::after {
  content: "";
  clear: both;
  display: table;
}

.search-box {
  /*padding: 9px 0px 10px 0px; */
  width: 67%;

  margin-left: 7%;
}

.search-results {
  position: absolute;
  z-index: 9;
  background: #fff;
  width: 41%;
  padding-left: 0;
  list-style: none;
}

.search-results .result-item {
  padding: 10px 10px 10px 10px;
}

.search-results .search-item-title {
  color: black;
  font-weight: 500;
  margin-right: 8px;
}

.result-ajax-search p {
  margin-left: 10px;
}

/*trending*/
.cont-trending {
  position: relative;
  /* width: 50%;*/
}

.image-trending {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-trending {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  /* background-color: #008CBA;*/
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.cont-trending:hover .overlay-trending {
  width: 100%;
  left: 0;
}

.text-trending {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 43%;
  left: 78%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.text-trending .text-i {
  background: #ff6b6b;
  border: 1px solid #ff6b6b;
  padding: 8px;
  font-size: 14px;
  color: white;
  display: block;
}

.text-trending .text-i-1 {
  background: #264d01;
  border: 1px solid #264d01;
  padding: 8px;
  font-size: 14px;
  color: white;
  display: block;
}

/**/
.navbar {
  /*padding: 0px 0px 0px 0px !important;*/
}

.navbar-toggler {

  border-radius: 0 !important;

}

.navbar_1 li {
  padding: 0px 12px 0px 0px;

}

/*ul.dropdown-menu.animated.fadeIn {
    margin-top: 2px !important;
}*/
.dropdown-menu_1 {
  background-color: white !important;
  border-radius: 0 !important;

}

.dropdown-menu_1 li {
  padding: 1px 4px 0px 4px;
}

/*.mega-menu {
    width: 600px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #b5b5b8;
    padding: 0px 0px 0px 26px;
    }*/

.dropdown-menu {
  border: none !important;
  box-shadow: 0 2px 8px 0 rgb(28 18 18 / 23%);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 6px 0px 16px 11px !important;
  clear: both;
  font-weight: 400 !important;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: none !important;
}

.dropdown-item:focus,
.dropdown-item:hover {

  text-decoration: none !important;
  background-color: #f8f9fa00 !important;
  color: #264d01 !important;
}

.active>.nav-link,
.navbar-nav {
  color: #10ad45;
  font-size: 15px !important;
  letter-spacing: 1px;
  display: block;
  padding: -1.5rem 1rem;
  font-family: 'BIZ UDPGothic', sans-serif;
  font-family: 'Pontano Sans', sans-serif;
  font-weight: 600;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .nav-link {      padding: .1rem 1rem !important;}
}

.nav-link,
.navbar-nav {
  font-family: 'Pontano Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px !important;
  display: block;
  color: #333 !important;
  white-space: nowrap !important;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #264d01 !important;
}

.customer-support-text a {
  color: black !important;
  font-weight: 600;
  font-size: 14px !important;
}

.customer-support-text a:hover {
  text-decoration: none;
  color: #264d01 !important;

}

.customer-support-text .text {
  padding: 0px 0px 10px 0px;
  margin-right: -19px;
  font-size: 16px;

}

.customer-support-text .user {
  display: none;
}

.header-cart-icon {
  position: absolute;
  top: 35px;
  right: 0;
  font-size: 30px;
}

/*.logon_register
{
  color: #264d01;
    font-size: 18px;
}*/

.logon_register {
  margin-right: 14px;
}

.header-cart-icon a {
  color: #264d01 !important;


}

.profile-dropdown .btn-dark {
  /*padding: 5px 8px 8px 10px !important;*/
  font-size: 12px !important;
  /* line-height: 0px !important;*/
  /*border-radius: 0 !important;*/
}

.profile-btn .dropdown-menu {
  padding: 6px 15px 5px 8px;
  line-height: 22px;
}

/*.mega-title a
{
  color: black !important;
}*/
.mega-title a:hover {
  color: #264d01 !important;
}

.footer-border p {
  font-size: 15px;
  font-weight: 600;
}

.column-1 a {
  color: black;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 9px 19px 3px;
}

.column-1 a:hover {
  color: #264d01 !important;
}

.header-cart-icon a:hover {
  color: #264d01 !important;
  text-decoration: none;
}

.floating-labels .field--show-floating-label .field__input {
  padding-top: 23px !important;
  padding-bottom: 8px !important;
}

.field__input:focus,
.field__input-wrapper--flag-focus .field__input {

  box-shadow: none !important;
}

.main .field__input {
  border-radius: 8px !important;
}

.section__header .section__title {
  color: black !important;
  font-weight: 700;
  font-size: 20px;
}

.modal-content {
  box-shadow: 0px 0px 4px 0px #c4c2c2 !important;
  border-radius: 0 ! important;
  border: none !important;
  margin-top: 38px;
}

.section__title a {
  color: black;
}

.section__title a:hover {
  color: black;
  text-decoration: none;
}

.review-block__content a {
  color: black;
}

.review-block__content a:hover {
  color: black;
  text-decoration: none;
}

.step__footer__previous-link-content {
  color: black;
  font-weight: 600;
  font-size: 17px;
}

.step__footer__previous-link-content:hover {
  color: #264d01;
}

.step__footer__previous-link:hover {
  text-decoration: none;
}

/************pagination*******************/
.page-link:focus {

  box-shadow: none !important;
}

.page-link {
  color: black !important;
}

/************icon-up******************/
.icon-stack:hover {
  background-color: #ff6b6b;
  color: white;
}

.icon-stack {
  position: fixed;
  right: 58px;
  top: 80%;
  z-index: 10;
  width: 50px;
  height: 50px;
  padding: 4px 0px 0px 0px;
  background-color: #264d01;
  text-align: center;
  border-radius: 50%;
}

.icon-stack i {
  margin-top: 14px;
  font-size: 13px;
}

.msg {
  position: fixed;
  right: 116px;
  top: 80%;
  z-index: 10;
}

.msg a {

  border-radius: 50%;
  width: 58px;
  height: 58px;
  background-color: green;
  color: white;
}

.msg a:hover {
  color: white;
}

.msg i {
  font-size: 20px;
  margin-top: 12px;

}

/******************** breadcrumb ***********************/
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 0px #d5d5d5 !important;
  border: 1px solid #d5d5d5;
  /*border-radius: 0;*/
  margin: 0;
}

ul.breadcrumb li {
  display: inline;
  font-size: 15px;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

ul.breadcrumb li a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

ul.breadcrumb li a:hover {
  color: #000000;
  text-decoration: none;
}

/************slider********************/
.wishlist-pro-name a {
  color: black;
}

.wishlist-pro-name a:hover {
  text-decoration: none;
  color: #a7a4a4;
}

.search-box i {
  line-height: 18px;
}

.shipping-check-out {
  border: 1px solid #ddd9d9;
  padding: 18px;
}

/*.slider-dvs
{
  height: 333px;
}*/
button.owl-next {
  position: absolute;
  top: 37%;
  left: 92%;
}

button.owl-prev {
  position: absolute;
  top: 37%;
  left: 4%;

}

.owl-nav span {
  /* background: #40A944;*/
  color: white;
  /*  padding: 4px 7px 4px 7px;*/
  font-size: 45px;

}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: none !important;
}

button:focus {

  outline: none !important;
}

.single_shipping {
  display: flex;
  border: 1px solid #ececec;
  padding: 26px 7px;
  transition: all .5s;
}

.shipping_icone i {
  font-size: 32px;
  padding: 10px;
  /* margin-top: -15px;*/
  color: #264d01;

}

.shipping_content h3 {
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  color: #313131;
  font-family: 'Marcellus', serif;
}

.shipping_content p {
  font-size: 13px;
  line-height: 19px;
}

.shipping_content {
  padding: 10px;
}

.single_shipping:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
}

/**/
.visually-hidden {
  display: none;
}

.price--compare-at.visible {
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.38;
  color: #949494;
  text-decoration: line-through;

}

.price--main .money {
  color: #ff6b6b;
  font-size: 20px;
}

.productitem--title a {
  font-size: 17px;
  color: black;
  transition: color 100ms cubic-bezier(0.4, 0, 0.2, 1);


}

.productitem--title a:hover {
  color: #ff6b6b;
  text-decoration: none;
}

.productitem--ratings .checked {
  color: #f6c347;
}

.productitem--ratings .empty {
  color: gray;
}

/*.badge--sale {
    color: #fff;
    font-weight: 700 !important;
    background-color: #ff6b6b;
}
.productitem--badge {
    position: absolute;
    bottom: 170px;
    left: 12px;
   padding: 3px 7px 4px 6px;
}*/
.produc-thumb {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(128 128 128 / 56%);
  padding: 10px 10px 42px 10px;
  box-shadow: 0 1px 4px rgba(128, 128, 128, 0.11);

}

.produc-thumb:hover {
  box-shadow: 0 2px 8px rgba(128, 128, 128, 0.2);

}

.article--excerpt-meta {
  color: gray;
}

.blog-p a {
  color: black;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.8px;
  font-size: 21px;
}

.blog-p a:hover {
  text-decoration: none;
  color: #433e3e;
}

.blog-p-1 p {
  color: gray;
  line-height: 28px;
  font-size: 18px;
  padding: 0px 19px 20px 23px;
}

.blog-thumb {
  border: 1px solid rgba(128, 128, 128, 0.16);
  box-shadow: 0 1px 4px rgba(128, 128, 128, 0.11);

}


/*****************View-Card**********************/
.card_table_2 {
  font-size: 31px;
  font-family: itlic;
}

.table-image {
  height: 50px;
  width: 50px;
}

.input-table {
  width: 90px;
}

.table td,
.table th {

  border-top: 1px solid #dee2e6 !important;
}

.table thead th {

  border-top: 2px solid #dee2e6 !important;
}

/**********/
.image-flix {
  height: 380px;
}

.store-flix-img-1 {
  position: relative;
  /*border: 1px solid #9f9d9d;*/
  box-shadow: 0px 0px 4px 0px #dddcdc;
}

.store-flix-img-1:hover {
  box-shadow: 0px 0px 4px 0px grey;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.flix-img-1 {
  position: absolute;
  top: 4%;
  left: 37px;
  background: #ffffff7d;
  padding: 12px 20px;

}

.image-flix-1 {
  height: 582px;
}

.flix-img-1 h2 {
  font-size: 33px;
  line-height: 61px;
  font-weight: 600;
}

.flix-img-1 p {
  font-size: 24px;
}

.store-flix-img-2 {
  position: relative;
  box-shadow: 0px 0px 4px 0px #dddcdc;
}

.store-flix-img-2:hover {
  box-shadow: 0px 0px 4px 0px grey;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}


.flix-img-3 {
  position: absolute;
  top: 5%;
  left: 37px;
  background: #ffffff7d;
  padding: 12px 20px;

}

.flix-img-3 h2 {
  font-size: 28px;
  font-weight: 600;

}

.flix-img-3 p {
  font-size: 21px;
}


.garden-decor {
  position: relative;
  border: 1px solid #dbdbdb;

}

.garden-decor:hover {
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 25%);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.trending-img {
  border: 1px solid #f4f4f4;
  padding: 9px;
  /* box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);*/
}

.trending-img:hover {
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 25%);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

/**********/


.trending-img a {
  font-size: 17px;
  color: #030503;
  line-height: 50px;
  font-weight: 500;

}

.trending-img a:hover {
  text-decoration: none;
  color: #ff4c4c !important;
}

.garden-decor a {
  color: black !important;
}

.garden-decor a:hover {
  text-decoration: none;
  color: black !important;
}

.garden-img {
  /* position: absolute;
  top: 6%;
  left: 35px;
  background: #ffffff7d;
  padding: 12px 20px; */

  position: absolute;
  top: 6%;
  left: 11px;
  background: #ffffffed;
  padding: 5px 10px;
}

.garden-img h2 {
  font-size: 34px;
}

.garden-img p {
  font-size: 19px;
  /* max-width: 78%;*/
}

.header-12 {
  border-bottom: 1px solid #b0b0b0;
  background-color: #264d01;
  padding: 10px 0;
  font-size: 16px;
  color: #f3ecec;
  font-weight: 500;
}

.header-12 a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.trending-img img {
  border-radius: 50%;
}

.header a:hover {
  text-decoration: none;
}

.header-cart-icon .badge {
  padding: 2px 3px 2px 3px !important;
  border-radius: 50% !important;
}

/******section_title**********/
.section_title>h3 {
  font-size: 45px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #264d01;
}

.section_title>h3::after {
  border-top: 3px solid #525050;
  display: block;
  width: 10%;
  content: "";
  margin: 16px auto 0;
}

/************btn******************/
.pull-right {
  color: black;
}

.pull-right:hover {
  text-decoration: none;
  color: black;
}

ul.footer-e-coomers.p-0 li a:hover {
  transform: scale(1.5);
  margin-left: 10px;
  color: #264d01;
}

/* .footer-border a:hover{
  transform: scale(1.5);
  margin-left: 10px!important; 
} */
ul.p-0.footer-text-1 li span {
  font-size: 15px;
  font-weight: 600;
}

.btn.focus,
.btn:focus {

  box-shadow: none !important;
}

.btn-footer-login .first {
  border: none !important;
  padding: 7.6px 13px !important;
  background-color: #ff6b6b;
  border: 1px solid #ff6b6b !important;
  color: white;
  font-weight: 700 !important;
  border-radius: 0 !important;
}

/* .btn-footer-login .first:hover {
 border: 1px solid #264d01 !important;
 background-color: #264d01;
 color:white;

} */

.button-1 {
  border-radius: 4px;
  background-color: #ff6b6b;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 11px 16px 12px 16px;
  /*width: 200px;*/
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button-hover a span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-hover a span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button-hover a:hover span {
  padding-right: 25px;
  color: white !important;
}

.button-hover a:hover span:after {
  opacity: 1;
  right: 0;
}

.button-hover {
  padding: 16px 16px 56px 15px;
}

.text-flix-add a {

  padding: 14px;
  /* width: 170px; */
  text-align: center;
  color: white !important;
  border-radius: 0 25px;
  font-weight: 500;

}

.add-to-cart {
  background-color: #264d01;
}

.buy-now {
  background-color: #ff6b6b;
}

.text-flix-add a:hover {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 5px 10px lightgrey;
  border-radius: 25px 0;
}

.text-heading-1 ul.breadcrumb li a {
  color: #ff6b6b;
  font-size: 17px;
}

.text-heading-1 ul.breadcrumb li a:hover {
  color: #ff6b6b;
  text-decoration: none;

}

.check-out-flix h4 {
  line-height: 60px;
}

.check-out-flix .form-group {
  height: 75px;
}

select.form-control:not([size]):not([multiple]) {
  height: 50px !important;
}

.table thead th {
  vertical-align: middle !important;
}

.drawer-content .btn {
  border-radius: 0 !important;
  background: black;
  border: 1px solid black;
  color: white;
  font-weight: 500;
}

.drawer-content .btn:hover {
  background-color: black !important;
  border: 1px solid black !important;
}

.main-content h1 {
  font-size: 26px;
  color: black;
  line-height: 64px;
}

/*.modal-content {
  border-radius: 0! important;
  border:none !important;
}*/
.modal-footer button {
  border-radius: 0 !important;
}

.card-title .btn {
  border-radius: 0 !important;
  background-color: #264d01 !important;
  font-weight: 500 !important;
}

.user-information .about-item-edit {
  border-radius: 5px !important;
  background-color: black !important;
  font-weight: 500 !important;
  padding: 6px;
  font-size: 15px;
}

.edit-profile-address {
  border-radius: 5px !important;
  background-color: black !important;
  font-weight: 500 !important;
  padding: 6px;
  font-size: 15px;
}

/***************checkout***********************/
.text-heading-1 a {
  color: black;
  font-size: 25px;
}

.text-heading-1 a:hover {
  color: black;
  text-decoration: none;
}

.text-heading-1 h4 {
  color: #ff6b6b;
  line-height: 50px;
}

/**/
.product-flix-text .productitem--ratings {
  line-height: 36px;
}

.product-flix-text .money {
  color: #ff6b6b;
  font-weight: 600;
  font-size: 22px;
}

.product-flix-text h6 {
  line-height: 27px;
  font-size: 15px;
}

.produt-stock h6 {
  line-height: 15px;
  font-family: -webkit-pictograph;
  font-size: 13px;
}

.product-flix-text h2 {
  color: black;
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
  font-family: proxima-nova !important;
  border-bottom: 1px solid #eaeaea !important;
  /* width: 262px; */
  line-height: 42px !important;
}

.product-flix-text {
  padding: 0px 0px 0px 35px;
}

.product-table table th {
  background-color: #f5f5f5;
  font-weight: 400;
  border: 1px solid #d0cdcd;
  font-size: 13px;
}

.text-flix-add span {
  margin-right: 6px;
}

.category-products {
  padding: 6px;
  box-shadow: 0px 0px 4px 0px #80808087;
}

.category--text {
  color: black;
}

.category--text:hover {
  color: #ff6b6b;
  text-decoration: none;
}

.category-div p {
  font-weight: 700;
  margin-bottom: 5px;
}

.products-text-12 {
  position: relative;
  padding: 18px !important;
}

.products-text-12 a {
  color: #131010;
  font-weight: 600;
  font-size: 14px;
}

.products-text-12 a: {
  color: #ff6b6b;
  text-decoration: none;
}

.products-text-12 .money {
  font-size: 17px;
  color: gray;
}

.products-colos-1 {
  color: #878787;
  padding: 5px;
}

.produts-amount span {
  font-weight: 600;
  color: #ff6b6b;
}

.produts-amount del {
  color: gray;
}

.produts-amount {
  line-height: 33px;
}

.rating-view-star {
  line-height: 33px;
  color: #ffc107;
}

.products-header {
  font-weight: 500;
}

.cont-products-flix {
  text-align: center;
  border: 1px solid #dbdada;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #fff;
  height: 312px;
  padding: 13px;
}

.cont-products-flix:hover {
  box-shadow: 0px 0px 6px 0px #b4abab;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.primary-img_products {
  display: block;
  width: 100%;
  height: auto;
}

.over_products-1 {
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  z-index: 1;
  transition: all .3s;
}

.cont-products-flix:hover .over_products-1 {
  bottom: 20px;
}

.text_products-1 {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 86%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.over_products-2 {
  width: 150px;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 1;
  transition: all .3s ease 0s;
}

.cont-products-flix:hover .over_products-2 {
  opacity: 1;
  top: 20%;
}

#quick-shop-popup .modal-header {
  padding: 0 16px !important;
}

.golddax-product-exampleitem-quantity {
  width: 75px;
}

/******/
.sbf-title span {
  font-size: 18px;
  color: black;
  padding: 10px;
  font-weight: 500;
}

.sbf-title a {
  font-size: 16px;
  font-weight: 600;
  color: black;

}

.sbf-title a:hover {
  text-decoration: none;
  color: #264d01;
}

.advanced-filters {
  text-align: center;
}

.advanced-filters a {
  font-size: 14px;
  color: black;
  /*padding: 9px 14px;*/
  width: 100%;
  display: inline-block;
  font-weight: 600;
}

.advanced-filters a:hover {
  text-decoration: none;
  color: #264d01;
}

.advanced-filter-size a {
  font-size: 14px;
  color: black;
  /* padding: 15px; */
  display: inline-block;
  width: 100%;
}

.advanced-filter-size a:hover {
  text-decoration: none;
  color: #264d01;
}

.sbf-title {
  margin-bottom: 10px;
  background: #f5f5f5;
  padding: 2px;
  padding-right: 10px;
}

.products-text-12 a:hover {
  color: #264d01;
  text-decoration: underline;
}

/************PROFILE****************/
.phone {
  font-size: 23px;
  padding: 5px 20px 4px 3px;
}

.fwti {
  padding: 6px 10px 6px 9px;
  background: #d9d0d0;
  font-size: 20px;
}

#qs-product-title a {
  color: black;
  font-size: 15px;
  font-weight: 600;
}

.pro-qty input {
  width: 100%;
  height: 100%;
  padding-right: 25px;
  padding-left: 20px;
  border: none;
}

.pro-qty {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 40px;
  border: 1px solid #ddd;
}

.pro-qty a.inc {
  top: 0;
  right: 0;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.pro-qty a {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
}

.product-info {
  margin-top: -13px;
  padding: 0px 0px 33px 21px;
}

#qs-product-title a:hover {
  text-decoration: none;
  color: #ff6b6b;
}

.selector-wrapper label {
  color: black;
  font-weight: 600;
}

.selector-wrapper select {
  border: 1px solid #9d9393 !important;
  padding: 2px 9px !important;
}

.quantity-product label {
  font-weight: 600;
}

/********************Products*****************************/
/*.cont-flix {
  position: relative;
}

.image-storeflix {
  display: block;
  width: 100%;
  height: auto;
}*/
/*.cont-flix:hover .overlay-flix {
  height: 100%;
}*/
.text-flix .buy-now {

  padding: 1px 10px 6px 10px;
  font-size: 14px;
  color: white !important;
  width: 100px;
  background: #fb6b;
  border: 1px solid #ff6b6b;
  font-weight: 500;
}

.text-flix .add-to-cart {

  padding: 6px 10px 6px 10px;
  font-size: 14px;
  color: white !important;
  width: 100px;
  background: #ff6b6b;
  border: 1px solid #ff6b6b;
  font-weight: 500;
}

.text-flix .buy-to-btn {

  padding: 6px 10px 6px 10px;
  font-size: 14px;

  color: white !important;
  margin-left: 4px;
  background: #264d01;
  font-weight: 500;
  border: 1px solid #264d01;
}

.add-product-wishlists {

  padding: 6px 10px 6px 10px;
  font-size: 14px;
  color: white !important;
  cursor: pointer margin-left:3px !important;
  background: #264d01;
  font-weight: 500;
  border: 1px solid #264d01;
}

.text_products-2 .btn {
  border-radius: 0 !important;
  padding: 4px 10px 3px 10px !important;
  font-weight: 500 !important;
  border: 1px solid #264d01 !important;
  background: #264d01 !important;
  cursor: pointer !important;
  font-size: 15px !important;
}

.add-product-wishlist:hover {
  color: white;
}

.add-product-wishlist {

  padding: 4px 10px 3px 10px;
  font-size: 14px;
  color: white;
  cursor: pointer margin-left:3px !important;
  background: #ff6b6b;
  font-weight: 500;
  border: 1px solid #ff6b6b;
}

.profile-dropdown:hover .dropdown-menu {
  display: block;
}

/*.overlay-flix {

   position: absolute;
   top: 135%;
   left: 50%;
   overflow: hidden;
   height: 0;
   transition: .5s ease;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
 
}*/

.heading-2 h3 {
  padding: 3px;
  text-align: center;
  color: black;
}

.go-to-btn {
  padding: 5px 10px 7px 10px;
  font-size: 14px;
  color: white;
  width: 100px;
  background: #ff6b6b;
  font-weight: 500;
  border: 1px solid #ff6b6b;
}

.go-to-btn:hover {
  background-color: #ff6b6b;
  text-decoration: none;
  color: white;
  border: 1px solid #ff6b6b;
}

.checkout-btn {
  padding: 5px 10px 7px 10px;
  font-size: 14px;
  width: 81px;
  color: white;
  background: #264d01;
  font-weight: 500;
  border: 1px solid #264d01;
}

.checkout-btn:hover {
  background-color: #264d01;
  text-decoration: none;
  color: white;
  border: 1px solid #264d01;

}

.customer-profile {
  list-style: none;
}

.customer-profile li {
  padding: 10px 0px 10px 10px;
}

.customer-profile .about-item-detail {
  padding: 1px 10px 10px 55px;
}

.about-item-name {
  color: black;
  font-weight: 700;
  font-size: 18px;
}

/*about*/
.about {
  list-style: none;
}

.about-item-detail {
  color: black;
  letter-spacing: 1px;
}

.price-delete {
  color: gray;
  font-size: 18px;
  /*padding-left: 10px;*/
}

.about .about_services_box {
  padding: 30px 5px;
  /*   border-radius: 10px;*/
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border: 1px solid #e1e1e1;
}

.about_services_box:hover {
  box-shadow: 0px 5px 10px lightgrey;
}

.about .about_services_title {
  margin: 20px 0;
  font-size: 18px;
  font-weight: 400;
}

.about .about_services_text {
  line-height: 24px;
  color: #666;
  font-size: 13px;
}

/**/
.product-table .table td,
.table th {
  padding: 6px 8px 6px 13px !important;
}

.tabs-pannel .nav {
  /* padding-left: 50px !important;*/
}

.a-expander-content {
  border-bottom: 2px solid rgb(221, 221, 221);
  padding: 26px 18px 26px 18px;
}

.nav-pills a {
  /*padding: 6px 10px 6px 10px;*/
  color: black;
  font-weight: 600;
  font-size: 18px;
}

.nav-pills a:hover {
  color: #ff6b6b;

}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: black !important;
  background-color: #e6eaef00 !important;
  border-bottom: 2px solid #ff6b6b !important;
  border-radius: 0 !important;
}

.tab-content {
  border: 1px solid #e3dfdf;
  padding: 25px;
  margin-top: 19px;
  box-shadow: 0px 0px 4px 0px #c4c4c4;
  border-radius: 5px;
}

/*.nav-pills .active a
{
    border-bottom: 2px solid #e74e4e;
    padding: 6px 10px 6px 10px;
     margin-left: 10px;
}*/

.product-table p {
  font-weight: 600;
  color: black;
  font-size: 20px;
}

.star-icon-product .checked {
  color: #fed700;
}

.star-icon-product .check {
  color: gray;
}

/*******************Wishlist***********************/
.text-flix-1 .add-to-btn {

  padding: 6px 10px 7px 10px;
  font-size: 14px;
  color: white;
  width: 100px;
  background: #ff6b6b;
  font-weight: 500;
}

.text-flix-1 .add-to-btn:hover {
  background-color: #264d01;
  text-decoration: none;
  color: white;
}

.text-flix-1 .buy-to-btn {

  padding: 6px 10px 7px 10px;
  font-size: 14px;
  width: 60px;
  color: white;
  margin-left: 14px !important;
  background: #264d01;
  font-weight: 500;
  border: 1px solid #264d01;
}

.text-flix-1 .buy-to-btn:hover {
  background-color: #ff6b6b;
  text-decoration: none;
  color: white;
  border: 1px solid #ff6b6b;

}

.terms-condition-text {
  text-align: justify;
  line-height: 28px;
}

/**************faq***************/
.card {
  border-radius: 0 !important;
  border: 1px solid rgba(0, 0, 0, .125) !important;


}

.card.hoverable {
  transition: all .3s;
}

.card.hoverable:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.accordion>.card .card-header {
  margin-bottom: -2px !important;
}

.accordion-faq.accordion .card-header {
  background: #ffffff;
}

.accordion-faq.accordion .card-header[aria-expanded=false]:after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

/******************Modal***************************/
.modal-header {
  border-bottom: none !important;
}

/*&************************footer*************************/
.page-footer {
  background: #f5f5f5;
  border-top: 1px solid #e7e3e3;
  /* background-image: url('../image/banner3.jpg');
   
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 55px 0 60px;*/
}

.footer-border {

  padding: 10px;
}

.footer-border ul li {
  list-style: none;
  padding: 3px 0px 10px 0px;
}

.footer h5 {
  color: black;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 26px;

}

.flix-footer {
  line-height: 48px;
}

.footer-border a {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  transition: all .3s;
  padding-left: 4px;
}

.footer-border a:hover i {
  text-decoration: none;
  color: #264d01;
  transition: all .3s;
  /* box-shadow:0 5px 6px rgb(192, 214, 226); */
  animation: socialicon 1s ease 0s 1 normal forwards;
}


@keyframes socialicon {
  0% {
    opacity: 0;
    transform: rotate(-540deg) scale(2);
  }

  100% {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}

.footer-copyright {
  border-top: 1px solid #264d01;
  padding: 11px 0px 11px 0px;
  background-color: #264d01;
  color: white;
}

.login-create-btn a {
  font-size: 14px;
  color: rgba(0, 0, 0, .5);
  font-weight: 600;
}

.login-create-btn a:hover {

  color: rgb(114 164 153) !important;

}

.footer-copyright a {
  color: white;
}

.footer-copyright a:hover {
  text-decoration: none;
  color: #0e0606;
}

.input-commers-flix input {
  border-radius: 0 !important;
  padding: 10px !important;
  height: 40px;
}

.flix-footer a .facebook {
  /*    border-radius: 50%;*/
  padding: 7px 10px 7px 10px;
  background: #4867aa;
  color: white !important;
}

/* .flix-footer a .facebook:hover {
    opacity: 0.8;
} */
.flix-footer a .linkedin {
  /*  border-radius: 50%;*/
  padding: 7px 10px 7px 10px;
  background: #007bb6;
  color: white !important;
}

.flix-footer a .amazom {
  padding: 7px 10px 7px 10px;
  background: #000;
  color: white !important;
}

.flix-footer a .instagram {
  /*  border-radius: 50%;*/
  padding: 7px 10px 7px 10px;
  background: #ff6b6b;
  color: white !important;
}

.flix-footer a .instagram:hover {
  opacity: 0.8;
}

.flix-footer a .linkedin:hover {
  opacity: 0.8;
}

.flix-footer a .twitter {
  /*border-radius: 50%;*/
  padding: 7px 10px 7px 10px;
  background: #1da1f2;
  color: white !important;
}

.flix-footer a .twitter:hover {
  opacity: 0.8;
}


.flix-footer a .google {
  /*border-radius: 50%;*/
  padding: 7px 10px 7px 10px;
  background: #dd4b39;
  color: white !important;
}

.flix-footer a .google:hover {
  opacity: 0.8;
}

/********product-hover-zoom*********/

.product-hover-zoom {
  overflow: hidden;
}

.product-hover-zoom:hover img {
  transform: scale(1.1);
}

.product-hover-zoom img {
  transition: transform .5s, filter 1.5s ease-in-out;
  width: 100%;
}

/****************login*********************/
.login-section h2 {
  font-family: proxima-nova !important;
}

.login-section .form-control {
  padding: 11px;
  border-radius: 0;
}

.shadow-lg {
  padding: 30px;
  background: #eeeeee;
  border: 1px solid lightgray;
}

.shadow-lg:hover {
  box-shadow: 0 5px 10px lightgrey;
  transition: all .5s;
}

.login-signup-form .form-control {
  padding: 12px;
  border-radius: 0 !important;
}

.form-control:focus {
  border-color: #909090 !important;
}

.btn-footer-login span a {
  color: #264d01;
  /*line-height: 36px;*/
  font-size: 14px;

}

.btn-footer-login span a:hover {
  text-decoration: none;
}

.btn-footer-login .login-create-btn a {
  color: black;
  line-height: 55px;
  font-weight: 700;
}

.btn-footer-login .login-create-btn a:hover {
  text-decoration: none;
}

.incorrect-login,
.success-login {
  position: absolute;
  right: 6px;
  top: 6px;
}

/**************contact****************/


.contact .contact-infor {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 20px 30px;
}

h3.two {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 600;
}

.contact .contact-infor p {
  font-size: 16px;
}

.contact .contact-infor ul {
  padding: 0;
}

.contact .contact-infor li {
  border-top: 1px solid #e4e4e4;
  font-size: 14px;
  padding: 12px 0;
  list-style: none;
}

.contact .contact-infor li a {
  text-decoration: none;
  color: #212529;
  font-size: 16px;
}

.contact input.form-control {
  border: 1px solid #dddddd;
  color: #222222;
  height: 42px;
  font-size: 14px;
  padding-left: 15px;
  width: 100%;
  transition: all 0.3s ease 0s;
  border-radius: 0;
}

.contact textarea.form-control {
  border: 1px solid #dddddd;
  color: #222222;
  font-size: 14px;
  padding-left: 15px;
  width: 100%;
  transition: all 0.3s ease 0s;
  border-radius: 0;
}

.contact-form {

  padding: 40px 15px 40px 15px;
  box-shadow: 0px 0px 2px 1px #6b6c6e63;
}




/************************cart***************/

.cart_list_product_img {
  border: 1px solid #ededed;
  padding: 7px;
  /*   margin-top: 6px;*/
}

.cart_list_product_img:hover {
  box-shadow: 0px 0px 3px 0px #e1dddd;
}

.mini-cart-info {
  border: 1px solid #ededed;
  margin-left: 6px;
  /* margin-top: 6px;*/

}

.mini-cart-info a {
  color: black;
  font-weight: 600;
}

.mini-cart-info a:hover {
  color: #ff6b6b;
  text-decoration: none;
}

.delete-cart {
  border: 1px solid #ededed;
  margin-left: 6px;
  padding: 22px;
  /* margin-top: 6px;*/
}

.delete-cart a {
  color: black;
  font-weight: 600;
}

.delete-cart a:hover {
  color: #ff6b6b;
}

.mini-cart-info:hover {
  box-shadow: 0px 0px 3px 0px #e1dddd;
}

.delete-cart:hover {
  box-shadow: 0px 0px 3px 0px #e1dddd;
}

.cart-total {
  /*  border: 1px solid #ededed;*/
  padding: 10px;
  /* margin-top: 10px;*/
  /* width: 152px;*/
}

.cart-total:hover {
  box-shadow: 0px 0px 3px 0px #e1dddd;
}

.cart-total b:hover {
  color: #ff6b6b;
}

/*************btn****************/
.about-item-edit {
  font-weight: 600;
  font-size: 18px;

}

.edit-profile-address {
  padding: 4px 10px !important;
  font-size: 12px !important;
}

.edit-profile-address:hover {
  background-color: #ff6b6b !important;
  border: 1px solid #ff6b6b !important;
}

.about-item-edit:hover {
  text-decoration: none;
}

.profile-btn {
  margin-top: -13px;
  font-size: 22px;
  z-index: 9;
}

.cart-item-empty {
  text-align: center;
  font-weight: 600;
  color: black;
}

.mega-menu {
  width: 200px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  border: none !important;
  /* box-shadow: 0 2px 8px 0 rgb(28 18 18 / 23%); */
  background-color: white;
  padding: 15px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 40px;
  height: auto;
  overflow: hidden;
}

/*.mega-title a hover
{
  color: #264d01 !important;
}*/
.colors {
  padding: 3px 0px 0px 3px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: red;
  color: white;
  text-align: center;
}

.btn-black {
  text-align: center;
  padding: 7px 34px !important;
  color: #fff !important;
  border: 1px solid #323433 !important;
  background: #1b1c20 !important;
  border-radius: 0px !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.btn-black:hover {
  background: #ffffff !important;
  color: #000 !important;
  border: 1px solid #000000;
  text-decoration: none;
}

.btn-view-all {
  text-align: center;
  padding: 7px 34px !important;
  color: #fff !important;
  border: 2px solid #264d01 !important;
  background: #264d01;
  border-radius: 27px !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600 !important;
  letter-spacing: 1px;
}

.btn-view-all:hover {
  color: #264d01 !important;
  background: #fff;
  text-decoration: none;
}

/**/
ul#qv-description-list {
  list-style: none;
  padding: 0px !important;
  font-size: 14px;
  color: #3c4b3c;
}

.product-remove a {
  color: red;
}

.product-remove a:hover {
  color: #c84a4a;
}

.text-flix-2 a:hover {
  text-decoration: none;
}

/******plus minus********/
.plus-minus {
  border-radius: 0 !important;
  padding: 8px !important;
  background: #f5f5f5 !important;
  width: 180px !important;
}

/**********pattern************/
.pattern {
  background-image: url('../img/pattern.png');
  background-repeat: repeat;
}

/*********************@media only 888*************/
/*profile*/
@media only screen and (max-width: 1038px) {
  .section_title>h3 {
    font-size: 50px;

  }

  #hide_icon2 {
    display: none;
  }

  .profile-btn .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    font-size: 13px;
  }

  ul.list-inline a span {
    font-size: 11px;
    white-space: nowrap;
  }

  .js-marquee {
    font-size: 13px;
    line-height: 24px;
  }
}

/*nav*/
@media only screen and (max-width: 1293px) {

  .navbar_1 li {
    padding: 0px 13px 0px 0px;
    font-size: 12px !important;
  }


}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .active>.nav-link,
  .navbar-nav {

    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
  }
}

@media (min-width: 1039px) {
  #hide_icon {
    display: none;
  }

}

/**/
@media only screen and (max-width: 999px) {

  .flix-img-1 h2 {
    font-size: 26px;

    font-weight: 600;
  }

  .image-flix-1 {
    height: auto;
  }

  .flix-img-1 p {
    font-size: 18px;
  }

  .button-1 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 970px) {

  .flix-img-3 h2 {
    font-size: 19px;

    font-weight: 600;
  }

  .image-flix {
    height: auto;
  }

  .flix-img-3 p {
    font-size: 16px;
  }

}

/*header*/

@media only screen and (max-width: 993px) {

  .header-cart-icon {
    font-size: 22px;
  }

  .search-box {

    position: absolute;
    top: 75px;
    right: 29px;
    z-index: 9999;
  }

  .profile-btn {
    position: absolute;
    top: 16px;
    right: 98px
  }

  .bg-1 {
    background-color: #f5f5f500 !important;
  }

  .garden-img p {
    font-size: 15px;
    max-width: 78%;
  }

  .garden-img h2 {
    font-size: 24px;
    margin-top: 7px;
  }

  .garden-img-1 h2 {
    font-size: 24px;
    margin-top: 7px;
  }

  .garden-img-1 p {
    font-size: 15px;
    max-width: 78%;
  }

  .customer-support-text .user {
    display: inline !important;
    font-size: 25px !important;
    margin-right: 72px;

  }

  .header-cart-icon {
    position: absolute;
    top: 55px;
    /*right: 1%;*/
    font-size: 22px;
  }

  .customer-support-text .text {
    margin-right: -60px;
  }

  .logon_register {
    display: none;
  }
}

@media only screen and (max-width: 995px) {

  .logo-header-top a .logo_image {
    width: 99px;
  }
  .pt-md-40{padding-top: 0 !important;}
.py-20{padding-top: 20 !important;padding-bottom: 20 !important;}

  /* #hide_icon2{
    display: block;
  } */
}

@media only screen and (max-width: 768px) {
  .search-box form.example button {
    padding: 5.1px;

    margin-top: 21px
  }
  .navbar-nav .dropdown-menu {
    position: absolute !important;
    float: none !important;
    z-index: 99;
  }
  .product-flix-text h2 {

    font-size: 14px !important;
    font-weight: 400 !important;

  }
  .garden-img h2 {
    font-size: 16px !important;
    margin-top: 7px;
  }
  .products-text-12 {
    padding-top: 18px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .primary-img_products {
    /* margin-top: 16px !important; */
  }
  .pt-md-50 {
    padding-top:0px !important;
}
.pt-md-40{padding-top: 0 !important;}
.py-20{padding-top: 20 !important;padding-bottom: 20 !important;}



  .search-box form.example input[type=text] {
    padding: 4px 20px;
    margin-top: 21px;
    width: 72%;

  }
 


  .text-right {
    text-align: start !important;
  }

  .quick-product .heading h4 {
    font-size: 16px !important;
  }

  .btn-view-all {
    padding: 7px !important;
    font-size: 12px !important;
  }

  .header-12 {
    /* font-size: 12px; */
    display: none;
  }

  .section_title>h3 {
    font-size: 30px;

  }

  .flix-img-1 h2 {
    font-size: 21px;

    font-weight: 600;
  }

  .image-flix-1 {
    height: auto;
  }

  .flix-img-1 p {
    font-size: 18px;
  }

  .button-1 {
    font-size: 13px;
  }

  button.owl-next {
    /*  position: absolute;
    top: 37%;
    left: 92%;*/
    display: none !important;
  }

  button.owl-prev {
    /* position: absolute;
    top:37%;
    left: 4%;*/
    display: none !important;

  }
}

@media only screen and (max-width: 1199px) {
#collapsibleNavbar {
  position: absolute;
  top: 38px;
  background-color: #fff;
  width: 100%;
  left: 0px;
  padding: 12px 15px;
}
.mega-menu {
   position:unset;
  right: 0;
  left: 0;
  top: 0;
  border: none !important;
  /* box-shadow: 0 2px 8px 0 rgb(28 18 18 / 23%);
  background-color: white; */
  padding: 15px ;
  font-weight: 600;
  font-size: 14px;
  line-height: 40px;
  height: auto;
  overflow: hidden;
}
}
@media only screen and (max-width: 460px) {
  .foot-ext-right {
    text-align: inherit;
  }

  .flix-img-1 h2 {
    font-size: 12px;

    font-weight: 600;
  }

  .image-flix-1 {
    height: auto;
  }

  .flix-img-1 p {
    font-size: 12px;
  }

  .button-1 {
    font-size: 11px;
  }
}

/*header*/
/**/

.add-to-btn_order {
  padding: 6px 10px 7px 10px;
  font-size: 14px;
  color: white;
  width: 75px;
  background: #ff6b6b;
  font-weight: 500;
}

.add-to-btn_order:hover {
  background-color: #264d01;
  text-decoration: none;
  color: white;
}

.buy-to-btn_order {

  padding: 6px 10px 7px 10px;
  font-size: 14px;
  width: 40px;
  color: white;
  margin-left: 4px;
  background: #264d01;
  font-weight: 500;
  border: 1px solid #264d01;
}

.buy-to-btn_order:hover {
  background-color: #ff6b6b;
  text-decoration: none;
  color: white;
  border: 1px solid #ff6b6b;

}

.order {
  padding: 5px;
  border-top: 1px solid #dee2e6;
}

.order .order-btn {
  border: 1px solid #ff6b6b;
  background: #ff6b6b;
  padding: 11px;
  border-radius: 30px;
  color: white;
  font-weight: 600;
}

.order .order-btn:hover {
  background-color: black;
  border: 1px solid black;

}

.total-order {
  color: gray;
}

.price-order {
  font-weight: 700;
  padding: 8px;
}

.swatch-element.swt-val-m.available.circle.swatch-size.sizes {
  display: inline-block;
  width: 60px;
  height: 33px;
  text-align: center;
  border-color: darkorange;
  border: 1px solid #FF6B6B;
  border-radius: 24px 24px 24px 24px;
  font-weight: 600;
  line-height: 31px;
}

.produt-size .active {
  background-color: #FF6B6B;
  border: 1px solid #020101;
  color: white;
}

.add-to-wishlist .checked {
  font-size: 21px;
  color: black;
}

.hoverable {
  /* border-radius: 50% !important;
  width: 200px;
  height:  200px !important;*/
}

.hoverable .fa-star {
  font-size: 10px;
  color: #ffc107;
  padding: 0px 0px 8px 0px;
}

.hoverable .img-fluid {
  /*font-size: 10px;*/
  border-radius: 50%
}

.new_product {
  color: #1d1b1b;
  font-size: 18px;
  font-weight: 400;
}

.new_product:hover {
  text-decoration: none;
  color: black;
}

.grey-text {
  color: #999797;
  margin-left: 3px;
}

.select-active {
  background-color: #ff6b6b;
  border-radius: 12px;
  display: inline;
  padding: 3px;
  box-shadow: 0 0 5px lightgrey;
}

.select-active a {
  color: #ffffff;
}

.select-active a:hover {
  color: white;
}

.advanced-filter {
  /* background-color: white;*/
  border-radius: 12px;
  display: block;
  padding: 6px;
  box-shadow: 0 0 5px lightgrey;
  color: black;
  margin-top: 5px;
  /* width: 100px;*/
  white-space: nowrap;

  text-align: center;
  margin: 10px 5px;
}

.advanced-filter-size {
  border-radius: 12px;
  display: inline-block;
  /* padding: 7px; */
  box-shadow: 0 0 5px lightgrey;
  color: black;
  /*margin-top: 5px;*/
  width: 28%;
  font-size: 17px;
  line-height: 28px;
  margin-right: 10px;
  text-align: center;
  margin: 10px 5px;
}

.advanced-filter-color {
  font-size: 17px;
  margin-right: 10px;
  border-radius: 100%;
  display: inline-block;
  padding: 6px;
  box-shadow: 0 0 5px lightgrey;
  color: black;
  margin-top: 5px;
  width: 30px;
  height: 30px;
}

.select-active-color {
  width: 35px;
  height: 35px;
  border: 2px dotted white;
}

/*new*/
.quick-product .heading h4 {
  color: #131010;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 22px;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;

  padding-bottom: 20px;
  position: relative;
  border-bottom: 2px solid #ebebeb;

}

.quick-product .heading h4:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #264d01;
}

/**/
.footer-text-1 li {
  font-size: 15px;
  color: black;
  font-weight: 400;
}

.footer-text-1 li a {
  color: black;

}

@media only screen and (max-width: 350px) {
  .search-box form.example button {
    width: 24%;
  }
}




/********menu scrollbar**********/

ul .mega-menu::-webkit-scrollbar {
  width: 8px;
  /* width of the entire scrollbar */
}

ul .mega-menu::-webkit-scrollbar-track {
  background: #264d01;
  /* color of the tracking area */
}

ul .mega-menu::-webkit-scrollbar-thumb {
  background-color: lightgray;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */

}

/********scrollbar**********/
body::-webkit-scrollbar {
  width: 10px;
  /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #264d01;
  /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: lightgray;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */

}

/*************fonts************/
@font-face {
  font-family: proxima-nova;
  src: url(../fonts/proxima/proxima-nova-font.otf);
}


/**********loader************/
/**/
.cont-trending p {
  margin-top: 15px !important;
}