/* HOME */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  vertical-align: inherit;
}

.checkout-onepage-success h1 { margin-top: 3rem; }

body .checkout-agreement> input[type=checkbox] {
    top: 2px !important;
}

.checkout-agreement.field.choice.required button.action.action-show {
	text-decoration: none;
    color: black;
    text-transform: none;
}

.checkout-agreement.field.choice.required button.action.action-show a {
	text-decoration: underline;
}

.checkout-agreements-block .checkout-agreement.field {
    display: block;
    text-align: left;
}

.checkout-onepage-success h1 span.base {
    text-transform: none !important;
}

.checkout-onepage-success  a.action.print {
    display: none;
}

.info-qty {
    border: 1px solid #000;
}

.info-qty .qty-down, .info-qty .qty-up {
    color: #000;
}

.product-view .detail-info-product-view .page-title-wrapper .page-title span {
	line-height: inherit;
}

.prices-tier {
    background: none;
    margin: 0px;
    padding: 1rem 0rem;
	overflow: hidden;
}

.item-offer {
    float: left;
    border: 2px solid #09AB85;
    border-radius: 10px;
    text-align: center;
    padding: 1rem;
    cursor: pointer;
}

.item-offer.active {
    background: #09AB85;
    color: white;
}

.info-pack {
	font-size: 1.2rem;
    font-weight: 600;
	line-height: 12px;
}

.price-pack {
	font-size: 1.1rem;
    font-weight: 600;
	margin-top: 0.5rem;
}

.price-ud {
	margin-top: 0.2rem;
}

.item-offer:hover {
	border: 2px solid #051D43;
}

.info-ahorro {
    margin-top: 7px;
    background: black;
    color: white;
    padding: 0.2rem 0.2rem;
}


table.table-checkout-shipping-method { width: 100%; }

/* table.table-checkout-shipping-method  td.col.col-method:first-child { */
    /* display: none; */
/* } */

table.table-checkout-shipping-method tr { cursor: pointer; }


.attr-product {
  display: inline;
}

.container.backwho {
    background: url(/pub/media/banner_info.jpg) no-repeat black center;
    max-width: 115% !important;
    position: relative;
    width: 115vw;
    margin-left: -2rem;
    margin-right: -2rem;
    min-height: 300px;
}

.content-text h2.title {
    color: #09AB85;
    font-size: 2rem;
    margin-bottom: 1rem;
	text-transform: capitalize;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    letter-spacing: 2px;
}

.contact-index-index .columns .media-body {
    color: #09AB85;
}

.contact-info .image_hotline {
    background-color: #09AB85;
}

.contact-index-index .columns #contact-form .fieldset .field.required .label:after, .contact-index-index .columns #contact-form .fieldset .fields .field.required .label:after, .contact-index-index .columns #contact-form .fieldset .field._required .label:after, .contact-index-index .columns #contact-form .fieldset .fields .field._required .label:after {
    color: #09AB85;
}

.brand-widget li.active a, .brand-name a:hover {
    color: #09AB85 !important;
}

.contact-index-index .columns .form.contact .action.primary {
    background: #09AB85 none repeat scroll 0 0;
	border: 0px;
}

.contact-index-index .columns .form.contact .action.primary:hover {
    background: #051D43 none repeat scroll 0 0;
	border: 0px;
}

.content-text p.subtitle {
    color: #fff;
    font-size: 1.7rem;
}

.content-text p.text {
    color: #fff;
    font-size: 1.1rem;
	padding: 1rem 0rem
}

/* COOKIES */

.cookies-table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.cookies-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.95rem;
  min-width: 700px;
}

.cookies-table caption {
  caption-side: top;
  text-align: left;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #222;
}

.cookies-table thead {
  background-color: #f4f4f4;
}

.cookies-table th,
.cookies-table td {
  border: 1px solid #ddd;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.cookies-table th {
  font-weight: 600;
  color: #333;
}

.cookies-table tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.cookies-table a {
  color: #0073aa;
  text-decoration: underline;
}

.cookies-table a:hover {
  color: #005b8a;
  text-decoration: none;
}

.cookies-note {
  font-size: 0.9rem;
  color: #555;
  margin-top: 1rem;
  line-height: 1.5;
}

/* === Versión responsive en móviles === */
@media (max-width: 768px) {
  .cookies-table {
    border: 0;
    min-width: auto;
  }

  .cookies-table thead {
    display: none; /* Oculta los encabezados */
  }

  .cookies-table tr {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  }

  .cookies-table td {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #eee;
  }

  .cookies-table td::before {
    content: attr(data-label);
    flex: 1 1 50%;
    font-weight: 600;
    color: #333;
  }

  .cookies-table td:last-child {
    border-bottom: none;
  }

  /* Añadimos los labels de las columnas */
  .cookies-table tbody tr td:nth-child(1)::before { content: "Nombre de la cookie"; }
  .cookies-table tbody tr td:nth-child(2)::before { content: "Tipo / Titular"; }
  .cookies-table tbody tr td:nth-child(3)::before { content: "Finalidad"; }
  .cookies-table tbody tr td:nth-child(4)::before { content: "Duración"; }
  .cookies-table tbody tr td:nth-child(5)::before { content: "Más información"; }

  .cookies-table a {
    word-break: break-all;
  }
}

/*SHIPPING TABLE CMS */

.shipping-table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.shipping-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.95rem;
  min-width: 700px;
}

.shipping-table caption {
  caption-side: top;
  text-align: left;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #222;
}

.shipping-table thead {
  background-color: #f4f4f4;
}

.shipping-table th,
.shipping-table td {
  border: 1px solid #ddd;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.shipping-table th {
  font-weight: 600;
  color: #333;
}

.shipping-table tbody tr:nth-child(even) {
  background-color: #fafafa;
}

@media (max-width: 768px) {
  .shipping-table {
    border: 0;
    min-width: auto;
  }

  .shipping-table thead {
    display: none;
  }

  .shipping-table tr {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  }

  .shipping-table td {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #eee;
  }

  .shipping-table td::before {
    content: attr(data-label);
    flex: 1 1 50%;
    font-weight: 600;
    color: #333;
  }

  .shipping-table td:last-child {
    border-bottom: none;
  }

  .shipping-table tbody tr td:nth-child(1)::before { content: "Destino"; }
  .shipping-table tbody tr td:nth-child(2)::before { content: "Importe del pedido"; }
  .shipping-table tbody tr td:nth-child(3)::before { content: "Tipo de envío"; }
  .shipping-table tbody tr td:nth-child(4)::before { content: "Plazo estimado"; }
  .shipping-table tbody tr td:nth-child(5)::before { content: "Coste"; }
}

/* GENERAL */

.user-login img {
    width: 26px;
    margin: 0px 1rem;
    cursor: pointer;
}

.fixed-right ul li a:hover:before {
    color: #fff;
    background: #09AB85;
}


.cms-page-view .page-title-wrapper { display: none; }

.wpb_wrapper p { text-align: justify; }
.wpb_wrapper ul { padding: 0rem 2rem 2rem; }

.wpb_wrapper ul li {
    list-style: disc;
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

div.logo {
    display: block;
    max-width: fit-content !important;
}

a:visited, .alink:visited, a:hover, a:focus, a:active {
    color: #09AB85;
}

.sidebar-shop .widget .widget-title:before {
    background-color: #09AB85;
}

.sort-pagi-bar-bottom .toolbar-products .pages .pages-items .item.current strong, .sort-pagi-bar-bottom .toolbar-products .pages .pages-items .item a:hover {
    border-color: #09AB85;
    background: #09AB85;
}

.filter-bar-sidebar {
	margin-top: 2rem;
    border: 2px solid #000;
    padding: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    background: white;
	cursor: pointer;
	user-select: none;
}

.filter-bar-sidebar img.icon-filter {
	width: 25px;
    margin-right: 1rem;
	cursor: pointer;
	user-select: none;
}

.customer-account-login .page-main .login-container .block.block-customer-login .actions-toolbar .primary button, .login-container .block.block-new-customer .actions-toolbar .primary a, .customer-account-create .page-main .actions-toolbar>.secondary .action.back, .customer-account-create .page-main .actions-toolbar>.primary .action.submit.primary, .customer-account-forgotpassword .page-main .actions-toolbar>.secondary .action.back, .customer-account-forgotpassword .page-main .actions-toolbar>.primary .action.submit.primary, .actions-toolbar>.primary .action:last-child, .actions-toolbar>.secondary .action:last-child {
    color: white;
    background: #09AB85;
    border: 0px;
}

.customer-account-login .page-main .login-container .block.block-customer-login .actions-toolbar .primary button:hover, .login-container .block.block-new-customer .actions-toolbar .primary a:hover, .customer-account-create .page-main .actions-toolbar>.secondary .action.back:hover, .customer-account-create .page-main .actions-toolbar>.primary .action.submit.primary:hover, .customer-account-forgotpassword .page-main .actions-toolbar>.secondary .action.back:hover, .customer-account-forgotpassword .page-main .actions-toolbar>.primary .action.submit.primary:hover, .actions-toolbar>.primary .action:last-child:hover {
    color: white;
    background: #051D43;
    border: 0px;
}

.customer-account-createpassword .page-title {
	text-align: center;
    margin-top: 2rem;
    width: 100%;
}

.customer-account-createpassword .page-title {
	text-align: center;
    margin-top: 2rem;
    width: 100%;
}


.customer-account-logoutsuccess  .page-title {
	text-align: center;
    margin-top: 2rem;
    width: 100%;
}

.customer-account-logoutsuccess p {
    text-align: center;
    font-size: 1.2rem;
}

.customer-account-login .page-main#maincontent .page-title-wrapper {
    margin: 3rem;
}

.customer-account-login .page-main .login-container .block.block-customer-login .actions-toolbar .secondary a {
    background: none;
    padding-top: 1rem;
}

div.mage-error {
    font-size: 0.8rem;
}

/* CATALOG */

.owl-wrapper-outer .item-product .product-info .info-price .special-price {
    display: block;
}

.owl-wrapper-outer  .item-product .product-info .info-price .old-price {
    margin-top: 0px !important;
    padding: 0px;
    text-align: center !important;
    width: 100%;
}

.owl-wrapper-outer .item-product .product-info .info-price .old-price .price {
    margin-left: 0px;
}

/* CUSTOMER ACCOUNT */

.account .page-main .block-dashboard-info .box-information .box-actions a {
    color: #09AB85;
}

.account .page-main .block-dashboard-info .box-information .box-actions a:hover {
    color: #051D43;
}

.account .page-main .block-dashboard-info .box-newsletter .box-actions a {
    color: #09AB85;
}

.account .page-main .block-dashboard-info .box-newsletter .box-actions a:hover {
    color: #051D43;
}

.account .page-main .block-dashboard-addresses .box-billing-address a {
    color: #09AB85;
}

.account .page-main .block-dashboard-addresses .box-billing-address a:hover {
    color: #051D43;
}

.account .page-main .block-dashboard-addresses .box-shipping-address a {
    color: #09AB85;
}

.account .page-main .actions-toolbar>.primary>button, .account .page-main .form-address-edit .actions-toolbar .action.primary {
    background: #09AB85;
    border: 0px;
}

.account .page-main .actions-toolbar>.primary>button:hover, .account .page-main .form-address-edit .actions-toolbar .action.primary:hover {
    background: #051D43;
    border: 0px;
}

.account .page-main .block-dashboard-addresses .box-shipping-address a:hover {
    color: #051D43;
}

.account .block-collapsible-nav .content .nav li a:hover {
    color: #051D43;
}

li.nav.item.current strong {
    color: #09AB85 !important;
	font-size: 1rem;
}

.account .page-main .block-dashboard-info .block-title strong {
    font-size: 1rem;
    color: #666;
    font-weight: 500;
}


/* CHECKOUT */

.checkout-index-index select {
    padding: 0px 25px;
    border: 0px;
}

.payment-method._active .payment-method-title.field.choice {
    background-color: #09AB85;
}

.payment-method._active .payment-method-title.field.choice label span {
    color: white;
}

.opc-wrapper .step-title, .opc-block-shipping-information .shipping-information-title, .checkout-agreements-items .checkout-agreements-item-title {
    color: #222;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: none;
    padding: 0;
    margin-bottom: 0;
    letter-spacing: -0.5px;
    border-bottom: 0px;
	padding-bottom: 0px;
    margin-bottom: 30px;
}

.opc-block-summary .table-totals .grand.totals .price {
    color: #09AB85;
}

.opc-block-summary .table-totals .grand.totals .mark strong {
    color: #09AB85;
}

.filter-content .filter-options .filter-options-content ol li a:hover {
    color: #09AB85;
}

.button, body input[type=submit], body button {
    background: #09AB85;
    color: white;
}

.button, body input[type=submit]:hover, body button:hover {
	background: #051D43;
}

.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
    color: white;
    font-weight: 100 !important;
}

.minicart-wrapper {
	margin-top: 0px;
}

.payment-group {
    margin-top: 1rem;
}

.estimated-label, .estimated-price { color: #051D43; }

.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
    color: white;
}

.abs-no-display-desktop, .opc-estimated-wrapper, .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: block;
}

.checkout-shipping-method {
    position: relative;
    margin-top: 2rem;
}

.opc-wrapper .shipping-address-item.selected-item {
    border-color: #09AB85;
}

.opc-wrapper .shipping-address-item.selected-item:after {
    background: #09AB85;
}

.billing-address-same-as-shipping-block.field.choice label {
	text-align: left;
    line-height: normal;
    margin-left: 10px;
}

button.action.primary.checkout, button.action.primary.checkout:hover {
	border: 0px !important;
}

button.action.primary.checkout:hover {
	background: #051D43 !important;
}

.opc-block-shipping-information {
    padding: 0 30px;
    /* border: 1px solid #051D43; */
    padding: 1.5rem;
}

.opc-sidebar {
	margin: 0px;
}

.fieldset>.field:not(.choice)>.label {
	text-align: left !important;
    padding: 0px !important;
    float: none !important;
    margin-bottom: 0.5rem;
}

.fieldset>.field {
	margin: 0 0 15px;
}

.field .control._with-tooltip input {
    margin-right: 10px;
    width: 100%;
}

.field-tooltip .field-tooltip-action {
    margin-top: 10px;
    margin-right: 10px;
}

.opc-progress-bar-item._active:before {
    background: #09AB85;
}

.opc-progress-bar-item._active>span:before {
    background: #09AB85;
}

.checkout-container .action.action-auth-toggle {
    background: #09AB85;
    border: 0px;
}

.checkout-container .action.action-auth-toggle:hover {
    background: #051D43;
    border: 0px;
	text-decoration: none;
}

.rowFlexMargin .velaBlock .velaFooterLinks li a:hover, .rowFlexMargin .velaBlock .velaFooterLinks li a:focus {
    color: #09AB85;
}

.velaFooterMenu .velaFooterTitle:before {
	cursor: pointer;
	font-size: 1.5rem;
}

.velaFooterMenu.velaBlock {
    cursor: pointer;
}

.block-new-customer .actions-toolbar .action.action-register:hover, .block-customer-login .actions-toolbar .action.action-register:hover, .block-new-customer .actions-toolbar .action-login:hover, .block-customer-login .actions-toolbar .action-login:hover {
    background: #051D43;
    color: #fff;
    border: 1px solid #051D43;
}

.block-new-customer .actions-toolbar .action.action-register, .block-customer-login .actions-toolbar .action.action-register, .block-new-customer .actions-toolbar .action-login, .block-customer-login .actions-toolbar .action-login {
    background: #09AB85 none repeat scroll 0 0;
}



div#onepage-checkout-shipping-method-additional-load {
    margin-top: 2rem;
}

#store-selector .form-continue .actions-toolbar .action.primary, .order-review-form .action.primary, .bundle-actions .action.primary, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .product-info-main .box-tocart .action.tocart, .product-options-bottom .box-tocart .action.tocart, .cart-container .checkout-methods-items .action.primary, .block-minicart .block-content>.actions>.primary .action.primary, .methods-shipping .actions-toolbar .action.primary, .block-authentication .action.action-register, .block-authentication .action.action-login, .checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary, .form-address-edit .actions-toolbar .action.primary, .multicheckout .action.primary {
    line-height: inherit;
    padding: 0.5rem 4rem;
    font-size: 1.3rem;
    background: #09AB85;
    color: white;
    font-weight: 500;
	text-transform: none;
}

.paymentfee.excl .mark,  { padding: 1rem; }
.paymentfee.excl .mark .label { font-weight: 600; }
.paymentfee.excl td.amount { padding: 1rem 0rem; }

.payment-method input[type="radio"] { display: none; }

.payment-method label img {
	margin: 0rem 1rem;
}

.payment-method-billing-address {
    padding: 2rem 1rem 0rem 1rem;
}

.checkout-payment-method .checkout-billing-address .billing-address-details {
    text-align: left;
}

.payment-method-note {
    text-align: left;
    padding: 2rem 1rem;
}

.payment-method a {
    margin-left: 0px;
}

img.logo-cc {
    height: 25px;
    position: relative;
    top: -1px;
}

img.logo-tb {
	height: 25px;
    position: relative;
    top: 3px;
}

img.logo-dc {
	height: 35px;
    position: relative;
    top: -3px;
}

.payment-option.discount-code .payment-option-title { border: 0px !important; }

.payment-method-title label span { display: contents; }

.payment-method-title.field.choice {
	text-align: left;
    cursor: pointer;
	background: url(/pub/media/images/arrowdv2.png) no-repeat right center #f7f7f7;
	border-top: 1px solid #051D43 !important;
}


.payment-option._collapsible.opc-payment-additional.discount-code .payment-option-title.field.choice {
	background: url(/pub/media/images/arrowdv2.png) no-repeat right center;
}

.payment-option.discount-code .form-discount .actions-toolbar .action {
    border-radius: 0px !important;
}

.payment-option.discount-code {
    padding-bottom: 0px !important;     
	padding-left: 1rem;
}

.payment-option.discount-code .payment-option-title:after {
	display: none;
	content: none;
}

.payment-option.discount-code .form-discount .actions-toolbar>div {
    float: right;
}

.payment-option-content {
    padding: 2rem;
    background: #f7f7f7;
}

.payment-option.discount-code .form-discount .actions-toolbar .action.action-apply:hover {
    color: #fff;
    border: 1px solid #dc5800;
    background-color: #dc5800;
}

.opc-block-summary span.title {
    background: #051D43;
    color: white !important;
    padding: 0.6rem;
    font-weight: 500 !important;
    letter-spacing: 3px;
    text-align: center;
    font-size: 1.2rem;
}

.opc-block-shipping-information .shipping-information-title {
    background: #051D43;
    color: white !important;
    padding: 0.6rem;
    font-weight: 500 !important;
    letter-spacing: 3px;
    text-align: center;
    font-size: 1.2rem;
}

.content.minicart-items { display: block !important; }

.product-item-details .details-qty .label { display: inline-block; }

.opc-block-shipping-information .shipping-information-title .action-edit {
    right: 10px;
    top: 0px;
    color: white;
}

.opc-block-shipping-information .shipping-information-title .action-edit:before {
    color: #aaa;
}

.opc-payment .payment-methods .payment-method .payment-method-title .label {
    text-transform: uppercase;
    color: black;
    font-weight: 500;
    font-size: 1rem !important;
}

body .modal-popup .ajaxsuite-buttons button {
    background: #09AB85 none repeat scroll 0 0;
    color: #fff;
	border: 0px;
}

body .modal-popup .ajaxsuite-buttons button:hover {
    background: #051D43;
	border: 0px;
}

.totals.discount .title {
	background: none;
    color: black !important;
    letter-spacing: 0px;
    padding: 0px;
}

.cart-container .checkout-methods-items .action.primary span {
    font-size: 1.3rem;
}

tr.totals.opc-block-summary.paymentfee.incl {
    border: 0px !important;
}

.checkout-onepage-success .actions-toolbar .action.primary, .redsys-checkout-notify .actions-toolbar .action.primary {
	height: auto !important;
    font-weight: 500;
    color: #fff !important;
    border: 0px !important;
    background-color: #09AB85 !important;
    padding: 0.5rem;
    width: 250px;
    font-size: 1rem;
}

.checkout-onepage-success .actions-toolbar .action.primary:hover, .redsys-checkout-notify .actions-toolbar .action.primary:hover {
	background-color: #051D43 !important;
}

.newsletter-footer #newsletter-error {
	text-align: left;
    margin: 0px 0px 1rem;
}

.checkout-payment-method .payment-method-title {
    padding: 20px 0 30PX;
    margin: 0;
}

.checkout-onepage-success .actions-toolbar, .redsys-checkout-notify .actions-toolbar{
    margin-top: 3rem;
}

.checkout-shipping-address .form.form-login .actions-toolbar {
    text-align: right;
}

.checkout-shipping-address .actions-toolbar .action.primary {
    padding: 1rem 5rem;
}

/* CART */

.cart-container .checkout-methods-items .action.primary, body .primary #top-cart-btn-checkout, body .action_button .button.btn-continue, .block-minicart .block-content>.actions .viewcart {
    background: #09AB85;
	border: 0px;
	color: white;
}

.cart-container .checkout-methods-items .action.primary:hover, body .primary #top-cart-btn-checkout:hover, body .action_button .button.btn-continue:hover, .block-minicart .block-content>.actions .viewcart:hover  {
    background: #051D43;
	border: 0px;
	color: white;
}

.header-container .header-content .minicart-wrapper .block-minicart {
    border-top: 2px solid #09AB85;
}

.header-container .header-content .minicart-wrapper .block-minicart .subtotal .price-container .price {
    color: #09AB85;
	font-size: 1.3rem;
}

.header-container .header-content .minicart-wrapper .minicart-items .product-item-details .price {
    color: #051D43;
}

.header-container .mini-carts .header-mini-cart{
    color: #09AB85;
}

.header-container .mini-carts .header-mini-cart:hover {
    color: #051D43;
}

.header-mini-cart::before:hover {
	color: #051D43;
}

.header-container .mini-carts .header-mini-cart .qty {
    background: #09AB85;
}

.cart.table-wrapper .cart.items .col span.price {
    color: #051D43;
}

body .action_button .button:hover, body button:hover, body input[type=submit]:hover {
    background: #051D43;
    color: #fff;
	border: 0px;
}

.bundle-actions .action.primary:hover, .review-form .action.submit.primary:hover, .block-cart-failed .action.continue:hover, .cart-container .form-cart .action.continue:hover, button:hover, .cart.table-wrapper .actions-toolbar>.action:hover, .cart.table-wrapper .action-gift:hover, .action.primary:hover {
    background: #051D43;
    color: #fff;
	border: 0px;
}


/* CMS CONTENT */

.backround_aboutus { text-align: center; }

@media (min-width: 1200px) {
    #main-aboutus {
        margin-top: -110px;
    }
}

.cms-page-view #maincontent h2 {
    font-size: 24px;
}

.cms-page-view blockquote {
    margin: 38px 0 40px;
    padding: 0;
    padding-left: 25px;
    padding-right: 0;
    color: #000;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #cb101c;
}

.cms-page-view .tbay-addon-tbay-addon-ourteam {
    margin-bottom: 60px;
}

.cms-page-view  .wpb_text_column {
    margin-bottom: 60px;
}

.rokan-product-heading {
    padding: 0 0 15px;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}

.content-about p {
    line-height: 23px;
    margin-bottom: 25px;
    font-size: 1rem;
}

.vc_fluid.container {
    max-width: 1200px;
    margin: auto;
}

.breadcrumbs{
    margin-top: 2rem !important;
}

.breadcrumbs ul li strong {
    color: #051D43;
}

/* END CMS CONTENT */

/* PRODUCT VIEW */

.product.data.items>.item.title {
        float: none;
        width: auto;
        text-align: center;
}

.product.info.detailed .product.data.items .review-add .review-fieldset .field .label {
    text-align: left !important;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.4rem;
}

.title-review {
    text-align: center;
    margin-bottom: 0.5rem;
}

.review-form .fieldset>.field {
	margin: 0 0 1rem;
}

.main.label {
	text-align: center !important;
}

.review-field-ratings .control {
	margin: 1rem 0rem 2rem !important;
}

.title-review h2 {
    font-size: 2rem;
    font-weight: 500;
}
.product.info.detailed .product.data.items .review-add .review-fieldset .legend {
    font-size: 1.2rem;
    text-align: center;
	text-transform: initial;
}

.fieldset>.field:not(.choice)>.control {
	width: 100%;
	float: none;
}

div#tab-label-reviews { display: none; }

.product.info.detailed .product.data.items .review-add {
    float: none;
    width: 100%;
}

.fieldset>.field:not(.choice)>.label {
	padding: 6px 15px 0 0;
	text-align: right;
	width: auto;
	box-sizing: border-box;
	display: block;
	float: none;
}

.review-control-vote label:before, .review-control-vote:before {
    font-size: 4rem;
}

.control.review-control-vote label, .review-control-vote:before {
}

.review-form-actions .action.submit.primary {
    font-size: 1rem;
    background-color: #09AB85;
    color: white;
    border: 0px;
    width: 100%;
}

.review-form-actions .action.submit.primary:hover {
	background-color: #051D43;
	border: 0px;
}

.review-fieldset div.mage-error {
    color: #e02b27;
    font-size: 0.8rem;
}

.review-fieldset div#ratings\[1\]-error  {
    margin-top: 2rem;
}

.primary.actions-primary {  width: 100%; }

.product.info.detailed .product.data.items #product-review-container {
    float: none;
    width: 100%;
    margin-right: 0px;
}

.product-view .detail-info-product-view .special-price, .wrapper_quickview_item .detail-info-product-view .special-price {
    float: none;
    text-align: left;
    display: block;
}

.product-view .detail-info-product-view .special-price .price { font-size: 2rem !important; }

.product-view .detail-info-product-view .old-price, .wrapper_quickview_item .detail-info-product-view .old-price {
	padding: 0px;
    margin: 0px !important;
    float: none;
    display: block;
	text-align: left;
}

.product-view .price-box span.old-price, .wrapper_quickview_item .price-box span.old-price {
    display: block !important;
    overflow: hidden;
    padding-top: 0.8rem;
    float: left;
}

.product-info-main .price-box {
    margin-top: 5px;
}

.info-price {
    text-align: left;
    display: block;
	margin-top: 1.2rem;
    font-size: 1rem;
}

.info-product-brand {
	font-size: 1rem;
    color: black;
    margin-top: 0.5rem;
}

.brand-box {
    margin-right: 0.5rem;
    float: left;
}

.info-product-brand img { width: 25px; }

.info-product-brand span {
	position: relative;
    top: 4px;
    left: 10px;
}

.product-info-main .product.attribute.overview {
    margin: 20px 0;
    clear: both;
    margin-top: 2rem;
}

.box-discount {
	float: left;
    margin-top: 0.4rem;
    font-size: 1rem;
    background: red;
    color: white;
    padding: 4px 2rem;
    position: relative;
    border-radius: 5px;
    text-align: left;
}

.product-info-stock-sku { overflow: hidden; }

.product-view .product-info-stock-sku, .wrapper_quickview_item .product-info-stock-sku {
    margin: 2rem 0rem;
}

.attribinfo {
	background-color: #F4F4F5;
    border-radius: 5px;
    padding: 0.5rem !important;
    text-align: center;
	margin-top: 1rem;
}

.attribinfo img {
	margin: 0.5rem 0rem;
}

.attribinfo .alabel{
	font-weight: 600;
    margin-bottom: 5px;
}

.attribinfo .acontent {
    font-size: 1rem;
    min-height: 35px;
}

.attribinfo .acontent.plus {
    text-align: left;
    padding: 1rem;
    line-height: normal;
}

.product.attribute.description {
    margin-bottom: 2rem;
}

.product .value p, .product .value {
	color: #3F3F46;
    font-size: 1rem;
    line-height: normal;
    display: contents;
}

body .opc-block-summary {
    background: white;
    border: 0px;
    border-radius: 3px;
    padding: 30px;
    padding-bottom: 0; 
}

.minicart-items .product-item-name {
    margin: 0 0 0px;
}

.minicart-items .product-item-details .details-qty {
    margin-top: 0px;
}

.product-view .detail-info-product-view .attr-info .addcart-link, .wrapper_quickview_item .detail-info-product-view .attr-info .addcart-link {
    background: #09AB85 none repeat scroll 0 0;
    font-size: 1.1rem;
}

.product-view .detail-info-product-view .attr-info .addcart-link:hover, .wrapper_quickview_item .detail-info-product-view .attr-info .addcart-link:hover {
    background-color: #051D43;
    border-color: #051D43;

}
.product-view .detail-info-product-view .page-title-wrapper .page-title span, .wrapper_quickview_item .detail-info-product-view .page-title-wrapper .page-title span, .product-view .detail-info-product-view .price-box .price-container .price, .wrapper_quickview_item .detail-info-product-view .price-box .price-container .price {
    font-size: 2.5rem;
	color: black;
}

.product-view .detail-info-product-view .product-info-price {
    margin: 0px;
}

.product-view .detail-info-product-view .product-reviews-summary, .wrapper_quickview_item .detail-info-product-view .product-reviews-summary {
    margin: 0px 0px 1rem;
}


@media (min-width: 1200px) {
	.product-view { 
		width: 90%;
		margin: 0px 5%; 
	}
}	

.shortinfo {
	font-size: 1rem;
    float: left;
}

.product-reviews-summary.short.empty, .product-view .detail-info-product-view .product-reviews-summary {
    float: left;
    margin-left: 1.5rem;
    position: relative;
    top: -7px;
}

.product-reviews-summary .reviews-actions {
    margin-left: 0px;
}

.rating-summary .rating-result span:before {
    color: #09AB85;
}

.product-reviews-summary .reviews-actions a:hover {
    color: #09AB85;
	text-decoration: underline;
}

.product-reviews-summary .reviews-actions a {
    color: black;
}

.product-reviews-summary .reviews-actions a {
    font-size: 1rem;
}

/* END PRODUCT VIEW */


.fotorama__stage__frame .fotorama__img {
    width: auto !important;
}

.view-product strong, .brand-description strong, .brand-description-bottom strong {
	font-weight: 500;
}

.brand-description p, .brand-description-bottom p {
	font-size: 0.98rem;
}

.header-control {
    border-bottom: 1px solid #e1e1e1 !important;
}

.header.links a:visited {
   
}

.header-container .header-content>.top-header {
    background: #051D43;
}

.block-search .block-content button.action {
    background: #09AB85; 
}
.block-search .block-content button.action:hover {
    background: #051D43;
}

.header-wrapper-sticky.enable-sticky .logo-sticky {
	width: 15%;
}

.enable-sticky .navigation {
    text-align: left !important;
}

.top-icon { 
	display: inline;
    margin-right: 10px;
	filter: invert(1);
}

.top-icon-color { 
	display: inline;
    margin-right: 10px;
}

.top-separator {
    display: inline;
	margin: 0px 15px 0px 10px;
}

.top-icon img, .top-icon-color img {
    width: 20px;
	position: relative;
    top: 4px;
}

.top-icon-color img{
    width: 15px;
	position: relative;
    top: -2px;
}

.top-menu .navigation {
    text-align: center;
}

.navigation li.level0 {
    margin: 0 20px 0 20px;
}

.container3 {
    max-width: 84%;
    margin: 0px 8%;
}

.container3.secod-text-home {
	padding: 5rem 0rem;
}

.container3 .col1 {
    font-size: 1.5rem;
    font-weight: 500;
	color: black;
}

.container3 .col1 span {
    color: #09AB85;
    font-style: italic;
}

.container3 .col2 {
    font-size: 1.1rem;
    line-height: 1.3rem;
}

.container3 .col2 span {
    color: #09AB85;
}

.categorytab-container.cat_1 .vc_tta-tabs-container .tabs li.active a {
    color: #09AB85;
}

.iconflag { text-align: center;  min-height: 26px; margin-top: 10px;}
.iconflag img { width: 30px; }
.flag-icon-menu { width: 20px; margin-right: 10px; }
.icon-menu {
	width: 25px; 
	margin-right: 5px; 
	fill: #09AB85;
	position: relative;
	top: -2px;
}
.pleft { padding-left: 2rem !important; }

.iconflag label {
    position: relative;
    top: -5px;
    left: 3px;
}

.custommenu.navigation li.level0>.level-top:hover {
    color: #09AB85;
}



.item-product .product-info-cart button {
    background-color: #051D43;
	border-color: #051D43;
}

.item-product .product-info-cart button:hover {
    background-color: #09AB85;
	border-color: #09AB85;
}

.header-container .header-content .top-bar-left .top-text-left, .top-header .top-account ul li a {
    font-weight: 400;
    letter-spacing: .02em;
    text-transform: none;
	font-size: 0.85rem;
}

.header-container .header-content .top-bar-left .top-text-left:before {
    content: none;
}

.velaServicesInner {
	margin-top: 0px; 
    margin-bottom: 0px; 
}

.banner-slider {
    width: 100%;
    max-width: inherit;
    margin: auto;
    padding: 0px;
	opacity: 0;
}

.filter-options-content a:visited, .brand-name a:visited {
    color: black;
}

th.col.label {
    font-weight: 500;
}

.item-product .product-info .product-name a {
	font-family: "Lato", arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 1.5;
    text-transform: none;
    color: #562345;
	}

.brand-widget li.active a, .brand-name a:hover {
	color: #ff9300 !important;
}

.brand-name a {
	font-size: 0.9rem;
}

.sidebar.sidebar-main-1 {
    margin-bottom: 1rem;
}

.brand-description h2, .brand-description-bottom h2 {
	font-size: 1.4rem;
    font-weight: 500;
    padding: 1rem 0rem;
}

.brand-widget .filter-options-title { margin-bottom: 2rem; }

.sort-pagi-bar-bottom .toolbar-products {
    margin-bottom: 1rem;
}

.brand-description {
	margin-bottom: 2rem;
}

.brand-description-bottom { margin-bottom: 5rem; }

.filter-content .filter-options .filter-options-content ol li a span {
	color: black;
    position: relative;
    top: 7px;
}

.brand-description h1 {
	font-size: 1.6rem;
    margin: 2rem 0rem;
}


.image-sidebar, .banner_left_sidebar img { box-shadow: 11px 12px 11px -8px; filter: blur(40); }
.image-banner-category, .category-image img { box-shadow: 10px 7px 8px -4px; }

.products-grid .item-product {

}

.ad-info{
	font-family: "Lato", arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 1.5;
    text-transform: none;
    color: #808080;
	text-align: center;
}

.inner-item-product {
    background: white;
}

.category-view-move {
    margin-bottom: 40px;
    margin-top: 1rem;
}

.breadcrumbs .items>li {
    display: inline-block;
    vertical-align: top;
    font-family: "Lato", arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 1.5;
    text-transform: none;
    white-space: nowrap;
    color: #333;
}

.breadcrumbs {
    padding: 0rem 1rem;
}

.catalog-category-view .filter-content .filter-options .filter-options-content {
    overflow: scroll;
    max-height: 250px;
    overflow-x: hidden;
}

.item-product .product-info {
    min-height: 115px;
}

.item-product .product-info .info-price .special-price .price-wrapper .price {
	font-family: "Lato", arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 1.5;
    text-transform: none;
    font-weight: 700;
    letter-spacing: normal;
    color: #562345;
}

.item-product .product-info .info-price .old-price {
    margin-top: 3px;
	display: inline-block;
}

.item-product .product-info .product-name {
    text-align: center;
	padding: 0rem 2rem;
}

.price-box.price-final_price {
    text-align: center;
}

.liter-price {
	clear: both;
    margin-top: 25px;
}

.item-product .product-info .info-price {
    margin: 10px 0 0;
    min-height: 35px;
}

.product .value p {
    
}

.main-detail h1 {
	font-size: 1.6rem;
}

.main-detail h2 {
	font-size: 1.4rem;
}

table#product-attribute-specs-table {
    width: 100% !important;
}

th.col.label, td.col.data {
    border: 0px !important;
}

h2.product-more-info {
    font-size: 1.4rem;
    font-family: 'Rubik', sans-serif;
    padding: 2rem 0rem;
    color: black;
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding: 0 15px;
}


.info-guarantees {
	border: 1px solid #e6e6e6;
	text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    background: #f8f9fb;
    padding: 3rem 0rem 3rem;
	margin: 0px -2%;
}

.head-info img {
    float: left;
    max-width: 40px;
    margin-right: 5px;
}

.velaServicesInner .boxServiceContent {
    padding-top: 5px;
}

.info-guarantees p { padding: 2rem 8rem 0rem 8rem; }

.info-guarantees h1 {
    font-size: 2rem;
    text-transform: uppercase;
	letter-spacing: 0.12rem;
    font-family: lato, arial, sans-serif;
}



.guarantee-icons i {
	font-size: 4rem;
    font-weight: 600;
}

.info-guarantees img.logo-customer-reviews { width: 180px; }

.guarantee-icons span {
    font-size: 1.3rem;
    font-style: italic;
    line-height: 1rem;
}

.block-widget-rokanthemes-brand {
    margin: 0px -3%;
}

div.guarantee-icons {
	padding: 2rem 0rem;
}

.block-widget-rokanthemes-brand {
    padding: 1rem 0px 4rem !important;
}

.guarantee-icons .left { width:30%; float: left; }
.guarantee-icons .right { width:70%; float: left; }

.guarantee-icons h3 {
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.guarantee-icons .box .inner {
    border-radius: 10px;
    padding: 1rem 0.5rem;
    overflow: hidden;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
}

.guarantee-icons .left { text-align: center; padding: 1rem 0rem;}

.guarantee-icons .left img { width: 65%; }

.guarantee-icons .right {
    text-align: left;
    padding-left: 1rem;
    margin-top: 0.7rem;
}

.info-guarantees h2 {
    font-size: 2rem;
	letter-spacing: 0.12rem;
    font-family: lato, arial, sans-serif;
	margin-bottom: 2rem;
}

.textbadget {
    font-weight: 700;
    line-height: normal;
    font-size: 22px;
    color: rgb(17, 17, 17);
    word-break: normal !important;
}

.inside-stars {
	display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    gap: 8px;
    width: 125px;
}

#banner-slider-reviews .item .text {
    font-size: 0.9rem;
    line-height: 23px;
    color: #3F3F46;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    height: 95px;
}

#banner-slider-reviews a {
	font-size: 0.8rem;
    color: #0073FF !important;
    font-weight: normal;
}

#banner-slider-reviews .name {
    font-size: 1rem;
    /* text-transform: uppercase; */
    letter-spacing: 0px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    line-height: 20px;
    padding-left: 5px;
    color: #3F3F46;
}

#banner-slider-reviews .tpo {
	color: #71717A;
    text-transform: lowercase;
    font-size: 0.8rem;
    font-weight: 100;
}

.box-review-content {
    background-color: #F4F4F5;
    border-radius: 12px;
    margin: 1rem;
    min-height: 250px;
    padding: 2rem;
    text-align: left;
}

.box-review-content .stars {
	width: 100px !important;
	margin: 15px 0px 10px;
}

.stars {
    width: 85px;
    position: relative;
    top: -1px;
}

.item-product .product-info-cart {
    position: inherit;
    opacity: 1;
}

.filter-content .filter-options .filter-options-item .filter-options-title:after {
    top: 10px;
    font-size: 1.5rem;
    font-weight: 100 !important;
}

div#narrow-by-list {
    background: white;
    margin-top: 2rem;
    padding: 1rem;
	margin-bottom: 2rem;
}

.filter-content .filter-options .filter-options-title {
    padding: 1rem 0.5rem;
    position: relative;
    font-family: "Lato", arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 1.5;
    text-transform: none;
    display: block;
    line-height: 1;
    color: #000;
    border-bottom: 1px solid #e3e3e3;
}

.filter-options-content {
    position: relative;
    font-family: "Lato", arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 1.5;
    text-transform: none;
    display: block;
    line-height: 1;
    color: #000;	
}

.filter-options-item .items .item a input[type="checkbox"] {
    margin: 0;
    top: 0;
    box-shadow: none;
    position: relative;
    top: 4px;
    width: 18px;
    height: 18px;
    left: -5px;
}

span.filter-count-label {
    display: none !important;
}

.filter-options-item .items .item a .count, .filter-content .filter-options .filter-options-content ol li a span {
    display: contents;
    position: relative;
    top: 7px;
    left: 3px;
    color: #bbb;
}

img.product-image-photo {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.catalog-category-view main#maincontent {
    background: #f9f9f9;
}

.header-container .header-content>.top-header, .header-control   {
	border: 0px;
}

.filter-current+.filter-actions {
    margin-bottom: 0px;
}

.block.filter .widget { padding: 2rem 1rem 1rem 1rem; }

.block, .sidebar .widget.block:not(:last-child), .sidebar .widget:not(:last-child), .block-banners, .block-banners-inline {
    margin-bottom: 0px;
}

.header-container .header-content .top-bar-left {
    width: 100%;
    text-align: center;
}

.nav-breadcrumbs {
    background: #fff;
}

.header-container .header-content .top-bar-left .top-text-left, .top-header .top-account ul li a {
    color: white;

}


img.product-image-photo:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.text-left {
    bottom: 15px;
    position: absolute;
    left: 35px;
    background: white;
    padding: 1rem;
    color: #562345;
    width: 50%;
    line-height: 1.2rem;
}

.container2 {
    width: 84%;
    margin: 0px 8%;
}

.text-left .title {
    font-family: lato, arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #562345;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    font-weight: 600;
    margin: 0;
    color: #222;
    line-height: 1.428;
    letter-spacing: 0.5px;
}

#maincontent .page-title-wrapper {
    margin-bottom: 0px;
    padding: 0;
}

.page-title-wrapper {
    margin-top: 0px;
}

.main-title-home {
    width: 50%;
    margin: 0 25%;
    text-align: center;
    padding: 2rem;
    position: relative;
    top: -2rem;
    background: white;
	margin-bottom: 3rem;
    /* border-bottom: 5px dotted #0B264F; */
    /* border-style: dotted; */
    padding-bottom: 3rem;
	-webkit-box-shadow: 10px 10px 14px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 14px -10px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 14px -10px rgba(0,0,0,0.75);
}

.line1 {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1rem;
	color: #09AB85;
	margin: 1rem 0rem;
}

.line2 {
	margin-bottom: .3rem;
    font-weight: 500 !important;
}

.line2, .line3 {
    font-size: 1.7rem;
    padding: 0.5rem;
    font-weight: 400;
	color: #0B264F;
	letter-spacing: 0.01rem;
}

.line3 span{
	color: #09AB85;
	font-style: italic;
	font-weight: 500;
}

.cms-home h1.page-title {
    display: none !important;
}

.rokanthemesbrand-brand-view .filter-content .filter-options .filter-options-content ol li a span {
    top: 2px !important;
}

.filter-content .filter-options span.brand-name {
    color: black !important;
}

span.filter-count-label {
    display: none;
}

.filter-content .filter-options .filter-options-content ol li a {
    font-family: 'Rubik', sans-serif;
    color: #222;
    font-size: 14px;
    font-weight: 400;
    padding: 0.8rem;
    border-bottom: 0px;
    display: block;
}

.filter-content .filter-options .filter-options-content {
    margin: 0px;
}

.top-header {
    background-color: transparent;
}

@media (min-width: 1399px) {
    .container {
        max-width: 99%;
		width: 99%;
    }
	
    .container2 {
		max-width: 84%;
        width: 100%;
        margin: 0 8%;
    }
}

.item-product .product-info-cart button {
	text-transform: capitalize;
    font-size: 16px;
    font-family: "Lato", arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 1.5;
    text-transform: none;
    font-weight: normal;
}
	
.stock.unavailable {
    font-weight: 400;
    top: 10px;
    position: relative;
    background: white;
    min-height: 30px;
}

.custommenu.navigation li.level0.fullwidth>.submenu {
    padding: 0px; }

.optionmenu, .optionmenuc {
	padding: 1.5rem 0rem;
	width: 100%;
	border-bottom: 1px solid var(--color-primary-02-100, #eeeff1);
}

.optionmenuc h3 {
	font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #09AB85;
}

.velaServicesInner .boxServiceImage {
    background-color: #09AB85;
}

.newsletter-footer button.action, .newsletter-footer button.action:hover {
    background: #09AB85;
}

#back-top i { background: #09AB85; }

.new-products {
    padding: 3rem 0rem;
}

.custommenu.navigation li.level0.fullwidth .submenu a, .custommenu.navigation li.level0.staticwidth .submenu a { padding: 0px; }

div.elementd { padding: 0.4rem 0rem; } 

.optionmenu:hover {
	box-shadow: 0 1px 5px 0 #19191933;
    color: var(--color-grey-900, #191919);
	cursor: pointer;
}
.wscroll {
    overflow-y: auto;
	scrollbar-color: var(--color-grey-200, #ccc) transparent;
	height: 350px;
	max-height: calc(100vh - 200px);
}

@media (min-width: 769px), print {
    .navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper>.widget, .page-wrapper>.page-bottom, .block.category.event, .top-container, .page-main {
        max-width: none;
    }
}

.wscroll { padding: 0px 5px }

.optionmenu { padding: 1.5rem 1rem; border-left: 4px solid #fff; }
.optionmenu:hover, .vactive { 
	border-left: 4px solid #09AB85; 
	background: url(/pub/media/icons/right.svg) center right no-repeat;
    background-size: 30px;
}

.vactive a{
	color: #09AB85 !important; 
}

.optionmenuc a:hover { color: #ff9300 !important; }
.level0.submenu {
	-webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.75) !important;
    border-radius: 0px !important;
}

.elementd a:hover { text-decoration: underline !important; color: #000 !important; } 

.elementd a,  .optionmenu a { 
	color: #000; 
	font-size: 1rem !important; 
	font-family: 'Rubik', sans-serif;
}

.mtop {
	margin-top: 2rem;
}

.text-banner {
    position: absolute;
    margin-top: -55%;
    text-align: center;
    color: white;
    width: 88%;
}

.text-banner h2 {
	color: white;
	font-size: 1.6rem;
	text-shadow: 1px 1px #000;
}

.pointer img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.pointer img:hover {
	opacity: .8;
}

.pointer img:hover {
	opacity: 0.8;
}

.text-banner label {
	font-size: 1rem;
	font-weight: 500;
	text-shadow: 1px 1px #000;
}

.pointer { cursor: pointer; }

.text-banner label span{
	color: #09AB85;
	font-style: italic;
}


@media (min-width: 1024px) {

	.opc-estimated-wrapper { display: none !important; }

	.checkout-container .authentication-wrapper {
		position: relative;
		top: 60px;
		display: block;
		float: inline-end;
	}

    .review-form {
		max-width: 40%;
        margin: 0px 30%;
    }

	.mcol1 { width: 19%; float: left; }
	.mcol2 { width: 79%; float: right; }
	
	.breadcrumbs {
		height: 35px;
		margin-top: 0px;
	}

	.header-container {
		margin-bottom: 0px;
	}

	.shop-tab-select.toolbar-html-top.check-view-mode-toolbar-grid {
		margin-top: 2rem;
	}
	
	/* Product page */
	.product_logo_brand {
		float:left;
		margin-right: 1rem;
		border: 1px solid #000;
	}	
	
	.logo img {
		width: 100%;
	}
	
	.desktop { display: none; }
}

@media (max-width: 1280px) {
	
	.mcol1 { width: 19%; float: left; }
	.mcol2 { width: 79%; float: right; }
	
	.navigation li.level0 {
        margin: 0 25px 0 0 !important;
    }
	
	.custommenu.navigation li.level0>.level-top {
		font-size: 12px;
	}
	
	.container-header-sticky {
		width: 100%;
´	}
}

@media (max-width: 1024px) {
	
	/* Product page */
	.product_logo_brand {
		float:left;
		margin-right: 1rem;
		border: 1px solid #000;
	}

	.mcol1, .mcol2 { width: 100%; float; none; }

	.onlydesktop > .row:first-child {
		display: none;
	}
	
	.catalog-category-view .page.messages {
		padding: 0 15px;
		display: contents;
	}
	
	.header-container {
		margin-bottom: 0px;
	}

	.breadcrumbs {
		height: 35px;
		margin: 0px;
	}
	
	.page-layout-1column .product-info-main { margin-top: 3rem; }
	
	.product.info.detailed .product.data.items .review-add {
		float: none;
		width: 100%;
		overflow: hidden;
	}
	
	.product.info.detailed .product.data.items #product-review-container {
		float: none;
		width: 100%;
		margin-right: 0%;
	}
	
}

@media (min-width: 769px) {

	.item-offer {
		width: 125px;
		min-height: 105px;
		margin-right: 1rem;
	}
	
	.info-pack span { display: none; }

	.checkout-index-index .page-main.container {
		margin-top: 3rem;
	}
	
	.content-text {
		width: 60%;
		margin: 0px 20%;
		padding: 4rem;
	}	
	
	.checkout-index-index .page-main.container {
		margin-top: 3rem;
		width: 80%;
	}	
}		

@media (max-width: 768px) {

	.item-offer {
		width: 110px;
		min-height: 105px;
		margin-right: 0.4rem;
	}
	
	.bundle-actions .action.primary, .review-form .action.submit.primary, .block-cart-failed .action.continue, .cart-container .form-cart .action.continue, button, .cart.table-wrapper .actions-toolbar>.action, .cart.table-wrapper .action-gift, .action.primary {
		padding: 0 25px;
	}
	
	.info-pack span { display: block; }

	.rowFlexMargin .velaBlock .velaFooterTitle {
		text-transform: none;
		padding: 15px 50px 15px 10px;
	}
	
	.velaFooterMenu .velaFooterTitle:before {
        bottom: 15px;
        right: 10px;
    }

	.checkout-index-index .page-main.container {
		margin-top: 3rem;
		width: 95%;
	}

	.content-text {
		width: 90%;
		margin: 0px 5%;
		padding: 4rem 2rem;
	}
	
	.footer-container.layout7 .rowFlexMargin .velaBlock .velaFooterLinks {
        margin: 20px 0 20px 20px !important;
    }
	
	.footer-container.layout7 .rowFlexMargin .vela-contactinfo .contacinfo-phone.contactinfo-item {
		margin: 20px 0 35px;
	}
	
	.velaFooterLogo img { display: inline !important; }
	
	.velaFooterLogo {
		text-align: center;
	}
	
	.footer-container.footer {
		padding: 45px 0 0;
	}
	
	.footer-container.layout7 .rowFlexMargin .velaBlock .contacinfo-logo {
		margin-bottom: 35px;
	}
	
	.checkout-index-index .page-main.container {
		margin-top: 1rem;
	}	
	
	.checkout-container .authentication-wrapper {
		margin: 0px auto;
        margin-bottom: 2rem;
        text-align: center;
	}
	
	.mcol1, .mcol2 { width: 100%; float: none; }
	
	.main-title-home {
		width: 90%;
		margin: 0 5%;
	}
	
	.mtopm {
		margin-top: 2rem;
	}
	
    .container2 {
		max-width: 100%;
        width: 100%;
		margin: 0px;
    }
	
	
	.text-banner label {
		font-size: 1rem;
	}
	
	.text-banner h2 {
		font-size: 1.6rem;
	}
	
	.vc_custom_1552883228263 {
		padding-top: 50px !important;
		padding-right: 0px !important;
        padding-left: 0px !important;
		background-color: #ffffff !important;
	}
}


@media (max-width: 767px) {
	
	.line3 {
		font-size: 1.4rem;
		padding: 0.5rem 0.3rem;
	}
	
	.container3.secod-text-home {
		padding: 2rem 0rem 4rem;
	}
	
	.custommenu.navigation li.level0.fullwidth .subchildmenu.mega-columns.columns4>li {
		width: 100% !important;
        padding: 0.5rem 2rem 0rem;
	}
	
	a.level-top.ui-state-active {
		background: #09AB85 !important;
		width: 100%;
		color: white !important;
	}
	
	h4.velaFooterTitle.active {
		background: #09AB85 !important;
	}
	
	.navigation .parent .level-top.ui-state-active:after {
        color: white !important;
    }
	
	.custommenu.navigation li.level0.fullwidth .submenu li.level1>a:hover, .custommenu.navigation li.level0.staticwidth .submenu li.level1>a:hover {
		color: #09AB85;
	}
	
	.menu_primary { padding: 0px; }
	
	.custommenu.navigation li.level0.fullwidth .submenu li.level1>a, .custommenu.navigation li.level0.staticwidth .submenu li.level1>a {
		margin-bottom: 0px;
	}
	
	.navigation .level0 .submenu {
        box-shadow: none !important;
    }
	
	
	.page-products .columns.layout-2-col .col-main {
        order: 2;
    }
	
    .layout-2-col .col-md-3 {
        order: 1;
        margin-bottom: 0px;
		display: block;
    }
	
	#layered-ajax-filter-block { display: none; }
	

	
}