div#gformbuilderpro_form_1 input[type=checkbox] {
    margin-top: 0px !important;
}
.columnavideo {
    height: 447px !important;
}
button.pb-video-open-modal {
    margin-top: 167px;
    background: transparent;
    border: 0;
    color: #fff;
    width: 100% !important;
}
html {
  font-size:16px;
}
@media (min-width:1200px) {
  html {
    font-size:16px;
  }
}
body {
  color:#000000;
  line-height: 1.5;
  font-size:16px;
}
a {
    color: #303030;
}
h1 {
    font-size:2.5rem;
}
h2 {
    font-size:2rem;
}
h3 {
    font-size:1.75rem;
}
h4 {
  font-size:1.5rem;
}
h5 {
  font-size:1.25rem;
}
h6 {
  font-size:1rem;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    border-radius: 0px !important;
    width: 100%;

    padding: 0 15px;
}
ul {
  padding: 0px;
  list-style: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance:textfield;
}
#wrapper {
  /*padding-left: 10px;
  padding-right: 10px;*/
}
#content-wrapper {
}
.layout-full-width #content-wrapper {
    width:100%;
}
.form-control {
    border-radius: 0px;
    height: 35px;
    line-height: 40px;
    border: 1px solid #eee;
    padding: 0 15px;
}
.label {
    padding: 0.25rem;
}
select:focus,
button:focus,
div:focus {
  outline:0;
}
a:hover {
  text-decoration: none;
}
.no-margin {
    margin-left:0px!important;
    margin-right:0px!important;
}
.btn,
.btn-default {
    font-style: normal;
    text-transform: capitalize;
    padding:0.25rem 1.2rem;
    border-radius: 0px;
    background:#333;
    color:#fff;
    border: 0px;
}
.btn:hover,
.btn-default:hover {
    background: #333;
    color:#fff;
}
.btn-default.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.small-padding > .col,
.small-padding > [class*=col-] {
    padding-right: .5rem;
    padding-left: .5rem;
}
.img-responsive {
  max-width:100%;
}
.container-fluid .layout-column.col-lg-12 .filter-products {
    margin-left: 0px;
    margin-right: 0px;
}
.container-fluid .layout-column.col-lg-12 .owl-carousel {
  overflow-x: hidden;
}
/***** Header *****/
#mobile-header {
    display: none;
}
@media (max-width: 992px) {
  #desktop-header {
      display: none;
  }
  #mobile-header {
      display: block;
  }
}
header p {
  margin: 0px;
}
header i {
  font-size:38px;
  color:#303030;
}
footer .row,
header .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;
    margin-left: -15px;
    padding:0px 15px;*/
}

footer .layout-column {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
footer .row .layout-column,
header .row .layout-column {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
footer .row .col-auto,
header .row .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.s-padding .col-auto {
    padding-left:5px;
    padding-right:5px;
}
.width-20 {
    min-width:23%;
}
.width-25 {
    min-width:25%;
}
#mobile-header .row .col-auto {
  padding-left:7px;
  padding-right:7px;
}
#header-mobile-top {
  padding:20px 0px;
  position: relative;
}
#header-mobile-bottom {
  padding:10px 0px;
  background:#efefef;
  position: relative;
}
#mobile-header .btn-group,
#mobile-header .col-auto {
  position:unset;
}
.header-top {
    /*padding-top: 30px;
    padding-bottom: 30px;*/
    color: #777;
}
.header-sticky.sticky {
  position: fixed!important;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 1999;
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
  padding:0px!important;
  height: 70px;
  background: #fff;
}
.header-sticky.sticky .container {
  height:100%;
}
.header-sticky.sticky .container .row {
  height:100%;
}
.header-sticky.sticky.sticky-slide {
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }
.header-sticky.sticky #hor-menu {
  align-items: center;
  display: flex;
  height: 100%;
}
#search-form {
  max-width: 85%;
  margin:0 auto;
}
#cart_block .cart-icon {
    position: relative;
}
#cart_block .ajax_cart_quantity {
    position: absolute;
    width: 1rem;
    height: 1rem;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 500;
    bottom: -3px;
    right: -3px;
    overflow: hidden;
}
#cart_block .circle-notify {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    top: 9px;
    right: 3px;
    overflow: hidden;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 1.875rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
#content-wrapper .page-title {
    color: #333;
    text-align: left;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
    border-bottom: solid 1px #e3e3e3;
    margin-bottom: 0.8em;
    padding-bottom: 0.5em;
}
.text-small {
    font-size:0.8rem;
}
.header-right .dropdown-menu {
  right:0px;
  left:auto;
  min-width: 200px;
  width: 350px;
}
.dropdown-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  line-height: 30px;
}
.collapse.in {
    display: block;
    visibility: visible;
}
#hor-menu .nav {
  display:block;
  width:100%;
}
#hor-menu.align-center .navbar > ul{
  text-align:center;
}
#hor-menu.align-right .navbar > ul{
  text-align:right;
}
#ver-menu {
    position: absolute;
    width: calc(100% - 30px);
    margin-bottom: 0px;
    border-radius: 0;
    z-index: 9991;
    background: #fff;
    padding:15px 0px;
    min-width: 220px;
    box-shadow: 0px 1px 5px #ddd;
}
#ver-menu .nav {
  width:100%;
}
#ver-menu .nav > li {
    vertical-align: top;
    text-align: left;
    width:100%;
    padding:5px 20px;
}
#ver-menu .open > .dropdown-menu {
    opacity: 1;
    left: 100%;
    top:0px;
    visibility: visible;
}
#ver-menu .dropdown-menu {
    background: #fff;
    border-radius: 0;
    display: block;
    left: 100%;
    margin-top: 0;
    min-width: 300px;
    opacity: 0;
    padding: 20px 0px;
    position: absolute;
    visibility: hidden;
    z-index: 9999;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    width: 320px;

}
.vermenu-btn {
  display:flex;
}
.vermenu-btn i {
  margin-right:10px;
  font-size:24px!important;
}
#header-bottom .container {
  padding-left:0px;
  padding-right:0px;
}
.margin-right-15 {
  margin-right:15px;
}
.user-info-sidebar .customer-name {
  font-size: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.user-info-content ul {
  list-style: none;
  margin:0px;
  padding:0px;
  line-height: 30px;
}
/***** Sidebar *****/
#header-sidebar {
  width: 343px!important;
  top:0px;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background: #222;
  float: left;
  height: 100%;
  margin-left: 0;
  position: fixed;
  z-index: 9999;
}
.left-sidebar {
  left: -343px;
  right: auto;
}
.right-sidebar {
  right: -343px;
  left: auto;
}
.main-site {
  position: relative;
  left:0px;
}
#header-sidebar,
.main-site {
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}
.sidebar-right-open .right-sidebar {
  right: 0px;
}
.sidebar-left-open .left-sidebar {
  left: 0px;
}
.sidebar-left-open .main-site {
    overflow: unset;
    left: 343px;
    right:auto;
    position: relative;
}
.sidebar-right-open .main-site {
    overflow: unset;
    left:auto;
    right: 343px;
    position: relative;
}
.sidebar-open {
  overflow-x: hidden;
}
#header-sidebar .social-links {
  position: absolute;
  bottom:20px;
  margin: 0px 30px;
  width:calc(100% - 60px);
  text-align: center;
  padding:20px 0px 0px 0px;
  border-top:1px solid #2e2e2e;
}
#header-sidebar .social-links li {
  display: inline-block;
  margin: 0px 15px;
}
#header-sidebar .social-links li i {
  font-size:16px;
  color:#8f8f8f;
}
#header-sidebar #ver-menu {
  box-shadow: none;
  background: none;
  width:100%;
  padding-top: 60px;
}
#header-sidebar .gdz-megamenu .nav > li {
    padding: 0px;
}
#header-sidebar .gdz-megamenu .nav > li > a {
    color: #bababa;
    text-transform: capitalize;
    font-weight: 500;
    padding: 5px 30px;
    font-size: 16px;
    text-align: left;
    line-height: 46px;
    display:block;
    position: relative;
}
#header-sidebar .gdz-megamenu .nav > li > a > .caret::after {
    content: '\f105';
    font-family: FontAwesome;
}
#header-sidebar .gdz-megamenu .nav > li > a > .caret {
    display: block;
    border: 0;
    top: 4px;
    position: absolute;
    right: 35px;
    -webkit-transform: skewX(13deg);
    -ms-transform: skewX(13deg);
    transform: skewX(13deg);
}
.right-sidebar #ver-menu .open > .dropdown-menu {
    right: 100%;
    left: auto;
}
/***** Cart *****/
.dropdown-menu.user-info-sidebar,
.dropdown-menu.shoppingcart-box {
  min-width:300px;
  max-width:300px;
}
.shoppingcart-box.shoppingcart-sidebar,
.user-info-content.user-info-sidebar {
    margin:0px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex!important;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transform: translate3d(115%,0,0);
    transition: transform .4s;
    transition-timing-function: cubic-bezier(.7,0,.3,1);
    padding-bottom: 50px;
    min-width:300px;
}
.show .shoppingcart-box.shoppingcart-sidebar,
.show .user-info-content.user-info-sidebar {
    transform: translateZ(0);
}
.shoppingcart-box.shoppingcart-sidebar .cart_block_list {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0;
}
.cart_block_list {
    padding:0px;
    list-style: none;
    margin-bottom:30px;
}
.cart_block_list .row {
  margin: 0px 0px 15px 0px;
}
.cart_block_list .layout-column {
  padding-left:0px;
  padding-right:0px;
}
.cart-product-image {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.cart-product-image img {
    width:100%;
}
.cart_block_list .layout-column.product-info {
  padding-left:15px;
}
.cart-prices-line .value {
  float:right;
}
.remove-from-cart i {
  font-size:26px!important;
}
.cart-title {
  display:none;
  font-size:20px;
  border-bottom:1px solid rgba(0,0,0,0.1);
  margin-bottom:30px;
  padding-bottom:10px;
}
.shoppingcart-sidebar .cart-title {
  display:block;
}
.billing-info {
  border-top:1px solid rgba(0,0,0,0.1);
  margin-bottom:20px;
  padding-top:20px;
}
.billing-info .cart-prices-line {
  line-height: 30px;
}
.cart-button .btn {
    width: 100%;
    margin: 10px 0px;
}
#blockcart-modal .modal-header {
    background: #ebebeb;
    border-radius: 3px;
    position: relative;
}
#blockcart-modal .modal-dialog .close {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}
.modal-dialog .close {
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000;
    z-index: 99;
}
.quickview .modal-dialog .close {
top: 6px !important;
}
.quickview .h1 {
    font-size: 27px;
    letter-spacing: 0px;
}
#blockcart-modal .modal-title {
    font-size: 15px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#blockcart-modal .modal-body {
    background: #fff;
    padding: 3.125rem 1.875rem;
    border-radius: 3px;
}
#blockcart-modal.modal.in .modal-dialog {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
}
#blockcart-modal.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 20%);
    -ms-transform: translate(0, 20%);
    transform: translate(0, 20%);
}
#blockcart-modal .modal-dialog {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
}
.fade.in {
    opacity: 1;
}
.modal-backdrop.in {
    opacity: 0.3;
}
#blockcart-modal .product-image {
    width: 100%;
    border: 1px solid #ebebeb;
}
#blockcart-modal .product-name {
    font-size: 1.1rem;
    margin: 0;
    padding-bottom: 4px;
    color: #000;
    font-weight: 400;
}
#blockcart-modal .divide-left {
    border-left: #ebebeb 1px solid;
}
.number-bounce.bounce .ajax_cart_quantity {
    -webkit-animation: bounceIconUp 1s ease-in-out 2 forwards;
    -moz-animation: bounceIconUp 1s ease-in-out 2 forwards;
    -o-animation: bounceIconUp 1s ease-in-out 2 forwards;
    animation: bounceIconUp 1s ease-in-out 2 forwards;
}
@keyframes bounceIconUp {
  0%, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -20px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); } }
/***** Footer *****/
#footer {
  background:#f3f4f6;
  margin-top:90px;
}
#footer-top {
  background: #eaeef3;
  padding:10px 0px;
  color: #333333;
}
#footer-top .layout-column {
  padding-left:15px;
  padding-right:15px;
}
#footer-main {
  padding:20px 0px;
  color: #303030;
}
#footer-main .layout-column {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width:100%;
    max-width: 100%;
    padding-left:15px;
    padding-right:15px;
}
#footer-copyright {
  background: #eaeef3;
  padding:10px 0px;
  color:#888;
}
@media (min-width:480px) {
  .row-col-4 .layout-column.wrapper {
      width:25%!important;
  }
  #footer-main .layout-column {
      width:auto;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
  }
}
@media (max-width:570px) {
  #footer-copyright .layout-column,
  #footer-top .layout-column {
    width:100%!important;
    text-align:center!important;
  }
  #footer-copyright .layout-column:first-child,
  #footer-top .layout-column:first-child {
    margin-bottom:10px;
  }
}
#footer-main .block {
    padding-bottom: 1rem;
}
#footer-main .block .block-title {
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom:10px;
  margin-bottom:10px;
  color:#000;
}
#footer-main .block .block-title i {
  float:right;
  cursor: pointer;
  font-size: 24px;
}
@media (min-width:480px) {
  #footer-main .block .block-title i {
    display:none;
  }
}

#footer-main .collapsed .opening {
  display:block;
}
#footer-main .opening,
#footer-main .collapsed .closing {
  display:none;
}
#footer ul {
  list-style: none;
  padding:0px;
}
#footer input {
  border-radius: 0px;
}
#footer li a {
  color:#555555;
  line-height: 26px;
}
#footer-copyright p {
  margin-bottom:0px;
}
#footer-copyright .social-links {
  margin:20px 0px!important;
}
#footer-copyright .social-links i {
  font-size:26px;
}
#footer .languages-list {
  margin: 0px;
}
#footer .languages-list li {
  display: inline-block;
  margin:0px 5px;
}
.languages-info a {
  line-height: 1;
}
.languages-info a img {
  margin-right: 5px;
}
#footer .social-links {
  display: inline-block;
  margin: 0px;
}
#footer .social-links li {
  display: inline-block;
  margin:0px 10px;
}
#footer-top .newsletter-desc {
  display:none;
}
#footer-top .block-title {
  display:inline-block;
  font-size:18px;
  margin-right:10px;
}
#footer-top .block-content {
  display:inline-block;
}
#footer-top .text-center .block-content {
  width:50%;
}
#footer-top .text-center input {
}
.html_links ul {
  margin: 0px;
}
.html_links ul li {
  display: inline-block;
  margin: 0px 20px;
}
.html_links ul li:first-child {
  margin-left:0px;
}
.html_links ul li:last-child {
  margin-right:0px;
}
.footer-1 #footer-top .row,
.footer-8 #footer-top .row {
  margin: 20px 0px;
}
.footer-1 .email_subscription,
.footer-8 .email_subscription {
  margin: 0px 0px 20px 0px;
}
.footer-1 .email_subscription .block-title,
.footer-8 .email_subscription .block-title {
  display:block!important;
}
/***** SHOP PAGE *****/
.old.price {
  text-decoration: line-through;
  opacity: 0.5;
}
.quickview-modal .modal-dialog {
    max-width: 1200px;
    width: 100%;
    margin: 66px auto;
}
/***** Breadcrumb *****/
.breadcrumb-wrapper {
    padding: 0px 15px;
    margin-bottom:30px;
}
.breadcrumb {
    border-radius: 0px;
    padding: 10px 0px;
}
.breadcrumb ul {
  list-style: none;
  padding:0px 15px;
  margin:0px;
  width: 100%;
}
.breadcrumb ul.align-center {
  text-align: center;
}
.breadcrumb ul.align-right {
  text-align: right;
}
.breadcrumb li {
    display: inline;
}
.breadcrumb li:after {
    content: "/";
    opacity: .7;
    margin: .3em;
}
.breadcrumb .seperator-dash li:after {
    content: "-";
}
.breadcrumb .seperator-arrow li:after {
    content: ">";
}
.breadcrumb li:last-child:after {
    content: "";
}
/***** Mobile Menu *****/
#content-wrap {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#content-wrap {
	-webkit-overflow-scrolling: touch;
}
.close-button {
	font-size: 20px;
	border: 0 none;
	margin-top: 0;
	padding: 10px 20px;
	text-align: left;
	width: 100%;
	position: relative;
	background: transparent;
  border-bottom:1px solid #e5e5e5;
}
.close-button h3 {
  float:left;
  font-size:20px;
  margin: 0px;
}
.close-button i {
  float:right;
}

.mobile-menu-wrap {
    /*background: #fff none repeat scroll 0 0;
    left: -300px;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transition: left 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 270px;
    height: 100%;
    z-index: 999999;*/
    z-index: 1000;
    /*display: none;*/
    transition: left 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    left: -400px;
    background: #fff;
    box-sizing: border-box;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    width: 270px;
    top: 0;
    height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}
/* Shown menu */
.bg-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0;
    z-index: 5999;
    display: none;
}
.show-menu .main-site {
  transform: translate3d(270px,0,0);
  overflow: visible;
}
.show-menu .bg-overlay {
    display: block;
}
.show-menu .mobile-menu-wrap {
	left: -270px;
  display: block;

}
.show-menu .mobile-menu-wrap + .bg-overlay{
	opacity: 1;
	visibility: visible;
}
#off-canvas-menu {
  margin-top:20px;
}
#off-canvas-menu .menu > ul > li,
#off-canvas-menu .nav > li {
    float: left;
    width: 100%;
    margin-top: 0;
    text-align:left;

    padding:0px;
}
#off-canvas-menu .menu > ul > li > a,
#off-canvas-menu .nav > li > a {
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    position: relative;
    font-size: 15px;
    color: #555;
    display:block;
    padding:0px 20px;
}
#off-canvas-menu .menu > ul > li > a {
    color: #fff;
}
#off-canvas-menu .menu > ul > li > div {
    padding: 0px 30px 0px 20px;
}
#off-canvas-menu .menu > ul > li > div > ul {
    padding:0px 20px 20px 20px;
}
#off-canvas-menu .menu > ul > li > div li a {
    color: #fff;
}
#off-canvas-menu .nav > li:hover,
#off-canvas-menu .nav > li.open {

}
#off-canvas-menu .open > .dropdown-menu {
    background: transparent;
    border: 0 none;
    box-shadow: none;
    padding: 15px 0px;
    position: relative;
    width: 100%;
    top:auto;
    left:auto;
    transition: none;
}
#off-canvas-menu .dropdown-menu li > a {
    font-weight: 400;
    line-height: 42px;

    position: relative;
    font-size: 17px;
    color: #555;
    margin-left: -23px;
}
#off-canvas-menu .mega .caret {
    font-family: FontAwesome;
    font-style:normal;
    float:right;
}
#off-canvas-menu .mega .caret:before {
  content:"\f105"
}

.owl-carousel .owl-item img {
    /*width: 100%;*/
}
/***** Blog Home Widget *****/
.addon-box .post-title {
    text-align: center;
    margin-top:1rem;
}
.addon-box .post-title a {
    font-size:1rem;
    text-transform: capitalize;
}
.addon-box .post-meta {
    list-style:none;
    padding:0px;
    text-align: center;
}
.addon-box .post-meta li {
    display:inline-block;
    margin: 0px 0.625rem;
    font-size:0.8125em;
    opacity: 0.75;
    font-weight: 500;
}
/***** Block Tab Title *****/
.addon-tab-title h3 {
    margin:0px;
}
.addon-tab-title .addon-tab-desc {
  margin: 0px;
}
.addon-tab .nav-tabs .nav-link {
    border:0px;
    padding:0px;
    font-size: 20px;
}
.addon-tab .nav-tabs {
    border:0px;
}
.addon-tab .nav-tabs .nav-item {
    margin-left:20px;
    margin-right:20px;
    display: inline-block;
}
.addon-tab ul {
    text-align:center;
    display:block;
}

/***** PAGE NOT FOUND *****/
.page-not-found {
	text-align: center;
	padding: 5rem 0 12.5rem;
}
.page-not-found .small-text {
	margin-bottom: 3.125rem;
}
.page-not-found #search_widget {
	max-width: 40%;
}
.page-not-found p.text-1 {
	font-size: 10rem;
	margin-bottom: 1.5rem;
	color: #000;
	line-height: 1;
}
.page-not-found p.text-2 {
	font-size: 1.875rem;
	margin-bottom: 2.1rem;
	color: #000;
	letter-spacing: 0.03125rem;
}
.page-not-found p.text-3 {
	margin-bottom: 5.4375rem;
}
/***** Authentication *****/
#login-wrapper .login-row {
		margin-top:2rem;
}
#login-wrapper h3 {
		margin-bottom:1.25rem;
}
#login-wrapper select,
#login-wrapper input {
		height:40px;
}
#login-image .login-box {
		width:100%;
}
.forgot-password {
		float:left;
}
.return-store {
		float:right;
}
.authentication-links {
		margin-top: 10px;
    font-size: 90%;
}
.no-account {
		margin-top:20px;
}
.input-group-btn button,
.input-group-btn .btn {
    height: 100%;
    background:none;
    /*padding: 0px;*/
}
.show-pass button {
    min-width: 96px;
    font-size: 0.9rem;
    font-weight: 300;
}
.input-group-btn .btn .buttonText {
    line-height: 1;
    display: inline-block;
    vertical-align: sub;
    text-transform: capitalize;
    font-size:0.75rem;
    padding:0px 5px;
}

.links > div {
  padding: 1rem;
  border: 1px solid #ebebeb;
}
.links .link-item {
    align-items: center;
    display: flex;
    letter-spacing: 0px !important;
    font-weight: normal;
}
.links .link-item i {
  margin-right:10px;
}
.address-footer {
  margin-bottom: 1rem;
  display: flex;
}
.address-footer a {
  margin:10px;
}
.order-actions .btn-default {
  margin: 5px 10px;
  display:block;
}
.show-pass button {
  padding:0px 10px;
}
@media (min-width:768px) {
  
  .order-actions .btn-default {
    display:inline-block;
  }
}

@media (max-width:812px) {
  .hidden-sm-down {
      display:none;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
      display:none!important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
      display: none!important;
  }
}
.zoomContainer {
	z-index: 5000;
  display: none !important
}
.store-item {
  border-bottom: 1px solid #dedede;
  padding:1.5rem 0;
}
.store-date-hour label {
  float:left;
  min-width: 50px;
  font-weight: bold;
}
.store-date-hour .value {
  float:left;
}
.pricing-box {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(22,45,61,.1);
    border-radius: 4px;
    will-change: transform;
    -webkit-transition: all .42s cubic-bezier(.19,1,.22,1);
    transition: all .42s cubic-bezier(.19,1,.22,1);
    z-index: 60;
    height: 100%;
    text-align:center;
    padding:40px;
    display: flex;
    flex: 0 1 50%;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
}
.pricing-header {
    border-bottom:1px solid #dfe5eb;
    padding-bottom:25px;
}

.pricing-title h3 {
    font-size: 20px;
    text-transform: uppercase;
}
.pricing-box .content_price {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.pricing-box .product-short-desc {
    margin-top: 20px;
    line-height: 35px;
}
.pricing-box .col-action {
    margin-top: auto;
    padding:20px 0px 0px 0px;
    text-align: center;
}
.label-pill {
    color:#fff;
}
.page-order-detail #order-history .history-lines .history-line{
    padding:.5rem 0;border-bottom:1px solid hsla(0,0%,63%,.25)
}
.page-order-detail #order-history .history-lines .history-line:last-child{
    border-bottom:0
}
.page-order-detail #order-history .history-lines .history-line .label{
    display:inline-block;margin:.25rem 0;color:#fff;padding:.25rem .375rem
}
.page-order-detail .box {
    border: 1px solid hsla(0,0%,63%,.25);
    padding: 1rem;
    margin-bottom: 1rem;
}
.email_subscription i {
    font-size:22px;
}
.email_subscription button {
    display: flex;
}
/***** Header Mobile *****/
#mobile-nav {
    position: fixed!important;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 1999;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    height: 50px;
    background: #fff;
    padding:12px 0px;
    display: none;
}
.mobile-nav-back {
  margin-right: 10px;
}
@media (max-width:575px) {
  #mobile-header {
    display: none;
  }
  #index #mobile-header {
    display: block;
  }
  #mobile-nav {
    display: block;
  }
  #index #mobile-nav {
    display: none;
  }
}
.logo{max-height: 32px;}
.row{
	margin-left: 0px !important; 
	margin-right: 0px !important;
}
.header-top {
    color: #777;
    background: #f2f2f2;
    padding: 10px;
    height: 77px;
    padding-top: 16px;
}
#header-bottom{background: #e9e9e9}
#hor-menu .nav {
    display: block;
    width: 100%;
    height: 40px;
    margin-left:20px !important
}
.gdz-megamenu li {
    padding: 0px 20px;
    margin: 0px;
    margin-top: -16px !important;
}
#hor-menu .nav > li > a {
    color: #100002;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    text-transform: capitalize;
}
.gdz-megamenu li {
    padding: 0px 12px !important;

}
#hor-menu .nav > li > a {
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 500;
    font-style: normal;
    text-transform: capitalize;
}
#hor-menu .nav > li > a{text-transform: none !important}
.account {
    font-size: 13px !important;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0px;
}
.cuentaypedidos{font-size: 14px !important;letter-spacing: 0px !important}
.search-box input {
    height: auto;
    font-style: normal;
    color: #f2f2f2;
    font-size: 13px;
}
#cart_block .ajax_cart_quantity, #cart_block .circle-notify {
    background: #ff9300 !important;
}
.search-box input{text-transform: none !important}
#column-ykn2ovioj {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#footer {
    background: #131A22 !important;
}
#footer-copyright{
   background: #131A22 !important;
}
#footer li a {
    color: #c0c0c0;
    line-height: 28px !important;
    font-size: 14px !important;
    letter-spacing: 0.5px;
}
#footer-main .block .block-title {padding-bottom: 0px !important;text-transform: none !important}
#footer .block-title {
    font-size: 16px !important;
}
.duda {
    font-size: 12px;
    color:#c0c0c0;
    line-height: 15px !important;
    margin-top: 17px !important;
}
.telfooter {
    font-size: 18px;
    color: #fff;
    margin-top: 7px !important;
}
.horario {
    font-size: 11px;
    margin-top: -10px !important;
    line-height: 14px !important;
    margin-top: -2px !important;
    margin-bottom: 9px !important;
}
.chat{font-size: 14px;color: #fff}
.online{font-size:12px; color: #16c691;margin-left: 7px !important}
.sabormalaga {
    margin-top: 1px;
    width: 6% !important;
    margin-right: 4px;
}
.leftfooter{margin-left: 7% !important;}
#footer-copyright p{text-transform: none; font-size: 12px !important;}
.text-right img{width: 16%}
.topsegundo{margin-top: 30px;}
.piquitossalvado img{width: 98% !important}
.identificate {
    margin-top: 50%;
    margin-bottom: 18px;
    letter-spacing: 0px !important
}
.buttoninicio {
    background: #ff9300 !important;
    padding: 11px;
    border-radius: 6px;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0px;
    font-weight: 500;
}
.erescliente {
    font-size: 12px;
    margin-top: 19px;
    font-weight: 500;
    letter-spacing: 0px !important;
}
.pb-banner-countdown-desc > span {
    padding: 5px 10px;
    background: transparent !important;
    font-size:13px;
    font-weight: 400;

}
.pb-banner-countdown-title > span{
background: transparent !important;
}
.topbanners{margin-top: 40px;}
.descuento {
    font-size: 66px;
    font-weight: bold;
}
.topbannerdos{margin-top: 40px;}
.bannerprincipal{margin-top: 40px;}
#column-bwkyq976f {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.molletesau {
    margin-top: 35px;
    letter-spacing: 0px !important;
    font-weight: 600!important;
}
.recomienda{margin-top: 30px;letter-spacing: 0px !important}
.disfruta {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0px;
}

#ver-menu {
    position: absolute;
    width: calc(100% - 30px);
    margin-bottom: 0px;
    border-radius: 0;
    z-index: 9991;
    background: #fff;
    padding: 15px 0px;
    min-width: 330px !important;
    box-shadow: 0px 1px 5px #ddd;
    line-height:59px;
    font-size:16px !important;
}
.buttoniniciar {
    background: green;
    color: #fff !important;
    padding: 8px 20px;
    text-align: center;
    width: 60%;
    display: table;
    margin: 0 auto;
    border-radius: 6px;
    font-weight: normal;
    letter-spacing: 0;
}
.buttoncerrar {
    background: #231c63;
    color: #fff !important;
    padding: 8px 20px;
    text-align: center;
    width: 60%;
    display: table;
    margin: 0 auto;
    border-radius: 6px;
    font-weight: normal;
    letter-spacing: 0;
    margin-top: 22px;
    text-transform: none;
  }

.eresnuevo{font-size: 11px;text-align: center; text-transform: none; margin-top: 10px; font-weight: 400; font-weight: normal; letter-spacing: 0px !important}
.topcolmicuenta{margin-top: 20px;}
.titulomc{font-size: 14px; letter-spacing: 0px;}
.linksmy {
    font-size: 12px;
    text-transform: none;
    line-height: 19px !important;
    letter-spacing: 0px;
}
.descripcionpiquitos {
    font-weight: 500 !important;
    margin-bottom: 32px;
    color: #000;
    letter-spacing: 0px;
    font-size: 15px;
}
.destitulo{font-weight: normal;letter-spacing: 0}
.js-product-miniature .product-preview img {
    width: 100%;
    transition: all 0.5s;
}
.select_box select{max-width: 100% !important}
.gformbuilderpro_content label {
    text-align: left;
    font-weight: normal;
    letter-spacing: 0px;
    font-size: 14px;
}
.textoinfo {
    font-weight: normal;
    letter-spacing: 0px !important;
    font-size: 14px;
    margin-bottom: 40px;
}
.campos{font-weight: normal;font-size: 14px !important;letter-spacing: 0px !important}
input[type=checkbox], input[type=radio]{margin-right: 5px;}
.line{line-height: 13px !important}
.vermenu-btn{letter-spacing: 0px !important; font-weight: normal !important}
#cms #wrapper .container {
    margin-top: 40px !important;
}
.legal p {
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: normal;
}
#product #content-wrapper{margin-top: 60px !important}
@media (min-width: 813px){
    .nomostrarescritorio{display: none !important}
}
@media (max-width: 813px){
  .js-mailalert {
    display: none;
}
 
  .text-right img{width: 26% }
   .sabormalaga{width: 14% !important}
  .owl-nav {
    width: 100% !important;
    text-align: center !important;
    position: relative !important;
    top: calc(0% - 1rem) !important;
    width: 10% !important;
    display: table !important;
    margin: 0 auto !important;
}
  .textoinfo {
    font-weight: normal;
    letter-spacing: 0px !important;
    font-size: 14px;
    margin-bottom: 10px !important;
    font-size: 17px !important;
}
.logosanroque {
    width: 47% !important;
    margin: 0 auto;
    margin-top: 35px !important;
    margin-bottom: 30px !important;
}
.logoantequerana {
    width: 54% !important;
    margin: 0 auto;
    display: table;
    margin-bottom: 30px !important;
    margin-top: 0px !important;
}
  .maximocontacto{margin: 0px !important;}
.gdz-megamenu.navbar {
    background: #fff !important;

    width: 316px !important;
    text-align: center !important;
    line-height: 6px !important;
}
.gdz-megamenu .nav > li {
    display: inline-block;
    float: inherit;
}
.pb-heading {
    font-size: 20px !important;
}
.destitulo {
    font-weight: normal;
    letter-spacing: 0;
    font-size: 16px;
    margin-top: 10px;
}
    #column-o3ixmpccp {
    margin: 0 auto !important;
    display: table !important;
}
.identificate {
    margin-top: 50px;
    margin-bottom: 18px;
    font-family: 'Open Sans' !important;
    font-weight: 600 !important;
    letter-spacing: 0;
}
.buttoninicio {
    background: #ff9300 !important;
    padding: 11px;
    border-radius: 6px;
    font-size: 10px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0px;
}
.erescliente {
    font-size: 15px;
    margin-top: 19px;
    font-weight: normal;
    letter-spacing: 0;
}
.pb-banner-countdown-desc > span {
    padding: 5px 10px;
    background: transparent !important;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
}
.leftfooter{margin-left: 0px !important}
    #column-2hidh5sop {
    margin: 0 auto;
    display: table;
    margin-bottom: 28px !important;
}
.piquitossalvado img{width: 100% !important;}

    .nomostrartel{display: none !important;}
    #addon-9tym5rl51 .pb-heading {
    font-size: 18px !important;
    margin-bottom: 5px;
}
#addon-gb0a91sq5 .pb-heading{
    font-size: 18px !important;
    margin-bottom: 5px;
}
#addon-8a7ynkaq4 .pb-heading{
    font-size: 18px !important;
    margin-bottom: 5px;
}
.topbannerdos{margin-bottom: 40px;}
}
#column-jn4qg1qj2 {
    padding-left: 0px;
    padding-right: 0px !important;
}
@media(min-width: 1024px){
.login-layout-4 {
    margin: 0px 28% !important;
    text-align: center;
}
#authentication #wrapper{max-width: 1020px !important; display: table; margin: 0 auto !important;}
}
#login-wrapper h3 {
text-transform: none !important;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.authentication-links a, #login-wrapper .no-account a {
    font-weight: normal;
    letter-spacing: 0px;
}
#authentication #wrapper{margin-top: 50px !important}
.linksmy li{font-weight: normal; letter-spacing: 0px !important}
.pb-text-content{letter-spacing: 0px !important}
#address #wrapper{margin-top: 40px;}
#identity #wrapper{margin-top: 40px;}
#mywishlist {margin-top: 40px;}
#history #wrapper{margin-top: 40px;}
.certificadosprincipal{margin-top: 50px;}
.textocer {
    font-weight: normal;
    letter-spacing: 0px !important;
    font-size: 17px;
}
.certi{font-weight: normal !important; letter-spacing: 0px !important; color: grey !important;}
.active{font-weight: 600; }

#ver-menu a {
    line-height: 46px !important;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 17px;
}
#girlaccount {
    width: 18%;
    margin-right: 12px;
}
#address {
    width: 100%;
    margin-right: 12px;
}
#pedidos
{
    width: 18%;
    margin-right: 12px;
}
#proteccion{
    width: 18%;
    margin-right: 12px;
}
#addresssvg{
    width: 18%;
    margin-right: 12px;
}
.links > div {
    border-right: 1px solid #f2f2f2;
    padding: 1rem;
    margin-top: 30px;
}
.micuentapage {
    text-align: center;
    margin-top: 29px;
    letter-spacing: 0px;
}
.descripcioncuenta {
    font-weight: normal;
    letter-spacing: 0px !important;
    font-size: 15px;
    text-align: center;
}
#exportDataToCsv{color: #fff !important}
#exportDataToPdf {
    margin-right: 10px;
    margin-left: 10px;
    color: #fff;
}
.psgdprinfo17 h2 {
    font-size: 18px !important;
    letter-spacing: 0px;
}
.psgdprinfo17 p {
    margin-bottom: 5px;
    letter-spacing: 0px;
    font-weight: normal;
    font-size: 14px;
}
@media (min-width: 1200px){
#textDiv p {
    color: #ffffff !important;
    font-weight: normal !important;
    margin-right: 86px;
}
}
.similares{margin-bottom: 40px !important; font-size: 25px !important}
.topinteres{margin-top: 40px;}
input[type=checkbox]
{
  /* Doble-tamaño Checkboxes */
  -ms-transform: scale(1); /* IE */
  -moz-transform: scale(1); /* FF */
  -webkit-transform: scale(1); /* Safari y Chrome */
  -o-transform: scale(1); /* Opera */
  padding: 5px;
}
.infonutri {
    font-weight: bold !important;
    margin-bottom: 12px !important;
}
.centrarcertificado {
    display: table;
    margin: 0 auto !important;
    margin-top: 20px !important;
}
.tituloscertificados {
    text-align: center;
    margin-top: 20px !important;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
}
.telfooter{color: #add8ff !important; font-weight: bold; letter-spacing: 0px !important}
.chat a{color: #fff !important}
.aceite {
    width: 43% !important;
    margin-top: -90px;

}
#row-ucm456zsm .aceite{margin-top: -35px ;}
#addon-mfio7a9md .aceite{margin-top: -35px ;}
.singrasa {
    width: 30% !important;
    margin-top: -90px;
}
#row-36nt6ef65 .singrasa{margin-top: -28px !important}
#row-yi71sa9u3 .singrasa{margin-top: -28px !important}
.btn:not(:disabled):not(.disabled){color: #fff}
#order-confirmation #wrapper .container{margin-top: 30px;}
#order-confirmation .featured-products{display: none !important;}
.modal-body .btn .btn-default{background: #333 !important}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down i::before {
    content: '-';
    font-size: 24px;
    color: #000 !important;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up i::before {
    content: '+';
    font-size: 24px;
    color: #000 !important;
}
@media (max-width: 769px){
  .hidden-xs-down{display: none !important}
}
  #column-2hidh5sop {
    background-size: cover !important;

}
#column-fjzv6tne4 {
    padding-left: 0px;
    padding-right: 0px;
}
#order-confirmation .mail-sent-info {
    padding: 1rem;
    background: hsla(0,0%,80%,.15);
    margin-bottom: 1.5rem;
    font-weight: normal;
    letter-spacing: 0px;
}
p {
    margin-bottom: 5px;
    font-weight: normal;
    letter-spacing: 0px;
}
.definition-list dl dd, .definition-list dl dt{
  font-weight:normal;
  letter-spacing: 0px !important;
}
ul{font-weight:normal; letter-spacing:0px !important;}
.details span{font-weight:normal; letter-spacing:0px;}
#order-confirmation h3{
  font-size:20px;
}
h6{letter-spacing: 0px !important;font-weight: normal !important}
.table thead th{ letter-spacing: 0px !important;}
.table-bordered td{letter-spacing: 0px !important; font-weight: normal;}
#history .btn{font-size: 14px !important; letter-spacing: 0px !important}
.productos {
    margin-top: 35px !important;
    font-size: 21px;
    margin-left: 27px !important;
    color: #c5811c;
}
.telfooter a{
    color: #add8ff !important;
    font-weight: 700;
    letter-spacing: 0px!important;
}
.product-id-35 .kilogramos{display: none !important}
.product-id-36 .kilogramos{display: none !important}
.product-id-45 .kilogramos{display: none !important}
.product-id-46 .kilogramos{display: none !important}
.product-id-47 .kilogramos{display: none !important}
.product-id-50 .kilogramos{display: none !important}
[data-id-product = "35"] .kilogramo{display: none !important}
[data-id-product = "36"] .kilogramo{display: none !important}
[data-id-product = "50"] .kilogramo{display: none !important}
.pp__text-primary{display: none !important}
.dontshow{display: none !important}
.socialmedia {
    display: flex;
    margin-left: 12px;
 
}
@media (max-width: 769px){
  .socialmedia {
    display: flex;
    margin-left: 12px;
    padding-bottom: 30px !important;
}
#footer-copyright p {
    text-transform: none;
    font-size: 11px !important;
}
}
#cms .btn:not(:disabled):not(.disabled){color: #fff !important;background: #333;}


label[for="checkbox_1648821504"]{display: none !important}
.gformbuilderpro_action {
    margin-left: 23px;
}
.desprofesionales{font-size: 13px}
.titulopro {
    margin-top: 39px;
    margin-bottom: 0;
}
a.vertodo {
    background: #ff9500;
    padding: 9px 29px;
    border-radius: 8px;
    color: #fff;
}
a.vertodo:hover{color: #fff !important}

ul.promo-name.card-block {
    padding-left: 21px;
}
.wk-product-subscription {
    margin-top: 40px;
}
.wk-product-subscription h1 {
    font-size: 25px !important;
    letter-spacing: 0px;
}

.titulossucripcion {
    font-size: 20px !important;
    margin-top: 20px;
    margin-left: 20px;
    letter-spacing: 0px;
    font-weight: 500;
}
.btn-danger {
    background-color: #d9534f;
    border: 0px !important;
}
.float-md-right {
    margin-bottom: 19px;
}
svg#NOTIFICATION {
    width: 17%;
    margin-right: 11px !important;
}
#mobile-menu-close .icon-x:before {
    content: "\e8f6";
    color: #000;
}
@media (max-width: 769px){
  .pb-blog .blog-item .post-title a {
    font-size: 16px;
    text-transform: inherit;
    color: #000;
    line-height: 20px;
}
.owl-nav {
    margin-top: 24px !important;
}
.pb-image.kitdigitalimg {
    width: 100% !important;
    margin: 0 auto;
    margin-top: 19px;
}
h5.pb-heading.molletesau {
    margin-top: 77px !important
}
.buttoninicio{font-size: 13px;}
  div#search-form-dropdown {
    margin-right: -50px;
}
.pb-blog .blog-item img {
    transition: all 0.5s;
    height: 150px !important;
    object-fit: cover;
}

  .gdz-megamenu li {
    padding: 0px 0px !important;
}
#content-wrapper {
    margin-top: 50px;
}
#index #content-wrapper {
    margin-top: 0px;
}
#addon-k6cztmxxr .gdz-megamenu.navbar{display: none !important;}
}
.movillogin {
    margin-top: 24px;
    color: #fff !important;
    border: 1px solid #000;
    width: 200px;
    margin: 0 auto;
    margin-top: 29px;
    text-align: center;
    padding: 8px;
    border-radius: 8px;
    font-weight: 600;
}
.micuentapage {
    text-align: center;
    margin-top: 88px;
    letter-spacing: 0px;
}

a.rm-login-bar__hello {
    font-size: 15px;
    letter-spacing: 0px;
}


.gdz-megamenu.navbar {
  position: static !important;
}
#ver-menu.navbar {
  position: absolute !important;
}
#ver-menu .gdz-megamenu.navbar {
  position: relative !important;
}
.gdz-megamenu .nav > li {
  position: static !important;
  height: 56px;
}
.gdz-megamenu .dropdown-menu {
  width: 100% !important;
  left: 0;
  right: 0;
}
.mega-dropdown-inner {
  max-width: 1380px;
  margin: 0 auto;
}
.alert.alert-info {
    display: block;
    clear: both;
    text-align: center;
    margin-bottom: 0px;
}
@media (max-width: 769px){
  .alert.alert-info {
    display: block;
    clear: both;
    font-size: 15px !important;
}
}
#module-wkproductsubscription-subscriptiondetails i.material-icons{display: none !important;}
p.fechas.-clickable {
    background: #cde9cd;
    padding: 13px;
    text-align: center;
    font-weight: bold !important;
    color: #000;
}
[data-id="625"] > a {
  color: red;
  font-weight: bold !important;
}