@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&family=Poppins:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@700;800&display=swap");
@font-face {
  font-family: "SFProDisplaySemibold";
  src: url("../fonts/SF Pro Display Semibold.eot"); /* IE9*/
  src: url("../fonts/SF Pro Display Semibold.eot.eot?#iefix") format("embedded-opentype"), url("../fonts/SF Pro Display Semibold.woff") format("woff"), url("../fonts/SF Pro Display Semibold.ttf") format("truetype"), url("../fonts/SF Pro Display Semibold.svg") format("svg"); /* iOS 4.1- */
  font-weight: 600;
}
@font-face {
  font-family: "SFProDisplay-Bold";
  src: url("../fonts/SFProDisplay-Bold.eot"); /* IE9*/
  src: url("../fonts/SFProDisplay-Bold.eot.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Bold.woff") format("woff"), url("../fonts/SFProDisplay-Bold.ttf") format("truetype"), url("../fonts/SFProDisplay-Bold.svg") format("svg"); /* iOS 4.1- */
  font-weight: 700;
}
.container_header {
  width: 100%;
  float: left;
}

.header_top {
  width: 100%;
  border-bottom: 1px solid #dadada;
  background: #DE1A22;
}
.header_top ul {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-evenly;
}
.header_top li {
  list-style: none;
  color: #fff;
  font-size: 13px;
  padding: 10px 0px;
  font-weight: 700;
}
.header_top li a {
  color: #fff;
  text-decoration: none;
}
.header_top li a i {
  font-size: 18px;
}
.header_top li a .icofont-badge {
  color: #FFC107;
  position: relative;
  top: 2px;
}
.header_top ul li:first-child {
  width: 19%;
  border-right: 1px solid #dadada;
}
.header_top ul li:nth-child(2) {
  width: 13%;
  text-align: left;
  padding-left: 10px;
}
.header_top ul li:nth-child(3) {
  width: auto;
  text-align: center;
}
.header_top ul li:nth-child(3) a {
  font-weight: 700;
}
.header_top ul li:nth-child(4) {
  width: auto;
  text-align: right;
  padding-right: 10px;
}
.header_top ul li:nth-child(4) a {
  text-decoration: none;
}
.header_top ul li:nth-child(5) {
  width: auto;
  text-align: center;
  border-left: 1px solid #dadada;
}
.header_top ul li:last-child {
  width: 8%;
  border-left: 1px solid #dadada;
  text-align: center;
  color: #21376E;
}
.header_top ul li img {
  margin: 0 5px;
}
.header_top .lan_eng {
  margin: 0 5px;
}
.header_top .lan_eng a {
  color: #fff;
  text-decoration: none;
}
.header_top .lan_heb {
  margin: 0 5px;
}
.header_top .lan_heb a {
  color: #fff;
  text-decoration: none;
}

.header_bottom {
  width: 100%;
  padding: 18px 0 13px;
  border-bottom: 1px solid #dadada;
  position: relative;
}

.logo-container {
  padding-top: 4px;
  padding-top: 5px;
}

.logo-container ul {
  display: none;
}

.right-header-bottom {
  position: relative;
  z-index: 3;
}

.mobile-lang {
  display: none;
}

.container_search {
  max-width: 587px;
  margin: 12px auto;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1803921569);
  border-radius: 6px;
  height: unset;
  position: relative;
}

.container_search .form-control {
  height: calc(1.5em + 0.55rem + 2px);
  border: 0 !important;
  font-size: 13px;
  color: #4f4f4f;
}

.search_button {
  background: #FE272B;
  border-radius: 5px !important;
  padding: 0rem 0.39rem !important;
  border: 0 !important;
  box-shadow: 0px 3px 6px rgba(255, 0, 0, 0.4705882353);
}
.search_button img {
  margin-top: -2px;
  width: 12px;
}

.container_search .input-group-append {
  padding: 3px;
}

.product-search-result {
  padding: 0;
  position: absolute;
  background: #fff;
  width: 100%;
  min-height: 150px;
  max-height: 400px;
  overflow-y: auto;
  box-shadow: 0px 3px 6px rgba(255, 0, 0, 0.4705882353);
  z-index: 11;
  display: none;
}
.product-search-result li {
  list-style: none;
}
.product-search-result li .autocomplete_list_item {
  padding: 5px;
  display: flex;
}
.product-search-result li .autocomplete_list_item span {
  text-align: left;
  width: 84%;
}
.product-search-result li .autocomplete_list_item img {
  height: 72px;
}

.acount_section {
  margin-top: 11px;
}
.acount_section ul {
  margin: 0px;
  padding: 0px;
  justify-content: space-evenly;
  display: flex;
}
.acount_section li {
  list-style: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 10px;
}
.acount_section ul li:first-child {
  width: 150px;
  white-space: nowrap;
}
.acount_section a {
  color: #000000;
  text-decoration: none;
}
.acount_section span {
  background: #FE272B;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  box-shadow: 0px 3px 6px rgba(255, 0, 0, 0.4705882353);
  display: inline-block;
  text-align: center;
  line-height: 22px;
  margin: 7px;
  position: relative;
}
.acount_section img {
  vertical-align: middle;
  width: 12px;
}
.acount_section sup {
  background: #000000;
  width: 17px;
  height: 17px;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  position: absolute;
  top: -8px;
  right: -5px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.acount_section .dropdown_account {
  position: absolute;
  width: 150px;
  z-index: 2;
}
.acount_section .dropdown_account_body {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
}
.acount_section .dropdown_account_body a {
  display: block;
  color: #5d5d5d;
}
.acount_section .dropdown_account_body a i {
  width: 20px;
  text-align: center;
  margin-right: 8px;
}

.link_account {
  position: relative;
}

.link_account::before {
  position: absolute;
  content: "";
  background-image: url("../images/angel-down.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  width: 17px;
  height: 17px;
  transition: all 0.5s;
  right: -20px;
  top: 2px;
}

.down_arrow.link_account::before {
  background-position: right;
  transform: rotate(180deg);
}

.ui-widget.ui-widget-content {
  box-shadow: 0px 3px 6px rgba(255, 0, 0, 0.4705882353);
  height: 400px;
  overflow-y: auto;
}

.ui-menu .ui-menu-item {
  padding: 5px 6px;
}

.autocomplete_list_item img {
  border-radius: 100px;
}

.autocomplete_list_item span {
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 15px 10px;
  display: inline-block;
  text-align: center;
}

.autocomplete_list_item:hover {
  background: #FE272B;
}
.autocomplete_list_item:hover span {
  color: #fff !important;
}

.all_search_result {
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  background: #FE272B;
  display: block;
}
.all_search_result div {
  color: #fff;
  text-decoration: none;
}

@font-face {
  font-family: "SFProDisplaySemibold";
  src: url("../fonts/SF Pro Display Semibold.eot"); /* IE9*/
  src: url("../fonts/SF Pro Display Semibold.eot.eot?#iefix") format("embedded-opentype"), url("../fonts/SF Pro Display Semibold.woff") format("woff"), url("../fonts/SF Pro Display Semibold.ttf") format("truetype"), url("../fonts/SF Pro Display Semibold.svg") format("svg"); /* iOS 4.1- */
  font-weight: 600;
}
@font-face {
  font-family: "SFProDisplay-Bold";
  src: url("../fonts/SFProDisplay-Bold.eot"); /* IE9*/
  src: url("../fonts/SFProDisplay-Bold.eot.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Bold.woff") format("woff"), url("../fonts/SFProDisplay-Bold.ttf") format("truetype"), url("../fonts/SFProDisplay-Bold.svg") format("svg"); /* iOS 4.1- */
  font-weight: 700;
}
@font-face {
  font-family: "SFProDisplaySemibold";
  src: url("../fonts/SF Pro Display Semibold.eot"); /* IE9*/
  src: url("../fonts/SF Pro Display Semibold.eot.eot?#iefix") format("embedded-opentype"), url("../fonts/SF Pro Display Semibold.woff") format("woff"), url("../fonts/SF Pro Display Semibold.ttf") format("truetype"), url("../fonts/SF Pro Display Semibold.svg") format("svg"); /* iOS 4.1- */
  font-weight: 600;
}
@font-face {
  font-family: "SFProDisplay-Bold";
  src: url("../fonts/SFProDisplay-Bold.eot"); /* IE9*/
  src: url("../fonts/SFProDisplay-Bold.eot.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Bold.woff") format("woff"), url("../fonts/SFProDisplay-Bold.ttf") format("truetype"), url("../fonts/SFProDisplay-Bold.svg") format("svg"); /* iOS 4.1- */
  font-weight: 700;
}
.navcontainer {
  width: 100%;
  float: left;
  padding-top: 15px;
  z-index: 6;
  border-bottom: 1px solid #dadada;
}

/* adds some margin below the link sets  */
.dropdown_container {
  background: #303030 !important;
}

.navbar .dropdown-menu div[class*=col] {
  margin-bottom: 1rem;
}

.dropdown_container .navbar-toggler {
  border-color: rgba(149, 149, 149, 0.8) !important;
  padding: 0 1px !important;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("..//images/hambergar-menu.svg");
  background-size: 70%;
  height: 1.3em;
}

.navbar .dropdown-menu {
  border: none;
  background-color: #fff !important;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  padding-top: 15px !important;
}

.dropdown_container ul li.active > a,
a[aria-expanded=true] {
  background: transparent !important;
}

.navbar .dropdown .nav-link {
  position: relative;
  color: #000 !important;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.3px;
  cursor: default;
  padding: 0 15px 10px;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  .dropdown_container ul li {
    border-bottom: 3px solid transparent;
  }
  /* .dropdown_container ul .nav-item:hover{
      background: #BEBEBE!important;
  } */
  .dropdown_container ul li:hover {
    background: transparent !important;
    border-bottom: 3px solid #FE272B;
    color: #000 !important;
  }
  .dropdown_container ul li ul li:hover {
    border-bottom: 1px solid #dfdfdf;
  }
  .dropdown_container ul li ul li ul li:hover {
    color: #fff;
    border-bottom: 1px solid transparent;
  }
  /* remove the padding from the navbar so the dropdown hover state is not broken */
  .navbar {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }
  /*.dropdown_container{
      background: #B60E0E !important;
  }*/
  .dropdown_container {
    background: transparent !important;
    width: 100%;
    float: left;
    padding: 0px 6px !important;
  }
  /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
  .navbar .nav-item {
    /* padding: .99rem 0rem; */
    /* margin:0 .15rem;*/
    margin: 0px;
    line-height: initial;
    width: 95px;
    position: relative;
  }
  .navbar .nav-item::before {
    content: "";
    height: 102%;
    position: absolute;
    width: 1px;
    background: #dadada;
  }
  .dropdown_container ul li:last-child {
    border-right: 1px solid #dadada;
  }
  .navbar .dropdown .nav-link {
    text-transform: capitalize;
    white-space: normal;
    text-align: center;
    padding: 5px 2px 3px;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    height: 100%;
  }
  .navbar .dropdown .nav-link span {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 3px;
  }
  .dropdown_container ul li .nav-link span img {
    height: 18px;
  }
  #main_header .navbar .nav-item {
    padding: 0.2rem 0rem;
    /* margin:0 .15rem;*/
    margin: 0;
    line-height: initial;
  }
  .topSearchbox {
    /*width: 55%;*/
    width: 42%;
    position: relative;
    top: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .direction_change .topSearchbox {
    width: 42%;
  }
  #main_header .navbar-nav {
    margin-top: 43px;
  }
  .direction_change .container_buttons {
    /* margin-left: 0;
    margin-right: 20px; */
  }
  /* makes the dropdown full width  */
  .navbar .dropdown {
    position: static;
  }
  .navbar .dropdown-menu {
    width: 480px;
    height: 460px;
    display: none;
    left: auto;
    right: inherit;
    top: 100%;
    padding: 0 !important;
    margin: 0;
    box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.2117647059);
    z-index: 2000000001;
    /* Adjusted according to tawk.to */
  }
  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu,
  .navbar .dropdown .dropdown-menu:hover {
    display: block !important;
  }
  .navbar .dropdown-menu {
    background-color: #fff;
  }
  .subul {
    width: 100%;
    float: left;
  }
  .subul li {
    border-bottom: 1px solid #dfdfdf !important;
    list-style: none;
    position: unset !important;
  }
  .heading_subul {
    color: #333;
    padding-left: 0px;
    font-size: 15px;
    display: block;
    max-width: 241px;
  }
  .heading_subul a {
    color: #333;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
  }
  .subul li a {
    cursor: pointer !important;
  }
  .subul li a:hover {
    text-decoration: underline;
  }
  .subul .nav-item {
    padding: 3px 25px;
  }
  .dropdown_container .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5) !important;
  }
  .navbar-nav li:last-child.more_categ_button a {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
  }
  .navbar-nav li:last-child.more_categ_button .dropdown_container ul ul a {
    color: #333;
  }
  ul.more_nav li a {
    color: #333 !important;
    font-size: 16px !important;
    font-weight: 300 !important;
  }
  .dropdown_container ul li ul li ul li:hover {
    border-bottom: 0;
  }
  .subul li ul {
    /* width: 400px; */
    overflow: hidden;
    float: left;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 0 0 2px;
    height: 450px;
    width: 0px;
    opacity: 0;
  }
  .sub-cat-image {
    position: absolute;
    right: 45px;
    top: 40px;
    display: block;
    width: auto;
    height: auto;
  }
  .sub-cat-image img {
    max-width: 240px;
  }
  .subul ul li {
    width: 100% !important;
    float: left;
    list-style: none;
    padding: 3px 10px !important;
    border-bottom: none;
    clear: left;
  }
  .subul ul li a.nav-link {
    color: #22386F !important;
  }
  .subul li:hover ul {
    opacity: 1;
    width: 50%;
    background: #F5F5F5;
    z-index: 2;
  }
  .dropdown_container .dropdown-toggle::after {
    right: 5px;
    display: none;
  }
  .dropdown_container .dropdown-menu {
    border-radius: 0;
  }
  .dropdown_container ul ul a {
    background: transparent;
    line-height: 24px;
    text-transform: capitalize;
    display: block;
    position: relative;
    padding-left: 15px;
    font-size: 12px;
  }
  .dropdown_container ul ul a::after {
    content: "";
    position: absolute;
    right: 7px;
    top: 8px;
    width: 12px;
    height: 12px;
    display: block;
    background: url("../images/chevron-right.svg");
    background-size: cover;
    opacity: 1;
    z-index: 2;
  }
  .dropdown_container ul ul a:hover {
    color: #F70000;
    text-decoration: none;
  }
  .dropdown_container ul ul a:hover::after {
    content: "";
    position: absolute;
    right: 7px;
    top: 8px;
    width: 12px;
    height: 12px;
    display: block;
    background: url("../images/chevron-right.svg");
    background-size: cover;
    opacity: 1;
  }
  .dropdown_container ul ul ul li a {
    font-family: "Open Sans", sans-serif;
    font-weight: 400 !important;
    color: #A82238 !important;
    font-size: 12px !important;
    text-transform: capitalize !important;
    letter-spacing: 0px !important;
    line-height: 24px !important;
  }
  .dropdown_container ul ul ul li a.nav-link {
    color: #000 !important;
    font-weight: 600 !important;
    padding: 0 !important;
    justify-content: inherit !important;
    text-align: left !important;
  }
  .dropdown_container ul ul ul li a.nav-link:hover {
    color: #FE272B !important;
  }
  .dropdown_container ul ul ul li a::after {
    display: none;
  }
  .dropdown_container ul ul ul li a:hover::after {
    display: none;
  }
  .more_categ_button {
    /* padding: 16px 0px!important; */
  }
  .dropdown_container ul li:last-child ul a::after {
    display: none;
  }
  .dropdown_container ul li:last-child ul li {
    width: 100%;
    float: left;
    border-bottom: 0;
  }
  .dropdown_container ul li:last-child ul.subul {
    display: initial;
  }
  .dropdown_container ul li:last-child .dropdown-menu {
    padding-top: 10px !important;
    width: 200px;
  }
  .dropdown_container ul li ul li ul li {
    padding: 0px 15px !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
  }
  .dropdown_container ul li ul li ul li::before {
    display: none;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .navbar .dropdown-menu {
    height: 430px;
  }
  .subul li ul {
    height: 430px;
  }
  .navbar .dropdown .nav-link {
    font-size: 12px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1299px) {
  .dropdown_container ul ul a {
    font-size: 10px;
    line-height: 18px;
    padding-left: 8px;
  }
  .dropdown_container ul ul ul li a {
    font-size: 10px !important;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .heading_subul {
    max-width: 200px !important;
  }
  .heading_subul a {
    padding-left: 10px;
  }
  .navbar .dropdown-menu {
    width: 400px;
    height: 330px;
  }
  .subul li ul {
    height: 330px;
  }
  .dropdown_container ul ul a {
    font-size: 9px;
    line-height: 18px;
    padding-left: 8px;
  }
  .navbar .dropdown .nav-link {
    padding: 0 2px 8px !important;
    letter-spacing: 0 !important;
    font-size: 9px !important;
  }
  .dropdown_container ul ul a::after {
    right: 7px;
    top: 6px;
    width: 9px;
    height: 9px;
  }
  .dropdown_container ul ul a:hover::after {
    right: 7px;
    top: 6px;
    width: 9px;
    height: 9px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .heading_subul {
    max-width: 200px !important;
  }
  .heading_subul a {
    padding-left: 10px;
  }
  .navbar .dropdown-menu {
    width: 400px;
    height: 530px;
  }
  .subul li ul {
    height: 530px;
  }
  .navbar .dropdown .nav-link {
    font-size: 11px;
    letter-spacing: 0px;
  }
  .dropdown_container ul ul a::after {
    right: 7px;
    top: 6px;
    width: 9px;
    height: 9px;
  }
  .dropdown_container ul ul a:hover::after {
    right: 7px;
    top: 6px;
    width: 9px;
    height: 9px;
  }
}
@media screen and (min-width: 240px) and (max-width: 990px) {
  .navcontainer {
    z-index: 10;
    position: relative;
    height: auto;
    padding-top: 0;
  }
  .navbar {
    background: #FE272B !important;
    width: 100%;
    padding: 0 !important;
  }
  .navbar-toggler {
    position: absolute;
    right: 15px;
    top: -40px;
    background: #252525 !important;
    padding: 0.15rem 0.35rem !important;
  }
  .navbar-collapse {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    background: #FE272B;
    box-shadow: 0px 3px 6px rgba(255, 0, 0, 0.4705882353);
  }
  .navbar .dropdown .nav-link {
    font-size: 14px;
    color: #fff !important;
    text-transform: capitalize;
    letter-spacing: 0.14px;
    font-weight: 600;
    padding: 8px 15px 8px;
    border-bottom: 1px solid #fff;
  }
  .navbar .dropdown .nav-link:last-child {
    border-bottom: 0;
  }
  .dropdown-toggle::after {
    right: 7px !important;
    top: 10px;
  }
  .subul {
    padding: 0;
  }
  .subul li {
    text-align: center;
    list-style: none;
  }
  .subul li ul {
    padding: 0;
    width: 100% !important;
  }
  .subul li a {
    font-size: 0.9em !important;
    padding-left: 0px !important;
    background: #d00609;
  }
  .subul li ul li a {
    text-transform: capitalize !important;
    padding: 5px 0px 5px 0 !important;
    color: #fff !important;
  }
  .subul .nav-item .nav-link {
    color: #000000 !important;
    border-bottom: 0;
  }
  .dropdown_container.navbar .dropdown-menu {
    border: none;
    width: 100%;
    float: left;
    background-color: #fff !important;
    padding: 0px !important;
    margin: 0;
  }
  .heading_subul a {
    color: #333 !important;
    background: transparent !important;
    font-size: 15px !important;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
  }
  .heading_subul {
    margin-left: 0;
    text-align: center;
    line-height: 18px;
    background: #e0e0e0;
    padding: 9px 28px !important;
    display: block;
    width: 100%;
  }
  .sub-cat-image {
    display: none;
  }
  .navbar .dropdown .nav-link span {
    display: none;
  }
  .dropdown_container ul li:last-child .dropdown-menu .heading_subul, .dropdown_container ul li:nth-last-child(2) .dropdown-menu .heading_subul, .dropdown_container ul li:nth-last-child(3) .dropdown-menu .heading_subul {
    text-align: center !important;
  }
  .dropdown_container ul li:last-child .dropdown-menu .heading_subul a, .dropdown_container ul li:nth-last-child(2) .dropdown-menu .heading_subul a, .dropdown_container ul li:nth-last-child(3) .dropdown-menu .heading_subul a {
    padding-right: 0;
  }
}
@media screen and (min-width: 240px) and (max-width: 990px) {
  .direction_change #navbarSupportedContent .dropdown-toggle::after {
    left: auto !important;
    right: auto !important;
    margin-right: 8px;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  direction: ltr;
}

.container-full {
  width: 100%;
  float: left;
}
.container-full.gapMargin {
  padding-top: 25px;
}

.container {
  max-width: 1350px;
}

h1 {
  font-size: 30px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

h2 {
  font-size: 28px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}

.languageButton {
  position: fixed;
  top: 65%;
  height: 36px;
  right: 0;
  z-index: 7;
  border: 0;
  background: #fe272b;
  padding: 5px 7px 5px 7px;
  color: #fff;
  border-radius: 0;
  font-size: 16px;
  letter-spacing: 0.5px;
  cursor: pointer;
  box-shadow: 0px 3px 6px rgba(255, 0, 0, 0.4705882353);
}

.languageButton img {
  width: 22px;
}

.languageButton:focus {
  outline: none;
}

.explode_div {
  width: 70px;
  height: auto;
  position: fixed;
  top: 65%;
  right: -100px;
  /*    background:#DE1A21;*/
  color: #fff;
  z-index: 6;
  -ms-box-shadow: 5px 0px 13px rgba(24, 24, 24, 0.28);
  box-shadow: 5px 0px 13px rgba(24, 24, 24, 0.28);
}

.explode_div .custom-select {
  height: 36px !important;
  border: 0;
  border-radius: 0;
  padding: 0 5px !important;
}

.dropdown_container ul li:last-child,
.dropdown_container ul li:nth-last-child(2),
.dropdown_container ul li:nth-last-child(3) {
  position: relative;
}

.dropdown_container ul li:last-child .dropdown-menu,
.dropdown_container ul li:nth-last-child(2) .dropdown-menu,
.dropdown_container ul li:nth-last-child(3) .dropdown-menu {
  left: inherit;
  right: 0;
  top: 106%;
}
.dropdown_container ul li:last-child .dropdown-menu .heading_subul,
.dropdown_container ul li:nth-last-child(2) .dropdown-menu .heading_subul,
.dropdown_container ul li:nth-last-child(3) .dropdown-menu .heading_subul {
  float: right;
  width: 100%;
  text-align: right;
}
.dropdown_container ul li:last-child .dropdown-menu .heading_subul a,
.dropdown_container ul li:nth-last-child(2) .dropdown-menu .heading_subul a,
.dropdown_container ul li:nth-last-child(3) .dropdown-menu .heading_subul a {
  padding-right: 15px;
}
.dropdown_container ul li:last-child .dropdown-menu .subul li ul,
.dropdown_container ul li:nth-last-child(2) .dropdown-menu .subul li ul,
.dropdown_container ul li:nth-last-child(3) .dropdown-menu .subul li ul {
  right: inherit;
  left: 0;
}
.dropdown_container ul li:last-child .dropdown-menu .subul li ul li,
.dropdown_container ul li:nth-last-child(2) .dropdown-menu .subul li ul li,
.dropdown_container ul li:nth-last-child(3) .dropdown-menu .subul li ul li {
  justify-content: right;
  border-right: 0 !important;
}
.dropdown_container ul li:last-child .dropdown-menu ul a::after,
.dropdown_container ul li:nth-last-child(2) .dropdown-menu ul a::after,
.dropdown_container ul li:nth-last-child(3) .dropdown-menu ul a::after {
  left: 7px;
  transform: scaleX(-1);
}

.slider_container {
  width: 100%;
  float: left;
  position: relative;
}
.slider_container .owl-carousel .owl-stage-outer {
  padding-top: 0;
  padding-bottom: 0;
}
.slider_container .owl-carousel .owl-item img {
  margin: 0px 0px;
  width: 100% !important;
}
.slider_container .owl-theme .owl-nav {
  width: 100%;
  position: absolute;
  left: 0;
  top: 48%;
  margin-top: 0;
}
.slider_container .owl-carousel .owl-nav button.owl-next {
  float: right;
  font-size: 20px;
  color: #fff;
  background: #DE1A22;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2117647059);
  width: 35px;
  height: 35px;
  border-radius: 3px;
  opacity: 1;
  right: 10px;
  position: relative;
  transition: 0.3s ease-in-out;
}
.slider_container .owl-carousel .owl-nav button.owl-next:hover {
  color: #DE1A22;
  background: #fff;
}
.slider_container .owl-carousel .owl-nav button.owl-prev {
  float: left;
  font-size: 20px;
  color: #fff;
  background: #DE1A22;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  opacity: 1;
  left: 10px;
  position: relative;
  transition: 0.3s ease-in-out;
}
.slider_container .owl-carousel .owl-nav button.owl-prev:hover {
  color: #DE1A22;
  background: #fff;
}

.owl-theme .owl-dots {
  display: none;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  display: none;
}

.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0px 5px;
}

.intro_container {
  width: 100%;
  float: left;
  background: #f8f8f8;
  padding-bottom: 80px;
}
.intro_container .intro_section {
  width: 100%;
  float: left;
  padding: 30px 0 42px;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.0509803922);
  text-align: center;
  background: #fff;
  margin-top: -30px;
  position: relative;
  z-index: 2;
}
.intro_container .intro_section h1 {
  font-size: 30px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.intro_container .intro_section p {
  color: #5F5F5F;
  font-size: 16px;
  max-width: 898px;
  margin: 15px auto 0;
  line-height: 28px;
}

.section_category {
  width: 100%;
  float: left;
  padding: 40px 0 0px;
}
.section_category .heading_content {
  width: 100%;
  float: left;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 16px;
  margin-bottom: 10px;
  position: relative;
}
.section_category .heading_content::after {
  position: relative;
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  background: #fe272b;
  top: 18px;
  margin: auto;
}
.section_category h2 {
  text-align: center;
  z-index: 2;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 28px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0;
}
.section_category .item {
  width: 100% !important;
  border: 1px solid #bbbbbb;
  text-align: center;
  margin: auto;
}
.section_category .cate_img img {
  width: 100% !important;
  height: 152px;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_category .name_category {
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 10px 0;
  display: block;
  text-align: center;
}
.section_category .name_category a {
  color: #333333;
  text-decoration: none;
  font-size: 10px;
  font-weight: 700;
  line-height: unset;
}
.section_category .owl-theme .owl-nav {
  width: 100%;
  position: absolute;
  left: 0;
  top: -93px;
  direction: ltr;
}
.section_category .owl-carousel .owl-nav button.owl-next {
  float: left;
  transform: rotateY(180deg);
  font-size: 40px;
  color: #929292;
  background: transparent;
  margin: 0px;
}
.section_category .owl-carousel .owl-nav button.owl-prev {
  float: right;
  transform: rotateY(180deg);
  font-size: 40px;
  color: #929292;
  background: transparent;
  margin: 0px;
}
.section_category .owl-theme .owl-dots .owl-dot span {
  display: none;
}

.owl-carousel .owl-stage-outer {
  padding-top: 8px;
  padding-bottom: 20px;
}

.default_slider {
  width: 100%;
  float: left;
  padding: 35px 0;
  background: #f5f5f5;
  /* skin 7 */
  /* / skin 7 */
}
.default_slider .heading_content {
  width: 100%;
  float: left;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 16px;
  margin-bottom: 20px;
  position: relative;
}
.default_slider .heading_content::after {
  position: relative;
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  background: #fe272b;
  top: 18px;
  margin: auto;
}
.default_slider h2 {
  text-align: center;
  z-index: 2;
  position: relative;
  text-transform: capitalize;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000000;
}
.default_slider .item {
  width: 100% !important;
  background: #fff;
  height: 460px;
  text-align: left;
  margin: auto;
  padding: 10px;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.0784313725);
  position: relative;
}
.default_slider .ribbon_label {
  position: absolute;
  background: #248cf0 0% 0% no-repeat padding-box;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  left: 0px;
  top: 10px;
  z-index: 2;
  padding: 5px 7px;
  letter-spacing: 0.24px;
  display: flex;
}
.default_slider .ribbon_label .ribbon_label::after {
  position: absolute;
  content: "";
  border-right: solid 12px #c81e32;
  border-bottom: solid 12px transparent;
  border-top: solid 5px transparent;
  right: -5px;
  bottom: -16px;
  display: none;
}
.default_slider .ribbon_label small {
  position: absolute;
  left: -15px;
  bottom: -5px;
  border-right: solid 22px #248cf0;
  border-bottom: solid 9px transparent;
  border-top: solid 21px transparent;
  transform: rotate(-22deg);
  display: none;
}
.default_slider .ribbon_label small span {
  position: absolute;
  content: "";
  border-right: solid 12px #c81e32;
  border-bottom: solid 12px transparent;
  border-top: solid 5px transparent;
  left: -4px;
  bottom: -15px;
  transform: rotate(47deg);
  display: none;
}
.default_slider .ribbon_label .ribbonlast-triangle {
  position: absolute;
  content: "";
  border-bottom: solid 8px #248cf0;
  border-right: solid 8px #248cf0;
  border-left: solid 8px transparent;
  border-top: solid 8px transparent;
  right: -15px;
  top: 0px;
  transform: rotate(180deg);
}
.default_slider .ribbon_label .ribbonlast-bottom-triangle {
  position: absolute;
  content: "";
  border-bottom: solid 8px #248CF0;
  border-left: solid 8px #248cf0;
  border-right: solid 8px transparent;
  border-top: solid 8px transparent;
  right: -15px;
  bottom: 0px;
  transform: rotate(1deg);
}
.default_slider .tag_prime_price {
  position: absolute;
  background: #ffd745 0% 0% no-repeat padding-box;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  right: -10px;
  top: 15px;
  z-index: 2;
  padding: 5px 7px;
  letter-spacing: 0.24px;
  display: flex;
  direction: ltr;
  align-items: center;
}
.default_slider .tag_prime_price img {
  margin: 3px 3px !important;
  width: 12px !important;
}
.default_slider .tag_prime_price small {
  position: absolute;
  right: 0;
  top: -9px;
  border-bottom: solid 5px #d89c12;
  border-left: solid 5px #D89C12;
  border-right: solid 5px transparent;
  border-top: solid 5px transparent;
}
.default_slider .product_img {
  display: block;
  position: relative;
}
.default_slider .variations_available_floating {
  position: absolute;
  background: #556191 0% 0% no-repeat padding-box;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1px 7px;
}
.default_slider .variations_available_floating a {
  color: #fff;
  text-decoration: none;
}
.default_slider .product_img img {
  width: 170px !important;
  -o-object-fit: contain;
     object-fit: contain;
  height: 258px;
  height: 170px;
  margin: 0;
}
.default_slider .name_product {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 0;
  display: block;
  text-align: center;
  height: 62px;
  overflow: hidden;
}
.default_slider .name_product a {
  color: #000000;
  font-size: 14px;
}
.default_slider .owl-theme .owl-nav {
  width: 100%;
  position: absolute;
  left: 0;
  top: 30%;
  margin-top: 0;
}
.default_slider .owl-carousel .owl-nav button.owl-next {
  float: right;
  font-size: 0;
  color: #929292;
  background: transparent;
  margin: 0px;
  background: url("../images/arrow-right.svg") no-repeat center center #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2117647059);
  width: 40px;
  height: 40px;
  border-radius: 0;
  opacity: 1;
  right: 10px;
  position: relative;
}
.default_slider .owl-carousel .owl-nav button.owl-prev {
  float: left;
  font-size: 0;
  color: #929292;
  background: transparent;
  margin: 0px;
  background: url("../images/arrow-left.svg") no-repeat center center #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2117647059);
  width: 40px;
  height: 40px;
  border-radius: 0;
  opacity: 1;
  left: 10px;
  position: relative;
}
.default_slider .owl-theme .owl-dots .owl-dot span {
  display: none;
}
.default_slider .input-product-counter {
  width: 50%;
}
.default_slider .name_div {
  width: 100%;
  float: left;
  position: relative;
  z-index: 99;
}
.default_slider .product-counter-units-container {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
  direction: ltr;
  text-align: center;
}
.default_slider .skin-7 .num-in {
  float: right;
  width: 103px;
  border: 0;
}
.default_slider .skin-7 input.in-num {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 14px;
  float: left;
  height: 32px;
  width: 83px;
  border-left: 1px solid #a4a4a3;
  border-right: 1px solid #a4a4a3;
  background-color: #fff;
  text-align: center;
}
.default_slider .skin-7 .num-in span {
  font-size: 30px;
  line-height: 26px;
  text-align: center;
  display: block;
  width: 30px;
  height: 26px;
  margin: 0 3px;
  float: left;
  color: #fff;
  background: #2581d9 0% 0% no-repeat padding-box;
  cursor: pointer;
  transition: all 0.3s;
}
.default_slider .skin-7 .num-in span a {
  color: #fff;
  text-decoration: none;
}
.default_slider .skin-7 .num-in span.minus {
  font-size: 40px;
  line-height: 20px;
}
.default_slider .skin-7 .num-in span.minus a {
  color: #fff;
  text-decoration: none;
}
.default_slider .skin-7 .num-in span:hover {
  background-color: #d7d7d8;
}
.default_slider .skin-7 .num-in input {
  border: none;
  float: left;
  width: 31px;
  height: 26px;
  line-height: 34px;
  text-align: center;
  background: #d9d9d9 0% 0% no-repeat padding-box;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.default_slider .unit-text {
  width: 100%;
  color: #FE272B;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  padding-right: 8px;
  padding-top: 3px;
}
.default_slider .item-bottom-section {
  display: flex;
  padding-top: 15px;
  direction: ltr;
}
.default_slider .item-bottom-section-left {
  display: block;
  width: 50%;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #3b3b3b;
  padding-top: 5px;
}
.default_slider .item-bottom-section-left span {
  display: inline-flex;
  margin-right: 0px;
}
.default_slider .item-bottom-section-left span img {
  width: 12px !important;
  position: relative;
  top: 1px;
}
.default_slider .item-bottom-section-left .price-show {
  text-align: left;
}
.default_slider .item-bottom-section-right {
  display: flex;
  width: 100%;
}
.default_slider .item-bottom-section-right ul {
  padding: 0px;
  width: 100%;
  float: left;
  margin-bottom: 0;
  text-align: center;
}
.default_slider .item-bottom-section-right ul li {
  width: 34px;
  height: 34px;
  border-radius: 100px;
  list-style: none;
  margin-left: 5px;
  overflow: hidden;
  float: none;
  display: inline-block;
}
.default_slider .item-bottom-section-right ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: #dcdcdc 0% 0% no-repeat padding-box;
  border-radius: 100px;
  overflow: hidden;
}
.default_slider .item-bottom-section-right ul li a img {
  vertical-align: middle;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.default_slider .item-bottom-section-right ul li .hvr-rectangle-in {
  background: #2098d1 !important;
}
.default_slider .item-bottom-section-right ul li .btn {
  border: 0;
}
.default_slider .wish_btn img {
  width: 14px !important;
}
.default_slider .wishlisted_icon {
  background: #fe272b !important;
}
.default_slider .wishlisted_icon:before {
  background: #fe272b !important;
}
.default_slider .stock_out {
  background: #fe272b 0% 0% no-repeat padding-box !important;
}
.default_slider .stock_out small {
  border-right: solid 22px #fe272b !important;
}
.default_slider .stock_out .ribbonlast-bottom-triangle {
  border-bottom: solid 8px #fe272b !important;
  border-left: solid 8px #fe272b !important;
}
.default_slider .stock_out .ribbonlast-triangle {
  border-bottom: solid 8px #fe272b !important;
  border-right: solid 8px #fe272b !important;
}
.default_slider .fractional_price {
  direction: ltr;
  display: flex;
  margin-top: 5px;
}
.default_slider .fractional_price .custom {
  display: flex;
  width: 100%;
}
.default_slider .fractional_price .fractional_quantity {
  width: 100%;
  float: left;
  margin: 0 0px 0 0;
  text-align: center;
  border: 1px solid #dfdfdf;
  height: 30px;
  font-size: 14px;
}
.default_slider .fractional_price .fractional_unit {
  width: 60%;
  height: 30px;
  border: 1px solid #dfdfdf;
  font-size: 14px;
  display: none;
}
.default_slider .fractional_price .fractional_unit:focus {
  outline: none;
}
.default_slider .button-container {
  width: 100%;
  float: left;
  text-align: center;
  display: block;
}
.default_slider .button-container .btn-show-all,
.default_slider .button-container a.btn-show-all {
  background: #e81e1e 0% 0% no-repeat padding-box;
  border-radius: 100px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 8px 20px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.default_slider .button-container .btn-show-all:hover,
.default_slider .button-container a.btn-show-all:hover {
  background: #c10000;
}

.per-unit-ribbon {
  width: auto;
  height: auto;
  background: #016236 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.0784313725);
  position: absolute;
  top: 50px;
  bottom: inherit;
  right: 0px;
  font-size: 12px;
  line-height: 4px;
  align-items: center;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  z-index: 1;
  color: #fff;
  padding: 10px;
}

.per-unit-ribbon::after {
  content: "";
  position: absolute;
  border: 1px dashed #fff;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.section_featured_Products .item {
  height: 430px;
}

.container-section-banner {
  width: 100%;
  float: left;
  padding: 73px 0px;
  background: #dcdcdc;
  text-align: center;
}
.container-section-banner span img {
  margin: 0 15px;
}

.brand_slider {
  padding-bottom: 30px;
}
.brand_slider .cate_img img {
  width: auto !important;
  height: 152px;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.brand_slider .cate_img img .name_category {
  padding: 5px 0 8px;
}
.brand_slider .button-container {
  width: 100%;
  float: left;
  text-align: center;
  display: block;
}
.brand_slider .button-container .btn-show-all,
.brand_slider .button-container a.btn-show-all {
  background: #e81e1e 0% 0% no-repeat padding-box;
  border-radius: 100px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 8px 20px;
  text-decoration: none;
}

.container-banner-ad {
  width: 100%;
  float: left;
  background: #21376e 0% 0% no-repeat padding-box;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font: normal normal 600 16px/24px Open Sans;
}
.container-banner-ad .red-shape {
  background: #FE272B;
  width: 30%;
  display: block;
  padding: 30px 20px;
  float: left;
  position: relative;
}
.container-banner-ad .red-shape .width-content {
  width: 240px;
  float: right;
}
.container-banner-ad .red-shape img {
  float: left;
}
.container-banner-ad .red-shape h4 {
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.36px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 8px;
  margin-left: 15px;
  float: left;
}
.container-banner-ad .red-shape:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 96px solid #21376e;
  border-left: 50px solid transparent;
}
.container-banner-ad .text-gift {
  padding: 36px 20px;
  float: left;
}
.container-banner-ad span {
  color: #ff4d4d;
}

.productsOn_Sale {
  width: 100%;
  float: left;
  background: transparent;
  padding: 35px 0;
}
.productsOn_Sale .heading_content h2 {
  text-align: left;
}
.productsOn_Sale .heading_content::after {
  display: none !important;
}
.productsOn_Sale .button-container {
  width: auto;
  text-align: right !important;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 2;
}

.container-section-banner2 {
  width: 100%;
  float: left;
  background: #dcdcdc 0% 0% no-repeat padding-box;
  padding: 50px 0;
  text-align: center;
}
.container-section-banner2 span img {
  margin: 0 15px;
  width: 400px;
}

.combo_Offer_slider {
  width: 100%;
  float: left;
  background: #fff;
  padding: 35px 0;
}
.combo_Offer_slider .owl-carousel .owl-stage-outer {
  padding-top: 52px;
  padding-bottom: 20px;
}
.combo_Offer_slider .heading_content h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.combo_Offer_slider .item {
  background: transparent;
  box-shadow: none;
  text-align: center;
}
.combo_Offer_slider .item .product_img {
  width: 200px;
  height: 200px;
  margin: auto;
}
.combo_Offer_slider .item .product_img .ribbon_bestseller {
  width: 50px;
  height: 50px;
  background: #07236e 0% 0% no-repeat padding-box;
  border-radius: 30px;
  transform: matrix(1, 0, 0, 1, 0, 0);
  position: absolute;
  bottom: inherit;
  top: 0;
  right: 0;
  font-size: 9px;
  line-height: 10px;
  letter-spacing: 0.23px;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding-top: 14px;
}
.combo_Offer_slider .item .product_img .ribbon_bestseller::after {
  content: "";
  position: absolute;
  border: 2px dotted #fff;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  left: 0;
  top: 0;
}
.combo_Offer_slider .item .product_img .ribbon_label {
  width: 50px;
  height: 50px;
  background: #fe272b 0% 0% no-repeat padding-box;
  border-radius: 100px;
  transform: matrix(1, 0, 0, 1, 0, 0);
  position: absolute;
  bottom: 10px;
  top: inherit;
  font-size: 10px;
  line-height: 10px;
  align-items: center;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.combo_Offer_slider .item .product_img .ribbon_label::after {
  content: "";
  position: absolute;
  border: 2px dashed #fff;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  left: 0;
  top: 0;
}
.combo_Offer_slider .item .product_img img {
  width: 200px;
  height: 170px;
  border-radius: 100%;
  border: 1px solid #dfdfdf;
  -o-object-fit: cover;
     object-fit: cover;
}
.combo_Offer_slider .item .name_product {
  text-align: center;
  max-width: 230px;
  margin: auto;
  padding: 4px 0;
}
.combo_Offer_slider .item .name_product a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.combo_Offer_slider .item .tag_prime_price {
  position: relative;
  right: inherit;
  top: -10px;
  display: inline-flex;
}
.combo_Offer_slider .item .tag_prime_price small {
  display: none;
}
.combo_Offer_slider .item .product-counter-units-container {
  width: 100%;
  display: block;
  float: left;
  padding: 7px 0;
}
.combo_Offer_slider .item .input-product-counter {
  width: 100%;
  display: block;
}
.combo_Offer_slider .item .unit-text {
  width: 100%;
  display: block;
  float: left;
  text-align: center;
  padding: 10px 0 0;
  color: #b64141;
}
.combo_Offer_slider .item .skin-7 .num-in {
  margin: auto;
  float: none;
  width: 115px;
  display: flex;
}
.combo_Offer_slider .item .item-bottom-section {
  width: 100%;
  display: block;
  float: left;
  padding-top: 10px;
}
.combo_Offer_slider .item .item-bottom-section-left {
  width: 100%;
  display: block;
  float: left;
}
.combo_Offer_slider .item .item-bottom-section-left span {
  position: relative;
  top: 1px;
}
.combo_Offer_slider .item .item-bottom-section-left .price-show {
  text-align: center;
}
.combo_Offer_slider .item .item-bottom-section-right {
  display: block;
  width: 42px;
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 10;
}
.combo_Offer_slider .item .item-bottom-section-right ul {
  display: block;
}
.combo_Offer_slider .item .item-bottom-section-right ul li {
  width: 30px;
  height: 30px;
  background: transparent;
  margin-bottom: 9px;
}
.combo_Offer_slider .owl-carousel .owl-nav button.owl-prev {
  background: url(../images/arrow-left.svg) no-repeat center center transparent;
  box-shadow: none;
  left: 0;
}
.combo_Offer_slider .owl-carousel .owl-nav button.owl-next {
  background: url(../images/arrow-right.svg) no-repeat center center transparent;
  box-shadow: none;
  right: 0;
}
.combo_Offer_slider .per-unit-ribbon {
  top: inherit;
  bottom: 27px;
}
.combo_Offer_slider .coupon {
  top: 37px;
}

.best_Seller {
  width: 100%;
  float: left;
  padding: 0 0;
}
.best_Seller .heading_content h2 {
  text-align: left;
}
.best_Seller .heading_content::after {
  display: none !important;
}
.best_Seller .button-container {
  width: auto;
  text-align: right !important;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}

.deals_Services_contianer {
  width: 100%;
  float: left;
  background: #fff;
  padding: 40px 0 70px;
}

.deals_Services_content {
  max-width: 1071px;
  width: inherit;
  float: none;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2117647059);
  margin: auto;
  padding: 27px 40px 27px;
}
.deals_Services_content .heading_content {
  margin-bottom: 0;
}
.deals_Services_content h2 {
  text-align: center;
  color: #000000;
  font-size: 36px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 26px;
}
.deals_Services_content h3 {
  text-align: left;
  color: #000000;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.deals_Services_content .owl-carousel .owl-stage-outer {
  padding-top: 0;
  padding-bottom: 0;
}
.deals_Services_content .item {
  margin: inherit;
  float: left;
  width: 100% !important;
  height: 100%;
  box-shadow: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.deals_Services_content .item div {
  font-size: 16px;
  margin-bottom: 0rem;
  width: 100%;
}
.deals_Services_content .product_img {
  width: 212px;
  margin: 0 46px 0 20px;
  float: left;
}
.deals_Services_content .product_img img {
  width: 212px;
  height: 212px;
  border-radius: 100px;
}
.deals_Services_content .name_product {
  text-align: left;
}
.deals_Services_content .text_content_services {
  height: 100px;
  overflow: hidden;
  width: auto !important;
}
.deals_Services_content .btn-show-all {
  background: #e81e1e 0% 0% no-repeat padding-box;
  border-radius: 100px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  padding: 12px 27px;
  letter-spacing: 0.36px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-top: 20px;
  display: inline-block;
}
.deals_Services_content .owl-theme .owl-nav {
  top: 27%;
}
.deals_Services_content .owl-carousel .owl-nav button.owl-prev {
  left: 60px;
}
.deals_Services_content .owl-carousel .owl-nav button.owl-next {
  right: 60px;
}

.footer_container {
  float: left;
  width: 100%;
  background: #1a1a1a 0% 0% no-repeat padding-box;
  border-bottom: 1px solid #929292;
}
.footer_container .footer_top {
  text-align: center;
  float: left;
  width: 100%;
  padding: 10px 0 8px;
  border-bottom: 1px solid #707070;
}
.footer_container .footer_top img {
  width: 75px;
}
.footer_container .footer_bottom {
  float: left;
  width: 100%;
  padding: 5px 0 2px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  border-bottom: 1px solid #707070;
}
.footer_container .footer_bottom .row {
  margin-right: 0;
  margin-left: 0;
}
.footer_container .footer_bottom .footer_heading_container {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
.footer_container .footer_bottom .footer_heading_container h6 {
  color: #818181;
  letter-spacing: 0.28px;
  font-size: 14px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #c81e32;
  display: inline-block;
}
.footer_container .footer_bottom .content-footer {
  display: flex;
  justify-content: left;
  float: left;
  width: 100%;
  color: #e8e8e8;
  font-size: 14px;
}
.footer_container .footer_bottom .content-footer address div {
  display: block;
  margin-bottom: 0px;
}
.footer_container .footer_bottom .content-footer p {
  margin: 0;
  letter-spacing: 0.28px;
  line-height: 22px;
}
.footer_container .footer_bottom ul {
  padding: 0px;
  margin-right: 5%;
  margin-bottom: 0;
}
.footer_container .footer_bottom ul li {
  list-style: none;
  line-height: 22px;
}
.footer_container .footer_bottom ul li a {
  color: #e8e8e8;
  font-size: 14px;
  text-transform: capitalize;
}
.footer_container .social-media-container {
  padding-left: 6rem;
}
.footer_container .social-links {
  display: flex;
}
.footer_container .social-links li {
  margin: 0 12px 0 0;
}
.footer_container .social-links li a {
  font-size: 24px !important;
  display: inline-block;
  text-decoration: none;
}
.footer_container .social-links li a :hover {
  color: #248cf0;
}
.footer_container .copy_text {
  float: left;
  width: 100%;
  padding: 8px 0 8px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #818181;
  font-size: 12px;
  line-height: 18px;
}

.prime_container {
  text-align: right;
  width: 100%;
  float: left;
}
.prime_container .available_for_prime {
  background: #FE272B;
  box-shadow: 3px 5px 2px rgba(231, 2, 2, 0.4705882353);
  display: inline-block;
}
.prime_container .available_for_prime a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  display: block;
  padding: 3px 8px;
  text-transform: capitalize;
}

/* Added on 28-04-2021 */
.item .price_explanation,
.item .price_explanation_alert {
  text-align: center;
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #248cf0;
  float: left;
  width: 100%;
}

.item .price_explanation_alert {
  color: #c10000;
  float: left;
  width: 100%;
}

.fractional_price_combo {
  padding-top: 15px;
  clear: both;
}

.item-bottom-section-left .price-show {
  display: block;
}

.wish_listing {
  width: 100%;
  float: left;
  text-align: center;
  margin-left: 0;
  padding: 0;
}

.wish_listing li {
  width: 122px;
  text-align: center;
  list-style: none;
  display: inline-block;
  margin: 12px 0;
  padding: 0 12px;
}

.wish_listing li a {
  width: 100%;
  float: left;
  padding: 28px 0;
  background: #FE272B;
  color: #fff;
  border-radius: 8px;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
}

.wish_listing li a:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 0px 14px rgba(231, 2, 2, 0.8588235294);
}

.new_list {
  text-align: center;
  padding: 8px 25px 8px 25px !important;
  width: auto;
  color: #fff !important;
  background: #248cf0;
  font-size: 15px;
  border-radius: 100px;
}

.wish_list_body {
  text-align: center;
}

.reason_msg_close {
  background: #fe272b !important;
  box-shadow: 0px 3px 6px rgba(255, 0, 0, 0.4705882353);
  opacity: 1 !important;
  color: #fff !important;
  text-shadow: none !important;
  font-size: 44px !important;
  font-weight: 200 !important;
  height: auto !important;
  width: 44px !important;
  border-radius: 100% !important;
  text-align: center !important;
  outline: none !important;
}

.modal-open .modal {
  padding-right: 0px !important;
}

.modal-dialog {
  max-width: 935px;
}

.modal.fade .modal-dialog {
  transform: translate(0, 0);
  transform: scale(0);
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
  transform: scale(1);
}

.modal-header {
  border-bottom: 0;
  padding: 8px 26px;
}

.modal-content {
  border: 0;
  border-radius: 2px;
}

.modal-body {
  padding: 8px 25px 25px;
}

.modal-header .close {
  position: absolute;
  right: 5px;
  top: 8px;
  margin: 0;
  font-size: 28px;
  padding: 0;
  z-index: 1;
}

.modal-backdrop.show {
  opacity: 0.7;
}

.shopping_modal_content {
  border-radius: 5px;
}
.shopping_modal_content .modal-header .close {
  right: -15px;
  top: -12px;
}
.shopping_modal_content .modal-header {
  padding: 20px 27px;
}

.btn_create {
  display: inline-block;
  background: #28a745 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #28a745;
  border-radius: 100px;
  font: normal normal 600 18px/24px Open Sans;
  letter-spacing: 0px;
  color: #fff;
  padding: 12px 30px;
}

.btn_cancel {
  display: inline-block;
  background: #FE272B 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(255, 0, 0, 0.4705882353);
  border-radius: 4px;
  font: normal normal 600 15px/24px Open Sans;
  text-transform: capitalize;
  letter-spacing: 0px;
  color: #fff;
  padding: 7px 20px;
}

/* End of Added on 28-04-2021 */
.inner-page-heading-container {
  float: left;
  width: 100%;
  background: #F0F4F6;
  padding: 7px 0px 4px;
  text-align: center;
}
.inner-page-heading-container h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #000000;
  font-size: 12px;
  line-height: 22px;
  margin: 0;
}

.inner-content {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.form-check-input {
  margin-top: 5px;
}

.custom-control-label::before {
  border: 0;
  background-color: #fe272b !important;
  box-shadow: 0px 1px 6px rgba(255, 0, 0, 0.4705882353);
}

.sidebar {
  float: left;
  position: fixed;
  width: 200px;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 10px;
}
.sidebar .sidebar-row {
  width: 100%;
  padding: 6px;
  border: 1px solid #dadada;
  float: left;
  height: -moz-fit-content;
  height: fit-content;
}
.sidebar .siderbar-heading {
  float: left;
  width: 100%;
  padding: 5px 10px;
  background: #F0F4F6;
  font: normal normal normal 15px/23px Poppins;
  letter-spacing: 0px;
  color: #000000;
}
.sidebar .siderbar-heading a {
  color: #000000;
  text-decoration: none;
}
.sidebar .siderbar-heading span {
  display: inline-block;
  margin-right: 7px;
  font-size: 14px;
}
.sidebar .siderbar-heading .menu-icon img {
  width: 12px;
  margin-top: -2px;
}
.sidebar .siderbar-heading .icon-truck-container {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  display: inline-block;
  vertical-align: middle;
}
.sidebar .sidebar-content {
  float: left;
  width: 100%;
}
.sidebar .sidebar-content .container_search {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #dadada;
  margin: 8px auto;
  height: 33px;
}
.sidebar .sidebar-content .container_search .search_button {
  border-radius: 0px !important;
  padding: 0rem 0.39rem !important;
  z-index: 1;
  line-height: 7px;
}
.sidebar .sidebar-content .container_search .search_button i {
  font-size: 12px;
}
.sidebar .sidebar-content ul {
  margin: 0px;
  padding: 0px;
}
.sidebar .sidebar-content ul li {
  list-style: none;
  padding: 0 8px;
}
.sidebar .sidebar-content ul a {
  font: normal normal 600 12px/27px Open Sans;
  letter-spacing: 0px;
  color: #2b2b2b;
  border-bottom: 1px solid #dadada;
  display: block;
  text-decoration: none;
}
.sidebar .sidebar-content ul :last-child a {
  border-bottom: 0;
}
.sidebar .container_sidebar_row {
  float: left;
  width: 100%;
  padding: 12px 10px;
  font: normal normal 600 13px/27px Open Sans;
  letter-spacing: 0px;
  color: #000000;
}
.sidebar .sidebar-row-button-container {
  margin: 17px 0;
  float: left;
  width: 100%;
}
.sidebar .button-link-side,
.sidebar a.button-link-side {
  display: block;
  background: #fe272b;
  border: 0;
  padding: 6px 10px;
  box-shadow: 0px 3px 6px rgba(255, 0, 0, 0.4705882353);
  text-align: left;
  font: normal normal 600 15px/22px Open Sans;
  letter-spacing: 0px;
  color: #ffffff;
}

.sorting_container {
  width: 85%;
  display: flex;
  margin: auto;
}

.category_container {
  padding-top: 10px !important;
}

.sorting-label {
  padding: 0px 10px;
  font: normal normal normal 12px/23px Poppins;
  letter-spacing: 0px;
  color: #000000;
  width: auto;
  float: left;
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  height: 46px;
  margin: 0;
}
.sorting-label .menu-icon {
  display: inline-block;
  margin-right: 7px;
  font-size: 14px;
}

.sorting_range {
  width: 30%;
  float: left;
  margin: 15px 15px 3px;
  display: flex;
}
.sorting_range select {
  width: 100%;
  float: left;
  height: calc(2.1em + 0.75rem + 2px);
  font-size: 14px;
  color: #4f4f4f;
  border: 1px solid #ced4da;
  padding: 0 5px;
}
.sorting_range select:focus {
  outline: none;
}
.sorting_range .sort-price {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.sorting_range .sort-quantity {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.scrollbar {
  float: left;
  height: 150px;
  width: 100%;
  background: #fff;
  overflow-y: scroll;
}

.force-overflow {
  min-height: 170px;
}

#style-3::-webkit-scrollbar-track {
  box-shadow: 0px 3px 6px rgba(255, 0, 0, 0.4705882353);
  background-color: #dadada;
}

#style-3::-webkit-scrollbar {
  width: 3px;
  background-color: #dadada;
}

#style-3::-webkit-scrollbar-thumb {
  background-color: #fe272b;
}

.content-inner-right {
  margin-left: 5px;
  width: 100%;
}

.product-wrapper {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  /* skin 7 */
  /* / skin 7 */
}
.product-wrapper .heading_content {
  width: 100%;
  float: left;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 16px;
  margin-bottom: 20px;
  position: relative;
  padding-top: 39px;
}
.product-wrapper .heading_content::after {
  position: relative;
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  background: #fe272b;
  top: 18px;
  margin: auto;
}
.product-wrapper h2 {
  text-align: center;
  z-index: 2;
  position: relative;
  text-transform: capitalize;
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000000;
}
.product-wrapper .item-product {
  background: #fff;
  height: auto;
  text-align: left;
  margin: -1px 0 0 -1px;
  position: relative;
  width: 14.2857142857%;
  border: solid #dadada;
  border-width: 1px 1px 1px 1px;
}
.product-wrapper .item-product .ribbon_label {
  position: absolute;
  background: #21376e 0% 0% no-repeat padding-box;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  left: 0px;
  top: 0px;
  z-index: 1;
  padding: 5px 7px;
  letter-spacing: 0.24px;
  display: flex;
}
.product-wrapper .item-product .ribbon_label .ribbon_label::after {
  position: absolute;
  content: "";
  border-right: solid 12px #21376e;
  border-bottom: solid 12px transparent;
  border-top: solid 5px transparent;
  right: -5px;
  bottom: -16px;
}
.product-wrapper .item-product .ribbon_label small {
  position: absolute;
  left: -15px;
  bottom: -5px;
  border-right: solid 22px #21376e;
  border-bottom: solid 9px transparent;
  border-top: solid 21px transparent;
  transform: rotate(-22deg);
  display: none;
}
.product-wrapper .item-product .ribbon_label small span {
  position: absolute;
  content: "";
  border-right: solid 12px #01562b;
  border-bottom: solid 12px transparent;
  border-top: solid 5px transparent;
  left: -4px;
  bottom: -15px;
  transform: rotate(47deg);
}
.product-wrapper .item-product .ribbon_label .ribbonlast-triangle {
  position: absolute;
  content: "";
  border-bottom: solid 8px #21376e;
  border-right: solid 8px #21376e;
  border-left: solid 8px transparent;
  border-top: solid 8px transparent;
  right: -15px;
  top: 0px;
  transform: rotate(180deg);
}
.product-wrapper .item-product .ribbon_label .ribbonlast-bottom-triangle {
  position: absolute;
  content: "";
  border-bottom: solid 8px #21376E;
  border-left: solid 8px #21376e;
  border-right: solid 8px transparent;
  border-top: solid 8px transparent;
  right: -15px;
  bottom: 0px;
  transform: rotate(1deg);
}
.product-wrapper .item-product .tag_prime_price {
  position: relative;
  background: #dadada 0% 0% no-repeat padding-box;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  z-index: 1;
  padding: 5px 7px;
  letter-spacing: 0.24px;
  display: block;
  text-align: center;
  width: 60%;
  float: none;
  margin: auto;
}
.product-wrapper .item-product .tag_prime_price span {
  margin-right: 5px;
}
.product-wrapper .item-product .tag_prime_price small {
  position: absolute;
  right: 0;
  top: -9px;
  border-bottom: solid 5px #d89c12;
  border-left: solid 5px #d89c12;
  border-right: solid 5px transparent;
  border-top: solid 5px transparent;
}
.product-wrapper .item-product .product_img {
  display: block;
  position: relative;
  width: 100%;
  height: 145px;
  margin: 0 auto 0;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.product-wrapper .item-product .product_hover {
  width: 100%;
  height: 100%;
  background: rgba(99, 127, 152, 0.85);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.1s;
  opacity: 0;
}
.product-wrapper .item-product .product_hover a {
  color: #fff;
  text-decoration: none;
}
.product-wrapper .item-product .product_hover .add-click-products {
  font-size: 65px;
}
.product-wrapper .item-product .product_hover .counter-display {
  width: 100%;
  float: left;
  display: none;
  position: relative;
}
.product-wrapper .item-product .product_hover .unit_kgs {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  position: absolute;
  color: #fff;
  font-size: 15px;
  top: 120%;
  left: 0px;
  text-align: center;
  width: 100%;
}
.product-wrapper .item-product .product_img:hover .product_hover {
  opacity: 1;
}
.product-wrapper .item-product .variations_available_floating {
  position: absolute;
  background: #c2345f 0% 0% no-repeat padding-box;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 1px 7px;
}
.product-wrapper .item-product .variations_available_floating a {
  color: #fff;
  text-decoration: none;
}
.product-wrapper .item-product .product_img img {
  height: auto;
  width: 100px;
}
.product-wrapper .item-product .name_product {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 0px 6px;
  display: flex;
  text-align: center;
  height: 40px;
  overflow: hidden;
  line-height: 20px;
  justify-content: center;
}
.product-wrapper .item-product .name_product a {
  color: #000000;
  font-size: 12px;
  display: block;
}
.product-wrapper .item-product .price_showOn_mobile {
  display: none;
}
.product-wrapper .item-product .input-product-counter {
  width: 100%;
  margin: auto;
}
.product-wrapper .item-product .product-counter-units-container {
  display: block;
  padding: 0px;
  float: left;
  width: 100%;
}
.product-wrapper .product-count {
  width: 24px;
  height: 24px;
  background: #778fa5;
  display: inline-flex;
  position: absolute;
  bottom: 12px;
  left: 7px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
}
.product-wrapper .text-variation {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-transform: inherit;
}
.product-wrapper .skin-7 .num-in {
  float: none;
  max-width: 65px;
  border: 0;
  justify-content: center;
  display: flex;
  margin: auto;
}
.product-wrapper .skin-7 input.in-num {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 14px;
  float: left;
  height: 32px;
  width: 83px;
  border-left: 1px solid #a4a4a3;
  border-right: 1px solid #a4a4a3;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.4705882353);
}
.product-wrapper .skin-7 input.in-num:focus {
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.4705882353);
}
.product-wrapper .skin-7 .num-in span {
  font-size: 30px;
  line-height: 26px;
  text-align: center;
  display: inline-block;
  min-width: 30px;
  height: 26px;
  margin: 0 auto;
  float: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.product-wrapper .skin-7 .num-in span a {
  color: #fff;
  text-decoration: none;
  font-size: 48px;
}
.product-wrapper .skin-7 .num-in span.plus {
  float: none;
}
.product-wrapper .skin-7 .num-in span.plus a {
  font-size: 40px;
}
.product-wrapper .skin-7 .num-in span.minus {
  font-size: 40px;
  line-height: 19px;
  float: none;
}
.product-wrapper .skin-7 .num-in span.minus a {
  color: #fff;
  text-decoration: none;
}
.product-wrapper .skin-7 .num-in span:hover {
  background: transparent !important;
}
.product-wrapper .skin-7 .num-in input {
  border: none;
  float: none;
  display: flex;
  min-width: 86px;
  width: -moz-min-content;
  width: min-content;
  height: 30px;
  line-height: 34px;
  text-align: center;
  background: transparent;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 34px;
  letter-spacing: -1.5px;
  box-shadow: none;
}
.product-wrapper .unit-text {
  width: 50%;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: right;
  padding-right: 8px;
  padding-top: 3px;
}
.product-wrapper .item-bottom-section {
  padding-top: 15px;
  width: 43px;
  position: absolute;
  top: 16px;
  right: 0;
}
.product-wrapper .item-bottom-section-left {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #3b3b3b;
  padding-top: 8px;
  padding-bottom: 8px;
}
.product-wrapper .item-bottom-section-left .price-show {
  margin: 0 0px;
  font-size: 12px;
}
.product-wrapper .item-bottom-section-left span {
  display: inline-flex;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.product-wrapper .item-bottom-section-left span img {
  width: 12px !important;
}
.product-wrapper .item-bottom-section-right {
  width: 100%;
}
.product-wrapper .item-bottom-section-right ul {
  padding: 0px;
  display: block;
  margin: auto;
}
.product-wrapper .item-bottom-section-right ul li {
  width: 34px;
  height: 34px;
  background: #dcdcdc 0% 0% no-repeat padding-box;
  border-radius: 100px;
  list-style: none;
  margin: 5px 0;
  overflow: hidden;
}
.product-wrapper .item-bottom-section-right ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  overflow: hidden;
}
.product-wrapper .item-bottom-section-right ul li a img {
  vertical-align: middle;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.product-wrapper .item-bottom-section-right ul li .btn {
  border: 0;
}
.product-wrapper .stock_out {
  background: #fe272b 0% 0% no-repeat padding-box !important;
}
.product-wrapper .stock_out small {
  border-right: solid 22px #fe272b !important;
}
.product-wrapper .stock_out .ribbonlast-bottom-triangle {
  border-bottom: solid 8px #fe272b !important;
  border-left: solid 8px #fe272b !important;
}
.product-wrapper .stock_out .ribbonlast-triangle {
  border-bottom: solid 8px #fe272b !important;
  border-right: solid 8px #fe272b !important;
}
.product-wrapper .button-container {
  width: 100%;
  float: left;
  text-align: center;
  display: block;
}
.product-wrapper .button-container .btn-show-all {
  background: #e81e1e 0% 0% no-repeat padding-box;
  border-radius: 100px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 8px 20px;
}
.product-wrapper .fractional_price {
  direction: ltr;
  display: flex;
  margin-top: 15px;
  float: left;
  padding: 0 10px;
  width: 100%;
  display: none;
}
.product-wrapper .fractional_price .custom {
  display: flex;
  width: 100%;
}
.product-wrapper .fractional_price .fractional_quantity {
  width: 40%;
  float: left;
  margin: 0 10px 0 0;
  text-align: center;
  border: 1px solid #dfdfdf;
  height: 30px;
  font-size: 14px;
}
.product-wrapper .fractional_price .fractional_unit {
  width: 60%;
  height: 30px;
  border: 1px solid #dfdfdf;
  font-size: 14px;
}
.product-wrapper .fractional_price .fractional_unit:focus {
  outline: none;
}
.product-wrapper .price_explanation {
  display: none;
}
.product-wrapper .button-container {
  width: 100%;
  float: left;
  text-align: center;
  display: block;
}
.product-wrapper .button-container .btn-show-all,
.product-wrapper .button-container a.btn-show-all {
  background: #e81e1e 0% 0% no-repeat padding-box;
  border-radius: 100px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 8px 20px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.product-wrapper .button-container .btn-show-all:hover,
.product-wrapper .button-container a.btn-show-all:hover {
  background: #c10000;
}
.product-wrapper .button-container-02 {
  padding: 50px 0;
}

.price_explanation,
.price_explanation_alert {
  text-align: center;
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #248cf0;
  width: 100%;
  float: left;
}

.price_explanation_alert {
  color: #c10000;
  width: 100%;
  float: left;
}

.wish_btn img {
  width: 14px !important;
}

.wishlisted_icon {
  background: #fe272b !important;
  border-radius: 100px;
}

.wishlisted_icon:before {
  background: #fe272b !important;
}

.input-group:not(.has-validation) > .form-control:not(:last-child):focus {
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

input:focus {
  box-shadow: none !important;
  outline: none !important;
}

.sidebar_right {
  position: fixed;
  left: inherit;
  right: 0px;
  z-index: 2;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.0784313725);
}

.category-sidebar {
  position: absolute;
  z-index: 5;
  right: 0;
  width: 340px;
  box-shadow: 0 0px 10px 1px rgba(149, 149, 149, 0.3);
  background: #fff;
  border: 1px solid #e3e3e3;
  top: 4px;
}

.category-heading {
  height: 50px;
  padding: 15px 12px;
  width: 100%;
  float: left;
  cursor: pointer;
}

a.category__checkoutbtn {
  position: absolute;
  right: 12px;
  top: 10px;
  z-index: 10;
  color: #fff;
  padding: 8px 11px;
  background: #fe272b 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(255, 0, 0, 0.4705882353);
  border-radius: 3px;
  font: normal normal normal 12px/14px Poppins;
  letter-spacing: 0.36px;
  text-decoration: none;
}

.checkout-info-content {
  width: 100%;
  float: left;
}
.checkout-info-content .info-cart-icon {
  float: left;
  position: relative;
  margin-left: 0.8rem;
}
.checkout-info-content .info-cart-icon sup {
  background: #fe272b 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(255, 0, 0, 0.4705882353);
  width: 21px;
  height: 21px;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  position: absolute;
  top: -9px;
  right: -13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 10px;
  color: #fff;
}
.checkout-info-content .info-cart-icon .feather-shopping-cart {
  font-size: 24px;
}
.checkout-info-content .info-cart-price {
  float: left;
  padding-left: 1.3rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #2b2b2b;
}
.checkout-info-content .info-cart-price span img {
  width: 11px;
  margin-right: 6px;
  margin-top: -1px;
}

#menuPannel {
  display: none;
  position: absolute;
  z-index: 9999;
  background: #fff;
  height: 400px;
  padding: 5px;
  box-shadow: 0 10px 10px 1px rgba(149, 149, 149, 0.5);
  top: 100%;
  width: 100%;
}

.category-menu ul {
  margin: 0px;
  padding: 0px;
  /*    height: auto;*/
  height: 285px;
  overflow-y: auto;
}
.category-menu ul li {
  border-bottom: 1px solid #cbcbcb;
  list-style: none;
  padding: 10px 0 10px;
  width: 100%;
  float: left;
  position: relative;
}
.category-menu ul li a {
  color: #2f2f2f;
  display: block;
  font-size: 12px !important;
  font-weight: normal;
  line-height: 20px;
  text-transform: capitalize;
  transition: all 0.3s;
}
.category-menu ul li .btns-row {
  width: 34px;
  float: left;
  background: #FE272B;
  margin-left: 5px;
  padding: 0 2px;
}
.category-menu ul li .btns-row button {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
  padding: 1px 9px;
}
.category-menu ul li .quantity-wrapper input {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  transition: margin 200ms linear 0s;
  text-align: center;
  border-radius: 0;
  border: 0;
}
.category-menu ul li .products_images {
  width: 28%;
  float: left;
  text-align: center;
}
.category-menu ul li .products_images img {
  border-radius: 100px;
}
.category-menu ul li .product_description11 {
  width: 30%;
  float: left;
  text-align: left;
}
.category-menu ul li .product_description11 p {
  margin-bottom: 0;
}
.category-menu ul li .cart-line-comments-input {
  border: 1px solid #b7b7b7;
  width: 100%;
  padding: 1px 5px;
  font-size: 14px;
  color: #909090;
}
.category-menu ul li .cate_product_price {
  width: 20%;
  float: left;
}
.category-menu ul li .price_explanation_cart {
  color: green;
  font-size: 10px;
  display: block;
  width: 100%;
  float: left;
  text-align: right;
  clear: both;
}
.category-menu ul li .cate_product_price .price {
  font-size: 13px;
  display: block;
  padding-left: 2px;
}
.category-menu ul li .cate_product_price .price small {
  font-size: 16px;
}
.category-menu ul li .dy_cart_item_remove {
  width: 20px;
  height: 20px;
  opacity: 1;
  position: absolute;
  top: inherit;
  bottom: 5px;
  right: 2px;
  display: block;
  z-index: 10;
  font-size: 40px !important;
  color: #fff;
  line-height: 0px;
  border-radius: 5px;
}
.category-menu ul li .dy_cart_item_remove img {
  vertical-align: top;
}
.category-menu ul li .dy_cart_item_remove span {
  height: 3px;
  display: inline-block;
  line-height: 0px;
}
.category-menu ul li .dy_cart_item_remove:hover {
  color: #000 !important;
  opacity: 1 !important;
}
.category-menu ul .department_class {
  display: block;
  color: #fff;
  padding: 12px 15px;
  background: #21376e 0% 0% no-repeat padding-box;
  border-radius: 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}

.rotatearrow {
  transition: all 0.5s linear;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e3e3e3;
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 100px;
  position: absolute;
  left: -12px;
  top: 13px;
  font-size: 14px;
  line-height: 25px;
}

.rotatearrow.down {
  transform: rotate(180deg);
}

.order_section {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
  padding: 10px;
  display: flex;
}

a.button__checkout,
.button__checkout {
  border: 0;
  display: block;
  color: #fff;
  padding: 12px 15px;
  background: #fe272b 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(255, 0, 0, 0.4705882353);
  border-radius: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  width: 48%;
  text-decoration: none !important;
  margin: 0 3px;
}

.button__clear,
a.button__clear {
  border: 0;
  display: block;
  color: #fff;
  display: inline-block;
  background: #2581D9 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #2581D9;
  border-radius: 3px;
  font: normal normal 600 16px/22px Open Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding: 8px 19px;
  border-radius: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  width: 48%;
  text-decoration: none !important;
  margin: 0 3px;
  padding: 12px 15px;
  text-transform: capitalize;
}

.previous__order__container {
  width: 100%;
  float: left;
  padding: 0 9px;
}

.previous__order,
a.previous__order {
  border: 0;
  display: block;
  color: #fff;
  display: inline-block;
  background: #2581D9 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #2581D9;
  border-radius: 3px;
  font: normal normal 600 16px/22px Open Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding: 8px 19px;
  border-radius: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  width: 100%;
  text-decoration: none !important;
  margin: 0 0px;
  padding: 16px 15px;
  text-transform: capitalize;
  line-height: 15px;
  background: #6c5ce7;
  box-shadow: none;
}

.inner-content-row {
  width: 100%;
  float: left;
  position: relative;
}

.product-slider-container {
  width: 494px;
  float: left;
  position: sticky;
  top: 160px;
}
.product-slider-container .lSSlideWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.product-info-container {
  width: 55%;
  float: left;
  padding-left: 3rem;
}

.product-info-content {
  width: 100%;
  float: left;
}
.product-info-content h2 {
  font-family: "Varela Round", sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 1.22px;
  color: #000000;
  margin: 0px;
}
.product-info-content h1 {
  font-family: "Varela Round", sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 1.22px;
  color: #000000;
  margin: 0px;
}

.info-multiple-details {
  width: 100%;
  float: left;
  /* skin 7 */
  /* / skin 7 */
}
.info-multiple-details .item-bottom-section {
  display: flex;
  padding: 15px 0;
}
.info-multiple-details .item-bottom-section-left {
  position: relative;
  display: block;
  width: auto;
  padding-right: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #3b3b3b;
  padding-top: 3px;
}
.info-multiple-details .item-bottom-section-left span {
  display: inline-flex;
  margin-right: 7px;
}
.info-multiple-details .item-bottom-section-left span img {
  width: 12px !important;
}
.info-multiple-details .item-bottom-section-left .per-unit-ribbon {
  right: inherit;
  top: -4px;
  position: relative;
  margin-left: 7px;
}
.info-multiple-details .item-bottom-section-right {
  display: flex;
  width: auto;
}
.info-multiple-details .item-bottom-section-right ul {
  padding: 0px;
  display: flex;
  margin-bottom: 0;
}
.info-multiple-details .item-bottom-section-right ul li {
  width: 34px;
  height: 34px;
  background: #dcdcdc 0% 0% no-repeat padding-box;
  border-radius: 100px;
  list-style: none;
  margin-left: 5px;
}
.info-multiple-details .item-bottom-section-right ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.info-multiple-details .item-bottom-section-right ul li a img {
  vertical-align: middle;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.info-multiple-details .tag_prime_price {
  position: relative;
  background: #e1e8eb 0% 0% no-repeat padding-box;
  color: #0cb35e;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  right: inherit;
  top: inherit;
  z-index: 2;
  padding: 5px 7px;
  letter-spacing: 0.24px;
  display: flex;
}
.info-multiple-details .tag_prime_price span {
  margin: 0px 5px;
}
.info-multiple-details .tag_prime_price span img {
  width: 20px;
}
.info-multiple-details .tag_prime_price b {
  font-size: 16px;
  color: #000000;
  line-height: 28px;
}
.info-multiple-details .price-info {
  width: 100%;
  float: left;
  padding: 10px 0;
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
}
.info-multiple-details .product_variant_radio {
  opacity: 0;
  width: 0;
  margin-left: 5px;
}
.info-multiple-details label {
  display: inline-block;
  margin-bottom: 0rem;
}
.info-multiple-details input[class=product_variant_radio] + img {
  width: 42px;
  height: 42px;
  border: 3px solid transparent;
  cursor: pointer;
  border-radius: 100px;
}
.info-multiple-details input[class=product_variant_radio]:checked + img {
  border: 3px solid #ccc;
  border-radius: 100px;
}
.info-multiple-details .product_variant_dropdown {
  height: 42px !important;
  cursor: pointer;
}
.info-multiple-details .product-counter-units-container {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
}
.info-multiple-details .counter-product-container {
  padding: 0 10px;
}
.info-multiple-details .skin-7 .num-in {
  float: left;
  width: 138px;
  border: 0;
}
.info-multiple-details .skin-7 input.in-num {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 14px;
  float: left;
  height: 32px;
  width: 83px;
  border-left: 1px solid #a4a4a3;
  border-right: 1px solid #a4a4a3;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.4705882353);
}
.info-multiple-details .skin-7 .num-in span {
  font-size: 30px;
  line-height: 26px;
  text-align: center;
  display: block;
  width: 30px;
  height: 26px;
  margin: 0 3px;
  float: left;
  color: #fff;
  background: #2581d9 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 109, 255, 0.4705882353);
  cursor: pointer;
  transition: all 0.3s;
  overflow: hidden;
}
.info-multiple-details .skin-7 .num-in span a {
  color: #fff;
}
.info-multiple-details .skin-7 .num-in span.minus {
  font-size: 40px;
  line-height: 19px;
}
.info-multiple-details .skin-7 .num-in span.minus a {
  color: #fff;
}
.info-multiple-details .skin-7 .num-in span:hover {
  background-color: #d7d7d8;
}
.info-multiple-details .skin-7 .num-in input {
  border: none;
  float: left;
  width: 41px;
  height: 26px;
  line-height: 34px;
  text-align: center;
  background: #d9d9d9 0% 0% no-repeat padding-box;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.info-multiple-details .unit-text {
  width: auto;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: right;
  padding-right: 8px;
  padding-top: 3px;
}
.info-multiple-details .stock-style {
  font: normal normal bold 16px/30px Open Sans;
  letter-spacing: 0px;
  color: #0cb35e;
}
.info-multiple-details .button-container a {
  margin-right: 7px;
}
.info-multiple-details .price_explanation,
.info-multiple-details .price_explanation_alert {
  text-align: left;
}

.button01,
a.button01 {
  display: inline-block;
  background: #FE272B 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(255, 0, 0, 0.4705882353);
  border-radius: 4px;
  font: normal normal 600 16px/24px Open Sans;
  letter-spacing: 0px;
  color: #fff;
  padding: 8px 20px;
  text-decoration: none;
}

.button02,
a.button02 {
  display: inline-block;
  background: #1A1A1A 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(27, 27, 27, 0.4705882353);
  border-radius: 4px;
  font: normal normal 600 16px/24px Open Sans;
  letter-spacing: 0px;
  color: #fff;
  padding: 8px 20px;
  text-decoration: none;
}

.button03,
a.button03 {
  display: inline-block;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #000000;
  border-radius: 3px;
  font: normal normal 600 16px/21px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  padding: 8px 9px;
  text-decoration: none;
}

.button04,
a.button04 {
  display: inline-block;
  background: #2581D9 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #2581D9;
  border-radius: 3px;
  font: normal normal 600 16px/22px Open Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding: 8px 19px;
  text-decoration: none;
}

.button05,
a.button05 {
  display: inline-block;
  background: #28a745 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #28a745;
  border-radius: 100px;
  font: normal normal 600 18px/24px Open Sans;
  letter-spacing: 0px;
  color: #fff;
  padding: 12px 30px;
  text-decoration: none;
}

.info-row {
  width: 100%;
  float: left;
  padding: 7px 0;
}
.info-row label {
  font: normal normal bold 16px/26px Open Sans;
  letter-spacing: 0px;
}

.container-chacking-pincode .pincode-wrapper {
  max-width: 279px;
  border-bottom: 2px solid #2581d9;
  padding-bottom: 6px;
  display: flex;
}
.container-chacking-pincode span {
  display: inline-block;
}
.container-chacking-pincode .icon-map-container {
  width: 20px;
  margin-right: 4px;
  text-align: center;
}
.container-chacking-pincode .text-container {
  width: 95%;
}
.container-chacking-pincode form {
  width: 100%;
}
.container-chacking-pincode form input {
  width: 100%;
  border: 0;
  font: normal normal 600 14px/24px Open Sans;
  letter-spacing: 0px;
  color: #414141;
}
.container-chacking-pincode form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #414141;
}
.container-chacking-pincode form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #414141;
}
.container-chacking-pincode form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #414141;
}
.container-chacking-pincode form input:-moz-placeholder {
  /* Firefox 18- */
  color: #414141;
}
.container-chacking-pincode .suggested-text {
  font: normal normal 600 12px/24px Open Sans;
  letter-spacing: 0px;
  color: #414141;
}
.container-chacking-pincode p {
  font: normal normal 600 12px/24px Open Sans;
  letter-spacing: 0px;
  color: #414141;
  margin: 7px 0 0 0;
}
.container-chacking-pincode p img {
  margin-right: 5px;
}

.bottom-content {
  display: flex;
}

.counter-product-container {
  display: inline-block;
}

.barcode_container {
  display: block;
  width: 100%;
  float: left;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #DADADA;
  margin-left: -15px;
}

.quick-info-container {
  padding-left: 0;
}

.quick-info {
  border-bottom: 1px solid #DADADA;
}
.quick-info h4 {
  font: normal normal bold 18px/17px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  margin: 0;
}
.quick-info p {
  font: normal normal normal 14px/24px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 0;
  width: 75%;
}
.quick-info .heading_content {
  width: 40%;
  float: none;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 6px;
  margin-bottom: 20px;
  position: relative;
}
.quick-info .heading_content::after {
  position: relative;
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  background: #fe272b;
  top: 8px;
}

.review-product-container label {
  margin-right: 30px;
}

.ul_02 {
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin: auto;
  width: 300px;
}
.ul_02 li {
  list-style: none;
  width: 50%;
  padding: 10px;
  text-align: center;
  display: inline-block;
}
.ul_02 li span {
  display: block;
  font-size: 12px;
  font: normal normal 600 12px/34px Open Sans;
  letter-spacing: 0px;
  color: #000000;
}
.ul_02 li img {
  max-width: 91px;
  border: 1px solid #DADADA;
}

.ul_02 li span {
  font-size: 13px;
  line-height: 18px;
}

.similar-Products-section {
  background: transparent;
  padding: 30px 0 55px;
}

.quickview-product .modal-dialog {
  max-width: 1100px;
}
.quickview-product .modal-content {
  border: 0;
  border-radius: 0;
}
.quickview-product .close {
  opacity: 1 !important;
  position: absolute;
  width: 30px;
  height: 30px;
  right: -4px;
  top: -10px;
  background: #fff !important;
  border-radius: 100px;
  border: 2px solid #333 !important;
  z-index: 2;
}
.quickview-product .close:hover {
  opacity: 1 !important;
}
.quickview-product .modal-body {
  padding: 40px;
}
.quickview-product .product-slider-container img {
  max-width: 413px;
}
.quickview-product .button-container a {
  margin-right: 10px;
}
.quickview-product .modal-add-to-cart {
  padding: 8px 15px;
}
.quickview-product .modal-buy-now {
  padding: 8px 15px;
}
.quickview-product .qv_clear_selection {
  margin-right: 0 !important;
  padding: 8px 7px;
}
.quickview-product .bottom-content {
  width: 100%;
  display: block;
  float: left;
}

.modal-backdrop.show {
  opacity: 0.85;
}

.wishlist-container {
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  position: absolute;
  text-align: center;
  right: 10px;
  top: 10px;
  border-radius: 100px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.wishlist-container a {
  display: block;
  height: 100%;
  line-height: 28px;
}
.wishlist-container .wishlisted_icon {
  background: #fe272b !important;
  border-radius: 100px;
}
.wishlist-container .wishlisted_icon:before {
  background: #fe272b !important;
}

.mobile-btncontainer {
  display: none;
}

@media screen and (min-width: 992px) {
  main {
    margin-top: 143px;
  }
  #header_sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    transition: all 400ms ease-in-out;
  }
  #header_sticky .header_bottom {
    transition: all 400ms ease-in-out;
  }
  #header_sticky .header_top li {
    transition: all 400ms ease-in-out;
    font-size: 12px !important;
  }
  #header_sticky .logo-container img {
    transition: all 400ms ease-in-out;
  }
  #header_sticky .navcontainer {
    transition: all 400ms ease-in-out;
  }
  #header_sticky .header_top ul li img {
    transition: all 400ms ease-in-out;
  }
  .fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
  }
  .fixed-header .header_bottom {
    padding: 0px 0 0px;
  }
  .fixed-header .header_top li {
    font-size: 10px;
    padding: 2px 0px;
    padding-left: 5px;
  }
  .fixed-header .logo-container {
    display: flex;
    gap: 10px;
  }
  .fixed-header .logo-container img {
    width: 66px;
  }
  .fixed-header .navcontainer {
    padding-top: 0px;
  }
}
.attribute_container {
  width: 100%;
  float: left;
  margin: 8px 0;
}

.info-row-attr {
  padding: 2px 0 0;
}

.special-price .price-label {
  font: normal normal bold 16px/26px Open Sans;
  letter-spacing: 0px;
}

.info-multiple-details .fractional_price {
  display: flex;
  margin-top: 15px;
  width: 50%;
}
.info-multiple-details .fractional_price .custom {
  display: flex;
  width: 100%;
}
.info-multiple-details .qty-label {
  font: normal normal bold 16px/26px Open Sans;
  letter-spacing: 0px;
}
.info-multiple-details .fractional_price .fractional_quantity {
  width: 40%;
  float: left;
  margin: 0 10px 0 0;
  text-align: center;
  border: 1px solid #dfdfdf;
  height: 30px;
  font-size: 14px;
}
.info-multiple-details .fractional_price .fractional_unit {
  width: 60%;
  height: 30px;
  border: 1px solid #dfdfdf;
  font-size: 14px;
}
.info-multiple-details .prime_container {
  text-align: left;
  padding: 25px 0;
}

.containerReview {
  width: 100%;
  float: left;
  padding: 20px 0;
}

.btn_rateproduct {
  background: #797f8e;
  color: #fff;
  padding: 7px 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: capitalize;
  letter-spacing: 0px;
  float: right;
}

.btn_rateproduct:hover {
  color: #fff;
}

.containerReview h2 {
  font-size: 22px;
  display: inline-block;
}

.containerReview_02 {
  width: 100%;
  float: left;
  padding: 20px 0;
}

.ratingNumber {
  display: inline-block;
  font-size: 55px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  float: left;
  line-height: 45px;
  margin-right: 20px;
}

.rating {
  direction: rtl;
  unicode-bidi: bidi-override;
  color: #cacaca;
  /* Personal choice */
  text-align: left;
}

.rating input {
  display: none;
}

/* .rating label:hover,
.rating label:hover ~ label, */
.rating input:checked + label,
.rating input:checked + label ~ label {
  color: #ef9429;
  /* Personal color choice. Lifted from Bootstrap 4 */
}

.display-rating {
  pointer-events: none !important;
}

.rating label {
  margin-bottom: 0;
  margin-right: 0;
}

.rating label i {
  font-size: 22px;
}

.reviewedAuthor {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  display: block;
  color: #303030;
}

.barReviews {
  width: 100%;
  float: left;
}

/* The bar container */
.bar-container {
  width: 100%;
  background-color: #e8e8e8;
  text-align: center;
  color: white;
}

.barReviewsContent {
  width: 100%;
  float: left;
}

.barrow {
  width: 100%;
  float: left;
  display: flex;
  padding: 5px 0;
}

/* Individual bars */
.bar-5 {
  width: 60%;
  height: 16px;
  background-color: #4caf50;
}

.bar-4 {
  width: 30%;
  height: 16px;
  background-color: #2196f3;
}

.bar-3 {
  width: 10%;
  height: 16px;
  background-color: #00bcd4;
}

.bar-2 {
  width: 4%;
  height: 16px;
  background-color: #ff9800;
}

.bar-1 {
  width: 15%;
  height: 16px;
  background-color: #f44336;
}

.side {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
  width: 102px;
}

.middle {
  width: 80%;
}

.rating_message_container {
  float: left;
  width: 100%;
  margin: 30px 0 10px;
}

.newTextarea {
  height: 80px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  border-radius: 2px;
}

.reviewAuthorContainer {
  float: left;
  width: 100%;
  margin: 10px 0;
}

.reviewAuthorContainer ul {
  padding: 0;
}

.reviewAuthorContainer ul li {
  list-style: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
  font-style: normal;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}

.reviewAuthorContainer ul li:last-child {
  border-bottom: 0;
}

.review_profile_img {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #007bff;
  border-radius: 100px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}

.review_profile_img img {
  width: 100%;
}

.review_message_details {
  display: inline-block;
  width: 80%;
}

.review_message_details p {
  margin-top: 10px;
}

.review_date {
  display: inline-block;
  width: 80%;
  margin-left: 80px;
}

.review_message_details h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  font-style: normal;
}

.ratingauthor {
  direction: rtl;
  unicode-bidi: bidi-override;
  color: #cacaca;
  /* Personal choice */
  text-align: left;
}

.ratingauthor input {
  display: none;
}

/* .rating label:hover,
.rating label:hover ~ label, */
.ratingauthor input:checked + label,
.ratingauthor input:checked + label ~ label {
  color: #ef9429;
  /* Personal color choice. Lifted from Bootstrap 4 */
}

.ratingauthor label {
  margin-bottom: 0;
}

.ratingauthor label i {
  font-size: 22px;
}

a.all_reviews {
  display: inline-block;
  background: #FE272B 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(255, 0, 0, 0.4705882353);
  border-radius: 4px;
  font: normal normal 600 16px/24px Open Sans;
  letter-spacing: 0px;
  color: #fff;
  padding: 8px 20px;
  width: 100%;
  text-align: center;
  padding: 7px 20px;
}

.chat_icon_container {
  position: fixed;
  bottom: 30px;
  right: 40px;
  width: 30px;
  height: 40px;
  z-index: 7;
}

.chat_users_container {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 240px;
  height: 300px;
  overflow-y: auto;
  border: 1px solid #c6c6c6;
  background-color: #fff;
  border-radius: 4px;
  padding: 0px 0px;
  z-index: 5;
  box-shadow: -6px 4px 16px 5px rgba(0, 0, 0, 0.18);
}

.chat_users_row {
  width: 93%;
  display: block;
  padding: 6px 12px;
  margin: 9px 8px;
  background: #00bcd4;
  color: #fff;
  border-radius: 8px;
  font-size: 15px;
}

.chat_users_row a {
  color: #fff;
}

.chat_header {
  background: #f0f2f2;
  color: #333;
  padding: 6px 10px;
  font-size: 18px;
  font-weight: 600;
}

.button-anim {
  --background: #04c363;
  --text: #fff;
  --cart: #fff;
  --tick: var(--background);
  position: relative;
  border: none;
  background: none;
  padding: 8px 28px;
  border-radius: 8px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  text-align: center;
  min-width: 144px;
  color: var(--text);
  background: var(--background);
  transform: scale(var(--scale, 1));
  transition: transform 0.4s cubic-bezier(0.36, 1.01, 0.32, 1.27);
}
.button-anim:active {
  --scale: 0.95;
}
.button-anim span {
  display: block;
  position: relative;
  transform: translateY(var(--span-y, 0));
  transition: transform 0.7s ease;
}
.button-anim .cart {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -13px 0 0 -18px;
  transform-origin: 12px 23px;
  transform: translateX(-120px) rotate(-18deg);
}
.button-anim .cart:before, .button-anim .cart:after {
  content: "";
  position: absolute;
}
.button-anim .cart:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--cart);
  bottom: 0;
  left: 9px;
  filter: drop-shadow(11px 0 0 var(--cart));
}
.button-anim .cart:after {
  width: 16px;
  height: 9px;
  background: var(--cart);
  left: 9px;
  bottom: 7px;
  transform-origin: 50% 100%;
  transform: perspective(4px) rotateX(-6deg) scaleY(var(--fill, 0));
  transition: transform 1.2s ease var(--fill-d);
}
.button-anim .cart svg {
  z-index: 1;
  width: 36px;
  height: 26px;
  display: block;
  position: relative;
  fill: none;
  stroke: var(--cart);
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.button-anim .cart svg polyline:last-child {
  stroke: var(--tick);
  stroke-dasharray: 10px;
  stroke-dashoffset: var(--offset, 10px);
  transition: stroke-dashoffset 0.4s ease var(--offset-d);
}
.button-anim.loading {
  --scale: 0.95;
  --span-y: -32px;
  --icon-r: 180deg;
  --fill: 1;
  --fill-d: 0.8s;
  --offset: 0;
  --offset-d: 1.73s;
}
.button-anim.loading .cart {
  animation: cart 3.4s linear forwards 0.2s;
}

@keyframes cart {
  12.5% {
    transform: translateX(-60px) rotate(-18deg);
  }
  25%, 45%, 55%, 75% {
    transform: none;
  }
  50% {
    transform: scale(0.9);
  }
  44%, 56% {
    transform-origin: 12px 23px;
  }
  45%, 55% {
    transform-origin: 50% 50%;
  }
  87.5% {
    transform: translateX(70px) rotate(-18deg);
  }
  100% {
    transform: translateX(140px) rotate(-18deg);
  }
}
.modal-buy-now::before {
  background: #3a3a3a !important;
}

.coupon {
  direction: ltr;
  position: absolute;
  font-weight: bold;
  margin: auto;
  text-align: center;
  float: none;
  left: 0px;
  z-index: 1;
  top: 67px;
  padding: 0px 9px 3px 9px;
  background: #e60d11;
  height: 28px;
}
.coupon .code {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  z-index: 100;
}
.coupon .code:after {
  position: absolute;
  content: "";
  border-bottom: solid 8px #e60d11;
  border-right: solid 8px #e60d11;
  border-left: solid 8px transparent;
  border-top: solid 8px transparent;
  right: -15px;
  top: 0px;
  transform: rotate(180deg);
}
.coupon .code:before {
  position: absolute;
  content: "";
  border-bottom: solid 8px #e60d11;
  border-left: solid 8px #e60d11;
  border-right: solid 8px transparent;
  border-top: solid 8px transparent;
  right: -15px;
  bottom: 0px;
  transform: rotate(1deg);
}
.coupon .angle {
  width: 115%;
  position: absolute;
  height: 22px;
  left: 0;
  top: 3px;
  z-index: 1;
  border-top: 1px solid #ffd745;
  border-bottom: 1px solid #ffd745;
}
.coupon .animationBox {
  width: 100%;
  height: 28px;
  position: absolute;
  left: 0;
  overflow: hidden;
}
.coupon .animationBox .animateThis {
  width: 32px;
  height: 28px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(249, 255, 161, 0.6), rgba(255, 255, 255, 0));
  position: absolute;
  right: 0;
  animation-name: example;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

@keyframes example {
  0% {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(249, 255, 161, 0.6), rgba(255, 255, 255, 0));
    right: 0px;
    top: 0px;
  }
  25% {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(249, 255, 161, 0.6), rgba(255, 255, 255, 0));
    right: 100%;
    top: 0px;
  }
  50% {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(249, 255, 161, 0.6), rgba(255, 255, 255, 0));
    right: 100%;
    top: 0;
  }
  75% {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(249, 255, 161, 0.5), rgba(255, 255, 255, 0));
    right: 0%;
    top: 0;
  }
  100% {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(249, 255, 161, 0.5), rgba(255, 255, 255, 0));
    right: 0%;
    top: 0px;
  }
}
#loading {
  min-height: 500px;
  position: relative;
}
#loading img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.image-no-product {
  width: 100%;
  float: left;
  margin: 60px 0;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  color: #213188;
}

.ribbon_out_stock {
  font-size: 14px;
  position: absolute;
  display: inline-block;
  text-align: center;
  z-index: 1;
  left: 0px;
  top: 55px;
}

.text {
  display: inline-block;
  padding: 0.3em 0em;
  min-width: 7em;
  line-height: 1.2em;
  background: #fe272b;
  position: relative;
  font-size: 11px;
}
.text strong {
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
}

.ribbon_out_stock:after,
.ribbon_out_stock:before,
.text:before,
.text:after,
.bold:before {
  content: "";
  position: absolute;
  border-style: solid;
}

.ribbon_out_stock:before {
  top: 0.3em;
  left: 0.2em;
  width: 100%;
  height: 100%;
  border: none;
  background: #ff676a;
  z-index: -2;
}

.text:before {
  bottom: 100%;
  left: 0;
  border-width: 0.5em 0.7em 0 0;
  border-color: transparent #c10004 transparent transparent;
  display: none;
}

.text:after {
  top: 100%;
  right: 0;
  border-width: 0.5em 2em 0 0;
  border-color: #c10004 transparent transparent transparent;
  display: none;
}

.ribbon_out_stock:after,
.bold:before {
  top: 0.5em;
  right: -2em;
  border-width: 1.1em 1em 1.1em 3em;
  border-color: #ff676a transparent #ff676a #ff676a;
  z-index: -1;
}

.bold:before {
  border-color: #ff676a transparent #ff676a #ff676a;
  top: 0.7em;
  right: -2.3em;
}

.ribbon_out_stock:after,
.bold:before {
  display: none;
}

.combo_Offer_slider .item .ribbon_out_stock {
  left: 39px;
  top: 89px;
}

.price_01 {
  padding: 0 5px;
  color: #000000 !important;
}

.price_02 {
  padding: 0 5px;
  color: #26c172 !important;
  font-weight: 700;
}

.acount_section li:nth-child(2) span.animate_cart_box {
  animation: loading 1s infinite ease-out;
  background-color: red;
}

@keyframes loading {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/***************** new styles 26-07-2021 ******************/
.slidbtnFlip {
  background: #fff;
}
.slidbtnFlip .owl-prev {
  float: right !important;
  transform: rotate(180deg) !important;
  margin: 0 20px 0 0 !important;
}
.slidbtnFlip .owl-next {
  float: left !important;
  transform: rotate(180deg) !important;
  margin: 0 0 0 20px !important;
}

.breadcrumb-container span {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.breadcrumb-container span i {
  top: 3px;
  position: relative;
  color: #666666;
}
.breadcrumb-container span a {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}

/***************** onload popup graphics ************************/
.popupcontainWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(24, 24, 24, 0.7);
  display: none;
  padding: 0 10px;
}
.popupcontainWrap .closeContain {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.popupcontainWrap .popupContain {
  width: auto;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  overflow: hidden;
  display: grid;
  align-content: center;
}
.popupcontainWrap .popupContain i.closePop {
  right: 4px;
  top: 19px;
  cursor: pointer;
}
.popupcontainWrap .popupContain .popup-content {
  position: relative;
}
.popupcontainWrap .popupContain img {
  width: 100%;
}
.popupcontainWrap .popupContain main {
  width: 100%;
  height: auto;
  float: left;
  padding: 155px 50px 110px 50px;
  background-color: #fff;
  background-image: url(../images/PopGraphicsBac_01.png), url(../images/PopGraphicsBac_02.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top, bottom;
  transition: 0.4s ease-in-out;
  opacity: 0;
  transform: scale(1.3);
  margin: 0 0 0 0 !important;
  position: relative;
}
.popupcontainWrap .popupContain main .closePop {
  position: absolute;
  right: 17px;
  top: 16px;
  color: #fff;
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 100%;
  padding: 5px 0;
  cursor: pointer;
}
.popupcontainWrap .popupContain main article {
  width: 100%;
  float: left;
  text-align: center;
  font-family: Varela Round;
  margin: 0px 0 0 0;
}
.popupcontainWrap .popupContain main article h4 {
  width: 100%;
  float: left;
  font-weight: 700;
  color: #000;
  font-size: 20px;
  line-height: 31px;
}
.popupcontainWrap .popupContain main article p {
  width: 100%;
  float: left;
  color: #000;
  margin: 15px 0 0 0;
  font-size: 14px;
  font-weight: 500;
}

.activePop main {
  opacity: 1 !important;
  transform: scale(1) !important;
}

.owl-carousel.owl-rtl .owl-item {
  padding: 0 8px;
}

.acount_section a {
  font-size: 13px !important;
  background: transparent !important;
}

.acount_section ul li:first-child {
  width: auto !important;
  white-space: nowrap;
  min-width: 135px;
}

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
  padding: 30px 15px;
  position: relative;
}

#content_expand {
  width: 100%;
  padding: 0px 30px;
  min-height: 100vh;
  transition: all 0.3s;
  padding-right: 0;
}

#sidebar_2 {
  min-width: 295px;
  max-width: 295px;
  position: sticky;
  top: 173px;
  background-image: url("../images/shopping_bg_menu.png"), linear-gradient(to left top, #202020, #292929, #313131, #3b3b3b, #444444);
  background-position: top top;
  background-size: auto;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 15px 5px 23px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}

/* Shrinking the sidebar from 250px to 80px and center aligining its content*/
#sidebar_2.active {
  min-width: 67px;
  max-width: 67px;
  text-align: left;
  box-shadow: 15px 5px 23px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-size: auto;
}

/* Toggling the sidebar header content, hide the big heading [h3] and showing the small heading [strong] and vice versa*/
#sidebar_2 .sidebar-header {
  text-align: left;
  padding: 15px 14px 10px;
}

#sidebar_2 ul li {
  width: 100%;
  float: left;
}

#sidebar_2 ul li a {
  text-align: left;
  color: #d7dbe6;
  display: flex;
  white-space: nowrap;
  padding: 5px 10px;
  width: 100%;
  float: left;
  margin-left: 15px;
  border-radius: 11px 0 0 12px;
  position: relative;
  transition: all 0.15s ease-in-out;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 47%;
  right: 30px;
  color: #fff;
}

#sidebar_2 ul li a span {
  padding-left: 12px;
  float: left;
  color: #d7dbe6;
  font-size: 13px;
  font-weight: 600;
}

#sidebar_2 ul li a i {
  font-size: 1.1em;
  float: left;
  line-height: 24px;
  width: 16px;
}

#sidebar_2 ul li:nth-child(5) a i {
  font-size: 1.2em !important;
}

#sidebar_2 ul li:nth-child(7) a i {
  font-size: 1em !important;
}

#sidebar_2 ul li:nth-child(8) a i {
  font-size: 1em !important;
}

#sidebar_2 ul li:nth-child(9) a i {
  font-size: 1em !important;
}

#sidebar_2.active ul li a {
  text-align: left;
}

#sidebar_2.active ul li a i {
  display: inline-block;
  font-size: 1.1em;
}

#sidebar_2.active ul li a span {
  display: none;
}

#sidebar ul li.active > a,
a[aria-expanded=true] {
  box-shadow: none !important;
  background: #5f7a94;
}

#sidebar_2 .dropdown_container ul li.active > a,
a[aria-expanded=true] {
  background: #5f7a94 !important;
  margin-left: 0 !important;
  border-radius: 0 !important;
}

.list-unstyled {
  width: 100%;
  float: left;
}

#homeSubmenu {
  background: #5f7a94;
}

#sidebar_2 ul li ul li a {
  background: transparent !important;
  box-shadow: none !important;
}

#sidebar_2 ul li ul li a:hover {
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none;
}

@keyframes shimmy {
  0% {
    opacity: 100;
  }
  100% {
    opacity: 0;
  }
}
.btn_prime_member {
  background: rgba(73, 86, 135, 0.5);
  padding: 23px 10px;
  margin-left: 15px;
  border-radius: 11px 11px 11px 11px;
  width: 90%;
  display: flex;
  clear: both;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 17px;
}
.btn_prime_member span {
  margin: 0 auto;
  white-space: nowrap;
}
.btn_prime_member i {
  line-height: 36px;
  font-size: 28px;
  color: #fff;
}
.btn_prime_member a {
  text-transform: capitalize;
  color: #ffffff;
  background: #fe272b;
  padding: 6px 25px;
  border-radius: 30px;
  text-transform: capitalize;
  font-size: 13px;
  box-shadow: 0px 3px 6px rgba(255, 0, 0, 0.4705882353);
  display: block;
  text-align: center;
  margin-top: 0px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  line-height: 13px;
}

.btn_prime_member a:hover {
  background: #5f7a94;
  box-shadow: 0px 3px 6px #35485a;
}

#sidebar_2.active .btn_prime_member span {
  display: none;
}

#sidebar_2.active .btn_prime_member {
  width: 56%;
  padding: 23px 8px;
}
#sidebar_2.active .btn_prime_member i {
  line-height: 10px;
  font-size: 22px;
}

/* Same dropdown links padding*/
#sidebar_2.active ul ul a {
  padding: 10px !important;
}

/* Changing the arrow position to bottom center position, 
   translateX(50%) works with right: 50% 
   to accurately  center the arrow */
#sidebar_2.active .dropdown-toggle::after {
  top: auto;
  bottom: 12px;
  right: 28px;
}

.inner_background {
  background: linear-gradient(142deg, rgb(248, 250, 255) 0%, rgb(255, 243, 244) 100%);
}

#sidebar_2 ul li.active a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6e91e9+0,ef0000+100 */
  background: #6e91e9; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6e91e9 0%, #ef0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6e91e9", endColorstr="#ef0000",GradientType=1 ); /* IE6-9 */
  box-shadow: 0 8px 21px rgba(103, 193, 233, 0.4);
}
#sidebar_2 ul li.active a i {
  color: #fff;
}
#sidebar_2 ul li.active a span {
  color: #fff;
}

#sidebar_2 ul li:hover a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6e91e9+0,ef0000+100 */
  background: #6e91e9; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6e91e9 0%, #ef0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6e91e9", endColorstr="#ef0000",GradientType=1 ); /* IE6-9 */
  box-shadow: 0 8px 21px rgba(103, 193, 233, 0.4);
}
#sidebar_2 ul li:hover a i {
  color: #fff;
}
#sidebar_2 ul li:hover a span {
  color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #fe272b !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-info i {
  color: #fff;
}

.btn-info:hover {
  color: #fff;
  background-color: #fe272b !important;
  border-color: transparent !important;
}

.btn-info.focus,
.btn-info:focus {
  background-color: #fe272b !important;
  border-color: transparent !important;
}

.content-right-inner {
  width: 100%;
  padding: 30px 37px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 1px 2px 26px rgba(0, 0, 0, 0.1);
  float: left;
  position: relative;
}
.content-right-inner .form-control,
.content-right-inner select {
  border: 2px solid #f8d7d8;
  display: block;
  height: 52px;
  line-height: 48px;
  padding: 0px 15px;
  color: #434343;
  font-size: 16px;
}

.sub_h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  margin-bottom: 1.3rem;
  clear: both;
}

.sub_h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  color: #646464;
  margin-bottom: 0.8rem;
  width: 100%;
  float: left;
}

.underline {
  height: 2px;
  background: #dfdfdf;
  width: 142px;
  position: absolute;
  left: 0;
  bottom: -7px;
}

.red_line {
  height: 3px;
  background: #FE272B;
  width: 71px;
  display: block;
  position: relative;
  top: -1px;
}

.mainContent label {
  color: #7c849a;
  font-size: 14px;
  font-weight: 600;
}

.refered_name {
  margin-left: 40px;
}

.data-grid-list {
  padding: 0;
  margin-top: 0.5rem;
  margin-bottom: 2.2rem;
}
.data-grid-list .container_table {
  box-shadow: 1px 2px 26px rgba(0, 0, 0, 0.1);
}
.data-grid-list .table {
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.data-grid-list .table td {
  font-size: 12px;
  color: #505050;
  padding: 0.3rem 0.75rem;
}
.data-grid-list .table td a {
  color: #f3687a;
  font-weight: 600;
  text-decoration: none;
}
.data-grid-list .table td a i {
  font-size: 17px;
}
.data-grid-list .table thead th {
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.data-grid-list-type2 {
  padding: 0;
  margin-bottom: 2.2rem;
  margin-top: 0.5rem;
}
.data-grid-list-type2 .table {
  border: 0;
  border-radius: 5px;
}
.data-grid-list-type2 .table td {
  font-size: 12px;
  color: #505050;
  border-top: 0 !important;
  padding: 0.3rem 0.75rem;
}
.data-grid-list-type2 .table th {
  border-top: 0 !important;
}
.data-grid-list-type2 .table thead tr {
  display: flex;
  justify-content: space-between;
}
.data-grid-list-type2 .table thead th {
  border: 0 !important;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  width: 19%;
  margin: 0 0 10px 0;
}
.data-grid-list-type2 .table tbody tr {
  border: 2px solid #f3efef;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  background: #fcfcfc;
}
.data-grid-list-type2 .table tbody tr td {
  width: 100px;
}
.data-grid-list-type2 .table tbody tr td a {
  color: #f3687a;
  font-weight: 600;
}
.data-grid-list-type2 .table.table007 thead tr th {
  width: 30%;
}
.data-grid-list-type2 .table thead tr th:last-child {
  width: 100px;
  text-align: center;
}
.data-grid-list-type2 .table tbody tr td:last-child {
  width: 100px;
  text-align: center;
}
.data-grid-list-type2 .edit-items-form .form-control {
  background: #fcfcfc;
  border: 2px solid #f3efef;
  height: 52px;
  border-radius: 3px;
  color: #7b7b7b;
  font-weight: 600;
}
.data-grid-list-type2 .edit-items-form .label-form {
  color: #646464;
  font-weight: 600;
  font-size: 16px;
}
.data-grid-list-type2 .button01,
.data-grid-list-type2 a.button01 {
  padding: 8px 45px;
}
.data-grid-list-type2 .button04,
.data-grid-list-type2 a.button04 {
  padding: 8px 55px;
  margin-right: 12px;
}

.pagination {
  text-align: center;
  width: 100%;
  margin: 25px 0;
  float: left;
}

.pagination strong,
.pagination a {
  position: relative;
  display: block;
  padding: 0.5rem 0.95rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #fff;
  background-color: #fe272b;
  border: 1px solid #fe272b;
  text-decoration: none;
}

.pagination strong {
  z-index: 1;
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}

.pagination a:first-child {
  background-color: #ff4144;
  border-color: #ff4144;
}

.pagination a:last-child {
  background-color: #ff4144;
  border-color: #ff4144;
}

.inner_content {
  width: 100%;
  float: left;
  padding: 60px 15px;
  position: relative;
}

.login_registrationContainer {
  width: 100%;
  float: left;
}

.login_registrationContainer .row {
  display: block;
}

.login_registration_form {
  max-width: 950px;
  margin: auto;
  height: 850px !important;
  box-shadow: 2px 0px 20px rgba(24, 24, 24, 0.18);
  border-radius: 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.leftCol_Form {
  clip: rect(0px, 359px, 850px, 0px);
  transition: all 0.5s linear;
  z-index: 2;
  width: 100%;
  float: left;
  position: absolute;
  display: table;
  height: 100%;
  border-radius: 15px;
  background: rgb(222, 32, 42);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(222, 32, 42)), color-stop(4%, rgb(222, 32, 42)), color-stop(33%, rgb(156, 28, 65)), color-stop(100%, rgb(2, 19, 118)));
  background: linear-gradient(45deg, rgb(222, 32, 42) 0%, rgb(222, 32, 42) 4%, rgb(156, 28, 65) 33%, rgb(2, 19, 118) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#de202a", endColorstr="#021376", GradientType=1 );
}

/*.leftCol_Form:hover{
    clip: rect(0px, 960px, 600px, 580px);
}*/
.text_container_registration {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 100%;
  background: url(../images/shopping_bg.png) center top repeat-x;
  background-size: 100%;
  transition: all 0.5s ease-in-out;
}

.container_registrationWidth {
  max-width: 283px;
  margin-left: 40px;
  float: left;
  height: 170px;
}

.container_registrationWidth_right {
  float: right;
  max-width: 283px;
  margin-right: 30px;
  height: 170px;
}

.leftCol_Form h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
}

.leftCol_Form p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  margin: 14px 0 32px;
}

.btn_signin {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 60px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: auto;
  text-align: center;
  box-shadow: 0 3px 6px rgba(113, 113, 113, 0.1);
  margin: auto;
  border-radius: 50px;
  text-decoration: none;
}

a.btn_signin,
.btn_signin {
  color: #fff;
  text-decoration: none;
}

.btn_register {
  background: #de202a;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 60px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: auto;
  text-align: center;
  box-shadow: 0 3px 6px rgba(113, 113, 113, 0.1);
  margin: auto;
  border-radius: 50px;
  margin: 20px auto;
  display: block;
  outline: none !important;
  cursor: pointer;
}

.rightCol_Form {
  z-index: 1;
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  display: table;
}

.rightCol_Form_field_container {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.rightCol_Form_field_containerWidth {
  max-width: 400px;
  margin-left: 48%;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  transition: all 0.5s linear;
}

.singUPContainer {
  display: block;
  /*    opacity: 1;*/
}

.singInContainer {
  display: none;
  /*    opacity: 0;*/
}

/*.rightCol_Form_field_containerWidth:hover{
    margin-left:0%;
}*/
.rightCol_Form h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #dd202a;
  text-transform: capitalize;
  margin: 0;
}

.rightCol_Form p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #484848;
  text-transform: capitalize;
  margin: 5px 0 25px;
}

.input-container { /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.icon {
  padding: 10px;
  background: #f4f8f7;
  color: #b0b0b0;
  min-width: 50px;
  text-align: center;
  line-height: 30px !important;
  font-size: 16px;
}

.input-field {
  width: 100%;
  padding: 10px 10px 10px 0;
  font-size: 14px;
  outline: none;
  background: #f4f8f7;
  border: 1px solid transparent;
}

.input-field:focus {
  border: 1px solid transparent;
}

.select-field {
  color: #7c7b7b;
}

.link_forgetpassword {
  color: #242424;
  font-size: 14px;
  text-align: center;
  display: block;
  text-decoration: underline;
  text-transform: capitalize;
  margin: 20px 0 4px;
}

.mobilebtn_singin {
  display: none;
}

.mobilebtn_singup {
  display: none;
}

a.linkButton_Inst {
  background: transparent;
  border: 1px solid #de202a;
  color: #de202a;
  padding: 12px 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  width: auto;
  text-align: center;
  box-shadow: 0 3px 6px rgba(113, 113, 113, 0.1);
  margin: auto;
  border-radius: 50px;
  margin: 10px auto;
  text-decoration: none;
}

a.linkButton_Inst:hover {
  color: #de202a;
}

/***********signup-checkbox********/
.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0;
}

.styled-checkbox + label a {
  list-style: none;
  color: #dd202a;
}

.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #dd202a;
}

/* .styled-checkbox:hover + label:before {
    background: #f35429;
  }
  .styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  }
  .styled-checkbox:checked + label:before {
    background: #f35429;
  } */
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 14px;
  right: 24px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #dd202a, 4px 0 0 #dd202a, 4px -2px 0 #dd202a, 4px -4px 0 #dd202a, 4px -6px 0 #dd202a, 4px -8px 0 #dd202a;
  transform: rotate(45deg);
}

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

.group_detail {
  color: #7c849a;
  font-size: 14px;
  font-weight: 600;
  float: left;
  width: 100%;
  padding: 5px 0;
  display: block;
}

.bulletin_board {
  width: 100%;
  clear: both;
}
.bulletin_board #posts {
  width: 100%;
}
.bulletin_board #posts li {
  padding: 10px 0;
  margin: 10px 0;
  color: #7c849a;
  font-size: 14px;
  font-weight: 600;
  float: left;
  width: 100%;
  padding: 5px 0;
  display: block;
}
.bulletin_board #posts li:last-child {
  padding: 10px 0;
  margin: 10px 0;
  color: #7c849a;
  font-size: 14px;
  font-weight: 600;
  float: left;
  width: 100%;
  padding: 5px 0;
  display: block;
}

.table_activity_log table thead tr th:first-child {
  width: 90px;
  text-align: center;
}

.table_activity_log table tbody tr td:first-child {
  width: 90px;
  text-align: center;
}

.view-link-01 {
  background: #ffe6e7;
  padding: 5px 14px;
  border-radius: 100px !important;
  white-space: nowrap;
}

.view-link-02 {
  background: #d8edfc;
  color: #2680eb !important;
  padding: 5px 14px;
  border-radius: 100px !important;
  white-space: nowrap;
}

.view-link-03 {
  background: #b0ece2;
  color: #159580 !important;
  padding: 5px 14px;
  border-radius: 100px !important;
  white-space: nowrap;
}

.acount_section a {
  font-size: 13px !important;
  background: transparent !important;
}

.navbar .dropdown .nav-link,
a[aria-expanded=true] {
  background: transparent !important;
}

.container_button_order {
  position: absolute;
  right: 30px;
  top: 30px;
}
.container_button_order .button01,
.container_button_order a.button01 {
  margin: 0 4px;
}

.order_navlink_wrap {
  display: flex;
  width: 100%;
  padding: 45px 0;
}

.order_navlink_inner {
  width: 100%;
  float: left;
}

.order_navlink_listing {
  width: 100%;
  float: left;
  display: flex;
  padding: 0;
  position: relative;
}
.order_navlink_listing li {
  width: 18%;
  text-align: center;
  list-style: none;
  padding: 32px 60px 12px;
  margin-right: 5rem;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}
.order_navlink_listing li span {
  position: absolute;
  top: -21px;
  background: #fff;
  width: 38px;
  height: 38px;
  border-radius: 100px;
  display: inline-block;
  left: 42%;
  text-align: center;
  line-height: 42px;
}
.order_navlink_listing li span i {
  font-size: 30px;
}
.order_navlink_listing li i {
  font-size: 50px;
}
.order_navlink_listing li p {
  font-size: 20px;
  font-weight: 600;
  margin: 6px 0 2px 0;
}

ul.order_navlink_listing::after {
  content: "";
  position: absolute;
  background: #b5b5b5;
  height: 3px;
  width: 71%;
  left: 80px;
  top: 61px;
}

.order_navlink_listing li:first-child {
  border: 3px solid #f29a9c;
  color: #f29a9c;
  background: #fceaea;
}
.order_navlink_listing li:first-child span {
  border: 3px solid #f29a9c;
}
.order_navlink_listing li:first-child span i {
  color: #f29a9c;
}

.order_navlink_listing li:nth-child(2) {
  border: 3px solid #0092fc;
  color: #0092fc;
  background: #d7eaf9;
  color: #0092fc;
}
.order_navlink_listing li:nth-child(2) span {
  border: 3px solid #0092fc;
}
.order_navlink_listing li:nth-child(2) span i {
  color: #0092fc;
}

.order_navlink_listing li:nth-child(3) {
  border: 3px solid #e3be66;
  color: #e1b13f;
  background: #f9f3eb;
  color: #e1b13f;
}
.order_navlink_listing li:nth-child(3) span {
  border: 3px solid #e3be66;
}
.order_navlink_listing li:nth-child(3) span i {
  color: #e1b13f;
}

.order_navlink_listing li:nth-child(4) {
  border: 3px solid #7bcfb5;
  color: #7bcfb5;
  background: #eefcf8;
  margin-right: 0;
}
.order_navlink_listing li:nth-child(4) span {
  border: 3px solid #7bcfb5;
}
.order_navlink_listing li:nth-child(4) span i {
  color: #7bcfb5;
}

.order_navlink_listing li.inactive {
  background: #fff !important;
}
.order_navlink_listing li.inactive span i {
  display: none;
}
.order_navlink_listing li.inactive i {
  opacity: 0.4;
}
.order_navlink_listing li.inactive p {
  opacity: 0.4;
}

.cart-items-container {
  border-top: 4px solid #fe272b;
  width: 100%;
  float: left;
  padding: 12px 20px;
  box-shadow: 0 3px 6px rgba(113, 113, 113, 0.3);
  background: #fff;
}

.wrapper-summary-container {
  width: 100%;
  float: left;
  padding: 50px 0 0;
}

.summary-container {
  display: flex;
  font-family: "Lato", sans-serif;
}

.od_info {
  font-size: 17px;
}
.od_info p {
  margin-bottom: 10px;
}

.Shipping_address {
  width: 100%;
  float: left;
  padding: 15px 0;
}
.Shipping_address .container_table.group_member {
  width: 100%;
  float: left;
  box-shadow: none;
  background: #f0f8ff;
  padding: 33px 20px;
  border-radius: 15px;
}
.Shipping_address .container_table.group_member .row {
  margin: 0 0 !important;
}
.Shipping_address .container_table.group_member .row .shipList {
  padding: 0 22px !important;
}
.Shipping_address .container_table.group_member .row .shipList .check_prime_content p {
  width: 100%;
  float: left;
  margin: 0 0 7px 0;
}
.Shipping_address .container_table.group_member .row .ship_details p {
  padding: 11px 19px;
  background: #ffffff;
  font-weight: 600;
  border-radius: 28px;
}
.Shipping_address .container_table.group_member .row .orders_and_returns {
  width: 100%;
  float: left;
  margin: 29px 0 0 0;
  padding: 35px 37px;
  background: #fff;
  border-radius: 14px;
}

.full-col {
  width: 100%;
  float: left;
}

.search_ordered_products {
  border: 2px solid #f3efef;
  border-radius: 4px;
  margin-bottom: 15px;
  background: #fcfcfc;
  height: 52px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #7b7b7b;
}

.cart-item-img {
  width: 88px;
  height: 88px;
  border-radius: 100px;
}

.product-summary .data-grid-list-type2 .table thead th {
  width: 11%;
}

.product-summary .data-grid-list-type2 .table thead tr th:first-child {
  width: 30%;
}

.product-summary .data-grid-list-type2 .table thead tr th:last-child {
  width: 140px;
}

.product-summary .data-grid-list-type2 .table tbody tr {
  align-items: center;
  border-radius: 0;
  border: 0;
}

.product-summary .data-grid-list-type2 .table tbody tr td {
  width: 11%;
}

.product-summary .data-grid-list-type2 .table tbody tr td:first-child {
  width: 30%;
}

.product-summary .data-grid-list-type2 .table tbody tr td:last-child {
  width: 140px;
}

.user-photo {
  display: inline-block;
  margin-right: 15px;
}

.order_details_product_name {
  color: #434343;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.order_details_manufac_name {
  color: #f58385;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  display: block;
}

.container-info {
  display: flex;
}

.user-description {
  display: grid;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  align-content: center;
}

.product-variant-x {
  display: block;
}
.product-variant-x label {
  margin-bottom: 0;
}

.row-container-info {
  display: flex;
}

.od_info_col {
  width: 50%;
  float: left;
  font-family: "Lato", sans-serif;
  margin: 0 15px;
}
.od_info_col label {
  color: #434343;
  font-size: 17px;
  font-weight: bold;
}
.od_info_col span {
  border: 2px solid #f8d7d8;
  display: block;
  height: 52px;
  line-height: 48px;
  padding: 0px 15px;
  color: #434343;
  font-size: 17px;
}

.display-table {
  display: table;
  width: 100%;
}

.display-table > div {
  display: table-row;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  background: #fcfcfc;
  width: 100%;
  float: left;
}

.display-table > div > div {
  display: flex;
  width: 20%;
  vertical-align: middle;
  align-items: center;
  flex-wrap: wrap;
}
.display-table > div > div .cart-item-img {
  width: 70px;
  height: 70px;
}

.display-table > div.th {
  background: transparent;
  border: 0;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 0px 15px;
}

.display-table > div.tbody {
  padding: 15px;
}

.display-table > div.tbody div {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

a.close_icon,
.close_icon {
  text-decoration: none;
  font-size: 24px;
  color: #a19a9a;
}

.display-table > div > div:first-child {
  width: 25px;
}

.display-table > div > div:nth-child(2) {
  width: 24%;
  justify-content: left;
}

.display-table > div > div:nth-child(3) {
  width: 16%;
  justify-content: center;
}

.display-table > div > div:nth-child(4) {
  width: 17%;
  justify-content: center;
}

.display-table > div > div:last-child {
  width: 16%;
  justify-content: center;
}

.quantity-counter {
  /* skin 7 */
  /* / skin 7 */
}
.quantity-counter .skin-7 .num-in {
  float: none;
  width: 125px;
  border: 0;
  justify-content: center;
  display: flex;
  margin: auto;
}
.quantity-counter .skin-7 input.in-num {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 14px;
  float: left;
  height: 32px;
  width: 83px;
  border-left: 1px solid #a4a4a3;
  border-right: 1px solid #a4a4a3;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.4705882353);
}
.quantity-counter .skin-7 input.in-num:focus {
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.4705882353);
}
.quantity-counter .skin-7 .num-in span {
  font-size: 30px;
  line-height: 26px;
  text-align: center;
  display: block;
  width: 30px;
  height: 26px;
  margin: 0 3px;
  float: left;
  color: #fff;
  background: #2581d9 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 109, 255, 0.4705882353);
  cursor: pointer;
  transition: all 0.3s;
}
.quantity-counter .skin-7 .num-in span a {
  color: #fff;
  text-decoration: none;
}
.quantity-counter .skin-7 .num-in span.minus {
  font-size: 40px;
  line-height: 19px;
}
.quantity-counter .skin-7 .num-in span.minus a {
  color: #fff;
  text-decoration: none;
}
.quantity-counter .skin-7 .num-in span:hover {
  background-color: #d7d7d8;
}
.quantity-counter .skin-7 .num-in input {
  border: none;
  float: left;
  width: 41px;
  height: 26px;
  line-height: 34px;
  text-align: center;
  background: #d9d9d9 0% 0% no-repeat padding-box;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.price-icon {
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: -1px;
}

.wallet_head_banner {
  width: 100%;
  float: left;
  border-radius: 25px;
  background-image: url("../images/shopping_bg_menu.png"), linear-gradient(38deg, rgb(251, 83, 83) 8%, rgb(105, 138, 254) 92%);
  background-position: top top;
  background-size: auto;
  padding: 25px 0;
  display: none;
}
.wallet_head_banner span {
  display: block;
  text-align: center;
}
.card-deck {
  width: 100%;
  float: left;
  margin: 30px 0;
}

.wallet_head_content .card-deck {
  margin: 0 0 30px;
}

.card:first-child {
  margin-left: 0;
}

.card:last-child {
  margin-right: 0;
}

.wallet_balance {
  width: 100%;
  float: left;
}

.box-1 {
  background-image: url("../images/redeemed.png"), linear-gradient(124deg, rgb(105, 138, 254) 9%, rgb(251, 83, 83) 92%);
  background-size: cover;
  background-position: top top;
  float: left;
  border: 0;
  border-radius: 25px;
  color: #fff;
}

.box-2 {
  background-image: url("../images/earned.png"), linear-gradient(124deg, rgb(105, 138, 254) 9%, rgb(251, 83, 83) 92%);
  background-size: auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  float: left;
  border: 0;
  border-radius: 25px;
  color: #fff;
}

.box-3 {
  background-image: linear-gradient(124deg, rgb(105, 138, 254) 9%, rgb(251, 83, 83) 92%);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  float: left;
  border: 0;
  border-radius: 25px;
  color: #fff;
}

.card .card-title {
  font-size: 28px;
  font-weight: 600;
}
.card p {
  font-size: 22px;
}
.card .wallet-shekel {
  font-size: 26px;
  margin-right: 7px;
}

.wallet_balance {
  width: 100%;
  float: left;
  border-radius: 25px;
  background: #fe272b;
  padding: 30px 0;
}
.wallet_balance .card-body {
  display: flex;
  justify-content: center;
  padding: 0;
}

.details-btn-wlt {
  background: #cc0118;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 12px;
  float: right;
  border-radius: 10px;
}

.balance-wallet-img {
  margin-right: 60px;
}
.balance-wallet-img img {
  margin-bottom: -1px;
}

.balance-details {
  display: block;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 55px;
}
.balance-details .card-title {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
.balance-details p {
  font-size: 22px;
  color: #fff;
}
.balance-details .details-btn-wlt {
  background: #cc0118;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 7px 12px;
  display: block;
  border-radius: 10px;
  width: 100%;
  text-align: center;
}

/************** timeCountPopup *******************/
.tcpWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: none;
  padding: 0 15px;
}
.tcpWrap .tcpContent {
  max-width: 520px;
  position: absolute;
  min-height: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tcpWrap .tcpContent main {
  width: 100%;
  display: flex;
  position: relative;
  height: 445px;
  background: #fff;
  margin: 0 !important;
  background-image: url(../images/PopGraphics_bac.png);
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Poppins;
  box-shadow: 0px 11px 16px rgba(0, 0, 0, 0.2);
  transition: 0.5s ease-in-out;
  margin: -100% 0 0 0 !important;
  opacity: 0;
  align-items: center;
}
.tcpWrap .tcpContent main article {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0 60px;
  margin: 0 0 0 0;
}
.tcpWrap .tcpContent main article h1 {
  width: 100%;
  float: left;
  margin: 0 0;
  font-size: 34px;
  font-weight: 300;
}
.tcpWrap .tcpContent main article p {
  width: 100%;
  float: left;
  font-size: 11px;
  margin: 0 0;
  font-weight: 500;
  color: #7b7b7b;
}
.tcpWrap .tcpContent main button {
  position: absolute;
  background: #dcdcdc;
  border: 0;
  font-size: 15px;
  text-transform: capitalize;
  padding: 7px 28px;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.tcpWrap .tcpContent main button:hover {
  background: #ff3a5c;
  color: #fff;
}

.actimeTimePop .tcpContent main {
  margin: 0 !important;
  opacity: 1 !important;
}

.vouchr-box {
  padding: 0;
}

.voucher-input {
  border: 2px solid #f8d7d8;
  display: block;
  height: 45px;
  line-height: 48px;
  padding: 0px 15px;
  color: #434343;
  font-size: 17px;
  border-radius: 0;
  padding-bottom: 10px;
}

.cart-buttons-container {
  padding: 0 15px;
}
.cart-buttons-container input {
  height: 45px;
  width: 153px;
}

.amountshowcontainer {
  width: 100%;
  float: left;
  margin: 13px 0;
}
.amountshowcontainer h2 {
  color: #313233;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.amount_box_container {
  display: flex;
}

.box_1 {
  background: rgb(105, 138, 254);
  background: linear-gradient(124deg, rgb(105, 138, 254) 9%, rgb(254, 39, 61) 92%);
  color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  border-radius: 19px;
  font-size: 16px;
  margin-right: 15px;
  width: 25%;
  padding: 15px 16px;
  white-space: nowrap;
}
.box_1 b {
  width: 60%;
  font-weight: 600;
}
.box_1 span {
  width: 40%;
  text-align: right;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.box_2 {
  background: rgb(229, 170, 118);
  background: linear-gradient(124deg, rgb(229, 170, 118) 9%, rgb(72, 62, 167) 92%);
  color: #fff;
  display: flex;
  height: 60px;
  align-items: center;
  border-radius: 19px;
  font-size: 16px;
  margin-right: 15px;
  width: 25%;
  padding: 15px 16px;
  white-space: nowrap;
}
.box_2 b {
  width: 60%;
  font-weight: 600;
}
.box_2 span {
  width: 40%;
  text-align: right;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.box_3 {
  background: rgb(177, 216, 179);
  background: linear-gradient(124deg, rgb(177, 216, 179) 9%, rgb(61, 152, 87) 92%);
  color: #fff;
  display: flex;
  height: 60px;
  align-items: center;
  border-radius: 19px;
  font-size: 16px;
  margin-right: 15px;
  width: 25%;
  padding: 15px 16px;
  white-space: nowrap;
}
.box_3 b {
  width: 60%;
  font-weight: 600;
}
.box_3 span {
  width: 40%;
  text-align: right;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.box_4 {
  background: rgb(245, 143, 28);
  background: linear-gradient(124deg, rgb(245, 143, 28) 9%, rgb(254, 39, 61) 92%);
  color: #fff;
  display: flex;
  height: 60px;
  align-items: center;
  border-radius: 19px;
  font-size: 16px;
  width: 25%;
  padding: 15px 16px;
  white-space: nowrap;
}
.box_4 b {
  width: 60%;
  text-align: left;
  font-weight: 600;
}
.box_4 span {
  width: 40%;
  text-align: right;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.button_container_02 {
  text-align: right;
  padding: 10px 0 10px;
}
.button_container_02 .button01 {
  text-transform: uppercase;
}

.bg-cupons {
  padding: 32px 20px;
  width: 100%;
  float: left;
  height: 515px;
  border-radius: 24px;
  background-image: url("../images/game_bg.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 205%;
  text-align: center;
  transform: scale(0.85);
  margin-top: -10px;
}
.bg-cupons h2 {
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 10px;
}

.g_voucher_section {
  width: 85% !important;
  height: auto !important;
  margin: auto;
  position: relative !important;
}

.voucher_bg_001 {
  width: 100% !important;
  margin: 0 auto;
  height: 500px;
  background: url(../images/bakground-image-coupons.png) !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  margin-bottom: 15px;
  position: relative;
}

.voucher_bg_001::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.09), 0 4px 2px rgba(0, 0, 0, 0.09), 0 8px 4px rgba(0, 0, 0, 0.09), 0 16px 8px rgba(0, 0, 0, 0.09), 0 32px 16px rgba(0, 0, 0, 0.09);
  display: none;
}

.currency_icon {
  position: absolute;
  left: 34px;
  top: 34px;
}

.gig_cupon_logo {
  position: absolute;
  left: 0px;
  bottom: 43px;
}

.yellow_cupon_shape {
  position: absolute;
  right: 0;
  top: 85px;
  background-color: #ffbb00;
  width: 200px;
  height: 99px;
  padding-top: 10px;
  text-align: left;
  padding-left: 5px;
  box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.5);
}
.yellow_cupon_shape h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
.yellow_cupon_shape p {
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  color: #000000;
  line-height: 28px;
}

.yellow_cupon_shape:before {
  content: "";
  position: absolute;
  left: -54px;
  top: 0;
  border-top: 50px solid transparent;
  border-bottom: 49px solid transparent;
  border-right: 54px solid #ffbb00;
}

.cupon_content {
  width: 100%;
  display: grid;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  height: 425px;
  padding-top: 60px;
}
.cupon_content h2 {
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
.cupon_content h3 {
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: #fff;
}

.number_s {
  margin-top: 20px;
  transform: scale(0.8);
}
.number_s .number_block {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0 4px;
  border-radius: 6px;
  background-color: #ffbb00;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.0509803922);
  color: #4d4d4d;
  font-size: 40px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  line-height: 65px;
}
.number_s .price_blocks {
  background: #131678;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
}

.gameCouponContentBottom {
  width: 100%;
  float: left;
  padding: 30px 0 0;
}
.gameCouponContentBottom h2 {
  text-align: center;
  color: #3a2e2e;
  font-size: 24px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.plusPop {
  position: fixed;
  width: 20%;
  z-index: 99999;
  background-image: linear-gradient(to right, #3a3a3a, #101010);
  box-shadow: 0px 5px 10px rgba(39, 39, 39, 0.6196078431);
  bottom: 0;
  right: 40%;
  padding: 13px 5px;
  border-radius: 9px;
  transform-origin: bottom;
  transition: 0.3s ease-in-out;
  transform: scale(0) translate(0, -100px);
}
.plusPop i {
  position: absolute;
  right: -4px;
  top: -4px;
  color: #f00;
  padding: 3px 5px;
  border-radius: 100%;
  cursor: pointer;
  font-size: 11px;
  background: #dadada;
}
.plusPop p {
  width: 100%;
  float: left;
  text-align: center;
  margin: 0 0;
  color: #fff;
  font-size: 14px;
}

.activePlusPop {
  transform: scale(1) translate(0, -100px) !important;
}

.redeem-popup-content .modal-header {
  justify-content: center;
  padding-top: 30px;
}

.redeem_popup_body {
  text-align: center;
}

.redeem-popup-content .modal-header .close {
  right: -4px;
  top: -12px;
}

.close02 {
  background: #fe272b !important;
  box-shadow: 0px 3px 6px rgba(255, 0, 0, 0.4705882353);
  opacity: 1 !important;
  color: #fff !important;
  text-shadow: none !important;
  font-size: 30px !important;
  height: auto !important;
  width: 34px !important;
  border-radius: 100% !important;
  text-align: center !important;
  outline: none !important;
  font: normal normal 300 14px/34px Open Sans;
}

.contact_container {
  width: 100%;
  float: left;
  padding: 30px 0;
}

.heading_container_01 {
  width: 100%;
  float: left;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 25px;
}
.heading_container_01 h2 {
  font-size: 24px;
  display: inline-block;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #ffffff;
  padding: 6px 10px;
}
.heading_container_01 h2 .underline {
  height: 3px;
  background: #dfdfdf;
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0px;
  display: block;
}
.heading_container_01 h2 .underline .red_line {
  height: 3px;
  background: #fe272b;
  width: 90px;
  display: block;
  position: relative;
  top: 0;
  margin: auto;
}

.underline2 {
  width: 70px;
}
.underline2 .red_line2 {
  width: 30px;
}

.container_flex {
  display: flex;
  width: 100%;
  float: left;
  position: relative;
}
.container_flex .contact_bg {
  width: 50%;
  background: #fe272b;
  background-image: url("../images/shopping_bg_menu.png");
  background-position: top top;
  background-size: 34rem;
  height: 741px;
}
.container_flex .Map_container {
  width: 50%;
  position: relative;
  height: 741px;
  background-image: url("../images/bg-map.png");
  background-position: center right;
  background-size: cover;
}
.container_flex .Map_container::after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(101, 101, 101, 0.29);
  position: absolute;
  z-index: 1;
}

#contact {
  width: 100%;
  float: left;
}

.contact_content {
  padding: 35px 50px;
  position: absolute;
  width: 93%;
  height: 84%;
  z-index: 2;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
}

.contact_info {
  color: #fff;
  background: #2581d9;
  width: 50%;
  height: 548px;
  border-radius: 29px 0px 0 29px;
  background-image: url("../images/contactus-bg.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 40px 30px 0 33px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12);
}
.contact_info h2 {
  color: #fff;
  font-size: 24px;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
}
.contact_info p {
  font-size: 13px;
  line-height: 24px;
}
.contact_info .address-content {
  margin-top: 60px;
}
.contact_info .address-content p {
  margin-bottom: 12px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-weight: 600;
}
.contact_info .address-content p i {
  margin-right: 10px;
}
.contact_info .address-content p i.icofont-google-map {
  font-size: 15px;
}
.contact_info .address-content p i.icofont-mobile-phone {
  font-size: 19px;
  margin-right: 9px;
  margin-left: -2px;
}
.contact_info .address-content p i.icofont-envelope {
  font-size: 13px;
  margin-left: 2px;
}

.form_container {
  width: 70%;
}

.form_content {
  padding: 50px 75px 60px 45px;
  background: #fff;
  border-radius: 0 29px 29px 0;
  height: 548px;
  position: relative;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.12);
}
.form_content h1 {
  color: #292929;
  font-size: 24px;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.form_content .form-control {
  background: #eeeeee;
  color: #575757;
  font-size: 14px;
  border-radius: 15px;
  height: 50px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-weight: 600;
  padding: 13px 15px;
  text-transform: capitalize;
  border: 0;
}
.form_content textarea.form-control {
  height: 132px;
}

.container-submit-button {
  position: absolute;
  right: -46px;
  top: 40%;
}
.container-submit-button .btn_submit {
  background: #fe272b;
  width: 92px;
  height: 92px;
  border: 0;
  border-radius: 100px;
  box-shadow: 0px 3px 6px rgba(255, 0, 0, 0.4705882353);
  background-image: url("../images/paper-plane.png");
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.container-submit-button .btn_submit:hover {
  background: #b70508;
  background-image: url("../images/paper-plane.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.cart-process {
  display: flex;
  width: 100%;
  padding: 45px 0;
}

.cart-process_inner {
  width: 100%;
  float: left;
}
.cart-process_inner ul {
  padding: 0;
  display: flex;
  justify-content: center;
}
.cart-process_inner ul li {
  margin: 0 40px;
  list-style: none;
  width: 11rem;
  text-align: center;
  position: relative;
}
.cart-process_inner ul li span {
  display: block;
  padding: 30px 50px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  border: 3px solid #0092fc;
  color: #0092fc;
  background: #fff;
}
.cart-process_inner ul li span i {
  font-size: 40px;
}
.cart-process_inner ul li p {
  font-size: 16px;
  font-weight: 700;
  margin: 7px 0;
}
.cart-process_inner ul li::after {
  content: "";
  position: absolute;
  background: #0092fc;
  height: 3px;
  width: 153%;
  left: 0;
  top: 50px;
}
.cart-process_inner ul li:last-child:after {
  display: none;
}

.cart-process_inner ul li.complete span {
  background: #FE272B;
  box-shadow: 0px 3px 6px rgba(255, 0, 0, 0.4705882353);
  border: 3px solid #FE272B;
}
.cart-process_inner ul li.complete span i {
  color: #fff;
}

.headdingbgWrapper {
  display: block !important;
  opacity: 1 !important;
  width: 100%;
  float: left;
  background: #6e91e9; /* Old browsers */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #345abb 0%, #ef0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow: 0 8px 21px rgba(103, 193, 233, 0.4);
  border-radius: 9px;
  margin: 0 0 25px 0;
}
.headdingbgWrapper h2 {
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 15px;
  margin: 0 !important;
  float: left;
}

.btn02,
a.btn02 {
  background: #fb6568;
  padding: 7px 15px;
  float: right;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 7px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-top: 9px;
  margin-right: 9px;
  transition: all 0.3s;
  text-decoration: none;
}

.btn02,
a.btn02:hover {
  color: #fff;
  background: #7e0003;
}

.bottom_collapse {
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.0509803922);
  width: 100%;
  float: left;
  padding: 20px 15px;
  display: block !important;
}

.row-cart-container {
  width: 100%;
  float: left;
}
.row-cart-container .product_name {
  color: #393939;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  padding-left: 10px;
}
.row-cart-container .button01 {
  border: 0;
  padding: 5px 16px;
  font-size: 15px;
}
.row-cart-container .button04 {
  border: 0;
  padding: 8px 13px;
  font-size: 15px;
}
.row-cart-container .btn_add_remarks {
  color: #272727;
  font-size: 16px;
  font-weight: 800;
  text-decoration: underline;
  margin-top: 25px;
  display: block;
}

.cart-items-container02 {
  width: 100%;
  float: left;
  padding: 25px;
  background: #f6f6f8;
  border-radius: 12px;
  margin-bottom: 20px;
  align-items: center;
  /* skin 7 */
  /* / skin 7 */
}
.cart-items-container02 img {
  border-radius: 10px;
}
.cart-items-container02 .counter-product-container {
  padding: 0 10px;
}
.cart-items-container02 .skin-7 .num-in {
  float: left;
  width: 138px;
  border: 0;
}
.cart-items-container02 .skin-7 input.in-num {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 14px;
  float: left;
  height: 32px;
  width: 83px;
  border-left: 1px solid #a4a4a3;
  border-right: 1px solid #a4a4a3;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.4705882353);
}
.cart-items-container02 .skin-7 .num-in span {
  font-size: 30px;
  line-height: 26px;
  text-align: center;
  display: block;
  width: 30px;
  height: 26px;
  margin: 0 3px;
  float: left;
  color: #fff;
  background: #2581d9 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 109, 255, 0.4705882353);
  cursor: pointer;
  transition: all 0.3s;
  overflow: hidden;
}
.cart-items-container02 .skin-7 .num-in span a {
  color: #fff;
}
.cart-items-container02 .skin-7 .num-in span.minus {
  font-size: 40px;
  line-height: 19px;
}
.cart-items-container02 .skin-7 .num-in span.minus a {
  color: #fff;
}
.cart-items-container02 .skin-7 .num-in span:hover {
  background-color: #d7d7d8;
}
.cart-items-container02 .skin-7 .num-in input {
  border: none;
  float: left;
  width: 41px;
  height: 26px;
  line-height: 34px;
  text-align: center;
  background: #d9d9d9 0% 0% no-repeat padding-box;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.product-name-container {
  display: flex;
  align-items: center;
}

.regular_price_ui_color {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: #434343;
}

.sale_price_ui_color {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: #fe272b;
}

.cart-buttons-container {
  padding: 0;
}

.add_remarks .remark_input {
  border: 2px solid #f8d7d8;
  border-radius: 4px;
  margin-bottom: 15px;
  background: #fcfcfc;
  height: 52px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #7b7b7b;
}
.add_remarks .button01 {
  border: 0;
  padding: 7px 36px;
}
.add_remarks .button04 {
  margin-right: 10px;
}

.existing_shipping_container h2 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.existing_shipping_addresses {
  width: 100%;
  float: left;
  padding: 25px;
  background: #f6f6f8;
}
.existing_shipping_addresses .custom-control-label::before {
  background-color: #4caf50 !important;
  box-shadow: none;
}
.existing_shipping_addresses .shipping-lines02 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #656565;
}
.existing_shipping_addresses b {
  font-size: 16px;
  color: #313131;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.addressWidth {
  float: left;
  padding-left: 10px;
}

.shipping_address_btn {
  float: right;
  padding-top: 13px;
}
.shipping_address_btn .button04,
.shipping_address_btn a.button04 {
  margin-right: 10px;
}

.delivery_time_container {
  width: 100%;
  float: left;
  margin-top: 50px;
}

.delvery_time_content {
  width: 100%;
  float: left;
}
.delvery_time_content h2 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.shipping-time-container {
  width: 100%;
  float: left;
  padding: 25px;
  background: #f6f6f8;
}
.shipping-time-container .shipping-lines02 p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #313131;
  font-size: 16px;
  line-height: 24px;
}
.shipping-time-container .line_head {
  margin-bottom: 30px;
}
.shipping-time-container .line_head b i {
  font-size: 20px;
  color: #818181;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.shipping-time-container .ship_change label i {
  font-size: 20px;
  color: #818181;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.shipping-time-container b {
  font-size: 15px;
  color: #313131;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}
.shipping-time-container b i {
  font-size: 18px;
  position: relative;
  top: 1px;
  color: #818181;
}
.shipping-time-container .heading_popup {
  position: relative;
  background-color: transparent;
  display: flex;
  justify-content: center;
  padding: 0;
}
.shipping-time-container .heading_popup .logo_divs {
  position: static;
  left: 0;
  top: 0;
}
.shipping-time-container .heading_popup .logo_divs img {
  width: 200px;
}

.row-flex {
  align-items: center;
  display: flex;
}

.shibbping_l_btnn {
  padding: 30px 0 0;
}
.shibbping_l_btnn .button04,
.shibbping_l_btnn a.button04 {
  padding: 11px 34px;
}

.ship_change label {
  font-size: 15px;
  color: #313131;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}
.ship_change .highlighted-text {
  font-size: 21px;
  color: #fe272b;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  background-image: url("../images/delivery-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  width: 485px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.delivery_date {
  width: 641px;
  border: 2px solid #cfcfcf;
  border-radius: 4px;
  margin-bottom: 15px;
  background: #fcfcfc;
  height: 52px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #7b7b7b;
  padding: 10px 15px;
}

.shipping-lines03 {
  margin-bottom: 10px;
}
.shipping-lines03 b {
  display: inline-block;
}

.delivery_from {
  width: 286px;
  border: 2px solid #cfcfcf;
  border-radius: 4px;
  margin-bottom: 0;
  background: #fcfcfc;
  height: 52px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #7b7b7b;
  padding: 10px 30px;
  background-image: url("../images/clock.svg");
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 0.9rem;
}

.delivery_to {
  width: 286px;
  border: 2px solid #cfcfcf;
  border-radius: 4px;
  margin-bottom: 0;
  background: #fcfcfc;
  height: 52px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #7b7b7b;
  padding: 10px 30px;
  background-image: url("../images/clock.svg");
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 0.9rem;
}

.shipping-time-container {
  width: 100%;
  float: left;
  padding: 25px;
  background: #f6f6f8;
}
.shipping-time-container h2 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.term_condition_sec b {
  color: #535353;
  margin-bottom: 0;
}
.term_condition_sec b i.icon-delivery {
  color: #2581d9;
  font-size: 30px;
}
.term_condition_sec p {
  margin-bottom: 0;
  margin-top: 4px;
}

.cart-submit-container {
  width: 100%;
  float: left;
  text-align: right;
  padding: 30px 0;
  position: relative;
  margin: 0px 0 0 0;
}
.cart-submit-container .button05 {
  border-radius: 5px;
  background: #109235;
  text-transform: uppercase;
  position: relative;
}
.cart-submit-container .button05 .redeem_loader {
  position: absolute;
  bottom: -40px;
  width: 100%;
  left: 0;
  text-align: center;
  color: #f44336;
  font-size: 14px;
}
.cart-submit-container #tools {
  background: #DE1A22;
  padding: 12px 20px;
  color: #fff;
  border-radius: 8px;
  text-transform: capitalize;
  font-size: 16px;
  position: absolute;
  top: -50px;
  right: 0px;
  text-align: center;
  line-height: 18px;
  width: 273px;
}
.cart-submit-container #tools::after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: solid 20px #DE1A22;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
  bottom: -10px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.add_shipping_container {
  width: 100%;
  float: left;
}
.add_shipping_container h2 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.add_shipping_container .form-control {
  border: 2px solid #f8d7d8;
  display: block;
  height: 52px;
  line-height: 48px;
  padding: 0px 15px;
  color: #434343;
  font-size: 17px;
}
.add_shipping_container .custom-select {
  border: 2px solid #f8d7d8;
  display: block;
  height: 52px;
  line-height: 48px;
  padding: 0px 15px;
  color: #434343;
  font-size: 17px;
}
.add_shipping_container label {
  color: #434343;
  font-size: 17px;
  font-weight: 600;
}

.edit_shipping_container {
  width: 100%;
  float: left;
}
.edit_shipping_container h2 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.edit_shipping_container .form-control {
  border: 2px solid #f8d7d8;
  display: block;
  height: 52px;
  line-height: 48px;
  padding: 0px 15px;
  color: #434343;
  font-size: 17px;
}
.edit_shipping_container .custom-select {
  border: 2px solid #f8d7d8;
  display: block;
  height: 52px;
  line-height: 48px;
  padding: 0px 15px;
  color: #434343;
  font-size: 17px;
}
.edit_shipping_container label {
  color: #434343;
  font-size: 17px;
  font-weight: 600;
}

.shipping_submit_button_container {
  padding: 20px 0;
  clear: both;
}
.shipping_submit_button_container .button01 {
  border: 0;
}
.shipping_submit_button_container .button05 {
  border: 0;
  border-radius: 5px;
  background: #109235;
  text-transform: uppercase;
  height: auto;
  width: auto;
  padding: 8px 20px;
  margin-right: 10px;
}

.cart-wallet-balance-container {
  opacity: 1 !important;
}

.summary_section {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.summary_section .cart-items-container {
  width: 100%;
  float: left;
  padding: 15px 20px;
  background: #f6f6f8;
  border-top: 0;
  box-shadow: none;
  margin-bottom: 10px;
}
.summary_section .cart-items-container span {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #313131;
  margin: 0 4px;
}

.shipping_section {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.cart-wallet-balance-container input {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #313131;
  text-align: center;
  border: 0;
}
.cart-wallet-balance-container span {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #000;
}

.cart-comment-section-container {
  width: 100%;
  float: left;
}

.cart-payment-mode-container {
  width: 100%;
  float: left;
}

.delivery-row-left {
  display: flex;
  align-items: center;
}

.cwbc-left {
  padding-top: 10px;
  align-items: flex-start;
}

.delivery-row-right {
  border: 2px solid #b7b7b7;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
  font-size: 21px;
}

.cart-payment-mode-container {
  margin: 30px 0 0 0;
  float: left;
  width: 45%;
  padding: 20px 25px;
  background: #f7f7f7;
  border-radius: 9px;
}
.cart-payment-mode-container .sub_option_text {
  float: left;
  margin: 14px 0 0 0;
  border: 1px solid #e0e0e0;
  padding: 9px 20px 9px 37px;
  border-radius: 5px;
  background: #fff;
}
.cart-payment-mode-container h3 {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #2f2f2f;
  font-weight: 800;
}
.cart-payment-mode-container .custom-control-label {
  color: #313131;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.cart-payment-mode-container .custom-control-label::before {
  background-color: #3762ce !important;
  box-shadow: none;
}
.cart-payment-mode-container .payment-method-note {
  font-size: 13px;
  padding: 0 0 !important;
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
  color: #000;
  font-weight: 400;
}

.commentBox {
  width: 50%;
  float: right;
  margin: 25px 0 0 0;
}
.commentBox label {
  width: 100%;
  float: left;
  margin: 0 0 18px 0;
  font-weight: 600;
  color: #000;
}
.commentBox textarea {
  width: 100%;
  float: left;
  resize: none;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px 25px;
  height: 157px;
  border-radius: 8px;
  outline: none;
  color: #000;
}

.cart-comment-section-container {
  width: 50%;
  padding-top: 40px;
}
.cart-comment-section-container textarea.form-control {
  border: 2px solid #cfcfcf;
}

.redeem_confirm {
  font-size: 16px !important;
}

/*************** Voucher Tag Design *************/
.anime_V_tag {
  position: absolute;
  background-color: #ffd53a;
  top: 19%;
  left: 3px;
  z-index: 1;
  width: 35px;
  height: 35px;
  padding: 3px 0;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.25);
  text-align: center;
  border-radius: 100%;
}
.anime_V_tag img.giftIcon {
  display: inline-block !important;
  height: 30px !important;
  width: 30px !important;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: top;
  border-radius: 0 !important;
  border: 0 !important;
}
.anime_V_tag b {
  position: absolute;
  background-color: #ffd53a;
  color: #000;
  font-size: 9px;
  width: 136%;
  font-weight: 600;
  right: -27%;
  bottom: -28px;
  text-transform: uppercase;
  padding: 3px 0;
  margin: 0;
  transition: 0.4s ease-in-out;
  transform-origin: top;
  transform: scale(0);
}
.anime_V_tag b::before {
  content: "";
  position: absolute;
  background: #ffd745;
  width: 7px;
  height: 7px;
  z-index: 0;
  transform: rotate(45deg);
  top: -4px;
  left: 19px;
}

.item:hover .anime_V_tag b {
  transform: scale(1);
}

.item:hover .giftIcon {
  animation: shake 2s;
  animation-iteration-count: infinite;
}

.item-product:hover .giftIcon {
  animation: shake 2s;
  animation-iteration-count: infinite;
}

.item-product:hover .anime_V_tag b {
  transform: scale(1);
}

@keyframes shake {
  0% {
    transform: rotate(30deg);
  }
  25% {
    transform: rotate(-30deg);
  }
  50% {
    transform: rotate(30deg);
  }
  75% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(30deg);
  }
}
/* Customization Style of SyoTimer */
.syotimer {
  text-align: center;
  margin: 12px auto 0;
  padding: 0 0 10px;
  display: inline-block;
}

.syotimer-cell {
  display: inline-block;
  margin: 0 5px;
  width: 70px;
  background: url(../images/timer.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.syotimer-cell__value {
  font-size: 35px;
  color: #747474;
  height: 72px;
  line-height: 72px;
  margin: 0 0 0px;
}

.syotimer-cell__unit {
  font-family: Arial, serif;
  font-size: 12px;
  text-transform: uppercase;
}

#simple-timer .syotimer-cell_type_day,
#periodic-timer_period_days .syotimer-cell_type_hour,
#layout-timer_only-seconds .syotimer-cell_type_second,
#layout-timer_mixed-units .syotimer-cell_type_minute {
  width: 70px;
  background-image: url(../images/timer.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.option {
  font-weight: 700;
}

.prime_user_account {
  color: #fff;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 30px;
  text-transform: capitalize;
  position: absolute;
  right: 6px;
  bottom: 12px;
  font-style: italic;
  animation: primebuttonAnime 5s ease-in-out 3s infinite normal none;
}
.prime_user_account img {
  width: 35px;
}

@keyframes primebuttonAnime {
  0% {
    transform: translate(0);
  }
  10% {
    transform: translate(-2px, -2px);
  }
  20% {
    transform: translate(2px, -2px);
  }
  30% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(2px, 2px);
  }
  50% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, -2px);
  }
  70% {
    transform: translate(-2px, 2px);
  }
  80% {
    transform: translate(-2px, -2px);
  }
  90% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0);
  }
}
.prime_text_account {
  background: #3e3e3e;
  color: #fff;
  font-size: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 5px 8px;
  border-radius: 100px;
  text-transform: capitalize;
  font-style: italic;
  display: inline-block;
  margin-right: 5px;
}

.coin_prime {
  display: inline-block;
  position: relative;
}
.coin_prime img {
  width: 30px;
}

.blog_content_container {
  width: 100%;
  float: left;
  padding: 20px 0;
}

.blog-heading-container {
  width: 100%;
  float: left;
  padding: 20px 0;
  text-align: center;
}
.blog-heading-container h2 {
  font-size: 31px;
  display: inline-block;
  text-transform: uppercase;
  background: #ffffff;
  padding: 6px 10px;
  color: #313233;
}

.blog-heading-container h2 .underline {
  height: 2px;
  background: #dfdfdf;
  width: 140px;
  position: relative;
  left: 0;
  bottom: 0px;
  display: block;
}

.blog-heading-container h2 .underline .red_line {
  height: 2px;
  background: #fe272b;
  width: 90px;
  display: block;
  position: relative;
  top: 0;
  margin: auto;
}

ul.listing {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

ul.listing li {
  list-style: none;
  flex: 49%;
  width: 49%;
  padding: 0 50px 50px 50px;
}

ul.listing li p {
  color: #4c4c45;
}

ul.listing li img {
  max-width: 100%;
}

.thums__author {
  color: #FE272B;
  font-family: "SFProDisplay-Bold";
  font-size: 16px;
}

ul.listing li h1 {
  color: #131415;
  font-family: "SFProDisplaySemibold";
  font-size: 40px;
  line-height: 40px;
  margin: 20px 0;
}
ul.listing li h1 a {
  color: #131415;
  text-decoration: none;
}

ul.listing li:nth-child(odd) {
  border-right: 1px solid #ccc;
}

.link-button-container {
  display: block;
}

.btn__readmore,
a.btn__readmore {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  background: #fe272b;
  color: #fff;
  padding: 7px 13px;
  font-size: 12px;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
}

.blog_detail_content {
  max-width: 947px;
  margin: 0 auto;
  padding: 40px 0 60px;
}
.blog_detail_content .blog-heading-container h1 {
  font-family: "SFProDisplay-Bold";
  font-size: 40px;
  line-height: 45px;
  color: #131415;
}
.blog_detail_content .blog-heading-container .thums__author {
  background: #ffe6e7;
  color: #f3687a;
  font-weight: bold;
  font-size: 12px;
  font-family: "SFProDisplay-Bold";
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 7px;
  margin-bottom: 20px;
  display: inline-block;
}
.blog_detail_content .featured_img {
  width: 100%;
  float: left;
  margin: 20px 0 40px;
}
.blog_detail_content .featured_img img {
  max-width: 100%;
}
.blog_detail_content .description_text {
  color: #4c4c45;
}

.blogbtnContainer a {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  background: #fe272b;
  color: #fff;
  padding: 7px 13px;
  font-size: 12px;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
}

.mobile-product-counter {
  display: none;
}

.item-added-message {
  display: none;
}

.product-kosher {
  display: flex;
  position: absolute;
  left: 6px;
  bottom: 8px;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product-kosher img {
  width: 55px !important;
}

.popupcontainWrap_02 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(24, 24, 24, 0.7);
  display: none;
  padding: 0 10px;
}

.popupcontainWrap_02 .popupContain_02 {
  width: 950px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  overflow: hidden;
}

.popupcontainWrap_02 .closePop_02 {
  position: absolute;
  background-color: transparent;
  color: #505050;
  right: 12px;
  top: 22px;
  width: 25px;
  height: 25px;
  padding-left: 1px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  line-height: 24px;
}

.popupcontainWrap_02 .popupContain_02 i.closePop {
  right: 4px;
  top: 4px;
  cursor: pointer;
}

.popupcontainWrap_02 .closeContain_02 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.heading_popup {
  background: #e5e5e5;
  width: 100%;
  float: left;
  padding: 15px 15px 20px;
}
.heading_popup h2 {
  text-transform: capitalize;
  font-size: 22px;
  margin: 0;
  color: #e7030c;
}
.heading_popup h2 i {
  transform: scaleX(-1);
  margin-right: 5px;
  font-size: 30px;
  top: 4px;
  position: relative;
}

.body_popup {
  width: 100%;
  float: left;
  padding: 15px 15px;
  text-align: center;
}
.body_popup p {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
}
.body_popup .popup_select {
  width: 100%;
  float: left;
  padding: 5px 0px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.body_popup .popup_select .custom-select {
  width: 90%;
  border: 2px solid #b1b1b1;
  text-transform: capitalize;
  border-radius: 15px;
  height: 55px;
}
.body_popup .body_popup_content {
  width: 100%;
  float: left;
  padding: 60px 0;
  background: #de1a22;
  background-image: url(../images/shopping_bg.png), linear-gradient(150deg, rgb(222, 26, 34) 0%, rgb(33, 55, 110) 70%);
  background-size: contain;
  border-radius: 15px;
}
.body_popup .body_popup_content h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.body_popup .body_popup_content h2 span {
  display: inline-block;
  padding: 7px 20px 12px;
  background: #21376e;
  color: #fff;
  border-radius: 15px;
}
.body_popup .body_popup_content img {
  width: 100%;
}
.body_popup .display_div {
  width: 100%;
  float: left;
  text-align: center;
  padding: 10px 0px;
  text-transform: capitalize;
  color: #fff;
}
.body_popup .button-container {
  width: 100%;
  float: left;
  padding: 16px 0;
}
.body_popup .button-container a.btn-show-all {
  background: #21376e 0% 0% no-repeat padding-box;
  border-radius: 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 8px 20px;
  text-decoration: none;
}

.popup-info {
  width: 100%;
  float: left;
  padding: 16px 0;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  background: #21376e;
}
.popup-info ul {
  margin-bottom: 0;
  font-weight: 600;
}
.popup-info ul li {
  color: #fff;
}

.popupcontainWrap_02 .body_popup {
  padding: 0px;
}

.sd-department-title {
  width: 100%;
  float: left;
  background: #3f51b5;
  text-align: center;
  margin: 10px 0;
  font-size: 12px;
  position: relative;
}
.sd-department-title a {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  display: block;
  padding: 15px 10px 15px;
  position: relative;
  font-weight: bold;
}
.sd-department-title a h1 {
  color: #fff;
  font-size: 18px !important;
  text-transform: capitalize;
  display: block;
  position: relative;
  font-weight: bold;
  margin: 0;
}
.sd-department-title a.sd-view-more-btn {
  position: absolute;
  right: 12px;
  top: 18px;
  z-index: 1;
  color: #fff;
  padding: 4px 8px;
  background: #fe272b 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(255, 0, 0, 0.4705882353);
  border-radius: 3px;
  font: normal normal normal 12px/14px Poppins;
  letter-spacing: 0.36px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.sd-department-title a.sd-view-more-btn:hover {
  background: #c2345f;
}
.sd-department-title .next-department-label {
  position: absolute;
  left: 10px;
}

.popup_div {
  width: 100%;
  padding: 7px 10px;
  background: #d3e0e5;
  margin-bottom: 20px;
  border: 2px dashed #9b9999;
  line-height: 18px;
  font-size: 16px;
}

.logo_divs {
  display: inline-block;
  position: absolute;
  left: 16px;
  top: 14px;
}
.logo_divs img {
  width: 150px;
}

.truck-icon {
  position: relative;
  top: 6px;
  right: 27px;
  color: #e7030c;
  float: right;
}
.truck-icon i {
  font-size: 28px;
}

.faq_container {
  width: 100%;
  float: left;
  padding: 30px 0;
}
.faq_container .content_faq {
  position: relative;
  z-index: 1;
  max-width: 952px;
  margin: auto;
}
.faq_container .content-right-inner {
  overflow: hidden;
}
.faq_container .content-right-inner::after {
  position: absolute;
  content: "";
  background: url("../images/faq-content-bg.png") no-repeat left top;
  width: 100%;
  height: 100%;
  left: -53px;
  top: -52px;
}
.faq_container .heading-text {
  text-align: center;
}
.faq_container .heading-text h2 {
  font-size: 32px;
  margin-bottom: 35px;
}
.faq_container .heading-text h2 .underline {
  right: 0;
  margin: auto;
}
.faq_container .heading-text h2 .underline .red_line {
  right: 0;
  left: 0;
  margin: auto;
}
.faq_container .pattern {
  box-shadow: 1px 4px 34px rgba(0, 0, 0, 0.1803921569);
  background: #fff;
  border-radius: 100px;
  line-height: 1;
  max-width: 666px;
  margin: auto;
}
.faq_container .faq_search {
  position: relative;
}
.faq_container input {
  display: block;
  border: 1px solid transparent;
  color: #3e3e3e;
  font-size: 18px;
}
.faq_container input[type=search] {
  width: 100%;
  padding: 1em 1.5em;
  padding-right: 4em;
  position: relative;
  top: 0;
  background: transparent;
}
.faq_container input[type=search] ::-moz-placeholder {
  color: #3e3e3e;
}
.faq_container input[type=search] ::placeholder {
  color: #3e3e3e;
}
.faq_container input[type=submit] {
  border-radius: 100px;
  position: absolute;
  right: 0.75em;
  top: 0.5em;
  bottom: 0.5em;
  z-index: 1;
  width: 2.5em;
  padding: 0;
  cursor: pointer;
  background: url("../images/gradient-search-bg.svg") no-repeat center center;
  background-size: cover;
}
.faq_container .option-container {
  width: 100%;
  float: left;
  padding: 20px 0;
  position: relative;
}
.faq_container .option-container h3 {
  color: #8e8e8e;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin: 10px 0 40px;
}
.faq_container .option-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.faq_container .option-container ul li {
  width: 298px;
  height: 238px;
  box-shadow: 1px 4px 34px rgba(0, 0, 0, 0.1803921569);
  background: #fff;
  padding: 20px;
  border-radius: 22px;
  margin: 0 17px;
}
.faq_container .option-container ul li span {
  display: block;
  margin: 15px 0;
}
.faq_container .option-container ul li h2 {
  color: #3e3e3e;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 14px;
}
.faq_container .option-container ul li p {
  font-size: 14px;
  color: #707070;
  line-height: 18px;
}

.question_answer_container .heading_container {
  width: 100%;
  float: left;
  text-align: center;
  padding: 50px 0 20px;
}
.question_answer_container .heading_container h2 {
  color: #313233;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 32px;
}
.question_answer_container .heading_container p {
  color: #8e8e8e;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-top: 15px;
}
.question_answer_container .card {
  margin-bottom: 15px;
  border: 2px solid #e5e5e5;
  border-radius: 10px !important;
}
.question_answer_container .card .card-header {
  background-color: #fff;
  margin-bottom: 0;
  border: 0 !important;
  padding: 1.2rem 1.25rem;
}
.question_answer_container .card .card-header button {
  padding: 0;
  color: #c21b21;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}
.question_answer_container .card .card-header button:focus {
  outline: none;
  box-shadow: none;
}
.question_answer_container .card .card-body {
  padding: 1.25rem 1.25rem 2.25rem;
}
.question_answer_container .accordion > .card:not(:last-of-type) {
  border: 2px solid #e5e5e5;
}
.question_answer_container .icon_arrow {
  display: inline-block;
  background: rgba(222, 59, 59, 0.11);
  border: 1px solid rgba(219, 77, 77, 0.23);
  border-radius: 100px;
  width: 24px;
  height: 24px;
  text-align: center;
  position: absolute;
  right: 15px;
  line-height: 20px;
}
.question_answer_container .icon_arrow i {
  color: #c21b21;
  font-size: 12px;
}

.career_container {
  width: 100%;
  float: left;
  padding: 30px 0;
}
.career_container .content_career {
  position: relative;
  z-index: 1;
  max-width: 930px;
  margin: auto;
}
.career_container .top-background img {
  max-width: 100%;
}
.career_container .content-right-inner {
  overflow: hidden;
}
.career_container .heading-text {
  text-align: center;
}
.career_container .heading-text h2 {
  font-size: 32px;
  margin-bottom: 35px;
}
.career_container .heading-text h2 .underline {
  right: 0;
  margin: auto;
}
.career_container .heading-text h2 .underline .red_line {
  right: 0;
  left: 0;
  margin: auto;
}
.career_container .vacancy-container {
  width: 100%;
  float: left;
  padding: 20px 0;
  position: relative;
}
.career_container .vacancy-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(33%, 1fr));
}
.career_container .vacancy-container ul li {
  align-items: center;
  display: grid;
  min-height: 115px;
  box-shadow: 1px 4px 34px rgba(0, 0, 0, 0.1803921569);
  background: #fff;
  border-radius: 15px;
  margin-right: 16px;
  margin-bottom: 16px;
  border: 2px solid #e5e5e5;
}
.career_container .vacancy-container ul li a {
  text-decoration: none;
  padding: 15px;
}
.career_container .vacancy-container ul li span.job-type {
  display: block;
  color: #5a5a5a;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.career_container .vacancy-container ul li h2 {
  color: #c21b21;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  line-height: 16px;
}
.career_container .vacancy-container ul li span.job-address {
  display: flex;
  align-items: center;
  color: #5a5a5a;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.career_container .vacancy-container ul li span.job-address i {
  margin-right: 5px;
}
.career_container .vacancy-container ul :nth-child(3n+3) {
  margin-right: 0;
}

.career_details_container .content_career {
  max-width: 1086px;
}

.details-hero-background {
  background: url(../images/details-hero-bg.jpg);
  height: 250px;
  justify-content: center;
  align-items: center;
  display: grid;
}
.details-hero-background .details-hero-content {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.details-hero-background .details-hero-content h2 {
  color: #fff;
}
.details-hero-background .details-hero-content .posted-date {
  color: #ffc727;
  font-size: 16px;
}

.content-details {
  width: 100%;
  float: left;
  padding: 30px 0;
}
.content-details h2 {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #434343;
}
.content-details h3 {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #434343;
}
.content-details p {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 22px;
  margin-bottom: 1.5rem;
}
.content-details ul li {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 22px;
}
.content-details .sub_h2 {
  border-bottom: 2px solid #fe272b;
  padding-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 1rem;
  clear: both;
}

.form-info {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.form-info .od_info_col {
  width: 100%;
  margin: 0 0 15px 0;
}
.form-info .od_info_col .form-control {
  border: 2px solid #f8d7d8;
  display: block;
  height: 52px;
  line-height: 48px;
  padding: 0px 15px;
  color: #434343;
  font-size: 17px;
  border-radius: 0;
}
.form-info .row-container-info {
  display: block;
}

a.addSkills {
  color: #c21b21;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 17px;
}

.detailsSkills {
  display: none;
}

.form-submit-button-container {
  float: left;
  width: 100%;
}
.form-submit-button-container a {
  margin-right: 10px;
  padding: 10px 15px;
}

.select2-container--default .select2-selection--single {
  border-radius: 12px !important;
  height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  left: 20% !important;
  top: 70% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px !important;
  text-align: left !important;
  padding-left: 15px !important;
}

.file-upload {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: left;
  color: #fff;
  border: 2px solid #f8d7d8;
  display: block;
  height: 52px;
  line-height: 48px;
  padding: 0px 15px;
  color: #434343;
  font-size: 17px;
  border-radius: 0;
  background: transparent;
  display: block;
  transition: all 0.2s ease;
}
.file-upload small {
  font-size: 110%;
  color: #f44336 !important;
}
.file-upload small i {
  margin-right: 5px;
}

.file-upload input.file-input {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 100%;
}

.remove-files {
  position: absolute;
  top: 0;
  right: 0;
  border: 0 !important;
}
.remove-files #remover-click {
  color: #f44336;
  text-decoration: none;
  font-size: 22px;
  border: 0;
  background: transparent;
}
.remove-files #remover-click i {
  color: #f44336;
  text-decoration: none;
  font-size: 22px;
}

.link-career {
  font-weight: 700;
  text-transform: capitalize;
}
.link-career small {
  background: #21376e;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 5px;
  border-radius: 2px;
  color: #fff;
}

.club_details {
  padding: 15px 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
}
.club_details p {
  width: 100%;
  margin-bottom: 2px;
  font-size: 14px;
}
.club_details a {
  font-size: 14px;
  color: #b64141;
  text-decoration: none;
}

#collapse_btn {
  position: absolute;
  right: 100px;
  background: #000;
  box-shadow: none;
}

.button-container-play-pause {
  position: absolute;
  left: 15px;
  bottom: 30px;
  z-index: 1;
  width: 51px;
  height: 52px;
  background: #fff;
  padding: 10px;
  border-radius: 50px;
  border: 2px solid #000;
  transform: scale(0.7);
}

.button-container-play-pause::after {
  border-radius: 50px;
  border: 1px solid #000;
  position: absolute;
  content: "";
  width: 85%;
  height: 85%;
  left: 3px;
  top: 4px;
  display: block;
}

#play,
#pause {
  width: 100%;
  height: 100%;
  background: transparent;
  position: relative;
  display: block;
  z-index: 1;
}

#play {
  width: 0;
  height: 0;
  border-left: 18px solid #000000;
  border-right: 20px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 11px solid transparent;
  position: absolute;
  content: "";
  left: 17px;
  top: 13px;
}

#pause {
  top: 3px;
  left: 3px;
}

#pause:before {
  width: 8px;
  height: 22px;
  background: #000000;
  position: absolute;
  content: "";
  left: 0;
}

#pause:after {
  width: 8px;
  height: 22px;
  background: #000000;
  position: absolute;
  content: "";
  left: 13px;
}

#similarProducts .owl-item img {
  margin: auto;
}

/*******************about_us_section*************************/
.about_us_section {
  width: 100%;
  height: 633px;
  float: left;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url(../images/about_us_banner1.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.about_us_section .container {
  max-width: 1350px !important;
}

.about_haeder_content {
  width: 100%;
  padding-right: 130px;
  padding-left: 130px;
  padding-top: 140px;
  transition: 0.5s;
}

.about_haeder_content h1 {
  font-family: "Open Sans";
  font-weight: 700;
  color: #ffffff;
  font-size: 42px;
}

.about_haeder_content span {
  font-weight: 700;
  color: #de1c24;
}

.about_haeder_content p {
  font-family: "Open Sans";
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  padding-top: 30px;
}

.about_butn {
  padding-top: 56px;
}

.about_butn .btn {
  width: 190px;
  height: 45px;
}

.about_butn .btn-danger {
  color: #fff;
  background-color: #de1c24;
  border-color: #de1c24;
  border-radius: 50px;
}

.about_butn .btn-danger:hover {
  color: #fff;
  background-color: transparent;
  border-color: #ffffff;
}

.about_us_section_1 {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  background: url(../images/about_sec_banner.png) no-repeat center;
  background-size: cover;
  padding-bottom: 50px;
}

.about_us_section_1 .container {
  max-width: 1350px !important;
}

.about_us_sec1_inner {
  position: relative;
  bottom: 60px;
}

.about_us_sec1_inner .card-img-top {
  height: 215px;
}

.about_us_sec1_inner .card-title {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 24px;
}

.about_us_sec1_inner .card-text {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 18px;
}

.about_us_sec1_inner .card {
  border: none;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transform: translateY(0);
  transition: 0.5s;
}

.about_us_sec1_inner .card:hover {
  transform: translateY(-6px);
}

.sec_btns a {
  width: 120px;
  height: 40px;
  background: #21376e;
  font-family: "Open Sans";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  padding: 0.575rem 0.95rem;
  border: 1px solid #21376e;
  border-radius: 50px;
  list-style: none;
  transition: 0.5s;
}

.sec_btns a:hover {
  background: transparent;
  border: 1px solid #21376e;
  color: #21376e;
}

.sec_btns {
  width: 100%;
  margin-top: 30px;
}

.about_us_section_2 {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  background: url(../images/abou_us_sec_2_banner.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 85px 0 85px;
}

.about_us_section_2 .container {
  max-width: 1350px !important;
}

.about_us_section_2_para {
  width: 90%;
  margin-left: 5%;
  text-align: center;
}

.about_us_section_2_para p {
  font-family: "Open Sans";
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.sec_header_btns {
  width: 100%;
  text-align: right;
}

.sec_header_btns a {
  list-style: none;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
  transition: 0.5s;
}

.sec_header_btns a:hover {
  color: #de1c24;
  text-decoration: underline;
}

/*----------------------------------------
  6.Faq Area
----------------------------------------*/
.faq-area {
  width: 100%;
  height: auto;
  float: left;
  padding: 65px 0 60px;
}

.faq-area .container {
  max-width: 1350px !important;
}

.faq-details_content {
  width: 100%;
  height: auto;
  float: left;
}

.faq-details {
  background: url(../images/red_box.png) no-repeat;
  height: 400px;
  position: relative;
}

.faq_detail_change {
  width: 100%;
  height: auto;
  float: left;
}

.faq-details img {
  height: 400px;
  width: 370px;
  position: absolute;
  bottom: 12px;
  left: 12px;
}

.about_us_heading {
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 700;
  color: #010101;
  font-style: normal;
}

.faq-details .panel-heading {
  padding: 0;
}

.panel-default > .panel-heading {
  background-color: transparent;
  border: medium none;
  color: #333;
}

.faq-details h4.check-title a {
  color: #333;
  display: block;
  font-weight: 700;
  letter-spacing: 2px;
  margin-left: 40px;
  padding: 6px 10px;
  text-decoration: none;
}

.panel-body {
  padding: 15px 15px 0px 50px;
}

.faq-details h4.check-title {
  color: #444;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.faq-details a span.acc-icons {
  position: relative;
}

.faq-details a span.acc-icons::before {
  color: #333;
  content: "ï„…";
  font-family: fontawesome;
  font-size: 24px;
  height: 40px;
  left: -51px;
  line-height: 39px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 42px;
}

.faq-details h4.check-title a.active,
.faq-details a.active span.acc-icons::before {
  color: #3ec1d5;
}

.faq-details a.active span.acc-icons::before {
  content: "ï„‡";
  font-family: fontawesome;
  font-size: 24px;
  height: 40px;
  left: -51px;
  line-height: 39px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 42px;
}

.second-row {
  margin-top: 30px;
}

.event-content.head-team h4 {
  background: transparent none repeat scroll 0 0;
  color: #333;
  padding: 30px 0 10px;
  font-weight: 500;
  text-transform: capitalize;
}

.faq-area .nav-tabs {
  border-bottom: 1px solid #dee2e6;
  padding-top: 45px;
}

.faq-area .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #de1c24 !important;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.faq-area .nav-tabs .nav-link {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  font-family: "Open Sans";
  text-transform: capitalize;
}

.event-content {
  padding-top: 30px;
}

.faq-area .sec_btns {
  padding-top: 10px;
}

.faq-area .tab-content {
  padding-top: 30px;
}

.tab-content .fade:not(.show) {
  opacity: 1;
  color: #000000;
}

.faq-area .tab-pane {
  font-size: 16px;
  font-weight: 400;
  color: #535353;
  line-height: 28px;
  font-family: "Open Sans";
}

/***************statistics******************/
.statistics {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  background: url(../images/abou_us_sec_2_banner.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 85px 0 85px;
  text-align: center;
}

.statistics .container {
  max-width: 1350px !important;
}

.about_us_heading_clor {
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  font-style: normal;
}

.sectionClass {
  position: relative;
  display: block;
  width: 100%;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.projectFactsWrap {
  display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}

#projectFacts .fullWidth {
  padding: 0;
}

.projectFactsWrap .item {
  width: 100%;
  height: 100%;
  padding: 50px 0 0px;
  text-align: center;
}

.projectFactsWrap .item p.counter-value {
  font-family: "Open Sans";
  font-size: 45px;
  padding: 0;
  font-weight: 700;
}

.projectFactsWrap .item p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  margin-bottom: -10px;
  font-family: "Open Sans";
}

.item_image {
  float: left;
  text-align: left;
  padding: 15px;
}

.item_text {
  float: left;
}

.projectFactsWrap .item span {
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}

.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
  color: white;
}

.projectFactsWrap .item:hover span {
  background: white;
}

@media (max-width: 786px) {
  .projectFactsWrap .item {
    flex: 0 0 50%;
  }
}
.about-me-img {
  width: 120px;
  height: 120px;
  left: 10px;
  /* bottom: 30px; */
  position: relative;
  border-radius: 100px;
}

.authorWindow {
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper {
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}

.trans {
  opacity: 1;
  transform: translateX(0px);
  transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
  .authorWindow {
    width: 210px;
  }
  .authorWindowWrapper {
    bottom: -170px;
    margin-bottom: 20px;
  }
  footer p {
    font-size: 14px;
  }
}
/********************************what_people_say**********************/
.what_people_say {
  width: 100%;
  height: auto;
  float: left;
  padding: 55px 0 40px;
}

.what_people_say .container {
  max-width: 1350px !important;
}

.what_people_say {
  float: left;
}

.what_people_say_inner {
  width: 90%;
}

.what_people_say_inner p {
  color: #535353;
  font-size: 16px;
  font-weight: 400;
}

.what_people_say_inner ul {
  padding: 0;
  margin: 0;
}

.what_people_say_inner ul li {
  list-style: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: 0.5s;
  padding: 10px 0 10px;
}

.what_people_say_inner ul li span {
  padding-left: 15px;
}

.what_people_say_inner .fa {
  font-size: 16px;
  transform: translateX(0);
  transition: transform 0.5s;
}

.what_people_say_inner .fa:hover {
  color: #de1c24;
  transform: translateX(3px);
}

/****************why_choose_gig****************/
.choose_gig {
  width: 100%;
  height: auto;
  float: left;
  background: url(../images/about_sec_banner.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0 60px;
}

.choose_gig .container {
  max-width: 1350px !important;
}

.choose_gig_inner {
  width: 100%;
  height: auto;
  float: left;
}

.choose_gig_inner_1 {
  width: 100%;
  height: auto;
  float: left;
}

.accordion {
  margin-top: 40px;
  width: 95%;
}

.accordion .card {
  margin-bottom: 20px;
  background: transparent;
}

.accordion .card h2 {
  /* background: url(../images/iconfinder_minus_1303882.png) no-repeat calc(100% - 10px) center;
  background-size: 20px; */
  cursor: pointer;
  font-size: 16px;
  font-family: "Open Sans";
  text-transform: capitalize;
  font-weight: 600;
  color: #de1c24;
}

.accordion .card h2.collapsed {
  color: #000000;
}

.accordion .card-body {
  width: 90%;
  padding-left: 0;
  padding-right: 0;
  color: #535353;
  font-size: 14px;
  font-family: "Open Sans";
}

.accordion .card h2::after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  float: right;
  color: #de1c24;
  padding: 0px 10px;
}

.accordion .card h2.collapsed:after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  color: #000000;
}

.question_answer_container .accordion .card h2::after {
  display: none;
}

/******tstimonial**************/
.choose_gig_inner_1 .card {
  margin: 0 auto;
  background: transparent;
  border: none;
}

.choose_gig_inner_1 .card .carousel-item {
  height: 200px;
}

.choose_gig_inner_1 .card .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  color: #3d3d3d;
}

.choose_gig_inner_1 .card .carousel-caption h3 {
  color: #3d3d3d;
}

.choose_gig_inner_1 .card .carousel-caption p {
  line-height: 30px;
}

.choose_gig_inner_1 .card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}

.choose_gig_inner_1 .card .carousel-caption .col-sm-9 {
  text-align: left;
}

.choose_gig_inner_1 .card .carousel-control-prev,
.card .carousel-control-next {
  hover: #ef4c23;
  color: #3d3d3d !important;
  opacity: 0 !important;
  background: transparent;
  -ms-box-shadow: transparent !important;
  box-shadow: transparent !important;
}

.choose_gig_inner_1 .carousel-caption {
  bottom: 0%;
}

.choose_gig_inner_1 .carousel-control-prev-icon {
  display: none;
}

.choose_gig_inner_1 .carousel-control-next,
.carousel-control-prev {
  -ms-box-shadow: transparent !important;
  box-shadow: transparent !important;
  height: 0;
}

.choose_gig_inner_1 .carousel {
  position: relative;
  padding-top: 10px;
}

.choose_gig_inner_1 .carousel-control-next-icon {
  display: none;
}

.choose_gig_inner_1 p {
  color: #535353;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-family: "Open Sans";
}

.choose_gig_inner_1 span {
  color: #535353;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  font-family: "Open Sans";
  padding: 5px 0px;
}

.choose_gig_inner_1 h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  font-family: "Open Sans";
  font-style: normal;
  padding: 0px 5px;
}

.choose_gig_inner_1_content {
  float: left;
  text-align: left;
}

.choose_gig_inner_1_content_1 {
  float: left;
  text-align: left;
}

.choose_gig_inner_1_content .rounded-circle {
  border-radius: 50% !important;
  float: left;
  width: 80px;
  margin-right: 10px;
}

.timeslots-container {
  max-width: 1250px;
}

.timeslots-container .item {
  padding: 0 15px;
}

.timeslots-container .delivery_date {
  display: inline-block;
  width: 100%;
  padding: 14px;
  text-align: center;
  background: #f7d2d3;
  color: #9d2f33;
  border: 0;
}
.timeslots-container .delivery_date i {
  margin: 0 8px 0 0px;
}

.timeslots-container .item label {
  display: block;
  cursor: pointer;
  text-align: center;
}

.timeslots-container .item label input {
  opacity: 0;
  display: none;
}

.selectTimeWrap {
  width: 100%;
  float: left;
  position: relative;
  margin: 4px 0;
  padding: 7px 21px;
  display: flex !important;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  overflow: hidden;
}
.selectTimeWrap p {
  width: calc(100% - 25px);
  float: right;
  margin: 0 0;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  color: #316042;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.selectTimeWrap b {
  width: 20px;
  height: 20px;
  float: left;
  margin: 0;
  border: 2px solid #adc5b5;
  border-radius: 100%;
  position: relative;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.selectTimeWrap b::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  left: 3px;
  top: 3px;
  transition: 0.3s ease-in-out;
  transform: scale(0);
}
.selectTimeWrap .colorBac {
  width: 100%;
  position: absolute;
  right: 0;
  background: #caefd7;
  top: 0;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.selectTimeWrap .selectInput:checked ~ b {
  border-color: #fff;
}
.selectTimeWrap .selectInput:checked ~ b::after {
  transform: scale(1);
}
.selectTimeWrap .selectInput:checked ~ p {
  color: #fff;
}
.selectTimeWrap .selectInput:checked ~ .colorBac {
  background-color: #109235;
}

.timeslots-container .owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  top: 70px;
}

.timeslots-container .owl-prev {
  position: absolute;
  left: -10px;
  font-size: 40px !important;
}

.timeslots-container .owl-next {
  position: absolute;
  right: -10px;
  font-size: 40px !important;
}

.timeslots-container .owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
  color: #869791 !important;
  text-decoration: none;
}

.existing_shipping_container .custom-select {
  border: 2px solid #f8d7d8;
  display: block;
  height: 52px;
  line-height: 48px;
  padding: 0px 15px;
  color: #434343;
  font-size: 17px;
}

.request_div {
  width: 100%;
  float: left;
  padding: 10px 0;
  text-align: center;
}
.request_div a {
  background: #e81e1e 0% 0% no-repeat padding-box;
  border-radius: 100px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 8px 20px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.cities-container .label-form,
.addresses-container .label-form {
  font-weight: 600;
  font-size: 13px;
}

.inner_form {
  width: 100%;
  float: left;
  margin: 10px 0;
}

.add_new_shipping_link {
  background: #fb6568;
  padding: 7px 15px;
  float: right;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 7px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-top: 9px;
  margin-right: 9px;
  transition: all 0.3s;
  text-decoration: none;
}

.add_new_shipping_link:hover {
  color: #fff;
  background: #7e0003;
}

.total-amount {
  flex-wrap: wrap;
}

#add_icon {
  position: absolute;
  right: -10px;
  top: 37px;
  cursor: pointer;
}

.bday_fields_other {
  position: relative;
}

.remove_icon {
  float: right;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #e01d1d;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  position: absolute;
  right: -20px;
  top: 30px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.custom-checkbox {
  float: left;
}

.image-delivery-polity {
  text-align: center;
  margin: auto;
}

.heading4 {
  font-size: 18px;
}

.btn_1 {
  background: #de202a;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 60px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: auto;
  text-align: center;
  margin: auto;
  border-radius: 50px;
  margin: 20px auto;
  outline: none !important;
  cursor: pointer;
}

.club_member_forgot_password {
  color: #242424;
  font-size: 14px;
  text-align: center;
  text-decoration: underline;
  text-transform: capitalize;
  margin: 20px 10px 4px;
}

.grp_admin_register {
  color: #242424;
  font-size: 14px;
  text-align: center;
  text-decoration: underline;
  text-transform: capitalize;
  margin: 20px 10px 4px;
}

.content_group_admin {
  min-height: inherit !important;
  padding-left: 0 !important;
}

.rename_wishlist .button04 {
  height: auto;
  width: 100px;
}

.bulleting_heading {
  display: flex;
}

.bulleting_heading_left {
  padding: 0;
}

.bulleting_heading_right {
  padding: 0;
}

.next-department-link-container {
  margin-bottom: 5cm;
}

.sd-department-title .label-left {
  background: #fff;
  padding: 3px 10px;
  color: #de1a22;
  left: 100px;
  font-size: 15px;
}

.sd-department-title .label-left:after {
  content: " ";
  position: absolute;
  right: -14px;
  top: 0px;
  border-top: 14px solid transparent;
  border-right: none;
  border-left: 14px solid #fff;
  border-bottom: 14px solid transparent;
}

.sd-department-title .label-right {
  background: #fff;
  padding: 3px 10px;
  color: #de1a22;
  font-size: 15px;
  left: inherit !important;
  right: 100px;
}

.sd-department-title .label-right:after {
  content: " ";
  position: absolute;
  left: -14px;
  top: 0px;
  border-top: 14px solid transparent;
  border-right: 14px solid #fff;
  border-left: none;
  border-bottom: 14px solid transparent;
}

.ss_button {
  text-align: left;
  background: #f4f8f7 !important;
  padding: 15px 10px 15px 0px !important;
  border: 0 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.ss_image {
  right: 15px;
  top: 20px;
}

.ss_ulsearch {
  padding-left: 0;
  width: 100% !important;
  margin-top: -50px !important;
}

.ss_ulsearch .ss_ul {
  width: 100% !important;
}

.ss_ulsearch .search input {
  padding: 10px 0px !important;
}

/* Game style */
.game_wrapper {
  width: 100%;
  float: left;
  background: url("../images/game_bg.jpg") repeat-y top center;
  min-height: 800px;
  border-radius: 30px;
  /* height: 100vh; */
  -ms-background-size: cover;
  background-size: cover;
  padding: 0 25px 25px;
}

.container_table {
  width: 100%;
  float: left;
  margin: 0px 0 0 0;
}

.join_game_container .btn {
  background-color: #fff;
}

.contentGm {
  background: #fad88a;
  border: 14px solid #fff;
  clear: both;
  position: relative;
  border-radius: 80px;
  min-height: 480px;
  max-width: 1150px;
  margin: auto;
  float: left;
  margin-bottom: 20px;
}

.contentGm::before {
  width: 100%;
  float: left;
  content: "";
  background: url("../images/transparent_bg.png") no-repeat top center;
  height: 100%;
  -ms-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.shopping_dashboardContent {
  width: 100%;
  float: left;
  position: relative;
}

.headingContainer {
  width: 100%;
  float: left;
  text-align: center;
  padding: 50px 0;
}

.headingContainer h2 {
  font-size: 36px;
  color: #fff;
  text-decoration: underline;
}

.gmInnerContent {
  margin-top: 30px;
  width: 100%;
  float: left;
}

.gmInnerContent h2 {
  /* background: #de1a22; */
  color: #000;
  text-transform: capitalize;
  padding: 15px 20px 15px;
  margin-bottom: 0;
  text-align: center;
  font-size: 30px;
  display: inline-block;
  width: 100%;
}

.gmInnerContent .Shipping_address {
  padding: 20px 12px;
  margin-top: 0;
}

.gmButtonContainer {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 40px;
}

.gmButtonContainer .login_btn02 {
  margin-top: 0;
  float: none;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  background: #de1a22;
  color: #fff;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 600;
  padding: 9px 30px;
  line-height: 40px;
  border: 3px solid #fff;
  letter-spacing: 0;
  box-shadow: 5px 4px 0px rgba(39, 39, 39, 0.23);
  text-decoration: none;
}

.coupon_details {
  display: none;
}

.game_coupon {
  width: 100%;
  height: 220px;
  float: left;
  position: relative;
  display: block;
}

.game_coupon_top {
  display: block;
  width: 100%;
  float: left;
  padding: 0px;
  text-align: left;
}

.gameCouponContentBottom {
  float: left;
  width: 100%;
  padding: 0 15px 20px;
}

.gameCouponContentBottom .form-group {
  margin-bottom: 0rem;
}

.gameCouponContentBottom .table {
  margin-bottom: 0rem;
}

.game_coupon_applied {
  color: #fff;
  float: right;
}

.game_coupon_available {
  /*    color: #008000;*/
  color: #fff;
  float: right;
}

.game_coupon_top_item {
  text-align: right;
  margin-top: -8px;
  padding: 2px 15px;
}

.linkGame {
  border-radius: 5px;
  margin-right: 22px;
}

.game_coupon_top_item_first {
  margin-top: 10px;
}

.game_coupon_bottom {
  display: block;
  width: 100%;
  float: left;
  position: absolute;
  bottom: 7px;
}

.game_coupon_block {
  display: block;
  width: 56px;
  height: 56px;
  float: right;
  margin-right: 9px;
  margin-left: 7px;
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  background-color: #e2b760;
  color: #000;
  border: 3px solid #e2b760;
  line-height: 45px;
  border-radius: 10px;
  box-shadow: 3px 3px 0px rgba(163, 85, 0, 0.99);
}

.game_coupon_block_israel {
  float: left;
  margin-left: 7px;
  margin-right: 0;
}

.game_coupon_number {
  color: #fff;
  border: 3px solid transparent;
}

.ui_game_coupon_container {
  display: inline-block;
  background: #fff;
  width: 507px;
  height: 235px;
  margin: 15px 12px 15px;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 2px 0px 40px rgba(39, 39, 39, 0.52);
}

.games_navigation_container {
  text-align: center;
  margin-top: -42px;
}

.games_navigation_container a {
  text-decoration: none;
}

.games_navigation {
  width: 23%;
  border: 3px solid #fff;
  border-radius: 15px;
  background-color: #27407d;
  color: #fff;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  padding: 12px 6px;
  margin: 0 4px;
  -ms-box-shadow: 5px 5px 0px rgba(39, 39, 39, 0.23);
  box-shadow: 5px 5px 0px rgba(39, 39, 39, 0.23);
}

.games_navigation_active {
  background-color: #1a284b;
  color: #fff;
}

.preview_game {
  margin-top: 15px;
  display: none;
  width: 100%;
  float: left;
}

.gd_game_parent {
  display: inline-block;
  background: #fff;
  width: 507px;
  height: 265px;
  margin: 15px 12px 15px;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 2px 0px 40px rgba(39, 39, 39, 0.52);
}

.gd_game_container {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.gd_game_container .cart-buttons-container {
  margin-top: 60px;
}

.block_gm_container .table-responsive {
  border-radius: 12px 12px 0 0;
}

.block_gm_container .table thead th {
  background: #fff;
}

.block_gm_container .table td,
.block_gm_container .table th {
  background: #fff;
}

.created_span {
  display: block;
  padding-top: 8px;
  clear: both;
}

.game_wrapper .shopping-inner {
  background: transparent;
}

.gameCouponContent .games_navigation_container {
  margin-top: 0;
}

.gameCouponContentTop {
  padding: 30px 25px;
  float: left;
  width: 100%;
  text-align: left;
}

.gameCouponContentTop .cart-items-container {
  box-shadow: none;
  border: 2px solid #1e436c;
  border-radius: 4px;
  margin-top: 0px;
}

.gameCouponContentTop .cart-buttons-container {
  margin-bottom: 10px;
}

.gameCouponContentTop .preview_voucher {
  border: 2px solid #1e436c;
  border-radius: 4px;
}

.gameCouponContentTop .preview_voucher div {
  border-bottom: 0;
}

.closed_text {
  color: #dd1f27;
}

.join_game_container {
  border: 1px solid #cccccc;
  float: none;
  max-width: 440px;
  text-align: center;
  padding: 20px 0 0 0;
  margin: 0px auto;
  display: none;
  background: #1d446d;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 1;
}

.join_game_container label {
  color: #fff;
}

.join_game_container input[type=text] {
  width: 200px;
  display: inline-block;
  height: 38px;
  margin-bottom: 10px;
}

.join_game_container .form-group {
  margin-bottom: 9px;
}

/* style add on 15-7-2022 */
.popup_container_gm_message {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(24, 24, 24, 0.7);
  display: none;
  padding: 0 10px;
}

.popup_container_gm_message .closeContain {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.popup_container_gm_message .popupContain {
  width: 350px;
  /* height: 50%; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  overflow: hidden;
}

.popup_container_gm_message h1 {
  font-size: 30px;
}

.header-message {
  background: #f55555;
  width: 100%;
  float: left;
  padding: 20px;
  text-align: center;
  border-radius: 20px 20px 0 0;
}

.header-message i {
  color: #fff;
  font-size: 50px;
}

.body-gm_message {
  width: 100%;
  float: left;
  padding: 20px;
  text-align: center;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  border-radius: 0px 0px 20px 20px;
}

.popup_container_gm_message .popupContain .closePop {
  text-transform: uppercase;
  color: #fff;
  background: #f55555;
  text-align: center;
  border-radius: 50px;
  padding: 6px 20px;
  cursor: pointer;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.popup_container_gm_message .popupContain p {
  width: 100%;
  float: left;
  color: #607d8b;
  margin: 0 0 20px 0;
  font-size: 15px;
  font-weight: 700;
}

.popup_container_gm_message .closeContain {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.cart-buttons-container {
  width: 100%;
  float: left;
  margin-top: 10px;
}

.cart-buttons-container .btn {
  background: #1d446d;
  border: 0;
  color: #fff !important;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 8px 17px;
  font-size: 18px;
  font-weight: 600;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  border: 2px solid transparent;
  text-decoration: none;
}

.custom-control-label-02 {
  font-size: 15px;
}

.select2-container--default .select2-selection--single {
  border: 2px solid #f8d7d8 !important;
  display: block !important;
  height: 52px !important;
  line-height: 48px;
  padding: 0px 15px;
  color: #434343;
  font-size: 16px;
  border-radius: 0.25rem !important;
}

.order_success {
  border: 2px solid #008000;
  border-radius: 5px;
  padding: 20px 15px;
  background-color: #e5f2e5;
}

.order_failure {
  border: 2px solid #ff0000;
  border-radius: 5px;
  padding: 20px 15px;
  background-color: #ffe5e5;
}

.redeem-voucher-button-container {
  margin-top: 0;
  padding: 0 10px;
}

.redeem-voucher-button-container input {
  border: 0;
  height: 52px;
}

/* style add on 29-3-2022 */
.tab_class {
  padding: 10px;
  border: 1px solid #dee2e6;
}

.tab_class a {
  color: #de1c24;
}

.nav_class .nav-tabs {
  border: 0;
  margin-bottom: -1px;
}

.nav_class .nav-tabs .nav-link {
  color: #1d446d;
}

.pagination-container {
  text-align: center;
  display: flex;
  margin: 30px 0;
}

.pagination-container .pagination {
  position: relative;
  margin: auto;
  top: inherit;
  right: inherit;
  justify-content: center;
}

.table thead th {
  vertical-align: top;
  border-bottom: 1px solid #dee2e6;
  border-top: 0;
  background-color: #eef0f2;
}

.extend-prime-member {
  border: 0;
}

.return_product_container .cart-items-container {
  border-top: 0;
  margin: 10px 0;
}

.row_order_product_name .custom-control-label::before {
  border-radius: 30px;
}

.shipping-content {
  width: 50%;
}

.return_product_container .shipping-lines {
  margin-bottom: 10px;
  border: 2px solid #f8d7d8;
  display: block;
  height: 52px;
  line-height: 48px;
  padding: 0px 15px;
  color: #434343;
  font-size: 16px;
}

.place_return {
  margin: 15px 0 0;
  border: 0;
}

.return_product_header_container {
  display: flex;
}

.button_cancel {
  position: absolute;
  right: 10px;
}

.check-shipping-address .custom-control-input {
  top: 2px !important;
  z-index: 1 !important;
}

.amount_order_product {
  text-align: right;
}

.name_order_product {
  padding-left: 0;
}

.quantity_order_product {
  padding-left: 0;
}

.amount_order_product {
  padding-left: 0;
}

.group_member .btn-cart {
  display: inline-block;
  background: #FE272B 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(255, 0, 0, 0.4705882353);
  border-radius: 4px;
  font: normal normal 600 16px/24px Open Sans;
  letter-spacing: 0px;
  color: #fff;
  padding: 8px 20px;
  transition: 0.3s ease-in-out;
  outline: none;
  border: none;
  margin-top: 10px;
}
.group_member .btn-cart:hover {
  background: #b71717;
}

.header_top {
  background: #de1a22 !important;
}

.acount_section a {
  text-transform: capitalize;
}

.lastOrder {
  background: transparent !important;
  box-shadow: none !important;
}
.lastOrder img {
  width: 25px;
}

.header_bottom .row {
  justify-content: space-between;
}

.shipList {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.shipList .check_prime {
  width: 20%;
}
.shipList .check_prime_content {
  width: 80%;
  padding: 0 0 10px 0px;
}
.shipList .ship_details {
  width: 20%;
}

.ship_details p {
  padding: 6px;
  background: #f0f8ff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: none !important;
}

.innerContent {
  width: 100%;
  float: left;
  padding: 80px 15px;
  position: relative;
}
.innerContent .shopping_dashboard_container {
  width: 100%;
  float: left;
}
.innerContent .grid-brand-view {
  background: #fff;
  box-shadow: 0 1px 4px 1px rgba(134, 134, 134, 0.1);
  float: left;
  position: relative;
  margin: auto;
  width: 100%;
  padding: 15px 15px;
}
.innerContent .product-img {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
  /* border: 1px solid #ddd; */
  padding: 20px;
  overflow: hidden;
  min-height: 200px;
  align-items: center;
  display: flex;
}
.innerContent .product-content {
  text-align: center;
  padding-top: 20px;
}

.shopping-inner {
  padding: 40px 0px 50px 0;
  background: #f1f3f6;
}

.allbrand-container {
  padding: 40px 0;
}
.allbrand-container .allbrand-product {
  position: relative;
  background: #fff;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
  /* padding: 15px 10px 30px 10px; */
  padding: 0;
  overflow: visible;
  width: 290px;
  margin-left: 15px;
  margin-right: 5px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  box-shadow: 0 0px 10px 1px rgba(149, 149, 149, 0.3);
  /* width: 32%; */
}

.product-img img {
  max-width: 268px;
  width: 100%;
}

.product-content h3 {
  font-family: "Neutraface2Text-Demi";
  font-weight: 600;
  font-size: 16px;
  color: #272727;
  font-style: normal;
  letter-spacing: 0.5px;
}
.product-content h3 a {
  color: #272727;
}

.grid-list-view {
  background: #fff;
  /* border: 1px solid #d1d1d1; */
  float: left;
  position: relative;
  margin: inherit;
  margin-left: 314px;
  max-width: 1570px;
  width: 100%;
  padding: 15px 15px;
}

.grid-list-view03 {
  margin-left: 0 !important;
}

.order_success {
  border: 2px solid #008000;
  border-radius: 5px;
  padding: 20px 15px;
  background-color: #e5f2e5;
  width: 80%;
}

.voucher_container .row {
  margin-left: 0;
  margin-right: 0;
}

.grid-list-view h2 {
  color: #1d446d;
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 24px;
  /* text-align: left; */
}

.triangle {
  padding-right: 10px;
}

.active_shipping {
  background: #fff0f0;
}

.categorySlide {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
}
.categorySlide .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.categorySlide .container-fluid .categorySlide_inner {
  width: 100%;
  height: auto;
}
.categorySlide .container-fluid .categorySlide_inner .category_Slide .item figure {
  width: 100%;
  margin: 0;
}
.categorySlide .container-fluid .categorySlide_inner .category_Slide .item figure img {
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.categorySlide .owl-carousel .owl-stage-outer {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.categorySlide .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
}
.categorySlide .owl-nav .owl-prev,
.categorySlide .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  font-size: 20px !important;
  line-height: 30px;
  padding: 1px 0 !important;
  color: #fff !important;
  background: #DE1A22 !important;
  transition: 0.3s ease-in-out;
}
.categorySlide .owl-nav .owl-prev:hover,
.categorySlide .owl-nav .owl-next:hover {
  background: #fff !important;
  color: #DE1A22 !important;
}
.categorySlide .owl-nav .owl-prev {
  float: left;
}
.categorySlide .owl-nav .owl-next {
  float: right;
}

.inner-page-heading-container h2 {
  padding: 10px 0 10px;
  display: inline-block;
}

.listing li ol {
  width: 100%;
  float: left;
  padding: 0 0 !important;
  margin: 0 0 !important;
  display: flex;
  flex-flow: column;
  gap: 35px;
}
.listing li ol li {
  width: 100%;
  float: left;
  padding: 0 0 !important;
  border: 0 !important;
}
.listing li ol li .btn__readmore {
  display: inline-block;
  margin: 15px 0 0 0 !important;
}

.js-textareacopybtn {
  border: 0;
  background-color: transparent;
  margin: 0 0 0 18px;
  color: #047dff;
}

.share_link {
  width: 100%;
  float: left;
  word-break: break-all;
}

.rightButton {
  float: right;
  margin: -45px 0 22px 0;
}

.fractional_price .custom.pull-left {
  float: left;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 9px 13px;
}
.fractional_price .custom.pull-left input {
  width: 41px;
  height: 33px;
  border: 1px solid #ddd;
  padding: 0 5px;
}
.fractional_price .custom.pull-left select {
  width: 120px;
  height: 33px;
  border: 1px solid #ddd;
  padding: 0 5px;
}

.price_explanation {
  margin-top: 4px;
  text-align: left !important;
  padding: 0 0 0 12px;
}

.sucess .s_message {
  display: block;
  width: 100%;
  float: left;
  background: #cfffce;
  padding: 15px 37px;
  font-size: 19px;
  font-weight: 600;
  color: #316830;
  text-align: center;
}

.products_container {
  justify-content: center;
  gap: 22px;
}
.products_container .allbrand-product {
  margin: 0 0;
}
.products_container .allbrand-product .product-img {
  width: 100%;
  float: left;
}
.products_container .allbrand-product .product-img a {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.products_container .allbrand-product .product-img img {
  max-width: 180px;
  width: 100%;
}
.products_container .allbrand-product .product-content {
  width: 100%;
  float: left;
  padding: 0 0 29px 0;
}
.products_container .allbrand-product .product-content h3 {
  font-family: "Lato";
  font-size: 16px;
}

.scrolling_middle {
  width: 100%;
  float: left;
}
.scrolling_middle h2 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 36px;
  margin: 13px 0 32px 0;
}/*# sourceMappingURL=style.css.map */