.page-new-products #products .products-selection .view-mode{
  position: revert;
}
/*** ESSENTIAL STYLES ***/
.sf-contener {
  float: left;
  width: auto;
}

.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu {
  position: static;
  padding: 0;
  float: left;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
    width: 100%;
  }
}

.sf-menu ul {
  position: absolute;
  top: -999em;
  background: #fff;
}

@media (max-width: 767px) {
  .sf-menu ul {
    position: relative;
  }
}

.sf-menu ul li {
  width: 100%;
}

.sf-menu li:hover {
  visibility: visible !important;
  display: block;
  /* fixes IE7 'sticky bug' */
}

.sf-menu>li {
  float: left;
  padding: 5px 19px 5px 3px;
}

.sf-menu>li:last-child {
  padding-right: 0;
}

@media (max-width: 767px) {
  .sf-menu>li {
    float: none;
    position: relative;
    border-right: none;
    padding: 0;
    width: 100%;
  }

  .sf-menu>li span {
    position: absolute;
    right: 6px;
    top: 18px;
    width: 30px;
    height: 30px;
    z-index: 2;
    color: #fff;
  }

  .sf-menu>li span:after {
    font-family: "FontAwesome" !important;
    content: "\f067";
    font-size: 24px;
  }

  .sf-menu>li span.active:after {
    content: "\f068";
  }
}

.sf-menu>li>a {
  font: normal 14px/20px "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #e1c36f !important;
  display: block;
  padding: 0px;
  font-weight: 600 !important;
  letter-spacing: 0.095em;
  font-size: 14px !important;
}

@media (max-width: 767px) {
  .sf-menu>li>a {
    display: block;
    padding: 15px !important;
    border-top: 1px solid #fff;
  }
}

.sf-menu>li.sfHover>a,
.sf-menu>li>a:hover,
.sf-menu>li.sfHoverForce>a {
  color: #fff;
}

.sf-menu li li li a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: normal;
  padding-bottom: 10px;
}

.sf-menu li li li a:before {
  content: "\f105";
  display: inline-block;
  font-family: "FontAwesome";
  padding-right: 10px;
}

.sf-menu li li li a:hover {
  color: #e1c36f;
}

.sf-menu li ul {
  display: none;
  left: 0;
  top: 100%;
  /* match top ul list item height */
  z-index: 99;
  padding: 12px 0 18px 0;
  background: black;
}

@media (max-width: 767px) {
  .sf-menu li ul {
    top: 0;
  }
}

.isStuck .sf-menu li ul {
  background: black;
}

@media (min-width: 1200px) {
  #index .sf-menu li ul {
    background: rgba(0, 0, 0, 0.6);
  }
}

@media (min-width: 1200px) {
  #index .isStuck .sf-menu li ul {
    background: rgba(0, 0, 0, 0.8);
  }
}

.sf-menu li li ul {
  position: static;
  display: block !important;
  opacity: 1 !important;
  background: none !important;
}

.isStuck .sf-menu li li ul {
  background: none;
}

.sf-menu li li li ul {
  padding: 0 0 0 20px;
}

.sf-menu li li li ul {
  width: 220px;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 200px;
  /* match ul width */
  top: 0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 200px;
  /* match ul width */
  top: 0;
}

.sf-menu>li>ul {
  padding: 26px 30px 31px;
  width: 100%;
}

.sf-menu>li>ul>li>a {
  text-transform: uppercase;
  font: 600 16px/20px "Lora", serif;
  color: #e1c36f;
}

.sf-menu>li>ul>li>a:hover {
  color: #fff;
}

.sf-menu>li>ul>li {
  float: left;
  width: 20%;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .sf-menu>li>ul>li {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .sf-menu>li>ul>li {
    width: 100%;
  }
}

@media (min-width: 768px) {
  nav.right-top-header .cartBox.clearfix .menu_container.overlay .cartBox.clearfix {
    display: none;
  }

  .sf-menu>li>ul>li.first-in-line-lg {
    clear: left;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .sf-menu>li>ul>li.first-in-line-xs {
    clear: left;
  }
}

.sf-menu>li>ul>li#category-thumbnail {
  width: 100% !important;
  float: none;
  clear: both;
  overflow: hidden;
  padding-right: 0;
}

.sf-menu>li>ul>li#category-thumbnail>div {
  float: left;
  padding-left: 10px;
  width: 33.333%;
}

@media (max-width: 479px) {
  .sf-menu>li>ul>li#category-thumbnail>div {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
    text-align: center;
  }
}

.sf-menu>li>ul>li#category-thumbnail>div:first-child {
  padding-left: 0;
}

.sf-menu>li>ul>li#category-thumbnail>div img {
  max-width: 100%;
  display: block;
}

.cat-title {
  display: none;
}

@media (max-width: 767px) {
  nav.right-top-header>.cartBox.clearfix>.shopping_cart {
    display: none;
  }

  .cat-title {
    display: block;
    font: 400 18px/22px "Lora", serif;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 1em 15px;
    position: relative;
  }

  .cat-title:hover,
  .cat-title.active {
    color: #e1c36f;
  }

  .cat-title:after {
    display: block;
    font-family: "FontAwesome";
    content: "\f0c9";
    position: absolute;
    right: 15px;
    top: 18px;
    font-size: 26px;
  }

  .cat-title.active:after {
    content: "\f068";
  }
}

.sf-menu li.sf-search {
  border: none;
}

.sf-menu li.sf-search input {
  display: inline;
  padding: 0 13px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  margin: 13px 10px 0 0;
  font-size: 13px;
  color: #9c9b9b;
  border: 1px solid #d6d4d4;
}

/* new */
#header {
  background: transparent !important;
}

.header-container {
  padding-top: 7px;
  background: transparent !important;
}

.header-container .container {
  max-width: 1170px !important;
  width: 100%;
  margin: 0 auto;
}

.header-container .shopping_cart .block {
  margin-bottom: 20px;
}

.header-container .shopping_cart .user_info {
  margin-top: 20px;
  margin-left: 20px;
}

.login {
  color: #DBD1C0 !important;
}

.icon-user {
  color: #DBD1C0 !important;
}

#search_widget form input {
  background-color: #f3f2f2;
  opacity: 0.3;
  border-radius: 0;
}

#search_widget form input::placeholder {
  color: #9c9b9b !important;
  opacity: 1 !important;
}

.header-container .main-header #search_widget input {
  max-width: 180px;
}

#search_widget .material-icons {
  background: none;
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
  border: none;
  color: #fff;
  width: 44px;
  text-align: center;
  box-shadow: none;
}

#search_widget .material-icons:hover {
  color: #e1c36f;
  cursor: pointer;
}

.sf-menu li ul {
  display: block !important;
}

#header {
  position: sticky;
  top: -25px;
  z-index: 999;
  background: #fff;
  color: #7a7a7a;
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / .11);
  box-shadow: none;
}

.page-index div#_prestablog_index {
  margin-top: 0px !important;
}

/* Footer start */
#footer .container {
  max-width: 1130px !important;
  margin: 0 auto;
}

.footer-container {
  padding-top: 0 !important;
}

.footer-container .footer_info .footer_info_element {
  margin: 20px;
}

.footer-container #footer a {
  word-break: break-word;
}

#block_myaccount_infos .collapse {
  display: block;
}

.block-social ul {
  margin-top: 0 !important;
}

#footer .container .custom-wines-footer {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

#footer .container .custom-wines-footer>div {
  width: 25%;
}

#footer .container .custom-wines-footer .row .wrapper {
  width: 100%;
}

.block_newsletter {
  margin: 0;
  background: transparent;
}

#footer .block_newsletter .alert-danger {
  font-size: 12px;
}

#footer .block_newsletter .alert-success {
  font-size: 12px;
}

#footer .block_newsletter .alert {
  padding: 10px;
}

.block_newsletter form input {
  border: none !important;
  padding: 0 0 0 4px !important;
}

.block_newsletter form input::placeholder {
  color: #ffffff;
  font-weight: 500;
  opacity: 1;
  font-size: 12px;
}

.block_newsletter .form-group {
  margin-bottom: 10px;
}

.email_subscription .conditions {
  color: #fff;
  font-weight: 400;
  font-size: 11.5px;
  line-height: 13.5px;
}

.email_subscription .gdpr_consent span {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 11.55px;
  font-weight: 300;
}

.block-social ul .facebook {
  background-color: transparent;
  font-weight: 600;
  background-size: 18px;
  line-height: 21px;
}

.block-social ul .facebook a {
  display: flex;
  justify-content: end;
}

.block-social ul li:hover {
  background-color: transparent !important;
}

.footer-container #footer h4 {
  margin: 30px 0;
}

.block-social ul li a {
  height: 100%;
  padding-top: 7px;
  overflow: visible;
  text-indent: 100%;
  white-space: nowrap;
  align-items: flex-end;
  color: #fff !important;
  font-weight: 500 !important;
  margin: 0 0 0 35px;
}

#footer .container .custom-wines-footer .block_newsletter .input-wrapper {
  position: relative;
}

#footer .container .custom-wines-footer .block_newsletter .input-wrapper .footer_news_letter_input {
  font-size: 12px;
}

#footer .container .custom-wines-footer .block_newsletter .input-wrapper .btn-primary {
  position: absolute;
  right: 0;
  padding: 0 10px !important;
  border-radius: 0 5px 5px 0 !important;
  background-color: #813252 !important;
}

#footer .container .custom-wines-footer .block_newsletter .input-wrapper .btn-primary:hover {
  background-color: #9b3866;
}

#footer .custom-wines-footer .block-social #footer_sub_menu_2 {
  display: flex;
}

#footer .container-fluid {
  padding: 100px 0 0 0;
}

body #search_widget form input {
  padding-left: 10px;
  background: transparent;
}

#search_widget form {
  background: rgba(243, 242, 242, 0.3);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.16);
  min-width: 212px;
}

body #search_widget form input {
  opacity: 1;
}

.left-top-header .lgcf-events-menu a i {
  display: none;
}

.lgcf-events-menu a:hover {
  color: #fff !important;
}

.lgcf-events-menu a {
  color: #e1c36f !important;
}

nav.left-top-header .lgcf-events-menu a {
  text-transform: uppercase;
  color: #e1c36f;
  display: block;
  letter-spacing: .095em;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
          padding-left: 12px;
}

.header-container .main-header nav.left-top-header div#block_top_menu>div {
  line-height: 0;
}

#blog_list_1-7 li:hover .block_cont {
  background-color: transparent !important;
  box-shadow: none !important;
}

#blog_list_1-7 li:hover {
  background: #E9E9E9;
  box-shadow: #e8e8e8 1px 1px 1px;
}

#blog_list_1-7 li:hover .block_cont {
  border: 0 !important;
  background: transparent !important;
}

/* footer end */
/* media query start */

@media(min-width: 768px) {
  .page-index div#_prestablog_index {
    margin-top: -5px;
  }

  .header-container .main-header nav.right-top-header .menu_container.overlay div#block_top_menu,
  .header-container .main-header nav.right-top-header .menu_container.overlay div#_prestablog_index {
    display: none;
  }

  #header .menu>ul>li>.sub-menu>ul.sf-menu>li>a.dropdown-item.dropdown-submenu {
    font-size: 16px !important;
    letter-spacing: 0;
    font-weight: 700 !important;
    white-space: normal;
  }

  #header .menu>ul>li>.sub-menu>ul.sf-menu>li ul li {
    padding: 0;
  }

  #header .menu>ul>li>.sub-menu>ul.sf-menu>li ul li a {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
    font-size: 14px !important;
    color: #fff !important;
    text-transform: revert !important;
  }

  #header .menu>ul>li>.sub-menu>ul.sf-menu>li ul li a:hover {
    color: #e1c36f !important;
  }

  #header .menu>ul>li>.sub-menu {
    top: 20px !important;
  }

  #header .menu>ul>li>.sub-menu>ul.sf-menu {
    display: flex !important;
    flex-wrap: wrap;
    padding: 20px 16px 0px;
    margin: 0;
    width: 100%;
  }

  body .top-menu .sub-menu {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
  }

  #header .menu>ul>li>.sub-menu>ul.sf-menu>li {
    width: 16.66% !important;
    margin: 0;
  }

  div#block_top_menu {
    position: static;
  }

  body .header-container .main-header nav.right-top-header .menu_container.overlay .shopping_cart,
  .header-container .main-header nav.right-top-header div#block_top_menu {
    display: none;
  }

  body .header-container .main-header .row {
    margin: 0;
    position: relative;
  }

  .header-container .main-header .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .header-container .main-header nav.left-top-header {
    display: flex;
    align-items: center;
    order: 1;
    width: 40%;
  }

  .header-container .main-header nav.left-top-header div#block_top_menu {
    padding: 0;
  }

  .header-container .main-header nav.right-top-header {
    order: 3;
    width: 40%;
  }

  .header-container .main-header nav.right-top-header .cart_block.block {
    margin: 0;
  }

  body header .row #header_logo {
    order: 2;
    width: 20%;
    float: none;
    position: static !important;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
  }

  body .sf-menu>li {
    padding: 5px 7px 5px 3px;
  }

  div#_prestablog_index {
    padding-left: 12px;
    margin-top: 0px;
  }

  div#_prestablog_index a {
    text-transform: uppercase;
    color: #e1c36f !important;
    display: block;
    padding: 0;
    letter-spacing: 0.095em;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  div#_prestablog_index a:hover {
    color: #fff !important;
  }

  .header-container .shopping_cart .user_info {
    margin-top: 0 !important;
  }

  body #header .cart_block {
    border: 0;
  }

  .header-container .header_indent {
    display: flex;
    align-items: center;
  }

  .header-container .shopping_cart .user_info {
    margin-right: 0;
  }

  body .shopping_cart .cart_btn {
    margin-right: 0;
  }

  .sf-menu>li>a:hover {
    color: #fff !important;
  }
}

@media only screen and (max-width: 1200px) {
  .header-container .shopping_cart .user_info {
    margin-right: 0 !important;
  }

  .footer-container .footer_info .footer_info_element {
    min-width: auto;
  }

  .featured-products {
    padding: 0 15px;
  }
}

@media (max-width: 1100px) {
  .footer-container #footer h4 {
    margin: 0 0;
  }

  #footer .custom-wines-footer .block-social #footer_sub_menu_2 {
    margin-top: 30px !important;
  }

  #footer .container {
    max-width: 100% !important;
    width: 100%;
  }

  body .footer-container #footer_banner .container {
    height: auto;
  }

  div#footer_banner .footer_info_holder.desktop {
    display: flex;
    align-items: center;
    padding-left: 24px;
  }

  #footer .container-fluid {
    padding: 50px 0 0 0;
  }

  body .sf-menu>li {
    padding: 5px 3px 5px 3px;
  }

  div#_prestablog_index {
    padding-left: 7px;
  }

  #search_widget form {
    min-width: 190px;
  }

  body .user_info a {
    margin-right: 10px;
  }

  body .header-container .shopping_cart .user_info {
    margin-left: 10px;
  }

  .footer-container .footer_info .footer_info_element {
    margin: 0;
    padding: 0 7px;
  }

  body .footer_info {
    margin: 0;
  }

  body #footer_logo {
    position: static;
  }

  div#footer_banner .row.footer_info {
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  body .sf-menu>li>a,
  div#_prestablog_index a,
  nav.left-top-header .lgcf-events-menu a {
    font-size: 12px !important;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  body .top-menu a[data-depth="0"] {
    padding: .625rem 0px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  body .lgcf-events-menu {
    width: auto;
  }

  body .header-container .container {
    padding: 0 7px;
  }

  .top-menu[data-depth="0"] {
    display: flex;
  }

  body #header .menu>ul>li>.sub-menu {
    top: 5px !important;
  }

  div#_prestablog_index {
    padding-left: 0px;
  }

  body .header-container .main-header nav.left-top-header {
    width: 50%;
  }

  body .header-container .main-header nav.right-top-header {
    width: 40%;
  }

  body header .row #header_logo {
    width: 10% !important;
  }

  body .header_indent .container #search_widget {
    display: flex;
    float: none;
  }

  body #search_widget form {
    min-width: auto;
  }

  body #header_logo img {
    width: 91px;
  }

  body .header-container .main-header nav.right-top-header {
    padding-left: 8px;
  }
}

@media only screen and (max-width: 992px) {

  /* footer css */
  #footer .container .custom-wines-footer>div {
    padding-left: 0;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .footer-container .footer_info .footer_info_element {
    margin: 10px;
  }
}

@media (min-width: 768px) and (max-width: 965px) {
  .header_indent .container #search_widget {
    display: none;
  }
}

@media (max-width: 767px) {
  .lgcf-events-menu a {
    color: #DBD1C0 !important;
  }

  div#footer_banner .footer_info_holder.desktop {
    flex-wrap: wrap !important;
    padding-left: 0;
  }

  #header .menu>ul>li>.sub-menu>ul.sf-menu>li a.dropdown-item span {
    display: none;
  }

  .top-menu .sub-menu,
  .top-menu .sub-menu.collapse {
    display: block;
  }

  .top-menu .sub-menu,
  .top-menu .sub-menu,
  .sf-menu>li span .collapse-icons,
  #header .menu>ul>li>.sub-menu span:after {
    display: none;
  }

  #header .menu>ul>li>.sub-menu {
    position: static;
  }

  #header .menu>ul>li>.sub-menu>ul.sf-menu>li>a.dropdown-item.dropdown-submenu {
    font-size: 16px !important;
    letter-spacing: 0;
    font-weight: 700 !important;
    white-space: normal;
    padding: 0 !important;
    border: 0;
    font-family: "Montserrat", sans-serif;
    color: #e1c36f !important;
  }

  #header .menu>ul>li>.sub-menu>ul.sf-menu>li ul li a {
    font-size: 13px !important;
    color: #fff !important;
    text-transform: revert !important;
    padding: 0 0 4px !important;
    border: 0 !important;
    font-weight: 400 !important;
  }

  #header .menu>ul>li>.sub-menu>ul.sf-menu>li ul li {
    padding: 0;
  }

  #header .menu>ul>li>.sub-menu>ul.sf-menu>li ul li a {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
    font-size: 14px !important;
    color: #fff !important;
    text-transform: revert !important;
  }

  #header .menu>ul>li>.sub-menu {
    top: 20px !important;
  }

  #header .menu>ul>li>.sub-menu>ul.sf-menu {
    display: flex !important;
    flex-wrap: wrap;
    padding: 20px 16px 20px;
    margin: 0;
  }

  body .top-menu .sub-menu {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
  }

  #header .menu>ul>li>.sub-menu>ul.sf-menu>li {
    width: 100% !important;
    margin: 0;
  }

  div#_prestablog_index {
    padding-left: 0;
    float: left;
    width: 100%;
  }

  div#_prestablog_index a {
    border-top: 1px solid #fff;
    display: block;
    width: 100%;
    color: #DBD1C0 !important;
    text-transform: uppercase !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 700 !important;
    padding: 15px;
  }

  .sf-menu>li>a {
    color: #DBD1C0 !important;
    text-transform: uppercase !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 700 !important;
  }

  .sf-menu>li>a .collapse-icons i.material-icons,
  body .sf-menu>li span .collapse-icons:after {
    display: none;
  }

  body .menu_container .close-overlay:after {
    position: static;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
  }

  body .sf-menu>li {
    padding: 0;
  }

  body .top-menu .sub-menu {
    margin-left: 0;
  }

  body nav.right-top-header .menu_container.overlay div#block_top_menu div#_desktop_top_menu {
    display: block !important;
  }

  body nav.right-top-header .menu_container.overlay div#block_top_menu {
    width: 100%;
    margin-top: 28px;
    padding: 0;
  }

  body .header-container {
    padding-top: 0;
  }

  .header-container .shopping_cart .user_info {
    margin: 0;
    display: flex;
    justify-content: space-between;
  }

  body .user_info a {
    margin-right: 0;
  }

  body #header .cart_block {
    background: transparent !important;
    border: 0 !important;
    margin: 0 !important;
  }

  body #search_widget .material-icons {
    opacity: 1;
  }

  body nav.right-top-header .menu_container.overlay {
    padding: 25px;
  }

  body #header {
    padding: 0 0;
  }

  nav.right-top-header>.shopping_cart,
  nav.left-top-header div#_prestablog_index {
    display: none;
  }

  #block_myaccount_infos .collapse {
    display: none;
  }

  #block_myaccount_infos .collapse.in {
    display: block !important;
  }

  .cat-title:after {
    top: 8px !important;
  }

  header .nav {
    padding: 0 !important;
  }

  body #header {
    top: 0;
  }

  #header_logo {
    left: 20px;
  }

  body header .row #header_logo img {
    width: 80px;
  }

  header .row #header_logo {
    margin-top: 0;
    position: static !important;
    order: -1;
    flex-grow: 1;
    display: flex;
  }

  .main-header .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* footer css */
  .block_newsletter {
    max-width: 100%;
  }

  #footer .container {
    width: 100%;
  }

  .header-container .header_indent {
    top: 0;
    height: auto;
    display: flex;
    align-items: center;
  }

  .footer-container .wrapper {
    padding-right: 0 !important;
    padding-left: 15px !important;
  }

  .footer-container .links ul {
    background-color: transparent;
  }

  .footer-container .links ul>li {
    border-bottom: none;
  }

  #footer .container .custom-wines-footer {
    flex-direction: column;
  }

  #footer .container .custom-wines-footer .links .title {
    border-bottom: none;
    padding-left: 0;
  }

  #footer .container .custom-wines-footer .block_newsletter {
    border-bottom: none;
  }

  #footer .container .custom-wines-footer .block-social {
    padding-right: 0;
  }

  #footer .custom-wines-footer .block-social #footer_sub_menu_2.collapse {
    display: none;
  }

  #footer .custom-wines-footer .block-social #footer_sub_menu_2.collapse.in {
    display: block;
    text-align: left;
  }

  .footer-container #footer h4 {
    margin: 20px 0 10px;
  }

  .block-social ul .facebook a {
    display: inline;
  }

  #footer .container-fluid {
    padding: 60px 0 0 0;
  }
}

/* media query end */

.page-index div.star:after {
  display: none;
}

/* blog detail page css for color change in ancer tag */

body#module-prestablog-blog #prestablogfont ul li a span {
  color: #e1c36f;
}

/*body#module-prestablog-blog #prestablogfont ul li a {
  color: #e1c36f;
}*/

.page-cart .dhl-free-shipping .alert-warning {
  font-size: 14px;
}

/* New block section css 24-11-2025*/


.page-home .hp_banner_section {
  float: left;
  width: 100%;
  position: static;
}

.page-home .hp_banner_section .home-banner-img {
  margin: 0 auto 80px !important;
  max-width: 1164px;
  position: relative;
}

.page-home .hp_banner_section .home-banner-img img {
  border-radius: 20px;
  opacity: 1;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 20px #0005;
  height: 280px;
  width: 100%;
  object-fit: cover;
}

.page-home .hp_banner_section .home-banner-img .hp_banner_cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
}

.page-home .hp_banner_section .home-banner-img .hp_banner_cta:focus {
  background-color: #000 !important;
  color: #fff;
}

@media only screen and (max-width: 1367px) {
  .page-home .hp_banner_section {
    margin-top: 100px;
  }

  .page-home .hp_banner_section .home-banner-img {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 1200px) {
  .page-home .hp_banner_section {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .page-home .hp_banner_section .hp_home_banner img {
    height: 200px !important;
  }
  html #module-prestablog-blog #content-wrapper {
        padding: 0 15px;
  }
}

/* Feedback point solb css */
.page-category #subcategories ul li {
  min-width: 128px;
}

.page-category #subcategories ul li .subcategory-image a img {
  height: 31.5px;
  object-fit: cover;
}

.page-category .products-selection .sort-section .dropdown-menu {
  border: 1px solid #d6d4d4;
  background-color: #fff;
}

.page-category .products-selection .sort-section .dropdown-menu a {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #9c9b9b;
}

.page-category .products-selection .sort-section .dropdown-menu a:hover,
.page-category .products-selection .sort-section .dropdown-menu a.active {
  background-color: #004ad7;
  color: #fff;
}

.page-product .product-actions .product-add-to-cart .product-quantity .input-group .bootstrap-touchspin-down {
  order: 1;
}

.page-product .product-actions .product-add-to-cart .product-quantity .input-group .bootstrap-touchspin-up {
  order: 2;
}

.page-product .product-actions .product-add-to-cart .product-quantity .add i {
  display: none;
}

.page-product .product_payment_logos img {
  width: 100%;
}

.page-footer .account-link {
  font: bold 13px / 17px "Open Sans", sans-serif;
  color: #333;
  background: #EBEBEB;
  border: 1px solid;
  border-color: #b7b7b7;
  padding: 2px 10px 6px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.page-footer .account-link .material-icons {
  color: #000;
}

.page-footer .account-link span {
  color: #000 !important;
  font-weight: 700 !important;
  font-size: 13px !important;
}

.page-addresses .page-content .col-lg-4,
.page-addresses .page-content .col-md-6,
.page-addresses .page-content .col-sm-6 {
  padding: 0;
}

#main .page-content,
#main .page-footer,
#main .page-header {
  margin: 0;
}

#main .page-content,
#main .page-footer,
#main .page-header h1 {
  margin-bottom: 20px;
}

/* cart page design new section add */

.page-cart .cart-overview .no-items {
  background-color: #fe9126;
  border-color: #e4752b;
  margin-top: 5px;
  padding: 18px;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  font-weight: 700;
  display: block;
}
div#js-product-list.products-list ul.product-flags.js-product-flags li.product-flag.in-stock,
div#js-product-list.products-list ul.product-flags.js-product-flags li.product-flag.out_of_stock {
    position: absolute;
    right: 37%;
}
div#js-product-list.products-list ul.product-flags.js-product-flags li.product-flag.on-sale {
  position: absolute;
  left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {
  /* .page-index header#header {
    top: 20px !important;
  } */

  #header_logo img {
    width: 91px !important;
    position: relative;
    top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .page-product .product-container .box-info-product .blockreassurance_product>div {
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header-container .header_indent>.container {
    max-width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .footer-container .footer_info .footer_info_element {
    margin: 10px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  body header .row #header_logo {
    width: 15% !important;
  }
      body .header-container .main-header nav.right-top-header {
        width: 45%;
    }
        body .header-container .main-header nav.left-top-header {
        width: 45%;
    }
}

@media only screen and (max-width: 767px) {
  .page-category #subcategories ul li h5 {
    margin: 5px 0 15px 0;
  }

  .page-category #subcategories ul li .subcategory-image a img {
    width: auto;
    height: auto;
  }

  body #header {
    top: 20px;
  }

  .header-container .header_indent {
    height: 80px;
  }

  body header .row #header_logo img {
    width: 100px;
  }
}
/* blog detail page css */
#content-wrapper .blogsoc-buttons li {
    width: 23%
}