

/* ===================================================== */
/* /themes/AngarTheme/css/global.css */
/* ===================================================== */

@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }
a,
a:hover,
a:focus,
a:active,
a:visited {
	color: #726d6d;
    text-decoration: none;
    outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }
 /* ===================================================== */
/* BUSCADOR DESKTOP - DOMILED                */
/* Adaptado a la estructura real del header.tpl          */
/* PrestaShop 1.6                                        */
/* ===================================================== */
@media (max-width: 767px) {
    .cb-search-panel-desktop {
		display: none;
    }
}
@media (min-width: 767px) {
    .cb-search-panel-desktop {
		width: 33%;
		float: left;
        padding: 6px 12px 0px 12px;
    }
	    .cb-search-form {
        display: flex;
        align-items: stretch;
        margin: 0;
    }
	    .cb-search-input {
        display: block;
        width: 100%;
        height: 38px;
        border: 1px solid #d8d8d8;
        border-right: 0;
        padding: 0 12px;
        font-size: 14px;
        color: #333333;
        outline: none;
        box-shadow: none;
        border-radius: 0;
        background: #ffffff;
    }
	    .cb-search-submit {
        width: 42px;
        height: 38px;
        border: 1px solid #009fe3;
        background: #009fe3;
        color: #ffffff;
        font-size: 16px;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }
}
/* ===================================================== */
/* HEADER MOVIL ESTILO COOLBLUE - DOMILED                */
/* Adaptado a la estructura real del header.tpl          */
/* PrestaShop 1.6                                        */
/* ===================================================== */

  /* ----- Subbarra blanca ----- */
  .cb-subbar {
    background: #ffffff;
    min-height: 38px;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
  }

  .cb-usp {
    font-size: 14px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
  }

  .cb-usp-check {
    color: #19a542;
    font-weight: bold;
    margin-right: 6px;
  }

  .cb-usp-text {
    color: #333333;
  }
@media (min-width: 767px) {
.cb-topbar {
    padding: 0 100px!important;
  }
.cb-search-panel  {
    padding: 10px 100px 0 100px!important;
    }
}
@media (max-width: 2767px) {

  /* ----- Mostrar header móvil nuevo ----- */
  .cb-mobile-header {
    display: block !important;
    position: relative;
    z-index: 9999;
    width: 100%;
    background: #ffffff;
  }

  /* ----- Barra azul superior ----- */
  .cb-topbar {
    position: relative;
    height: 50px;
    background: #0090e3;
    padding: 0 12px;
  }

  .cb-topbar:before,
  .cb-topbar:after {
    content: "";
    display: table;
  }

  .cb-topbar:after {
    clear: both;
  }

  .cb-left,
  .cb-right {
    height: 44px;
    display: flex;
    align-items: center;
  }

  .cb-left {
    float: left;
    gap: 14px;
  }

  .cb-right {
    float: right;
    gap: 14px;
  }

  .cb-center {
    position: absolute;
    left: 45%; 
    top: 0;
    height: 44px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }

  .cb-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    min-width: 20px;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 22px;
    line-height: 1;
    outline: none;
  }

  .cb-icon:hover,
  .cb-icon:focus,
  .cb-icon:active {
    color: #ffffff !important;
    text-decoration: none !important;
    outline: none;
  }

  .cb-icon i {
    font-size: 22px;
    line-height: 1;
  }

  /* ----- Logo ----- */
  .cb-logo {
    display: inline-block;
    text-decoration: none !important;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    line-height: 1;
  }
  .cb-logo img {
	width: 150px; 
  }
  .cb-logo:hover,
  .cb-logo:focus,
  .cb-logo:active {
    text-decoration: none !important;
    outline: none;
  }

  .cb-logo-text {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-transform: lowercase;
    white-space: nowrap;
  }

  .cb-logo-text span {
    color: #ffffff;
  }
  /* ----- Burbuja carrito ----- */
  .cb-cart {
    position: relative;
  }

  .cb-cart-count {
    position: absolute;
    top: 6px;
    right: -8px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 10px;
    background: #ff6a00;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    font-weight: bold;
  }

  /* ----- Buscador desplegable ----- */
  .cb-search-panel {
    background: #ffffff;
    padding: 10px 14px 0px 14px;
  }

  .cb-search-form {
    display: flex;
    align-items: stretch;
    margin: 0;
  }

  .cb-search-input {
    display: block;
    width: 100%;
    height: 38px;
    border: 1px solid #d8d8d8;
    border-right: 0;
    padding: 0 12px;
    font-size: 14px;
    color: #333333;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    background: #ffffff;
  }

  .cb-search-input:focus {
    border-color: #009fe3;
    box-shadow: none;
  }

  .cb-search-submit {
    width: 42px;
    height: 38px;
    border: 1px solid #009fe3;
    background: #009fe3;
    color: #ffffff;
    font-size: 16px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .cb-search-submit:hover,
  .cb-search-submit:focus,
  .cb-search-submit:active {
    background: #009fe3;
    color: #ffffff;
    box-shadow: none;
    outline: none;
  }

  .cb-search-submit i {
    font-size: 16px;
    line-height: 38px;
  }

  /* ----- Menú desplegable ----- */
  .cb-mobile-menu-panel {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
  }

  .cb-mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .cb-mobile-menu-list li {
    border-top: 1px solid #f1f1f1;
  }

  .cb-mobile-menu-list li:first-child {
    border-top: 0;
  }

  .cb-mobile-menu-list li a {
    display: block;
    padding: 12px;
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.3;
  }

  .cb-mobile-menu-list li a:hover,
  .cb-mobile-menu-list li a:focus,
  .cb-mobile-menu-list li a:active {
    background: #f8f8f8;
    color: #333333;
    text-decoration: none;
  }
}
/* Payment Methods */
#payment-method li.custom-radio,
#payment_method li.custom-radio,
#supercheckout-fieldset-payment li.custom-radio,
#supercheckout_payment_option li.custom-radio {
    display: grid;
    grid-template-columns: 22px 1fr;
    row-gap: 10px;
    column-gap: 8px;
    align-items: center;
}

#payment-method li.custom-radio > input[type="radio"],
#payment_method li.custom-radio > input[type="radio"],
#supercheckout-fieldset-payment li.custom-radio > input[type="radio"],
#supercheckout_payment_option li.custom-radio > input[type="radio"] {
    grid-column: 1;
    margin: 0;
}

#payment-method li.custom-radio > input[type="hidden"],
#payment_method li.custom-radio > input[type="hidden"],
#supercheckout-fieldset-payment li.custom-radio > input[type="hidden"],
#supercheckout_payment_option li.custom-radio > input[type="hidden"] {
    display: none;
}

#payment-method li.custom-radio > label,
#payment_method li.custom-radio > label,
#supercheckout-fieldset-payment li.custom-radio > label,
#supercheckout_payment_option li.custom-radio > label {
    grid-column: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    cursor: pointer;
    line-height: 1.25;
}

#payment-method li.custom-radio > label img,
#payment_method li.custom-radio > label img,
#supercheckout-fieldset-payment li.custom-radio > label img,
#supercheckout_payment_option li.custom-radio > label img {
    width: 42px;
    height: auto;
    max-height: 28px;
    object-fit: contain;
    flex: 0 0 auto;
}

#payment-method li.custom-radio > label br,
#payment_method li.custom-radio > label br,
#supercheckout-fieldset-payment li.custom-radio > label br,
#supercheckout_payment_option li.custom-radio > label br {
    display: none;
}

#payment-method li.custom-radio > label p,
#payment_method li.custom-radio > label p,
#supercheckout-fieldset-payment li.custom-radio > label p,
#supercheckout_payment_option li.custom-radio > label p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #444;
}
#supercheckout_update_address_button {
	margin: 10px 0px;
}
/* Bloque usuario checkout */
.myAccountLi {
	background: #2d5f8b;
	padding: 10px 16px;
	border-radius: 8px;
	border: 1px solid rgba(0,0,0,.05);
	box-shadow: 0 2px 6px rgba(0,159,227,.15);
	transition: all .2s ease;
}

li.myAccountLi a {
	color: #fff;
}

.myAccountLi:hover {
	background: #008dca;
	transform: translateY(-1px);
}

.accountLogoutLi {
	background: #fff;
	color: #d13b3b!important;
	padding: 10px 16px;
	border-radius: 8px;
	border: 1px solid #e5b7b7;
	font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all .2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
}

.accountLogoutLi a:visited {
	color: #d13b3b!important;
}

.accountLogoutLi:hover {
	background: #ebeff3;
	border-color: #cfd7de;
	transform: translateY(-1px);
}
.supercheckout-extra-wrap {
	margin-bottom: 10px;
	padding: 10px 10px;
	background: #2d5f8b;
	color: #fff;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	gap: 10px;
	font-weight: 500;
}

/* Desktop: wrapper del módulo */
.supercheckout-extra-wrap.radio:has(#shipping-address-new),
.supercheckout-extra-wrap.radio:has(#shipping-address-existing) {
	margin-bottom: 10px;
}

/* Desktop y mobile: el botón real es el <p> que contiene ese radio */
p:has(#shipping-address-new),
p:has(#shipping-address-existing) {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #2d5f8b;
	color: #fff;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 500;
}

@media(max-width:480px) {
	p:has(#shipping-address-new),
	p:has(#shipping-address-existing) {
		padding: 10px 12px;
		display: inline-flex;
		align-items: center;
		gap: 10px;
		background: #2d5f8b;
		color: #fff;
		border-radius: 6px;
		cursor: pointer;
		font-weight: 500;
	}
}

/* Radio nativo */
#shipping-address-new,
#shipping-address-existing {
	margin: 0;
}

/* Label */
label[for="shipping-address-new"],
label[for="shipping-address-existing"] {
	margin: 0;
	color: #fff;
	cursor: pointer;
	font-weight: 500;
}
#shipping-method ul li {
	display: flex;
	gap: 10px;
}
.radio {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}
.radio input {
	display: flex;
	margin: 0px;
}
.radio label {
	display: flex;
	gap: 5px;
	align-items: center;
}
@media(min-width:481px) {
	a.lnk_view {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0 14px;
	background: #f2f2f2;
	border-radius: 6px;
	text-decoration: none !important;
	color: #333 !important;
	font-weight: 500;
	transition: all .2s ease;
	border: none;
	box-shadow: none;
	}
}
@media(max-width:480px) {
	a.lnk_view {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		height: 42px;
		min-width: 42px;
		padding: 0 14px;
		background: #f2f2f2;
		border-radius: 6px;
		text-decoration: none !important;
		color: #333 !important;
		font-weight: 500;
		transition: all .2s ease;
		border: none;
		box-shadow: none;
	}
}
a.lnk_view:hover {
    background: #e5e5e5;
    color: #000 !important;
    text-decoration: none !important;
}

a.lnk_view span {
    background: transparent !important;
    padding: 0;
    margin: 0;
    line-height: 1;
}
.mobile-back-wrapper {
	display: flex!important;
	gap: 0px!important;
	vertical-align: middle;
}
.domi-breadcrumb-separator {
    display: flex;
    align-items: center;
    justify-content: center;
	color: #0090e3;
    vertical-align: middle;
    opacity: .6;
	margin: 0px 6px 1px 0px;
}
.domi-icon-plus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
.domi-icon-minus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
.domi-icon-grid {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
.domi-icon-list {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
.selector span {
	display: none; 
}
.domi-nbr-selector {
	display: flex;
	flex-direction: column;
}

.btn-default {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    height: 44px;
    padding: 20px 20px;

    background: #2d5f8b;
    color: #fff !important;

    border: none;
    border-radius: 6px;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none !important;

    cursor: pointer;

    transition: all .2s ease;

    box-shadow: 0 2px 6px rgba(0,0,0,.08);
}

.btn-default:hover {
    background: #244d72;
    color: #fff !important;

    transform: translateY(-1px);

    box-shadow: 0 4px 10px rgba(0,0,0,.12);
}

.btn-default:active {
    transform: translateY(0);
}

.btn-default.disabled,
.btn-default:disabled {
    opacity: .55;
    pointer-events: none;
    cursor: not-allowed;
}
.ajax_block_cart_total {
	font-weight: 800;
}
.amountMoney {
	color: #000;
	font-size: 20px;
    font-weight: bold;
}
.supercheckout-totals {
	display: block;
}
.rewardHeader {
	display: none;
}
.domi-icon-user {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
.domi-icon-power {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
.domi-icon-invoice {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
	margin-top: -4px;
}
.checkoutBillingAddress ul li {
	display: block;
}
.domi-icon-shipping {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
	margin-top: -4px;
}
.domi-icon-credit-card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
	margin-top: -4px;
}
.domi-icon-basket {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
	margin-top: -4px;
}
select[name="payment_address_id"] {
    width: 100%;
    height: 42px;
    padding: 0 14px;
    border: 1px solid #d7dee5;
    border-radius: 8px;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .04);
    transition: all .2s ease;
    outline: none;
    cursor: pointer;
}
#invoice_address_edit, #invoice_address_delete {
    padding: 10px 10px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    border: 1px solid transparent;
    transition: all .2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
}
#invoice_address_edit {
    background: #009fe3;
    color: #fff;
    border-color: #0095d4;
}
#invoice_address_delete {
    background: #fff;
    color: #d13b3b;
    border-color: #e5b7b7;
}
#kb_invoice_update_block {
	margin: 20px 0px;
}
@media (max-width: 480px) {
    p:has(#payment-address-new), p:has(#payment-address-new-existing) {
        padding: 10px 12px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: #2d5f8b;
        color: #fff;
        border-radius: 6px;
        cursor: pointer;
        font-weight: 500;
    }
}
#supercheckout_save_address {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 42px;
    padding: 0 20px;

    background: #2d5f8b;
    color: #fff;

    border: none;
    border-radius: 6px;

    font-size: 14px;
    font-weight: 600;

    cursor: pointer;

    transition: all .2s ease;

    box-shadow: 0 2px 6px rgba(0,0,0,.08);

    appearance: none;
    -webkit-appearance: none;
}

#supercheckout_save_address:hover {
    background: #244d72;

    transform: translateY(-1px);

    box-shadow: 0 4px 10px rgba(0,0,0,.12);
}

#supercheckout_save_address:active {
    transform: translateY(0);
}

#supercheckout_save_address:disabled {
    opacity: .55;
    cursor: not-allowed;
    pointer-events: none;
}
.domi-icon-home {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
	margin-top: -4px;
}
.domi-icon-user {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
.form_content {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form_content .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
}

.form_content label {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.form_content .form-control {
    width: 100%;
    height: 44px;

    padding: 0 14px;

    border: 1px solid #dcdcdc;
    border-radius: 6px;

    background: #fff;

    font-size: 14px;

    transition: all .2s ease;

    box-shadow: none;
}

.form_content .form-control:focus {
    border-color: #2d5f8b;

    box-shadow: 0 0 0 3px rgba(45,95,139,.12);

    outline: none;
}

.form_content .lost_password {
    margin: -4px 0 0;
}

.form_content .lost_password a {
    font-size: 13px;
    color: #2d5f8b;

    text-decoration: none;
}

.form_content .lost_password a:hover {
    text-decoration: underline;
}

.form_content .submit {
    display: flex;
    margin: 8px 0 0;
}

.form_content .submit .btn {
    width: 100%;
    justify-content: center;
}
.myaccount-link-list {
    display: flex!important;
    flex-direction: column;
    gap: 12px;

    margin: 0;
    padding: 0;
    list-style: none;
}

.myaccount-link-list li {
    margin: 0;
    padding: 0;
}
.myaccount-link-list li a {
    display: flex;
    align-items: center;
    gap: 14px;
	padding-left: 10px;
    min-height: 54px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 8px;
    color: #333;
    text-decoration: none;
    transition: all .2s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,.03);
}
.myaccount-link-list li a:hover {
    background: #f8fafc;

    border-color: #d8e2ec;

    transform: translateY(-1px);

    box-shadow: 0 4px 12px rgba(0,0,0,.06);
}
.myaccount-link-list li a i,
.myaccount-link-list li a span[class*="icon"] {
    display: flex!important;
    align-items: center;
    justify-content: center;
    width: 22px;
    min-width: 22px;
    font-size: 18px;
    color: #2d5f8b;
}
.myaccount-link-list li a span {
    display: flex!important;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #333;
}
@media(max-width:480px) {
	.addresses-lists {
	display: flex !important;
    flex-wrap: nowrap;
    gap: 20px;
    flex-direction: column;
	}
}
@media(min-width:481px) {
	.addresses-lists {
		display: flex !important;
		flex-wrap: nowrap;
		gap: 20px;
		flex-direction: row;
	}
}
.addresses-lists > div {
    display: flex;
    flex-direction: column;
}
.footer_links {
    display: flex;
    align-items: center;

    margin-top: 30px;
    padding: 0;

    list-style: none;
}
#add_address {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
#add_address .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;

    margin: 0;
}
#add_address label {
    margin: 0;

    font-size: 14px;
    font-weight: 600;

    color: #333;
}
#add_address .form-control,
#add_address input[type="text"],
#add_address input[type="tel"],
#add_address textarea,
#add_address select {
    width: 100%;
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
    color: #333;
    transition: all .2s ease;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
}

#add_address textarea {
    min-height: 110px;
    resize: vertical;
}
#add_address .form-control:focus,
#add_address input:focus,
#add_address textarea:focus,
#add_address select:focus {
    border-color: #2d5f8b;
    box-shadow: 0 0 0 3px rgba(45,95,139,.12);
    outline: none;
}
#add_address .selector {
    width: 100% !important;
}
#add_address .selector span {
    display: none !important;
}
#add_address .selector select {
    width: 100% !important;
}
#add_address .required sup {
    color: #d32f2f;
}
#add_address .inline-infos,
#add_address .form_info {
    margin-top: 4px;
    font-size: 12px;
    color: #777;
}
#add_address .submit2 {
    display: flex;
    margin: 10px 0 0;
}
#add_address .submit2 .btn {
    width: 100%;
    justify-content: center;
}
#add_address .unvisible {
    display: none !important;
}
@media (min-width: 768px) {
    #add_address {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 18px;
    }
    #add_address .form-group {
        width: calc(50% - 9px);
    }
    #add_address .submit2,
    #add_address .inline-infos,
    #add_address #vat_area,
    #add_address #adress_alias {
        width: 100%;
    }
}
.domi-icon-list-ol {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
}
.domi-icon-building {
    width: 18px;
    height: 18px;
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
}
.domi-icon-barcode {
    width: 18px;
    height: 18px;
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
}
#cb-mobile-menu-panel li.cb-category-active > a {
	background: #eef6ff!important;
	color: #1d5f99;
	font-weight: 700;
}

#cb-mobile-menu-panel li.cb-category-active > .cb-submenu-toggle {
	background: #1d5f99;
	color: #fff;
}

#cb-mobile-menu-panel li.cb-category-parent-active > a {
	color: #1d5f99;
	font-weight: 600;
}
/* HOME PAGE DOMILED */
.domi-home {
  width: 100%; 
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #101828;
}

.domi-main-grid {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 26px;
  align-items: stretch;
}

.domi-account-card {
  background: #fff;
  border: 1px solid #e5eaf1;
  border-radius: 14px;
  padding: 20px 18px 22px;
  box-shadow: 0 10px 28px rgba(16,24,40,.04);
}

.domi-account-card h2 {
  margin: 0 0 12px;
  font-size: 20px;
  color: #0077d9;
  text-transform: uppercase;
}

.domi-home-slider {
  min-height: 404px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 14px 35px rgba(16,24,40,.08);
  background: #111827;
}

.domi-home-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  background-size: cover;
  background-position: center;
  transition: opacity .45s ease, visibility .45s ease;
}

.domi-home-slide:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2,7,18,.92) 0%, rgba(2,7,18,.62) 38%, rgba(2,7,18,.1) 72%);
}

.domi-home-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.domi-home-slide-content {
  position: relative;
  z-index: 3;
  max-width: 520px;
  padding: 72px 54px;
  color: #fff;
}

.domi-home-slide-content h1 {
  margin: 0 0 16px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  letter-spacing: -.8px;
  color: #fff;
}

.domi-home-slide-content h1 span {
  color: #00a8ff;
}

.domi-home-slide-content p {
  margin: 0 0 26px;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255,255,255,.92);
}

.domi-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 23px;
  border-radius: 6px;
  background: #0077d9;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
}

.domi-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  width: 38px;
  height: 46px;
  border: 0;
  background: rgba(0,0,0,.35);
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.domi-slider-prev {
  left: 14px;
}

.domi-slider-next {
  right: 14px;
}

.domi-slider-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 6;
}

.domi-dot {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  opacity: .9;
  cursor: pointer;
  padding: 0;
}

.domi-dot.active {
  background: #0077d9;
}

@media (max-width: 900px) {
  .domi-home {
    width: 100%;
  }

  .domi-main-grid {
    grid-template-columns: 1fr;
  }

  .domi-account-card {
    display: none;
  }

  .domi-home-slider {
    min-height: 430px;
  }

  .domi-home-slide:before {
    background: linear-gradient(180deg, rgba(2,7,18,.85) 0%, rgba(2,7,18,.4) 100%);
  }

  .domi-home-slide-content {
    padding: 54px 28px;
  }
}
/* continuacion del HOME PAGE */
.domi-section {
  padding: 28px 0 10px;
}

.domi-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.domi-section h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -.5px;
  color: #101828;
}

.domi-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.domi-category-card {
  background: #fff;
  border: 1px solid #e5eaf1;
  border-radius: 14px;
  min-height: 230px;
  padding: 18px 14px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease;
  box-shadow: 0 10px 24px rgba(16,24,40,.04);
}

.domi-category-card:hover {
  transform: translateY(-4px);
  border-color: #cfe7ff;
  box-shadow: 0 18px 34px rgba(0,119,217,.12);
}

.domi-category-img {
  height: 120px;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.domi-category-img img {
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
  transition: transform .25s ease;
}

.domi-category-card:hover .domi-category-img img {
  transform: scale(1.05);
}

.domi-category-card strong {
  display: block;
  font-size: 16px;
  line-height: 1.35;
  color: #101828;
  margin-bottom: 8px;
  font-weight: 700;
}

.domi-category-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0077d9;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1200px) {

  .domi-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}

@media (max-width: 768px) {

  .domi-section {
    padding: 22px 0 8px;
  }

  .domi-section h2 {
    font-size: 24px;
  }

  .domi-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .domi-category-card {
    min-height: 190px;
    padding: 14px 10px;
    border-radius: 12px;
  }

  .domi-category-img {
    height: 82px;
    margin-bottom: 12px;
  }

  .domi-category-img img {
    max-height: 82px;
  }

  .domi-category-card strong {
    font-size: 14px;
  }

}

@media (max-width: 480px) {

  .domi-category-grid {
    gap: 12px;
  }

  .domi-category-card {
    min-height: 175px;
  }

}
.domi-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.domi-product-card {
  position: relative;
  background: #fff;
  border: 1px solid #e5eaf1;
  border-radius: 14px;
  padding: 16px;
  overflow: hidden;
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease;
  box-shadow: 0 10px 24px rgba(16,24,40,.04);
}

.domi-product-card:hover {
  transform: translateY(-4px);
  border-color: #cfe7ff;
  box-shadow: 0 18px 34px rgba(0,119,217,.12);
}

.domi-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #ecf8ff;
  border: 1px solid #b9e5ff;
  color: #0077d9;
  font-size: 12px;
  font-weight: 700;
}

.domi-product-img {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.domi-product-img img {
  max-width: 100%;
  max-height: 170px;
  object-fit: contain;
  transition: transform .25s ease;
}

.domi-product-card:hover .domi-product-img img {
  transform: scale(1.05);
}

.domi-product-card h3 {
  margin: 0 0 10px;
  min-height: 48px;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
}

.domi-product-card h3 a {
  color: #101828;
  text-decoration: none !important;
}

.domi-product-card h3 a:hover {
  color: #0077d9;
}

.domi-product-meta {
  color: #667085;
  font-size: 13px;
  margin-bottom: 14px;
}

.domi-product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.domi-price {
  color: #0077d9;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
}

.domi-add {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #0077d9;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  transition:
    background .18s ease,
    transform .18s ease;
}

.domi-add:hover {
  background: #005fb3;
  transform: scale(1.06);
}

@media (max-width: 1200px) {

  .domi-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}

@media (max-width: 900px) {

  .domi-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

}

@media (max-width: 560px) {

  .domi-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .domi-product-card {
    padding: 12px;
    border-radius: 12px;
  }

  .domi-product-img {
    height: 120px;
    margin-bottom: 10px;
  }

  .domi-product-img img {
    max-height: 110px;
  }

  .domi-product-card h3 {
    min-height: 40px;
    font-size: 13px;
    line-height: 1.35;
    margin-bottom: 8px;
  }

  .domi-product-meta {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .domi-price {
    font-size: 18px;
  }

  .domi-add {
    width: 36px;
    height: 36px;
    font-size: 24px;
    border-radius: 8px;
  }

}
.domi-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 28px 0 12px;
}

.domi-benefit {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid #e5eaf1;
  border-radius: 14px;
  padding: 18px;
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease;
  box-shadow: 0 10px 24px rgba(16,24,40,.04);
}

.domi-benefit:hover {
  transform: translateY(-3px);
  border-color: #cfe7ff;
  box-shadow: 0 18px 34px rgba(0,119,217,.10);
}

.domi-benefit-icon {
  width: 62px;
  height: 62px;
  min-width: 62px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0089e8, #006cc9);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0,119,217,.20);
}

.domi-benefit-icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
}

.domi-benefit strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  color: #101828;
  text-transform: uppercase;
}

.domi-benefit span {
  display: block;
  color: #667085;
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 1200px) {

  .domi-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 768px) {

  .domi-benefits {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 0 8px;
  }

  .domi-benefit {
    padding: 16px;
    border-radius: 12px;
  }

  .domi-benefit-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }

  .domi-benefit-icon svg {
    width: 24px;
    height: 24px;
  }

  .domi-benefit strong {
    font-size: 14px;
  }

  .domi-benefit span {
    font-size: 13px;
  }

}
.domi-account-card {
  background: #fff;
  border: 1px solid #e5eaf1;
  border-radius: 14px;
  padding: 22px 18px;
  box-shadow: 0 10px 24px rgba(16,24,40,.04);
  height: 100%;
}

.domi-account-card h2 {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -.5px;
  color: #101828;
}

.domi-account-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.domi-account-list li + li {
  margin-top: 8px;
}

.domi-account-list a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 10px;
  color: #344054;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none !important;
  transition:
    background .18s ease,
    color .18s ease,
    transform .18s ease;
}

.domi-account-list a:hover {
  background: #f0f7ff;
  color: #0077d9;
  transform: translateX(2px);
}

.domi-account-list span {
  display: block;
  width: 100%;
}

.domi-logout {
  margin-top: 20px;
  width: 100%;
  min-height: 48px;
  border-radius: 10px;
  background: #0077d9;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 700;
  transition:
    background .18s ease,
    transform .18s ease;
}

.domi-logout:hover {
  background: #005fb3;
  transform: translateY(-1px);
}
a.return_quantity_buttons {
	display: none; 
}
a.return_quantity_down {
	display: none;
}
a.return_quantity_up {
	display: none;
}
.order_qte_span.editable {
	display: none;
}
@media (max-width: 900px) {

  .domi-account-card {
    display: none;
  }
}

.order_qte_input.form-control.grey {
    pointer-events: none;
    opacity: .6;
    background: #f5f5f5;
    cursor: not-allowed;
}
.form-group {
	display: flex;
	flex-direction: column;
}
.back {
	display: flex;
	align-items: center;
}
#sendOrderMessage {
	display: none;
}
/* Order History */
.domi-history {
    max-width: 100%;
}

.domi-history-header {
    margin-bottom: 20px;
}

.domi-history-header h1 {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 700;
}

.domi-history-header p {
    margin: 0;
    color: #666;
}

.domi-history-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.domi-history-card {
    background: #fff;
    border: 1px solid #e3e7ec;
    border-radius: 12px;
    overflow: hidden;
}

.domi-history-main {
    display: grid;
    grid-template-columns: 180px 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 16px;
}

.domi-history-ref a {
    font-size: 16px;
    font-weight: 700;
    color: #2d5f8b;
    text-decoration: none;
}

.domi-history-label {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    color: #777;
    font-weight: 500;
}

.domi-history-info {
    display: grid;
    grid-template-columns: repeat(4, minmax(120px, 1fr));
    gap: 5px;
}

.domi-history-item strong {
    font-size: 14px;
    color: #222;
}

.domi-history-status {
    display: inline-block;
    padding: 5px 9px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}

.domi-history-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.domi-history-actions .button span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.domi-history-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #2d5f8b;
    text-decoration: none;
}

.domi-history-detail-target {
    display: none;
    padding: 14px 5px 14px 5px;
    background: #f7f9fb;
    border-top: 1px solid #e3e7ec;
}

.domi-history-card.is-open .domi-history-detail-target {
    display: block;
}

.domi-history-card.is-loading .domi-history-detail-target:before {
    content: "Cargando pedido...";
    display: block;
    padding: 16px;
    color: #666;
}

#block-order-detail {
    margin-top: 15px;
}

.domi-history-footer {
    margin-top: 22px;
}

@media (max-width: 991px) {
    .domi-history-main {
        grid-template-columns: 1fr;
    }

    .domi-history-info {
        grid-template-columns: repeat(2, minmax(120px, 1fr));
    }

    .domi-history-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 520px) {
    .domi-history-main {
        padding: 14px;
    }

    .domi-history-info {
        display: none; 
    }

    .domi-history-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .domi-history-actions .button,
    .domi-history-link {
        width: 100%;
        justify-content: center;
    }
}
.domi-history-loading {
    padding: 16px;
    color: #666;
    font-weight: 500;
}
/* Order Detail History */
.domi-order-detail {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.domi-order-head,
.domi-order-summary,
.domi-order-section,
.domi-order-address-card {
    background: #fff;
    border: 1px solid #e3e7ec;
    border-radius: 12px;
    padding: 16px;
}

.domi-order-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.domi-order-head h3,
.domi-order-section h4,
.domi-order-address-card h4 {
    margin: 0 0 8px;
    font-weight: 700;
}

.domi-order-head p {
    margin: 0;
    color: #666;
}

.domi-order-summary,
.domi-order-addresses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.domi-order-summary span,
.domi-order-product-meta span,
.domi-order-shipping-row span,
.domi-order-status-row span {
    display: block;
    font-size: 12px;
    color: #777;
    margin-bottom: 3px;
}

.domi-order-products {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.domi-order-product {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 14px;
    background: #f7f9fb;
    border: 1px solid #e3e7ec;
    border-radius: 10px;
}

.domi-order-product-check {
    grid-column: 1 / -1;
}

.domi-order-product-ref {
    font-size: 12px;
    color: #2d5f8b;
    font-weight: 700;
    margin-bottom: 4px;
}

.domi-order-product-name {
    font-weight: 600;
    color: #222;
}

.domi-order-product-meta {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 18px;
    text-align: right;
}

.domi-order-product-meta strong {
    white-space: nowrap;
}

.order_qte_input.form-control.grey,
.return_quantity_buttons,
.order_qte_span.editable {
    display: none;
}

.domi-order-totals {
    max-width: 420px;
    margin-left: auto;
    margin-top: 16px;
    border-top: 1px solid #e3e7ec;
    padding-top: 12px;
}

.domi-order-totals div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 6px 0;
}

.domi-order-total-final {
    font-size: 18px;
    font-weight: 700;
    border-top: 1px solid #d7dde5;
    margin-top: 6px;
    padding-top: 10px !important;
}

.domi-order-timeline,
.domi-order-shipping-list,
.domi-order-messages {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.domi-order-status-row,
.domi-order-shipping-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    padding: 12px;
    background: #f7f9fb;
    border-radius: 10px;
}

.domi-order-status-row {
    grid-template-columns: 160px 1fr;
    align-items: center;
}

.domi-order-address-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.domi-order-address-card li {
    margin-bottom: 4px;
}

.domi-order-message {
    padding: 12px;
    background: #f7f9fb;
    border-radius: 10px;
}

.domi-order-message span {
    display: block;
    color: #777;
    font-size: 12px;
    margin: 3px 0 8px;
}

@media (max-width: 768px) {
    .domi-order-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .domi-order-summary,
    .domi-order-addresses {
        grid-template-columns: 1fr;
    }

    .domi-order-product {
        grid-template-columns: 1fr;
    }

    .domi-order-product-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        text-align: left;
    }

    .domi-order-shipping-row {
        grid-template-columns: 1fr;
    }

    .domi-order-totals {
        max-width: none;
        margin-left: 0;
    }
}
.domi-order-product {
    grid-template-columns: 70px 1fr auto;
}

.domi-order-product-image a {
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e3e7ec;
    border-radius: 10px;
    overflow: hidden;
}

.domi-order-product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {
    .domi-order-product {
        grid-template-columns: 64px 1fr;
    }

    .domi-order-product-meta {
        grid-column: 1 / -1;
    }
}
/* img order details css */
.domi-order-product {
    grid-template-columns: 70px 1fr auto;
}

.domi-order-product-image a {
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e3e7ec;
    border-radius: 10px;
    overflow: hidden;
}

.domi-order-product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {
    .domi-order-product {
        grid-template-columns: 64px 1fr;
    }

    .domi-order-product-meta {
        display: flex;
		justify-content: space-between;
    }
    .domi-order-product-meta div {
		display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: flex-end;
    }
	
	.mainHitoryWrap {
		flex-direction: row-reverse!important;
		justify-content: space-between;
	}
	
	.domi-history-card {
		display: flex;
		flex-direction: column;
	}
	
	.domi-history-products {
		align-items: flex-start!important;
		flex-direction: column;
	}
}
.mainHitoryWrap {
	display: flex;
	flex-direction: column;
}
.domi-history-products {
    display: flex;
    gap: 6px;
    align-items: center;
    padding: 14px;px;
}

.domi-history-products a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e3e7ec;
    border-radius: 8px;
    overflow: hidden;
}

.domi-history-products img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.domi-benefit > a{
    display:flex;
    align-items:center;
    gap:14px;
    width:100%;
    color:inherit;
    text-decoration:none;
}

.domi-benefit > a:hover{
    color:inherit;
    text-decoration:none;
}
/* Product List well aligned */
.ajax_block_product .right-block {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ajax_block_product .right-block h5 {
    margin: 0 0 8px;
    min-height: 44px;
}

.ajax_block_product .right-block .product-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
    max-height: 44px;
}

.ajax_block_product .right-block .product-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 18px;
    min-height: 54px;
    max-height: 54px;
    margin-bottom: 10px;
}

.ajax_block_product .right-block .content_price {
    margin-top: auto;
    margin-bottom: 10px;
}

.ajax_block_product .right-block .button-container {
    display: block !important;
    margin-bottom: 10px;
}

.ajax_block_product .right-block .availability {
    min-height: 18px;
    display: block;
}
.domi-home-slider {
    touch-action: pan-y;
}
.errorsmall, .permanent-warning {
	color: red; 
}
.opc_shipping_address input {
	margin: 0px 0px 10px 0px;
}

/* ===================================================== */
/* /modules/domiwishlist/views/css/domiwishlist.css */
/* ===================================================== */

.domi-wishlist-btn {
    display: inline-block;
    margin-bottom: 8px;
    color: #555;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
}

.domi-wishlist-btn:hover {
    color: #d60000;
    text-decoration: none;
}

.domi-wishlist-btn i {
    margin-right: 5px;
}

.domi-wishlist-btn.active,
.domi-wishlist-btn.active i {
    color: #d60000;
}
.domi-wishlist-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #666;
    text-decoration: none;
}

.domi-wishlist-btn.added {
    color: #e53935;
}

.domi-wishlist-btn.added i {
    color: #e53935;
}

/* =========================================
   PAGINA FAVORITOS
========================================= */

#domi-wishlist-page {
    margin-top: 20px;
}

.domi-wishlist-count {
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
}

/* =========================================
   GRID
========================================= */

.domi-wishlist-grid {
    display: block;
}

/* =========================================
   ITEM
========================================= */

.domi-wishlist-product {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #e5e5e5;
    background: #fff;
    transition: all 0.2s ease;
}

.domi-wishlist-product:hover {
    border-color: #d6d6d6;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

/* =========================================
   IMAGEN
========================================= */

.domi-wishlist-image {
    display: table-cell;
    width: 180px;
    vertical-align: top;
    text-align: center;
}

.domi-wishlist-image img {
    max-width: 160px;
    height: auto;
}

.domi-no-image {
    display: block;
    padding: 50px 10px;
    background: #f5f5f5;
    color: #999;
    font-size: 13px;
}

/* =========================================
   INFO
========================================= */

.domi-wishlist-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 25px;
}

.domi-wishlist-info h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.3;
}

.domi-wishlist-info h3 a {
    color: #222;
    text-decoration: none;
}

.domi-wishlist-info h3 a:hover {
    color: #d60000;
}

.domi-wishlist-reference {
    margin-bottom: 10px;
    color: #777;
    font-size: 13px;
}

.domi-wishlist-price {
    margin: 15px 0;
    font-size: 24px;
    font-weight: bold;
    color: #111;
}

/* =========================================
   ACTIONS
========================================= */

.domi-wishlist-actions {
    margin-top: 20px;
}

.domi-wishlist-actions .btn {
    margin-right: 10px;
}

.domi-wishlist-remove {
    display: inline-block;
    color: #d60000;
    text-decoration: none;
    font-size: 13px;
    vertical-align: middle;
}

.domi-wishlist-remove:hover {
    text-decoration: underline;
}

/* =========================================
   EMPTY
========================================= */

.alert.alert-warning {
    margin-top: 20px;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 767px) {

    .domi-wishlist-product,
    .domi-wishlist-image,
    .domi-wishlist-info {
        display: block;
        width: 100%;
    }

    .domi-wishlist-image {
        margin-bottom: 20px;
    }

    .domi-wishlist-image img {
        max-width: 100%;
    }

    .domi-wishlist-info {
        padding-left: 0;
    }

    .domi-wishlist-info h3 {
        font-size: 18px;
    }

    .domi-wishlist-price {
        font-size: 22px;
    }

    .domi-wishlist-actions .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .domi-wishlist-remove {
        display: block;
        margin-top: 10px;
    }
}
@media (max-width: 480px) {
    .pb-center-column h1 {
		margin-top: 20px;
    }
}
.content_sortPagiBar {
	display: flex;
	flex-direction: column;
}
.functional-buttons {
	display: none;
}
.label-danger {
	color: #e60023;
}
.btn-bottom span {
	color: #fff;
}
.disabled {
    opacity: .5;
    pointer-events: none;
}
/* PRODUCT GRID 2 COLUMNAS MOBILE */
@media (max-width: 767px) {

    ul.product_list.grid {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -5px;
    }

    ul.product_list.grid > li.ajax_block_product {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50%;
        padding: 0 5px;
        clear: none !important;
    }

    ul.product_list.grid .product-container {
        height: 100%;
    }

    ul.product_list.grid .right-block {
        padding: 10px;
    }

    ul.product_list.grid h5 {
        min-height: 42px;
        font-size: 13px;
        line-height: 1.3;
        margin-bottom: 6px;
    }

    ul.product_list.grid .content_price {
        margin-bottom: 8px;
    }

    ul.product_list.grid .price {
        font-size: 18px;
        font-weight: 700;
    }

    ul.product_list.grid .product-desc,
    ul.product_list.grid .functional-buttons,
    ul.product_list.grid .compare,
    ul.product_list.grid .color-list-container {
        display: none !important;
    }

    ul.product_list.grid .button-container .btn {
        width: 100%;
        min-width: 100%;
    }

    ul.product_list.grid .availability {
        display: block;
        margin-top: 8px;
        text-align: center;
    }
}
#placeorderButton,
#buttonWithProgres,
#supercheckout_confirm_order {
    width: 100%!important;
    max-width: 100%!important;
    box-sizing: border-box;
	cursor: pointer;
}

#progressbar {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}
.supercheckout-column-left {
	padding-right: 0px!important;
}
#progressbar {
	display: none; 
}
/* FIX MOBILE PRODUCT CARDS */
@media (max-width: 767px) {
    ul.product_list.grid {
        row-gap: 14px;
    }
	.group-select  {
		display:block;
	}
    ul.product_list.grid > li.ajax_block_product {
        margin-bottom: 14px !important;
    }

    ul.product_list.grid .product-container {
        padding-bottom: 12px;
        border-radius: 10px;
        overflow: hidden;
		border: 1px solid #e5eaf1;
    }

}
.hidden {
	display: none;
}
.button-container {
	display: block!important;
	margin: 10px 0px!important;
}
.bx-wrapper {
	max-width:100%!important;
}
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.42857;
  color: #777777;
  background-color: #fff; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail, .thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .row:after {
    clear: both; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
header .row #header_logo,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

@media (min-width: 768px) {
  .container {
    max-width: 750px; }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  header .row #header_logo,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4, header .row #header_logo {
    width: 58%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; } }
@media (min-width: 992px) {
  .container {
    max-width: 970px; }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 58%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-offset-0 {
    margin-left: 0; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1170px; }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-offset-0 {
    margin-left: 0; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; } }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important; }

  tr.visible-xs.visible-sm {
    display: table-row !important; }

  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important; }

  tr.visible-xs.visible-md {
    display: table-row !important; }

  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important; }

  tr.visible-xs.visible-lg {
    display: table-row !important; }

  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important; } }
.visible-sm {
  display: none !important; }

tr.visible-sm {
  display: none !important; }

th.visible-sm,
td.visible-sm {
  display: none !important; }

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: flex !important;
    flex-direction: column; }

  tr.visible-sm.visible-xs {
    display: table-row !important; }

  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important; }

  tr.visible-sm.visible-md {
    display: table-row !important; }

  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important; }

  tr.visible-sm.visible-lg {
    display: table-row !important; }

  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important; } }
.visible-md {
  display: none !important; }

tr.visible-md {
  display: none !important; }

th.visible-md,
td.visible-md {
  display: none !important; }

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important; }

  tr.visible-md.visible-xs {
    display: table-row !important; }

  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important; }

  tr.visible-md.visible-sm {
    display: table-row !important; }

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important; }

  tr.visible-md.visible-lg {
    display: table-row !important; }

  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important; } }
.visible-lg {
  display: none !important; }

tr.visible-lg {
  display: none !important; }

th.visible-lg,
td.visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important; }

  tr.visible-lg.visible-xs {
    display: table-row !important; }

  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important; }

  tr.visible-lg.visible-sm {
    display: table-row !important; }

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important; }

  tr.visible-lg.visible-md {
    display: table-row !important; }

  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
.hidden-xs {
  display: flex !important; }

tr.hidden-xs {
  display: table-row !important; }

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }

  tr.hidden-xs {
    display: none !important; }

  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important; }

  tr.hidden-xs.hidden-sm {
    display: none !important; }

  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important; }

  tr.hidden-xs.hidden-md {
    display: none !important; }

  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important; }

  tr.hidden-xs.hidden-lg {
    display: none !important; }

  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important; } }
.hidden-sm {
  display: flex !important; gap: 30px; }

tr.hidden-sm {
  display: table-row !important; }

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important; }

  tr.hidden-sm.hidden-xs {
    display: none !important; }

  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; }

  tr.hidden-sm {
    display: none !important; }

  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important; }

  tr.hidden-sm.hidden-md {
    display: none !important; }

  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important; }

  tr.hidden-sm.hidden-lg {
    display: none !important; }

  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important; } }
.hidden-md {
  display: block !important; }

tr.hidden-md {
  display: table-row !important; }

th.hidden-md,
td.hidden-md {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important; }

  tr.hidden-md.hidden-xs {
    display: none !important; }

  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important; }

  tr.hidden-md.hidden-sm {
    display: none !important; }

  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }

  tr.hidden-md {
    display: none !important; }

  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important; }

  tr.hidden-md.hidden-lg {
    display: none !important; }

  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important; } }
.hidden-lg {
  display: block !important; }

tr.hidden-lg {
  display: table-row !important; }

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important; }

  tr.hidden-lg.hidden-xs {
    display: none !important; }

  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important; }

  tr.hidden-lg.hidden-sm {
    display: none !important; }

  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important; }

  tr.hidden-lg.hidden-md {
    display: none !important; }

  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; }

  tr.hidden-lg {
    display: none !important; }

  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

tr.visible-print {
  display: none !important; }

th.visible-print,
td.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; }

  .hidden-print {
    display: none !important; }

  tr.hidden-print {
    display: none !important; }

  th.hidden-print,
  td.hidden-print {
    display: none !important; } }

@media only screen and (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0; } }
body {
  min-width: 240px;
  height: 100%;
  line-height: 18px;
  font-size: 13px;
  color: #777; }
  body.content_only {
    background: none;
    min-width: 0px;
  }

textarea {
  resize: none; }

#header {
  z-index: 5003; }

#columns {
  position: relative;
  padding-bottom: 50px;
 }

#index .tab-content {
  margin-top: 35px;
  margin-bottom: 34px; }

header {
  z-index: 1;
  position: relative;
  background: #fff;
  padding-bottom: 15px; }
    header .banner .row {
      margin: 0px; }
  header .nav {
    background: #333; }
    header .nav .row {
      margin: 0px; }
    header .nav nav {
      width: 100%; }
  header .row {
    position: relative; }
    header .row > .container {
      position: relative; }
    header .row #header_logo {
      padding-top: 15px; }
      @media (max-width: 992px) {
        header .row #header_logo {
          padding-top: 40px; } }
      @media (max-width: 767px) {
        header .row #header_logo {
          padding-top: 15px; }
          header .row #header_logo img {
            margin: 0 auto; } }
  @media (min-width: 767px) {
    header .col-sm-4 + .col-sm-4 + .col-sm-4, header .row #header_logo + .col-sm-4 + .col-sm-4, header .row .col-sm-4 + #header_logo + .col-sm-4, header .row #header_logo + #header_logo + .col-sm-4, header .row .col-sm-4 + .col-sm-4 + #header_logo, header .row #header_logo + .col-sm-4 + #header_logo, header .row .col-sm-4 + #header_logo + #header_logo, header .row #header_logo + #header_logo + #header_logo {
      float: right; } }

.ie8 #header #header_logo {
  width: 350px; }

#center_column .page_product_box h3 {
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  padding: 14px 20px 17px;
  margin: 0 0 20px;
  position: relative;
  border: 1px solid #d6d4d4;
  border-bottom: none;
  background: #fbfbfb; }

p.info-title {
  font-weight: bold;
  margin-bottom: 25px; }

p.info-account {
  margin: -4px 0 24px 0; }
.main-page-indent {
  margin-bottom: 30px; }

.alert {
  font-weight: bold; }
  .alert:before {
    cursor: pointer; }
  .alert ul, .alert ol {
    padding-left: 15px;
    margin-left: 27px; }
    .alert ul li, .alert ol li {
      list-style-type: decimal;
      font-weight: normal; }
  .alert.alert-success {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-success:before {
      font-family: "FontAwesome";
      content: "\f058";
      font-size: 20px;
      vertical-align: -2px;
      padding-right: 7px; }
  .alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-danger:before {
      font-family: "FontAwesome";
      content: "\f057";
      font-size: 20px;
      vertical-align: -2px;
      padding-right: 7px;
      float: left; }

.label {
	color: #fff;
	white-space: normal;
	display: inline-block;
	padding: 6px 10px; }

  label.required:before {
    content: "*";
    color: red;
    font-size: 14px;
    position: relative;
    line-height: 12px; }

.unvisible {
  display: none; }

.close {
  opacity: 1; }
  .close:hover {
    opacity: 1; }

.form-control {
  padding: 3px 5px;
  height: 32px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .form-control.grey {
    background: #fbfbfb; }

table.std,
table.table_block {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #999999;
  border-bottom: none;
  background: white;
  border-collapse: inherit; }

table.std th,
table.table_block th {
  padding: 14px 12px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 0 black;
  background: #999999; }

table.std tr.alternate_item,
table.table_block tr.alternate_item {
  background-color: #f3f3f3; }

table.std td,
table.table_block td {
  padding: 12px;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 12px;
  vertical-align: top; }

.table {
  margin: 10px; }
  .table > thead > tr > th {
    background: #fbfbfb;
    border-bottom-width: 1px;
    vertical-align: middle; }
  .table td ul, .table td ol {
    margin-bottom: 0 !important; }
  .table td a.color-myaccount {
    text-decoration: underline; }
    .table td a.color-myaccount:hover {
      text-decoration: none; }
  .table tfoot tr {
    background: #fbfbfb; }

.product-name {
  line-height: 23px;
  margin-bottom: 0; }
  .product-name a {
}

.price {
  white-space: nowrap; }

.price.product-price {
font-weight: 600; 
font-size: 21px;
line-height: 26px;
}

.old-price {
  color: #6f6f6f;
  text-decoration: line-through; }

.old-price.product-price {
  font-size: 17px; }

.special-price {
  color: #f13340; }

.price-percent-reduction {
  background: #f13340;
  border: 1px solid #d02a2c;
font-weight: 600; 
font-size: 21px;
line-height: 24px;
  color: #fff;
  padding: 0 5px 0 3px;
  display: inline-block; }
  .price-percent-reduction.small {
font-weight: 700;
font-size: 14px;
line-height: 17px;
    padding: 1px 6px; }
@media(max-width:480px) {
	.primary_block {
		display: flex;
		flex-direction: column;
	}
}
.box {
  background: #fbfbfb;
  border: 1px solid #d6d4d4;
  padding: 14px 18px 13px;
  margin: 0 0 30px 0;
  line-height: 23px; }
  .box p {
    margin-bottom: 0; }
  .box.box-small {
    padding: 9px 10px 9px 20px; }
    .box.box-small .dark {
      padding-top: 5px; /* AngarTheme */
      padding-right: 20px;
      margin-bottom: 0;
      width: auto; }

.page-product-box {
  padding-bottom: 10px; }

.product-box {
  width: 178px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .product-box .product-image {
    border: 1px solid #d6d4d4;
    background: white;
    padding: 5px;
    display: block;
    margin-bottom: 11px; }
    .product-box .product-image img {
      max-width: 100%;
      width: 100%;
      height: auto; }
/* productscategory / bxslider */
.page-product-box .bx-wrapper {
    position: relative;
    padding: 0;
    zoom: 1;
    margin: 0 !important;
}

.page-product-box .bx-wrapper .bx-viewport {
    direction: ltr !important;
}

.page-product-box .bx-wrapper .bx-viewport ul.product_list.grid {
    margin: 0 0;
}

.page-product-box .slider-btn {
    font-weight: normal;
    float: right;
    width: 20px;
    height: 22px;
    line-height: 26px;
    text-align: center;
    margin-top: 4px;
}

.page-product-box .slider-btn a {
    cursor: pointer;
    color: #000;
    left: 0;
    right: 0;
    text-decoration: none;
}

.page-product-box .slider-btn a:before {
    display: none;
}

.page-product-box .slider-btn a.disabled {
    cursor: default;
    color: #ccc;
}

#productscategory_list .product-name {
    margin-bottom: 5px;
}

.pl_border_type2 .page-product-box .bx-wrapper {
    margin: 0 -10px !important;
}

.pl_border_type2 .page-product-box .bx-wrapper .bx-viewport ul.product_list.grid > li {
    padding: 2px 10px 20px;
}
#prev_productcat,
#next_productcat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    float: right;
    margin-left: 6px;
    background: #0090e3;
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
}

#prev_productcat a,
#next_productcat a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 26px;
    text-align: center;
}
@media (max-width: 767px) {
    #productscategory_list {
        overflow: hidden;
    }

    #productscategory_list .bx-wrapper,
    #productscategory_list .bx-viewport {
        width: 100% !important;
        max-width: 100% !important;
    }

    #bx_productscategory > li {
        width: 260px !important;
        float: left !important;
        padding: 0 10px !important;
    }

    .blockproductscategory .product-container {
        width: 100% !important;
    }

    .blockproductscategory .product-image-container img {
        max-width: 100% !important;
        height: auto !important;
    }
}
#home-page-tabs {
  border: none;
  background: #fff; }
  @media (min-width: 768px) {
    #home-page-tabs {
      padding: 10px 0;
      margin: 0 0 0 -18px; } }
  #home-page-tabs > li {
    margin-bottom: 0; }
    @media (min-width: 991px) {
      #home-page-tabs > li {
        border-left: 1px solid #d6d4d4;
        margin: 0 0px 0 9px;
        padding: 0 0px 0 9px; } }
    @media (max-width: 479px) {
      #home-page-tabs > li {
        width: 100%; } }
    #home-page-tabs > li a {
font-weight: 600; 
font-size: 21px;
line-height: 24px;
      text-transform: uppercase;
      border: none;
      outline: none;
      margin: 0;
      padding: 10px; }
      @media (min-width: 768px) {
        #home-page-tabs > li a {
          padding: 1px 10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #home-page-tabs > li a {
          padding: 10px 10px; } }
    #home-page-tabs > li:first-child {
      border: none; }
  #home-page-tabs > li.active a,
  #home-page-tabs > li a:hover {
    background: #333;
    padding: 10px; }
    @media (min-width: 768px) {
      #home-page-tabs > li.active a,
      #home-page-tabs > li a:hover {
        margin: -9px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #home-page-tabs > li.active a,
      #home-page-tabs > li a:hover {
        margin: 0px 0; } }

.block {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .block {
      margin-bottom: 0px; } }
  @media (max-width: 767px) {
    .block .block_content {
      margin-bottom: 20px; } }

.block .title_block,
.block h4 {
font-weight: 600; 
font-size: 18px;
line-height: 22px;
  background: #f6f6f6;
  border-top: 5px solid #333;
  text-transform: uppercase;
  padding: 14px 5px 17px 20px;
  margin-bottom: 20px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .block .title_block,
    .block h4 {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .block .title_block,
    .block h4 {
      position: relative; }
      .block .title_block:after,
      .block h4:after {
        display: block;
        font-family: "FontAwesome";
        content: "";
        position: absolute;
        right: 0;
        top: 15px;
        height: 36px;
        width: 36px;
        font-size: 26px;
        font-weight: normal; }
      .block .title_block.active:after,
      .block h4.active:after {
        content: ""; } }

.block .list-block {
  margin-top: -8px; }
  @media (max-width: 767px) {
    .block .list-block {
      margin-top: 0; } }
  .block .list-block li {
    padding: 5px 0 6px 20px;
    border-top: 1px solid #d6d4d4; }
    .block .list-block li a i {
      display: none; }
    .block .list-block li a:before {
    content: "›";
    display: inline-block;
    padding-right: 8px;
    font-size: 18px;
    line-height: 1;
}
    .block .list-block li a:hover {
      font-weight: bold; }
    .block .list-block li:first-child {
      border-top: none; }
  .block .list-block .form-group {
    padding-top: 20px;
    border-top: 1px solid #d6d4d4;
    margin-bottom: 0; }
    .block .list-block .form-group select {
      max-width: 270px; }
      @media (max-width: 767px) {
        .block .list-block .form-group select {
          width: 270px; } }
  .block .list-block .btn {
    margin-top: 12px; }
.block .products-block li {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #d6d4d4; }
  .block .products-block li .products-block-image {
    float: left;
    border: 1px solid #d6d4d4;
    margin-right: 19px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .block .products-block li .products-block-image {
        float: none;
        display: inline-block;
        margin: 0 auto 10px;
        text-align: center; } }
  .block .products-block li .product-content {
    overflow: hidden; }
    .block .products-block li .product-content h5 {
      position: relative;
      top: -11px; }
.block .products-block .product-name {
  font-size: 15px;
  line-height: 18px; }
.block .products-block .product-description {
  margin-bottom: 14px; }
.block .products-block .price-percent-reduction {
font-weight: 700;
font-size: 14px;
line-height: 17px;
  padding: 1px 6px; }

.page-heading {
font-weight: 600; 
font-size: 18px;
line-height: 22px;
  text-transform: uppercase;
  padding: 0px 0px 17px 0px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d6d4d4;
  overflow: hidden; }
  .page-heading span.heading-counter {
font-weight: 700;
font-size: 13px;
line-height: 22px;
    float: right;
    text-transform: none;
    margin-bottom: 10px; }
    @media (max-width: 480px) {
      .page-heading span.heading-counter {
        float: none;
        display: block;
        padding-top: 5px; } }
  .page-heading span.lighter {
    color: #9c9c9c; }
  .page-heading.bottom-indent {
    margin-bottom: 16px; }
  .page-heading.product-listing {
    border-bottom: none;
    margin-bottom: 0; }

.page-subheading {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0 0 15px;
  line-height: normal;
  margin-bottom: 12px;
  border-bottom: 1px solid #d6d4d4; }

h3.page-product-heading {
text-transform: uppercase;
font-weight: 600;
font-size: 16px;
line-height: 30px;
padding: 0;
margin: 0 0 20px;
position: relative;
border-bottom: 1px solid #d6d4d4;
}

ul.footer_links {
  padding: 20px 0 0px 0;
  border-top: 1px solid #d6d4d4;
  height: 65px; }
  ul.footer_links li {
    float: left; }
    ul.footer_links li + li {
      margin-left: 10px; }
.bottom-pagination-content { 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.top-pagination-content { 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.content_sortPagiBar .sortPagiBar {
  border-bottom: 1px solid #d6d4d4;
  clear: both; }
  .content_sortPagiBar .sortPagiBar #productsSortForm {
    float: left;
    margin-right: 20px;
	margin-bottom: 10px;}
    .content_sortPagiBar .sortPagiBar #productsSortForm select {
      max-width: 192px; 
      float: left; }
      @media (max-width: 991px) {
        .content_sortPagiBar .sortPagiBar #productsSortForm select {
          max-width: 170px; } }
    .content_sortPagiBar .sortPagiBar #productsSortForm .selector {
      float: left; }
  .content_sortPagiBar .sortPagiBar .nbrItemPage {
    float: left; }
    .content_sortPagiBar .sortPagiBar .nbrItemPage select {
      max-width: 59px;
      float: left; }
    .content_sortPagiBar .sortPagiBar .nbrItemPage .clearfix > span {
      padding: 3px 0 0 12px;
      display: inline-block;
      float: left; }
    .content_sortPagiBar .sortPagiBar .nbrItemPage #uniform-nb_item {
      float: left; }
  .content_sortPagiBar .sortPagiBar label,
  .content_sortPagiBar .sortPagiBar select {
    float: left; }
  .content_sortPagiBar .sortPagiBar label {
    padding: 3px 6px 0 0; }
  .content_sortPagiBar .sortPagiBar.instant_search #productsSortForm {
    display: none; }
.content_sortPagiBar .display,
.content_sortPagiBar .display_m {
  float: right;
  margin-top: -4px; }
  .content_sortPagiBar .display li,
  .content_sortPagiBar .display_m li {
    float: left;
    padding-left: 12px;
    text-align: center; }
    .content_sortPagiBar .display li a,
    .content_sortPagiBar .display_m li a {
      color: #808080;
      font-size: 11px;
      line-height: 14px;
      cursor: pointer; }
      .content_sortPagiBar .display li a i,
      .content_sortPagiBar .display_m li a i {
        display: block;
        font-size: 24px;
        height: 24px;
        line-height: 24px;
        margin-bottom: -3px;
        color: #e1e0e0; }
      .content_sortPagiBar .display li a:hover i,
      .content_sortPagiBar .display_m li a:hover i {
        color: gray; }
    .content_sortPagiBar .display li.selected a,
    .content_sortPagiBar .display_m li.selected a {
      cursor: default; }
    .content_sortPagiBar .display li.selected i,
    .content_sortPagiBar .display_m li.selected i {
      color: #333; }
    .content_sortPagiBar .display li.display-title,
    .content_sortPagiBar .display_m li.display-title {
      font-weight: bold;
      padding: 7px 6px 0 0; }

.top-pagination-content,
.bottom-pagination-content {
  text-align: center;
  padding: 12px 0 12px 0;
  position: relative; }
/* AngarTheme */
  .top-pagination-content div.pagination,
  .bottom-pagination-content div.pagination {
	display: flex;
    margin: 0;
    float: right;
    width: 540px;
    text-align: center;
	flex-direction: column;}
    @media (min-width: 992px) and (max-width: 1199px) {
      .top-pagination-content div.pagination,
      .bottom-pagination-content div.pagination {
        width: 380px; } }
      .top-pagination-content div.pagination .showall .btn span,
      .bottom-pagination-content div.pagination .showall,
	  .showall {
		border-radius: 10px;
        font-size: 13px;
        padding: 10px;
        line-height: normal;
		background: #2d5f8b;
		color: #fff;
		border-color: #2d5f8b; 
		}
		button {
    border: 0;
    background: none;
    appearance: none;
}
    @media (max-width: 991px) {
      .top-pagination-content ul.pagination,
      .bottom-pagination-content ul.pagination {
        float: left; } }
    .top-pagination-content ul.pagination li,
    .bottom-pagination-content ul.pagination li {
      display: inline-block;
      float: left; }
  .top-pagination-content .compare-form,
  .bottom-pagination-content .compare-form {
    float: right; }
    @media (max-width: 479px) {
      .top-pagination-content .compare-form,
      .bottom-pagination-content .compare-form {
        float: left;
        width: 100%;
        text-align: left;
        padding-bottom: 10px;
        clear: both; } }
  .top-pagination-content .product-count,
  .bottom-pagination-content .product-count {
    padding: 11px 0 0 0;
    float: left; }
    @media (max-width: 991px) {
      .top-pagination-content .product-count,
      .bottom-pagination-content .product-count {
        clear: left; } }

.bottom-pagination-content {
  border-top: 1px solid #d6d4d4; }

ul.step {
  margin-bottom: 30px;
  overflow: hidden; }
  @media (min-width: 768px) {
    ul.step {
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px; } }
  ul.step li {
    float: left;
    width: 20%;
    text-align: left;
    border: 1px solid;
    border-top-color: #cacaca;
    border-bottom-color: #9a9a9a;
    border-right-color: #b7b7b7;
    border-left-width: 0px; }
    @media (max-width: 767px) {
      ul.step li {
        width: 100%;
        border-left-width: 1px; } }
    ul.step li a,
    ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
      display: block;
      padding: 13px 10px 14px 13px;
      font-size: 17px;
      line-height: 21px;
      font-weight: bold;
      text-shadow: 1px 1px white;
      position: relative; }
      @media (max-width: 992px) {
        ul.step li a,
        ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
          font-size: 15px; } }
      @media (min-width: 992px) {
        ul.step li a:after,
        ul.step li span:after, ul.step li.step_current span:after, ul.step li.step_current_end span:after {
          content: ".";
          position: absolute;
          top: 0;
          right: -31px;
          z-index: 0;
          text-indent: -5000px;
          display: block;
          width: 31px;
          height: 52px;
          margin-top: -2px; } }
      ul.step li a:focus,
      ul.step li span:focus, ul.step li.step_current span:focus, ul.step li.step_current_end span:focus {
        text-decoration: none;
        outline: none; }
    ul.step li.first {
      border-left-width: 1px;
      border-left-color: #b7b7b7; }
      @media (min-width: 768px) {
        ul.step li.first {
          -moz-border-radius-topleft: 4px;
          -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
          -moz-border-radius-bottomleft: 4px;
          -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px; } }
      ul.step li.first span,
      ul.step li.first a {
        z-index: 5;
        padding-left: 13px !important; }
        @media (min-width: 768px) {
          ul.step li.first span,
          ul.step li.first a {
            -moz-border-radius-topleft: 4px;
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px; } }
    ul.step li.second span, ul.step li.second a {
      z-index: 4; }
    ul.step li.third span, ul.step li.third a {
      z-index: 3; }
    ul.step li.four span, ul.step li.four a {
      z-index: 2; }
    ul.step li.last span {
      z-index: 1; }
    @media (min-width: 768px) {
      ul.step li.last {
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px; }
        ul.step li.last span {
          -moz-border-radius-topright: 4px;
          -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
          -moz-border-radius-bottomright: 4px;
          -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px; } }
    ul.step li.step_current {
      font-weight: bold;
      background: #42b856;
      background-image: -webkit-gradient(linear, left 0%, left 100%, from(#42b856), to(#43ab54));
      background-image: -webkit-linear-gradient(top, #42b856, 0%, #43ab54, 100%);
      background-image: -moz-linear-gradient(top, #42b856 0%, #43ab54 100%);
      background-image: linear-gradient(to bottom, #42b856 0%, #43ab54 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF42B856', endColorstr='#FF43AB54', GradientType=0);
      border-color: #399b49 #51ae5c #208931 #369946; }
      ul.step li.step_current span {
        color: #fff;
        text-shadow: 1px 1px #208931;
        border: 1px solid;
        border-color: #73ca77 #74c776 #74c175 #74c776;
        position: relative; }
        @media (min-width: 992px) {
          ul.step li.step_current span {
            padding-left: 38px; }
            ul.step li.step_current span:after {
              background: url("/themes/AngarTheme/img/order-step-a.png") right 0 no-repeat; } }
    ul.step li.step_current_end {
      font-weight: bold; }
    ul.step li.step_todo {
      background: #f7f7f7;
      background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f7f7f7), to(#ededed));
      background-image: -webkit-linear-gradient(top, #f7f7f7, 0%, #ededed, 100%);
      background-image: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
      background-image: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF7F7F7', endColorstr='#FFEDEDED', GradientType=0); }
      ul.step li.step_todo span {
        display: block;
        border: 1px solid;
        border-color: #fff;
        position: relative; }
        @media (min-width: 992px) {
          ul.step li.step_todo span {
            padding-left: 38px; }
            ul.step li.step_todo span:after {
              background: url("/themes/AngarTheme/img/order-step-current.png") right 0 no-repeat; } }
    ul.step li.step_done {
      border-color: #666666 #5f5f5f #292929 #5f5f5f;
      background: #727171;
      background-image: -webkit-gradient(linear, left 0%, left 100%, from(#727171), to(#666666));
      background-image: -webkit-linear-gradient(top, #727171, 0%, #666666, 100%);
      background-image: -moz-linear-gradient(top, #727171 0%, #666666 100%);
      background-image: linear-gradient(to bottom, #727171 0%, #666666 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF727171', endColorstr='#FF666666', GradientType=0); }
      ul.step li.step_done a {
        color: #fff;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
        border: 1px solid;
        border-color: #8b8a8a; }
        @media (min-width: 992px) {
          ul.step li.step_done a {
            padding-left: 38px; }
            ul.step li.step_done a:after {
              background: url("/themes/AngarTheme/img/order-step-done.png") right 0 no-repeat; } }
    @media (min-width: 992px) {
      ul.step li.step_done.step_done_last a:after {
        background: url("/themes/AngarTheme/img/order-step-done-last.png") right 0 no-repeat; } }
    @media (min-width: 992px) {
      ul.step li#step_end span:after {
        display: none; } }
    ul.step li em {
      font-style: normal; }
      @media (min-width: 768px) and (max-width: 991px) {
        ul.step li em {
          display: none; } }

.rating {
  clear: both;
  display: block;
  margin: 2em;
  cursor: pointer; }

.rating:after {
  content: ".";
  display: block;
  height: 0;
  width: 0;
  clear: both;
  visibility: hidden; }

.cancel, .star {
  overflow: hidden;
  float: left;
  margin: 0 1px 0 0;
  width: 16px;
  height: 16px;
  cursor: pointer; }

.cancel, .cancel a {
  background: url("/modules/productcomments/img/delete.gif") no-repeat 0 -16px !important; }

.cancel a, .star a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0; }

div.star_on a {
  background-position: 0 -16px; }

div.star_hover a,
div.star a:hover {
  background-position: 0 -32px; }

.pack_content {
  margin: 10px 0 10px 0; }

.confirmation {
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #e6db55;
  font-size: 13px;
  background: none repeat scroll 0 0 lightyellow; }

#page .rte {
  background: transparent none repeat scroll 0 0; }
  #page .rte em {
    font-style: italic !important; }

.listcomment {
  list-style-type: none;
  margin: 0 0 20px 0 !important; }

.listcomment li {
  padding: 10px 0;
  border-bottom: 1px dotted #d6d4d4;
  color: #666666; }

.listcomment .titlecomment {
  display: block;
  font-weight: bold;
  font-size: 12px;
  color: #333; }

.listcomment .txtcomment {
  display: block;
  padding: 5px 0;
  color: #333; }

/* contenedor principal */
.breadcrumb.clearfix {
	padding: 0px 14px 15px 0px;
	margin: 0px;
	background: #fff;
	font-size: 13px;
}
@media(max-width:768px) {
	.breadcrumb.clearfix {
	padding: 0px 0px 10px;
	margin: 0px;
	}
}
/* enlace de inicio */
.breadcrumb.clearfix .home {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #222;
	font-size: 15px;
}

.breadcrumb.clearfix .home:hover {
	color: #000;
	text-decoration: none;
	opacity: .85;
}

/* separador viejo justo después del home */
.breadcrumb.clearfix > .navigation-pipe {
	display: inline-block;
	margin: 0 2px;
	color: #aaa;
	font-size: 11px;
}

/* bloque del path */
.breadcrumb.clearfix .navigation_page {
	display: inline;
	color: #555;
}

/* enlaces dentro del breadcrumb */
.breadcrumb.clearfix .navigation_page a {
	color: #555;
	text-decoration: none;
	font-weight: bold;
}

.breadcrumb.clearfix .navigation_page a:hover {
	color: #111;
	text-decoration: none;
}

/* separadores nuevos que metes con replace */
.breadcrumb.clearfix .breadcrumb-separator {
	display: inline-block;
	margin: 0 6px;
	color: #aaa;
	font-size: 11px;
}
.navigation-pipe {
	padding:0px 5px;
}
/* títulos dentro del microdata */
.breadcrumb.clearfix .navigation_page [itemprop="title"] {
	color: #555;
	font-weight: 500;
}

/* último elemento / texto actual */
.breadcrumb.clearfix .navigation_page span:last-child,
.breadcrumb.clearfix .navigation_page strong {
	color: #111;
	font-weight: 600;
}

/* bloque volver */
.pull-right {
	margin: 10px 0 20px;
	font-size: 12px;
}

.pull-right a {
	color: #444;
	text-decoration: none;
}

.pull-right a:hover {
	text-decoration: underline;
}
.footer-container {
  background-color: #333; }
  @media (min-width: 768px) {
    .footer-container {
      background: url("/themes/AngarTheme/img/footer-bg.png") repeat-x #333; } }
  .footer-container .container {
    padding-bottom: 100px; }
  .footer-container #footer {
    color: #777777; }
    .footer-container #footer .row {
      position: relative; }
    .footer-container #footer ul.row {
      position: static; }
    .footer-container #footer .footer-block {
      margin-top: 45px; }
      @media (max-width: 767px) {
        .footer-container #footer .footer-block {
          margin-top: 20px; } }
    .footer-container #footer a {
      color: #777777; }
      .footer-container #footer a:hover {}
    .footer-container #footer h4 {
font-weight: 600; 
font-size: 18px;
line-height: 22px;
      color: #fff;
      margin: 0 0 13px 0;
      cursor: pointer; }
      @media (max-width: 767px) {
        .footer-container #footer h4 {
          position: relative;
          margin-bottom: 0;
          padding-bottom: 13px; }
@media (max-width: 767px) {
    .footer-container #footer h4:after {
        display: block;
        content: "+";
        position: absolute;
        right: 0;
        top: 1px;
        font-size: 18px;
        font-weight: 600;
    }
}
          .footer-container #footer h4.active:after {
        content: "−";
        font-family: inherit;
    } }
      .footer-container #footer h4 a {
        color: #fff; }
    .footer-container #footer ul li {
      padding-bottom: 8px; }
      .footer-container #footer ul li a {
        font-weight: bold;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4); }
    .footer-container #footer #block_contact_infos {
      border-left: 1px solid #515151; }
      @media (max-width: 767px) {
        .footer-container #footer #block_contact_infos {
          border: none; } }
      .footer-container #footer #block_contact_infos > div {
        padding: 0 0 0 5px; }
        @media (max-width: 767px) {
          .footer-container #footer #block_contact_infos > div {
            padding-left: 0; } }
        .footer-container #footer #block_contact_infos > div ul li {
          padding: 0 0 7px 4px;
          overflow: hidden;
          line-height: 30px; }
          .footer-container #footer #block_contact_infos > div ul li > span,
          .footer-container #footer #block_contact_infos > div ul li > span a {
            color: #fff;
            font-weight: normal; }
          .footer-container #footer #block_contact_infos > div ul li i {
            font-size: 25px;
            width: 32px;
            text-align: center;
            padding-right: 12px;
            float: left;
            color: #908f8f; }
    .footer-container #footer .blockcategories_footer {
      clear: left; }
    .footer-container #footer #social_block {
      float: left;
      width: 50%;
      padding: 22px 15px 0 15px; }
      @media (max-width: 767px) {
        .footer-container #footer #social_block {
          width: 100%;
          float: left;
          padding-top: 5px; } }
      .footer-container #footer #social_block ul {
        float: right; }
        @media (max-width: 767px) {
          .footer-container #footer #social_block ul {
            float: none; } }
        .footer-container #footer #social_block ul li {
          float: left;
          width: 40px;
          text-align: center; }
          @media (min-width: 768px) and (max-width: 991px) {
            .footer-container #footer #social_block ul li {
              width: 30px; } }
          .footer-container #footer #social_block ul li a {
            display: inline-block;
            color: #908f8f;
            font-size: 28px; }
            @media (min-width: 768px) and (max-width: 991px) {
              .footer-container #footer #social_block ul li a {
                font-size: 20px; } }
            .footer-container #footer #social_block ul li a span {
              display: none; }
            .footer-container #footer #social_block ul li a:before {
              display: inline-block;
              font-family: "FontAwesome";
              vertical-align: -5px;
              font-weight: normal;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }
            .footer-container #footer #social_block ul li a:hover {
              color: #fff; }
          .footer-container #footer #social_block ul li.facebook a:before {
            content: "\f09a"; }
          .footer-container #footer #social_block ul li.twitter a:before {
            content: "\f099"; }
          .footer-container #footer #social_block ul li.rss a:before {
            content: "\f09e"; }
          .footer-container #footer #social_block ul li.youtube a:before {
            content: "\f167"; }
          .footer-container #footer #social_block ul li.google-plus a:before {
            content: "\f0d5"; }
          .footer-container #footer #social_block ul li.pinterest a:before {
            content: "\f0d2"; }
          .footer-container #footer #social_block ul li.vimeo a:before {
            content: "\f194"; }
          .footer-container #footer #social_block ul li.instagram a:before {
            content: "\f16d"; }
      .footer-container #footer #social_block h4 {
        float: right;
        margin-bottom: 0;
        font-size: 21px;
        line-height: 25px;
        text-transform: none;
        padding: 0 10px 0 0; }
        @media (max-width: 767px) {
          .footer-container #footer #social_block h4 {
            display: none;
            text-align: center; } }
    .footer-container #footer .bottom-footer {
      position: absolute;
      left: 0; }
      .footer-container #footer .bottom-footer div {
        padding: 15px 0 0 0;
        border-top: 1px solid #515151;
        width: 100%; }

#reinsurance_block {
  clear: both !important; }

#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
  margin-left: 20px; }

.rte ul {
  list-style-type: disc;
  padding-left: 15px; }

.rte ol {
  list-style-type: decimal;
  padding-left: 15px; }

.block_hidden_only_for_screen {
  display: none; }

.cart_navigation {
  margin: 0 0 20px; }
  .cart_navigation .button-medium {
    float: right;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 20px;
    line-height: 24px; }
    .cart_navigation .button-medium span {
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      padding: 11px 15px 10px 15px; }
      @media (max-width: 992px) {
        .cart_navigation .button-medium span {
          font-size: 16px; } }
    .cart_navigation .button-medium i.right {
      font-size: 25px;
      line-height: 25px;
      vertical-align: -4px;
      margin-left: 6px; }
  .cart_navigation .button-exclusive {
    border: none;
    background: none;
    padding: 0;
    font-size: 17px;
    font-weight: bold;
    margin: 12px 0 0 0; /* AngarTheme */ }
    .cart_navigation .button-exclusive i {
      margin-right: 8px; }
    .cart_navigation .button-exclusive:hover, .cart_navigation .button-exclusive:focus, .cart_navigation .button-exclusive:active {
      -webkit-box-shadow: none;
      box-shadow: none; }
  @media (max-width: 480px) {
    .cart_navigation > span {
      display: block;
      width: 100%;
      padding-bottom: 15px; } }

.cart_last_product {
  display: none; }

.cart_quantity .cart_quantity_input {
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  width: 57px; }

.cart_gift_quantity .cart_quantity_input {
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  width: 57px; }

.table tbody > tr > td {
  vertical-align: middle; }
  .table tbody > tr > td.cart_quantity {
    padding: 41px 14px 25px;
    width: 70px; }
    .table tbody > tr > td.cart_quantity .cart_quantity_button {
      margin-top: 3px; }
      .table tbody > tr > td.cart_quantity .cart_quantity_button a {
        float: left;
        margin-right: 3px; }
        .table tbody > tr > td.cart_quantity .cart_quantity_button a + a {
          margin-right: 0; }
  .table tbody > tr > td.cart_delete, .table tbody > tr > td.price_discount_del {
    padding: 5px; }
.table tfoot > tr > td {
  vertical-align: middle; }

.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
  font-size: 23px;
}
#cart_summary thead th {
  padding: 7px 8px 9px 8px; }
#cart_summary tbody td {
  padding: 7px 8px 9px 8px; }
  #cart_summary tbody td.cart_product {
    padding: 7px;
    width: 137px; }
    #cart_summary tbody td.cart_product img {
      border: 1px solid #d6d4d4; }
  #cart_summary tbody td.cart_unit .price span {
    display: inline-block; }
    #cart_summary tbody td.cart_unit .price span.price-percent-reduction {
      margin: 5px auto;
      display: inline-block; }
    #cart_summary tbody td.cart_unit .price span.old-price {
      text-decoration: line-through; }
  #cart_summary tbody td.cart_description small {
    display: block;
    padding: 5px 0 0 0; }
  #cart_summary tbody td.cart_avail {
    width: 1%; }
    #cart_summary tbody td.cart_avail span {
      white-space: nowrap; }
  #cart_summary tbody td.cart_delete {
    width: 1%; }
#cart_summary tfoot td.text-right, #cart_summary tfoot tbody td.cart_unit, #cart_summary tbody tfoot td.cart_unit, #cart_summary tfoot tbody td.cart_total, #cart_summary tbody tfoot td.cart_total {
  font-weight: bold;
}
#cart_summary tfoot td.price {
  text-align: right; }
#cart_summary tfoot td.total_price_container span {
font-weight: 600; 
font-size: 18px;
line-height: 22px;
  text-transform: uppercase; }
#cart_summary tfoot td#total_price_container {
font-weight: 600; 
font-size: 21px;
line-height: 25px;
  background: #fff; }

#cart_summary .stock-management-on tbody td.cart_description {
  width: 480px; }

.cart_discount_price {
  text-align: right; }

.cart_discount_delete {
  text-align: center; }

@media (max-width: 767px) {
  #order-detail-content #cart_summary table, #order-detail-content #cart_summary thead, #order-detail-content #cart_summary tbody, #order-detail-content #cart_summary th, #order-detail-content #cart_summary td, #order-detail-content #cart_summary tr {
    display: block; }
  #order-detail-content #cart_summary thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #order-detail-content #cart_summary tr {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 7px;
    overflow: hidden;
    position: relative; }
  #order-detail-content #cart_summary td {
    border: none;
    position: relative;
    float: left;
    white-space: normal;
    padding: 7px 20px 7px 20px; }
    #order-detail-content #cart_summary td.cart_product {
      text-align: left; }
    #order-detail-content #cart_summary td.cart_avail {
      display: none; }
    #order-detail-content #cart_summary td.cart_unit {
      width: 33%;
      text-align: right;
      min-height: 70px;
      clear: both; }
      #order-detail-content #cart_summary td.cart_unit .price {
        text-align: right; }
    #order-detail-content #cart_summary td.cart_quantity {
      width: 33%;
      min-height: 70px;
      border-left: 1px solid #cccccc;
      border-right: 1px solid #cccccc; }
      #order-detail-content #cart_summary td.cart_quantity div {
        display: block; }
      #order-detail-content #cart_summary td.cart_quantity > .form-control {
        display: inline; }
      #order-detail-content #cart_summary td.cart_quantity > .cart_quantity_button a {
        margin-right: 0px;
        float: none; }
    #order-detail-content #cart_summary td.cart_total {
      width: 33%;
      min-height: 70px;
      text-align: right; }
    #order-detail-content #cart_summary td.cart_delete {
      position: absolute;
      right: 20px;
      top: 7px; }
      #order-detail-content #cart_summary td.cart_delete:before {
        content: '' !important; }
    #order-detail-content #cart_summary td div {
      display: inline; }
  #order-detail-content #cart_summary td:before {
    content: attr(data-title);
    font-weight: bold;
    display: block; }
  #order-detail-content #cart_summary tfoot td {
    float: none;
    width: 100%; }
    #order-detail-content #cart_summary tfoot td:before {
      display: inline; }
  #order-detail-content #cart_summary tfoot tr .text-right, #order-detail-content #cart_summary tfoot tr tbody td.cart_unit, #order-detail-content #cart_summary tbody tfoot tr td.cart_unit, #order-detail-content #cart_summary tfoot tr tbody td.cart_total, #order-detail-content #cart_summary tbody tfoot tr td.cart_total, #order-detail-content #cart_summary tfoot tr .price {
    display: block;
    float: left;
    width: 50%; } }
@media (max-width: 768px) {
  #order-detail-content #cart_summary tbody td .price {
    text-align: center; }
  #order-detail-content #cart_summary tbody td.cart_description {
    width: 300px; } }
.cart_voucher {
  vertical-align: top !important; }
  .cart_voucher h4 {
font-weight: 600; 
font-size: 18px;
line-height: 22px;
    color: #333;
    text-transform: uppercase;
    padding: 7px 0 10px 0; }
  .cart_voucher .title-offers {
    color: #333;
    font-weight: bold;
    margin-bottom: 6px; }
  .cart_voucher fieldset {
    margin-bottom: 10px; }
    .cart_voucher fieldset #discount_name {
      float: left;
      width: 219px;
      margin-right: 11px; }
  .cart_voucher #display_cart_vouchers span {
    font-weight: bold;
    cursor: pointer;
    color: #777; }
    .cart_voucher #display_cart_vouchers span:hover {
      color: #515151; }

.enable-multishipping {
  margin: -13px 0 17px; }
  .enable-multishipping label {
    font-weight: normal; }

#HOOK_SHOPPING_CART #loyalty i {
  font-size: 26px;
  line-height: 26px;
  color: #cfcccc; }

#order_carrier {
  clear: both;
  margin-top: 20px;
  border: 1px solid #999999;
  background: #fff; }

.order_carrier_logo {
  max-width: 65px;
  max-height: 65px; }

#order_carrier .title_block {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: url("/themes/AngarTheme/img/bg_table_th.png") repeat-x 0 -10px #999999; }

#order_carrier span {
  display: block;
  padding: 15px;
  font-weight: bold; }

.multishipping_close_container {
  text-align: center; }

table#cart_summary .gift-icon {
  color: white;
  background: #0088cc;
  display: inline;
  line-height: 20px;
  padding: 2px 5px;
  border-radius: 5px; }

#multishipping_mode_box {
  padding-top: 12px;
  padding-bottom: 19px; }
  #multishipping_mode_box .title {
    font-weight: bold;
    color: #333;
    margin-bottom: 15px; }
  #multishipping_mode_box .description_off {
    display: none; }
    #multishipping_mode_box .description_off div {
      margin-bottom: 10px; }
  #multishipping_mode_box .description_off a:hover,
  #multishipping_mode_box .description a:hover {
    background: #f3f3f3;
    border: 1px solid #cccccc; }

#multishipping_mode_box.on .description_off {
  display: block; }

.multishipping-cart .cart_address_delivery.form-control {
  width: 198px; }

#order .address_add.submit {
  margin-bottom: 20px; }

#ordermsg {
  margin-bottom: 30px; }

#id_address_invoice.form-control,
#id_address_delivery.form-control {
  width: 269px; }
/* Atributos de producto: mostrar select nativo y ocultar el falso texto de Uniform */
.product_attributes .attribute_list div.selector {
    background: none !important;
    border: 0 !important;
    padding: 0 !important;
    height: auto !important;
    width: auto !important;
    overflow: visible !important;
}

.product_attributes .attribute_list div.selector span {
    display: none !important;
}

.product_attributes .attribute_list div.selector select,
.product_attributes .attribute_list select.attribute_select {
    position: static !important;
    opacity: 1 !important;
    filter: none !important;
    -moz-opacity: 1 !important;
    width: auto !important;
    min-width: 190px;
    height: 34px !important;
    padding: 5px 8px !important;
    border: 1px solid #999 !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 13px !important;
    cursor: pointer;
}

.product_attributes .attribute_fieldset {
    margin-bottom: 10px;
}

.product_attributes .attribute_label {
    display: block;
    margin-bottom: 4px;
    font-weight: normal;
}
.addresses .select label,
.addresses .selector,
.addresses .addresses .address_select {
 float: left; }
.addresses .waitimage {
  display: none;
  float: left;
  width: 24px;
  height: 24px;
  background-image: url("/img/loader.gif");
  background-repeat: no-repeat;
  position: relative;
  bottom: -2px;
  left: 10px; }

#order .delivery_option > div,
#order-opc .delivery_option > div {
  display: block;
  margin-bottom: 20px;
  font-weight: normal; }
  #order .delivery_option > div > table,
  #order-opc .delivery_option > div > table {
    background: #fff;
    margin-bottom: 0; }
    #order .delivery_option > div > table.resume,
    #order-opc .delivery_option > div > table.resume {
      height: 53px; }
      #order .delivery_option > div > table.resume.delivery_option_carrier,
      #order-opc .delivery_option > div > table.resume.delivery_option_carrier {
        margin-top: 10px;
        width: 100%;
        border: 1px solid #d6d4d4;
        font-weight: bold; }
        #order .delivery_option > div > table.resume.delivery_option_carrier td,
        #order-opc .delivery_option > div > table.resume.delivery_option_carrier td {
          padding: 8px 11px 7px 11px; }
          #order .delivery_option > div > table.resume.delivery_option_carrier td i,
          #order-opc .delivery_option > div > table.resume.delivery_option_carrier td i {
            font-size: 20px;
            margin-right: 7px;
            vertical-align: -2px; }
      #order .delivery_option > div > table.resume td.delivery_option_radio,
      #order-opc .delivery_option > div > table.resume td.delivery_option_radio {
        width: 54px;
        padding-left: 0;
        padding-right: 0;
        text-align: center; }
      #order .delivery_option > div > table.resume td.delivery_option_logo,
      #order-opc .delivery_option > div > table.resume td.delivery_option_logo {
        width: 97px;
        padding-left: 21px; }
      #order .delivery_option > div > table.resume td.delivery_option_price,
      #order-opc .delivery_option > div > table.resume td.delivery_option_price {
        width: 162px; }

.order_carrier_content {
  line-height: normal;
  padding-bottom: 16px; }
  .order_carrier_content .carrier_title {
    font-weight: bold;
}
  .order_carrier_content .delivery_options_address .carrier_title {
    margin-bottom: 17px; }
  .order_carrier_content + div {
    padding-bottom: 15px; }

#carrierTable {
  border: 1px solid #999999;
  border-bottom: none;
  background: #fff; }

#carrierTable tbody {
  border-bottom: 1px solid #999999; }

#carrierTable th {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: #fff;
  text-transform: uppercase;
  background: url("/themes/AngarTheme/img/bg_table_th.png") repeat-x 0 -10px #999999; }

#carrierTable td {
  padding: 15px;
  font-weight: bold;
  border-right: 1px solid #e9e9e9; }

#carrierTable td.carrier_price {
  border: none; }

#gift_div {
  display: none;
  margin-top: 5px;
  margin-bottom: 10px; }

a.iframe {
  text-decoration: underline; }
  a.iframe:hover {
    text-decoration: none; }

p.payment_module {
  margin-bottom: 10px; }
  p.payment_module a {
    display: block;
    border: 1px solid #d6d4d4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 17px;
    line-height: 23px;
    font-weight: bold;
    padding: 33px 40px 34px 99px;
    letter-spacing: -1px;
    position: relative; }
    p.payment_module a.bankwire {
      background: url("/themes/AngarTheme/img/bankwire.png") 15px 12px no-repeat #fbfbfb; }
    p.payment_module a.cheque {
      background: url("/themes/AngarTheme/img/cheque.png") 15px 15px no-repeat #fbfbfb; }
    p.payment_module a.cash {
      background: url("/themes/AngarTheme/img/cash.png") 15px 15px no-repeat #fbfbfb; }
    p.payment_module a.cheque:after, p.payment_module a.bankwire:after, p.payment_module a.cash:after {
      display: block;
      content: "\f054";
      position: absolute;
      right: 15px;
      margin-top: -11px;
      top: 50%;
      font-family: "FontAwesome";
      font-size: 25px;
      height: 22px;
      width: 14px;
      color: #777; }
    p.payment_module a:hover {
      background-color: #f6f6f6; }
    p.payment_module a span {
      font-weight: bold;
      color: #777; }

.payment_module.box {
  margin-top: 20px; }

p.cheque-indent {
  margin-bottom: 9px; }

.cheque-box .form-group {
  margin-bottom: 0px; }
  .cheque-box .form-group .form-control {
    width: 269px; }

.order-confirmation.box {
  line-height: 29px; }
  .order-confirmation.box a {
    text-decoration: underline; }
    .order-confirmation.box a:hover {
      text-decoration: none; }

.delivery_option_carrier td {
  width: 200px; }

.delivery_option_carrier td + td {
  width: 280px; }

.delivery_option_carrier td + td + td {
  width: 200px; }

.delivery_option_carrier tr td {
  padding: 5px; }

.delivery_option_carrier.selected {
  display: table; }

.not-displayable {
  display: none; }

#address .box,
#identity .box,
#account-creation_form .box,
#new_account_form .box,
#opc_account_form .box,
#authentication .box {
  padding-bottom: 20px;
  line-height: 20px; }
#address p.required,
#identity p.required,
#account-creation_form p.required,
#new_account_form p.required,
#opc_account_form p.required,
#authentication p.required {
  color: #f13340;
  margin: 9px 0 16px 0; }
#address p.inline-infos,
#identity p.inline-infos,
#account-creation_form p.inline-infos,
#new_account_form p.inline-infos,
#opc_account_form p.inline-infos,
#authentication p.inline-infos {
  color: red; }
#address .form-group,
#identity .form-group,
#account-creation_form .form-group,
#new_account_form .form-group,
#opc_account_form .form-group,
#authentication .form-group {
  margin-bottom: 4px; }
  #address .form-group .form-control,
  #identity .form-group .form-control,
  #account-creation_form .form-group .form-control,
  #new_account_form .form-group .form-control,
  #opc_account_form .form-group .form-control,
  #authentication .form-group .form-control {
    max-width: 271px; }
    #address .form-group .form-control#adress_alias,
    #identity .form-group .form-control#adress_alias,
    #account-creation_form .form-group .form-control#adress_alias,
    #new_account_form .form-group .form-control#adress_alias,
    #opc_account_form .form-group .form-control#adress_alias,
    #authentication .form-group .form-control#adress_alias {
      margin-bottom: 20px; }
  @media (min-width: 1200px) {
    #address .form-group.phone-number,
    #identity .form-group.phone-number,
    #account-creation_form .form-group.phone-number,
    #new_account_form .form-group.phone-number,
    #opc_account_form .form-group.phone-number,
    #authentication .form-group.phone-number {
      float: left;
      width: 270px;
      margin-right: 13px; } }
  @media (min-width: 1200px) {
    #address .form-group.phone-number + p,
    #identity .form-group.phone-number + p,
    #account-creation_form .form-group.phone-number + p,
    #new_account_form .form-group.phone-number + p,
    #opc_account_form .form-group.phone-number + p,
    #authentication .form-group.phone-number + p {
      padding: 23px 0 0 0px;
      margin-bottom: 0; } }
#address .gender-line,
#identity .gender-line,
#account-creation_form .gender-line,
#new_account_form .gender-line,
#opc_account_form .gender-line,
#authentication .gender-line {
  margin-bottom: 4px;
  padding-top: 4px; }
  #address .gender-line > label,
  #identity .gender-line > label,
  #account-creation_form .gender-line > label,
  #new_account_form .gender-line > label,
  #opc_account_form .gender-line > label,
  #authentication .gender-line > label {
    margin-right: 10px;
    margin-bottom: 0; }
  #address .gender-line .radio-inline label,
  #identity .gender-line .radio-inline label,
  #account-creation_form .gender-line .radio-inline label,
  #new_account_form .gender-line .radio-inline label,
  #opc_account_form .gender-line .radio-inline label,
  #authentication .gender-line .radio-inline label {
    font-weight: normal;
    color: #777777; }

#identity #center_column form.std .row,
#authentication #center_column form.std .row,
#order-opc #center_column form.std .row {
  margin-left: -5px;
  margin-right: -5px; }
  #identity #center_column form.std .row .col-xs-4,
  #authentication #center_column form.std .row .col-xs-4,
  #order-opc #center_column form.std .row .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
    max-width: 94px; }
    #identity #center_column form.std .row .col-xs-4 .form-control,
    #authentication #center_column form.std .row .col-xs-4 .form-control,
    #order-opc #center_column form.std .row .col-xs-4 .form-control {
      max-width: 84px; }
#identity #center_column .footer_links,
#authentication #center_column .footer_links,
#order-opc #center_column .footer_links {
  border: none;
  padding-top: 0; }

#new_account_form .box {
  line-height: 20px; }
  #new_account_form .box .date-select {
    padding-bottom: 10px; }
  #new_account_form .box .top-indent {
    padding-top: 10px; }
  #new_account_form .box .customerprivacy {
    padding-top: 15px; }

#authentication fieldset.account_creation {
  margin-bottom: 20px; }

#password {
	width: 100%;}
  #password .box p {
    margin-bottom: 9px; }
  #password .box .form-group {
    margin-bottom: 20px; }
    #password .box .form-group .form-control {
      width: 263px; }

#instant_search_results a.close {
  font-size: 13px;
  font-weight: 600;
  opacity: 1;
  line-height: inherit;
  text-transform: none;
}
  #instant_search_results a.close:hover {
    color: #515151; }

#manufacturers_list h3,
#suppliers_list h3 {
  font-size: 17px;
  line-height: 23px; }
#manufacturers_list .description,
#suppliers_list .description {
  line-height: 18px; }
#manufacturers_list .product-counter a,
#suppliers_list .product-counter a {
  font-weight: bold;
}
#manufacturers_list.list li .mansup-container,
#suppliers_list.list li .mansup-container {
  border-top: 1px solid #d6d4d4;
  padding: 31px 0 30px 0; }
  @media (max-width: 767px) {
    #manufacturers_list.list li .mansup-container,
    #suppliers_list.list li .mansup-container {
      text-align: center; } }
#manufacturers_list.list li:first-child .mansup-container,
#suppliers_list.list li:first-child .mansup-container {
  border-top: 0; }
#manufacturers_list.list li .left-side,
#suppliers_list.list li .left-side {
  text-align: center; }
#manufacturers_list.list li h3,
#suppliers_list.list li h3 {
  margin-top: -5px;
  padding-bottom: 8px; }
#manufacturers_list.list li .middle-side,
#suppliers_list.list li .middle-side {
  padding-left: 0; }
  @media (max-width: 767px) {
    #manufacturers_list.list li .middle-side,
    #suppliers_list.list li .middle-side {
      padding-right: 15px;
      padding-left: 15px; } }
#manufacturers_list.list li .right-side-content,
#suppliers_list.list li .right-side-content {
  border-left: 1px solid #d6d4d4;
  padding: 0 0 32px 31px;
  min-height: 108px; }
  @media (max-width: 767px) {
    #manufacturers_list.list li .right-side-content,
    #suppliers_list.list li .right-side-content {
      min-height: 1px;
      padding: 0;
      border: none; } }
  #manufacturers_list.list li .right-side-content .product-counter,
  #suppliers_list.list li .right-side-content .product-counter {
    position: relative;
    top: -6px;
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      #manufacturers_list.list li .right-side-content .product-counter,
      #suppliers_list.list li .right-side-content .product-counter {
        top: 0; } }
#manufacturers_list.grid li,
#suppliers_list.grid li {
  text-align: center; }
  #manufacturers_list.grid li .product-container,
  #suppliers_list.grid li .product-container {
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d6d4d4; }
    #manufacturers_list.grid li .product-container .left-side,
    #suppliers_list.grid li .product-container .left-side {
      padding-bottom: 42px; }
    #manufacturers_list.grid li .product-container h3,
    #suppliers_list.grid li .product-container h3 {
      padding-bottom: 10px; }
    #manufacturers_list.grid li .product-container .product-counter,
    #suppliers_list.grid li .product-container .product-counter {
      margin-bottom: 12px; }
@media (min-width: 1200px) {
  #manufacturers_list.grid li.first-in-line,
  #suppliers_list.grid li.first-in-line {
    clear: left; }
  #manufacturers_list.grid li.last-line .product-container,
  #suppliers_list.grid li.last-line .product-container {
    border-bottom: none; } }
@media (min-width: 768px) and (max-width: 1199px) {
  #manufacturers_list.grid li.first-item-of-tablet-line,
  #suppliers_list.grid li.first-item-of-tablet-line {
    clear: left; }
  #manufacturers_list.grid li.last-tablet-line .product-container,
  #suppliers_list.grid li.last-tablet-line .product-container {
    border-bottom: none; } }
@media (max-width: 767px) {
  #manufacturers_list.grid .product-container,
  #suppliers_list.grid .product-container {
    border-bottom: none; } }

#manufacturer .description_box,
#supplier .description_box {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #d6d4d4; }
  #manufacturer .description_box .hide_desc,
  #supplier .description_box .hide_desc {
    display: none; }
#manufacturer .bottom-pagination-content,
#manufacturer .top-pagination-content,
#supplier .bottom-pagination-content,
#supplier .top-pagination-content {
  min-height: 69px; }
#manufacturer .top-pagination-content.bottom-line,
#supplier .top-pagination-content.bottom-line {
  border-bottom: 1px solid #d6d4d4; }

table.discount i {
  font-size: 20px;
  line-height: 20px;
  vertical-align: -2px; }
  table.discount i.icon-ok {
    color: #46a74e; }
  table.discount i.icon-remove {
    color: #f13340; }

#guestTracking .form-control {
  max-width: 271px; }
@media (min-width: 1200px) {
  #guestTracking .form-group {
    overflow: hidden; }
    #guestTracking .form-group i {
      padding-left: 10px; }
  #guestTracking .form-control {
    float: left; }
  #guestTracking label {
    float: left;
    clear: both;
    width: 100%; } }

#pagenotfound .pagenotfound {
  max-width: 824px;
  margin: 100px auto 100px auto;
  text-align: center; }
  #pagenotfound .pagenotfound .img-404 {
    padding: 8px 0 27px 0; }
    #pagenotfound .pagenotfound .img-404 img {
      max-width: 100%; }
  #pagenotfound .pagenotfound h1 {
font-weight: 600; 
font-size: 28px;
line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 7px; }
  #pagenotfound .pagenotfound p {
font-weight: 600; 
font-size: 16px;
line-height: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d4d4;
    padding-bottom: 19px;
    margin-bottom: 20px; }
  #pagenotfound .pagenotfound h3 {
    font-weight: bold;
    font-size: 13px;
    line-height: normal;
    margin-bottom: 18px; }
  #pagenotfound .pagenotfound label {
    font-weight: normal; }
    @media (max-width: 767px) {
      #pagenotfound .pagenotfound label {
        display: block; } }
  #pagenotfound .pagenotfound .form-control {
    max-width: 293px;
    display: inline-block;
    margin-right: 5px; }
    @media (max-width: 767px) {
      #pagenotfound .pagenotfound .form-control {
        margin: 0 auto 15px auto;
        display: block; } }
  #pagenotfound .pagenotfound .buttons {
    padding: 48px 0 20px 0; }
    #pagenotfound .pagenotfound .buttons .button-medium i.left {
      font-size: 17px; }

#account-creation_form fieldset.reversoform {
  padding: 10px !important; }

#account-creation_form fieldset.reversoform .text label {
  display: block;
  padding: 0 0 10px 0;
  width: 100%;
  text-align: left; }

#account-creation_form fieldset.reversoform .infos-sup {
  padding: 0 !important;
  font-size: 10px;
  font-style: italic;
  text-align: right; }

#account-creation_form fieldset.customerprivacy label,
fieldset.customerprivacy label {
  cursor: pointer; }

.tab-content {
  margin-top: 20px; }

form#sendComment fieldset {
  padding: 10px;
  border: 1px solid #cccccc;
  background: #eeeeee; }

form#sendComment h3 {
  font-size: 14px; }

#new_comment_form p.text {
  margin-bottom: 0;
  padding-bottom: 0; }

#sendComment p.text label,
#sendComment p.textarea label {
  display: block;
  margin: 12px 0 4px;
  font-weight: bold;
  font-size: 12px; }

#sendComment p.text input {
  padding: 0 5px;
  height: 28px;
  width: 498px;
  border: 1px solid #cccccc;
  background: url("/themes/AngarTheme/img/bg_input.png") repeat-x 0 0 #fff; }

#sendComment p.textarea textarea {
  height: 80px;
  width: 508px;
  border: 1px solid #cccccc; }

#sendComment p.submit {
  padding: 0;
  text-align: right; }

#sendComment p.closeform {
  float: right;
  padding: 0;
  height: 12px;
  width: 12px;
  text-indent: -5000px;
  background: url("/themes/AngarTheme/img/icon/delete.gif") no-repeat 0 0; }

.star {
  position: relative;
  top: -1px;
  float: left;
  width: 14px;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal; }

.star {
  display: block; }
  .star a {
    display: block;
    position: absolute;
    text-indent: -5000px; }

div.star:after {
  content: "\f006";
  font-family: "FontAwesome";
  display: inline-block;
  color: #777676; }

div.star.star_on {
  display: block; }

/* AngarTheme */
div.star.star_on:after {
content: "\f005";
font-family: "FontAwesome";
display: inline-block;
color: #f39c11;
}

div.star.star_hover:after {
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
  color: #f39c11; }

.advertising_block {
  width: 191px;
  margin-bottom: 1em;
  text-align: center; }

.blockcategories_footer ul ul {
  display: none !important; }

.form-group.form-error input, .form-group.form-error textarea {
  border: 1px solid #f13340;
  color: #f13340;
  background: url("/themes/AngarTheme/img/icon/form-error.png") 97% 8px no-repeat #fff1f2; }
.form-group.form-ok input, .form-group.form-ok textarea {
  border: 1px solid #46a74e;
  color: #35b33f;
  background: url("/themes/AngarTheme/img/icon/form-ok.png") 97% 8px no-repeat #ddf9e1; }
.form-group.form-error .form-control, .form-group.form-ok .form-control {
  padding-right: 30px; }

.fancybox-skin {
  background: #fff !important; }

.fancybox-skin .fancybox-close {
  width: 28px;
  height: 28px;
  background: none;
  font-size: 28px;
  line-height: 28px;
  color: #333;
  text-align: center;
  background: white;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px; }
  .fancybox-skin .fancybox-close:hover {
    color: #515151; }
.fancybox-skin .fancybox-close:after {
    content: "✕";
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #483737;
}
/*  columan izquierda supercheckout */

.accountOptions  {
	display: flex;
	gap: 5px;
}

#myModal_supercheckout,
#velsof_payment_dialog {
    display: none;
}

#myModal_supercheckout[style*="display: block"],
#velsof_payment_dialog[style*="display: block"] {
    display: block;
}

@media (max-width: 1199px) {
  .zoomdiv {
    display: none !important; } }
#product.content_only div.pb-left-column p.resetimg {
  margin-bottom: 0px;
  padding-top: 0px; }
#product.content_only div.pb-left-column #thumbs_list_frame {
  margin-bottom: 0px; }

#product_comparison td.compare_extra_information {
  padding: 10px; }
#product_comparison #social-share-compare {
  margin-bottom: 50px; }

.payment_option_form {
  display: none; }

.payment_option_logo {
  height: 50px;
  max-height: 50px; }

.payment_module_adv {
  height: 120px;
  max-height: 120px; }

.payment_option_selected {
  display: none;
  margin-top: 15px; }
  .payment_option_selected i {
    color: green; }

.payment_option_cta {
  margin-left: 10px;
  color: #333 !important; }

.tnc_box {
  background: #fbfbfb;
  border: 1px solid #d6d4d4;
  padding: 14px 18px 13px;
  margin: 0 0 30px 0;
  line-height: 23px; }

.pointer-box {
  cursor: pointer; }

@media (max-width: 2767px) {
  #cb-mobile-menu-panel {
    display: none;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    width: 100%;
  }

  /* =========================
     PANEL LATERAL IZQUIERDO
     ========================= */
  #cb-mobile-menu-panel {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 85%;
    max-width: 320px;
    height: 100%;
    background: #fff;
    z-index: 10001;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 2px 0 12px rgba(0,0,0,.18);
    transform: translateX(-100%);
    transition: transform 0.25s ease;
    border-right: 1px solid #e5e5e5;
    padding: 0;
  }

  #cb-mobile-menu-panel.cb-open {
    transform: translateX(0);
  }

  body.cb-menu-open {
    overflow: hidden;
  }

  #cb-mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.35);
    z-index: 10000;
    display: none;
  }

  body.cb-menu-open #cb-mobile-menu-overlay {
    display: block;
  }

  /* =========================
     CABECERA DEL PANEL
     ========================= */
  .cb-mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    padding: 0 14px;
    border-bottom: 1px solid #ececec;
    font-size: 16px;
    font-weight: 700;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .cb-mobile-menu-close {
    display: inline-block;
    font-size: 22px;
    line-height: 1;
    color: #333;
    text-decoration: none !important;
    cursor: pointer;
  }

  .cb-mobile-menu-close:hover,
  .cb-mobile-menu-close:focus {
    color: #333;
    text-decoration: none !important;
  }

  /* =========================
     BLOQUE DE CATEGORÍAS
     ========================= */
  #cb-mobile-menu-panel #categories_block_left,
  #cb-mobile-menu-panel #categories_block_left .block_content,
  #cb-mobile-menu-panel .blockcategories,
  #cb-mobile-menu-panel .block {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  #cb-mobile-menu-panel .title_block,
  #cb-mobile-menu-panel h2.title_block,
  #cb-mobile-menu-panel h4.title_block {
    display: none !important;
  }

  #cb-mobile-menu-panel ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #cb-mobile-menu-panel li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
  }

  #cb-mobile-menu-panel li a {
    display: block !important;
    width: 100% !important;
    padding: 12px 42px 12px 14px !important;
    color: #333 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    background: #fff !important;
    border-top: 1px solid #f1f1f1 !important;
  }

  #cb-mobile-menu-panel li a:hover,
  #cb-mobile-menu-panel li a:focus {
    background: #f8f8f8 !important;
    color: #333 !important;
    text-decoration: none !important;
  }

  /* =========================
     SUBCATEGORÍAS CERRADAS
     ========================= */
  #cb-mobile-menu-panel li > ul {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fafafa !important;
  }

  #cb-mobile-menu-panel li.cb-submenu-open > ul {
    display: block !important;
  }

  /* nivel 2 */
  #cb-mobile-menu-panel li > ul > li > a {
    padding-left: 28px !important;
    font-size: 13px !important;
    background: #fafafa !important;
  }

  /* nivel 3 */
  #cb-mobile-menu-panel li > ul > li > ul > li > a {
    padding-left: 42px !important;
    background: #f7f7f7 !important;
  }

  /* nivel 4 si existiera */
  #cb-mobile-menu-panel li > ul > li > ul > li > ul > li > a {
    padding-left: 56px !important;
    background: #f3f3f3 !important;
  }

  /* ocultar controles originales del módulo */
  #cb-mobile-menu-panel .grower,
  #cb-mobile-menu-panel .OPEN,
  #cb-mobile-menu-panel .CLOSE {
    display: none !important;
  }

  /* botón abrir/cerrar */
  #cb-mobile-menu-panel .cb-submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 44px;
    border: 0;
    background: transparent;
    color: #333;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    padding: 0;
    z-index: 2;
    cursor: pointer;
  }

  #cb-mobile-menu-panel .cb-submenu-toggle:focus,
  #cb-mobile-menu-panel .cb-submenu-toggle:active {
    outline: none;
  }

  #cb-mobile-menu-panel li.cb-submenu-open > .cb-submenu-toggle {
    transform: rotate(90deg);
  }
}
/* overlay */
#cb-mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease;
  z-index: 9998;
}

#cb-mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* panel lateral */
#cb-mobile-menu-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 380px;
  height: 100%;
  background: #0090e3;
  z-index: 9999;
  transform: translateX(-100%);
  transition: transform .28s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 20px rgba(0,0,0,.18);
}

#cb-mobile-menu-panel.active {
  transform: translateX(0);
}

/* cabecera */
#cb-mobile-menu-panel .cb-mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  background: #0090e3;
  position: sticky;
  top: 0;
  z-index: 20;
}

#cb-mobile-menu-panel .cb-mobile-menu-close {
  font-size: 28px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
}

/* bloque categorías */
#cb-mobile-menu-panel #categories_block_left,
#cb-mobile-menu-panel .blockcategories,
#cb-mobile-menu-panel .block_content {
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}
/* ocultar títulos/relleno heredado del módulo */
#cb-mobile-menu-panel .title_block,
#cb-mobile-menu-panel h4.title_block {
  display: none !important;
}
/* listas */
#cb-mobile-menu-panel ul,
#cb-mobile-menu-panel li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* raíz: AHORA las categorías principales son las que cuelgan directamente de ul.tree */
#cb-mobile-menu-panel ul.tree {
  margin: 0;
  padding: 0;
}
#cb-mobile-menu-panel ul.tree > li {
  display: block;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}
/* enlaces del primer nivel */
#cb-mobile-menu-panel ul.tree > li > a {
  display: block;
  padding: 14px 46px 14px 18px;
  color: #111;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}
/* subniveles ocultos por defecto */
#cb-mobile-menu-panel ul.tree > li > ul {
  display: none;
  padding: 0;
  background: #fafafa;
}
/* cuando una categoría esté abierta */
#cb-mobile-menu-panel ul.tree > li.open > ul {
  display: block;
}
/* items internos */
#cb-mobile-menu-panel ul.tree ul li {
  border-top: 1px solid #f0f0f0;
  position: relative;
}
#cb-mobile-menu-panel ul.tree ul li a {
  display: block;
  padding: 12px 42px 12px 30px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
/* tercer nivel y más */
#cb-mobile-menu-panel ul.tree ul ul {
  display: none;
  background: #f6f6f6;
}
#cb-mobile-menu-panel ul.tree ul li.open > ul {
  display: block;
}
#cb-mobile-menu-panel ul.tree ul ul li a {
  padding-left: 42px;
  font-size: 13px;
}
/* botones + / - del módulo blockcategories */
#cb-mobile-menu-panel .grower {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 100%;
  cursor: pointer;
  font-size: 0;
  z-index: 5;
}
#cb-mobile-menu-panel .grower:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #222;
  line-height: 1;
}
#cb-mobile-menu-panel li.open > .grower:before {
  content: "−";
}
/* si el módulo mete clases last / selected, que no rompan nada */
#cb-mobile-menu-panel li.last {
  border-bottom: 0;
}
#cb-mobile-menu-panel a.selected,
#cb-mobile-menu-panel li.current > a {
  font-weight: 700;
}
/* hover/tap */
#cb-mobile-menu-panel a:hover,
#cb-mobile-menu-panel a:focus {
  color: #000;
  text-decoration: none;
}
/* scrollbar suave */
#cb-mobile-menu-panel::-webkit-scrollbar {
  width: 8px;
}
#cb-mobile-menu-panel::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.18);
  border-radius: 10px;
} 
cart-bottom {
    display: flex;
    flex-direction: row;
}
.pb-left-column #image-block {
	border: none!important;
}
span.span_link {
	display: none!important;
}
@media (max-width: 767px) {
	#views_block {
    width: 100%!important;
	}
	#thumbs_list {
	width: 85%!important;
	}
	.view_scroll_spacer {
	padding: 0px!important;
	width: 25px!important;
	}
	#thumbs_list li {
    height: 87px;
    width: 87px;
	}
	.pb-center-column {
    margin-bottom: 10px!important; 
	margin-top: 10px;
	}
}
#custom-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 9999;
    max-height: 400px;
    overflow-y: auto;
}
.custom-panel label img {
    width: 32px;
    height: auto;
}
/* Supecheckout */
#new_customer_password td {
	background: #2d5f8b;
	border-radius: 5px;
}
#password {
	background-color: light-dark(rgb(232, 240, 254), rgb(30, 30, 30));
}
.login-form {	
	display: flex;
    flex-direction: column;
	}
.form-group .login-options {
	display: flex;
    flex-direction: column;
	}
.social-head {display:flex;}
h2.title .section-title {display:flex!important;}

.google-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    flex-shrink: 0;

    background: #ffffff;
    border: 1px solid #d0d7e2;
    border-radius: 8px;

    box-shadow: 0 2px 8px rgba(0,0,0,.06);

    cursor: pointer;
    transition: all .2s ease;
}
.google-icon:hover {
    background: #f8fbff;
    border-color: #4285f4;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(66,133,244,.18);
}
.google-icon svg {
    width: 22px;
    height: 22px;
    display: block;
}
.google-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: currentColor;
}
/* FACTURACIÓN - SUPERCHECKOUT */

#checkoutBillingAddress .opc_billing_address.custom-panel {
    padding: 18px;
}
#checkoutBillingAddress .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
#checkoutBillingAddress .col-sm-6 {
    width: 50%;
    padding: 0 8px;
}
#checkoutBillingAddress .sort_data {
    margin-bottom: 16px;
}
#checkoutBillingAddress .form-group {
    margin: 0;
}
#checkoutBillingAddress label.control-label {
    display: block;
    margin-bottom: 6px;
    color: #344054;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}
#checkoutBillingAddress .supercheckout-required {
    color: #e53935;
    font-weight: 700;
}
#checkoutBillingAddress input.form-control,
#checkoutBillingAddress select.form-control,
#checkoutBillingAddress .supercheckout-large-field {
    width: 100% !important;
    height: 44px;
    border: 1px solid #d0d7e2;
    border-radius: 8px;
    background: #fff;
    padding: 0 14px;
    font-size: 14px;
    color: #101828;
    transition: all .2s ease;
    box-shadow: none;
}
#checkoutBillingAddress input.form-control:focus,
#checkoutBillingAddress select.form-control:focus {
    border-color: #0094e9;
    box-shadow: 0 0 0 4px rgba(0,148,233,.12);
    outline: none;
}
#checkoutBillingAddress input::placeholder {
    color: #98a2b3;
}
#checkoutBillingAddress select {
    appearance: none;
    -webkit-appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #667085 50%),
        linear-gradient(135deg, #667085 50%, transparent 50%);
    background-position:
        calc(100% - 18px) 18px,
        calc(100% - 13px) 18px;
    background-size: 5px 5px;
    background-repeat: no-repeat;
}
#checkoutBillingAddress .velsof_sc_overlay {
    display: none !important;
}
.totalAmount {
	float: right;
	padding-right: 40px;
    font-weight: bold;
}
/* Facturación igual que Dirección de entrega */
#checkoutBillingAddress .row {
    display: block !important;
    margin: 0 !important;
}
#checkoutBillingAddress .col-sm-6 {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
}
#checkoutBillingAddress .sort_data {
    margin-bottom: 12px !important;
}
#checkoutBillingAddress label.control-label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 700;
}
#checkoutBillingAddress input.form-control,
#checkoutBillingAddress select.form-control,
#checkoutBillingAddress .supercheckout-large-field {
    width: 100% !important;
    height: 38px;
    padding: 7px 10px;
    border-radius: 5px;
}
#checkoutBillingAddress select.form-control,
#checkoutBillingAddress select.supercheckout-large-field {
    width: 100% !important;
    min-width: 100% !important;
    height: 38px;
    display: block;
}
.selector {
	width: 100%!important;
	margin-bottom: 10px;
}
/* MOBILE */
@media (max-width: 767px) {

    #checkoutBillingAddress .opc_billing_address.custom-panel {
        padding: 14px;
    }

    #checkoutBillingAddress .row {
        display: block;
        margin: 0px 0px 10px -2px;
    }

    #checkoutBillingAddress .col-sm-6 {
        width: 100%;
        padding: 0;
		margin: 0px 0px 10px 0px;
    }

    #checkoutBillingAddress input.form-control,
    #checkoutBillingAddress select.form-control,
    #checkoutBillingAddress .supercheckout-large-field {
        height: 46px;
        font-size: 15px;
    }

    #checkoutBillingAddress h2 {
        font-size: 15px;
        padding: 13px 14px;
    }
}
@media (max-width: 480px) {
    #footer #newsletter_block_left .block_content {
    margin-bottom: 15px!important;
    }
}
#placeorderButton {
	margin-top: 20px;
}
.button.button-medium {
    background: #dd4b39!important;
    color: #ffffff;
    border-color: #dd4b39!important;
}
#cb-header-account-desktop {
	position: absolute;
	flex-direction: row-reverse;
    top: 8px;
    right: 10px;
}
@media(min-width:968px) {
.cart_container {
	width: 25%!important;
	position: absolute!important;
	right: 4%;
    top: 0px;
	} 
}
.opc-container .custom-panel h2 {
    background: #0090e3!important;
    color: #fff;
}
.accountOptions li a {
    padding: 10px!important;
	border-radius: 5px;
}
.opc-container .custom-panel h2 {
	display: block;
}
.cb-payment-banner {
	display: flex;
    flex-direction: row-reverse;
	padding: 10px 0px;
}
.cb-payment-img {
    max-width: 357px;
	height: auto;
    width: 100%;
}
.accountOptions {
    width: 100%!important;
}
.radio-inline {
	display: flex;
	margin-bottom: 10px;
}
#button-login {
    width: 100px;
    height: 46px;
    border: 0;
    border-radius: 4px;
    background: #111827;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s;
}
#social_login_block {
	margin: 10px 0px;
}
#button-login:hover {
    background: #f59e0b;
    color: #111827;
}
#shipping-existing {
	margin-bottom: 10px;
	display: flex;
    flex-direction: column;
    gap: 20px;
}
#checkoutLogin {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}
#columnleft-1 .supercheckout-blocks {
    background: #fff;
    border: 1px solid #e3e7ec;
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
}

select[name="shipping_address_id"] {
	width: 100%;
	height: 42px;
	padding: 0 14px;
	border: 1px solid #d7dee5;
	border-radius: 8px;
	background: #fff;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	box-shadow: 0 2px 6px rgba(0,0,0,.04);
	transition: all .2s ease;
	outline: none;
	cursor: pointer;
}
/* Options */
select[name="shipping_address_id"] option {
	background: #fff;
	height: 42px;
	color: #333;
	padding: 10px;
	font-size: 14px;
}
select[name="shipping_address_id"]:hover {
	border-color: #009fe3;
}
select[name="shipping_address_id"]:focus {
	border-color: #009fe3;
	box-shadow: 0 0 0 3px rgba(0,159,227,.12);
}
.actionAddress {
	display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#delivery_address_edit,
#delivery_address_delete {
	padding: 10px 10px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none !important;
	border: 1px solid transparent;
	transition: all .2s ease;
	box-shadow: 0 2px 6px rgba(0,0,0,.06);
}
/* Editar */
#delivery_address_edit {
	background: #009fe3;
	color: #fff;
	border-color: #0095d4;
}
#delivery_address_edit:hover {
	background: #008dca;
	border-color: #007fb5;
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(0,159,227,.18);
}
/* Eliminar */
#delivery_address_delete {
	background: #fff;
	color: #d13b3b;
	border-color: #e5b7b7;
}
#delivery_address_delete:hover {
	background: #fff5f5;
	border-color: #d13b3b;
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(209,59,59,.12);
}
/* Supercheckout - Dirección de entrega */
#checkoutShippingAddress,
.opc_shipping_address.custom-panel {
    background: #fff;
}
.supercheckout-blocks h2 {
    background: #008bdc;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 14px;
    padding: 10px 14px;
    border-radius: 6px 6px 0 0;
}
.opc_shipping_address.custom-panel {
    padding: 16px;
    border: 1px solid #dbe4ee;
    border-radius: 0 0 8px 8px;
}
.opc_shipping_address .row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 0;
}
.opc_shipping_address .col-sm-6 {
    width: calc(50% - 7px);
    padding: 0;
}
.opc_shipping_address .sort_data {
    margin-bottom: 14px;
}
.opc_shipping_address .form-group {
    margin: 0;
}
.opc_shipping_address label.control-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #344054;
    margin-bottom: 5px;
}

.opc_shipping_address .supercheckout-required {
    color: #e53935;
    font-weight: 700;
}

.opc_shipping_address input.form-control,
.opc_shipping_address select.form-control,
.opc_shipping_address .supercheckout-large-field {
    width: 100% !important;
    height: 40px;
    padding: 8px 10px;
    border: 1px solid #cfd8e3;
    border-radius: 6px;
    background: #fff;
    color: #101828;
    font-size: 14px;
    box-shadow: none;
}

.opc_shipping_address input.form-control:focus,
.opc_shipping_address select.form-control:focus {
    border-color: #008bdc;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 139, 220, .12);
}

.opc_shipping_address ul {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
}

.input-different-shipping label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #344054;
}

.input-different-shipping b {
    font-weight: 600;
}

/* Mobile */
@media (max-width: 2767px) {
    .opc_shipping_address.custom-panel {
        padding: 14px;
    }

    .opc_shipping_address .row {
        display: block;
    }

    .opc_shipping_address .col-sm-6 {
        width: 100%;
    }

    .opc_shipping_address input.form-control,
    .opc_shipping_address select.form-control,
    .opc_shipping_address .supercheckout-large-field {
        height: 42px;
        font-size: 15px;
    }
}
/* Supercheckout columna derecha */
#columnleft-2,
#columnleft-2 .custom-panel,
#columnleft-2 .supercheckout-blocks {
    box-sizing: border-box;
}

#columnleft-2 .supercheckout-blocks {
    background: #fff;
    border: 1px solid #e3e7ec;
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
}

#columnleft-2 h2,
#columnleft-2 .section-title {
    background: #0090e3 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 10px 12px !important;
    margin: -14px -14px 12px -14px !important;
    border-radius: 10px 10px 0 0;
    line-height: 1.3;
}

#columnleft-2 h2 i {
    float: right;
}

#columnleft-2 .sc-cart-item {
    background: #fff;
    border: 1px solid #e3e7ec;
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
}

#columnleft-2 .sc-col-image img {
    width: 82px !important;
    height: 82px !important;
    object-fit: contain;
    border: 1px solid #e3e7ec;
    border-radius: 8px;
    padding: 5px;
    background: #fafafa;
}

#columnleft-2 .sc-product-name {
    min-width: 0 !important;
}

#columnleft-2 .sc-product-name a {
    color: #ff5b00 !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
}

#columnleft-2 .sc-product-attributes p {
    margin: 5px 0 0;
    color: #666;
    font-size: 12px;
}

#columnleft-2 .sc-mobile-label {
    display: block;
    font-size: 11px;
    color: #8a8f98;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 4px;
}

#columnleft-2 .sc-col {
    font-size: 13px;
    color: #333;
}

#columnleft-2 .sc-col-total,
#columnleft-2 .sc-product-total-ajax {
    font-weight: 800;
    font-size: 16px;
    color: #000;
}

#columnleft-2 .input-group {
    display: inline-flex !important;
    align-items: center;
    width: auto !important;
}

#columnleft-2 .quantitybox {
    width: 42px !important;
    height: 32px !important;
    text-align: center;
    border: 1px solid #bbb !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

#columnleft-2 .qty-btn {
    width: 28px !important;
    height: 32px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: #f4f6f8 !important;
    border: 1px solid #bbb !important;
    color: #333 !important;
}

#columnleft-2 .supercheckout-totals {
    width: 320px;
    margin: 8px 0 14px auto;
    border: 0 !important;
}

#columnleft-2 .supercheckout-totals td {
    border: 0 !important;
    padding: 5px 8px !important;
    font-size: 13px;
}

#columnleft-2 .supercheckout-totals .title {
    color: #555;
}

#columnleft-2 .supercheckout-totals .value {
    text-align: right;
    font-weight: 600;
}

#columnleft-2 .rewardsection {
    background: #fff;
    border: 1px solid #e3e7ec;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 14px;
}

#columnleft-2 .rewardHeader a {
    color: #ff5b00;
    font-weight: 700;
    text-decoration: none;
}

#columnleft-2 .totalAmount h3 {
    margin: 10px 0 0;
    padding: 12px;
    background: #f7f9fb;
    border-radius: 8px;
    font-size: 16px;
}

#columnleft-2 .amountMoney {
    float: right;
    font-weight: 800;
}
.domi-trash-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
}

.domi-trash-icon svg {
    width: 14px;
    height: 14px;
    fill: #d9534f;
}

.domi-chevron-up {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
}

.domi-chevron-up svg {
    width: 10px;
    height: 10px;
    fill: currentColor;
}

.domi-chevron-down {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
}

.domi-chevron-down svg {
    width: 10px;
    height: 10px;
    fill: currentColor;
} 
@media(max-width:480px) {
	.kb_mobile_sc_respo {
		padding: 0!important;
	}
}

#supercheckout-comments textarea {
    width: 100% !important;
    min-height: 70px;
    border: 1px solid #d6dce3;
    border-radius: 8px;
    padding: 10px;
    resize: vertical;
}

#supercheckout-agree {
    font-size: 13px;
    line-height: 1.4;
    margin: 10px 0;
}

#placeorderButton {
    text-align: center !important;
    margin: 15px 0 0 !important;
}

#supercheckout_confirm_order {
    display: block !important;
    width: 100% !important;
    background: #55b957 !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
}

/* Responsive */
@media (max-width: 900px) {
    #columnleft-2 .sc-cart-item-main {
        grid-template-columns: 80px 1fr;
    }

    #columnleft-2 .sc-col-model,
    #columnleft-2 .sc-col-availability,
    #columnleft-2 .sc-col-qty,
    #columnleft-2 .sc-col-price,
    #columnleft-2 .sc-col-total,
    #columnleft-2 .sc-col-delete {
        grid-column: 2;
    }

    #columnleft-2 .supercheckout-totals {
        width: 100%;
    }

    #column-1-inside,
    #column-2-inside {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
    }
}

/* Hide all list items */
.breadcrumb li {
    display: none;
}

/* Show only the second-to-last (parent) and last (current) items */
.breadcrumb li:nth-last-child(2),
.breadcrumb li:last-child {
    display: inline;
}

/* Optional: Add a separator back between them */
.breadcrumb li:nth-last-child(2)::after {
    content: " > ";
    display: inline;
}
/* CONTENEDOR TABS */
.product_tabs2 ul#more_info_tabs {
    display: flex !important;
    gap: 6px !important;
    padding: 0 !important;
    margin: 0 0 15px 0 !important;
    list-style: none !important;
    border-bottom: 2px solid #eaeaea !important;
}

/* ITEM */
.product_tabs2 ul#more_info_tabs li {
    margin: 0 !important;
    float: none !important;
}

/* TAB BASE */
.product_tabs2 ul#more_info_tabs li a {
    display: block !important;
    padding: 10px 18px !important;
    background: #f5f5f5 !important;
    color: #555 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    border-radius: 6px 6px 0 0 !important;
    border: 1px solid transparent !important;
    transition: all 0.2s ease !important;
    margin-right: 0 !important;
}

/* HOVER */
.product_tabs2 ul#more_info_tabs li a:hover {
    background: #e9e9e9 !important;
    color: #222 !important;
}

/* ACTIVO */
.product_tabs2 ul#more_info_tabs li a.selected {
    background: #0090e3 !important;
    color: #fff !important;
    border: 1px solid #0090e3 !important;
    position: relative !important;
    top: 2px !important;
    font-weight: 500 !important;
}

/* EFECTO PEGADO */
.product_tabs2 ul#more_info_tabs li a.selected::after {
    content: "" !important;
    position: absolute !important;
    bottom: -2px !important;
    left: 0 !important;
    width: 100% !important;
    height: 2px !important;
    background: #fff !important;
}

/* MOBILE */
@media (max-width: 600px) {
    .product_tabs2 ul#more_info_tabs li a {
        padding: 8px 12px !important;
        font-size: 13px !important;
    }
}
	.opc_shoppingcart.custom-panel .table-responsive {
		 max-height: none!important;
	}
@media screen and (max-width: 767px) {
    .table-responsive {
        overflow-y: visible;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
} 

/* NEW CART PRODUCTS LAYOUT */ 
 .supercheckout-summary-div {
    background: #f5f6f8;
    border: 0;
    border-radius: 10px;
    padding: 10px;
}

.supercheckout-summary-header {
    display: none;
}

.sc-cart-item {
    background: #fff;
    border: 1px solid #e3e5e8;
    border-radius: 12px;
    margin-bottom: 12px;
    padding: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
}

.sc-cart-item-main {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; 
}
@media(min-width:968px) {
.sc-product-name {
	min-width: 500px;
	}
}
.sc-col-image {
    flex: 0 0 82px;
}

.sc-col-image img {
    width: 82px;
    height: 82px;
    object-fit: contain;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fafafa;
    padding: 4px;
}

.sc-col-name {
    flex: 1 1 auto;
    min-width: 220px;
}

.sc-product-name a {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    line-height: 1.35;
}

.sc-product-attributes p {
    margin: 3px 0 0;
    font-size: 12px;
    color: #777;
}

.sc-col-model {
    flex: 0 0 125px;
    font-size: 12px;
    color: #666;
}

.sc-col-availability {
    flex: 0 0 115px;
    text-align: center;
}

.sc-col-qty {
    flex: 0 0 120px;
    text-align: center;
}

.sc-col-price {
    flex: 0 0 95px;
    text-align: right;
    font-size: 13px;
    color: #555;
}

.sc-col-total {
    flex: 0 0 110px;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    color: #111;
}

.sc-col-delete {
    flex: 0 0 28px;
    text-align: right;
}

.sc-mobile-label {
    display: block;
    font-size: 11px;
    color: #999;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.sc-col-name .sc-mobile-label {
    display: none;
}

.supercheckout-summary-div .input-group {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
}

.supercheckout-summary-div .quantitybox {
    width: 42px !important;
    height: 32px;
    text-align: center;
    border-radius: 0;
}

.supercheckout-summary-div .qty-btn {
    height: 32px;
    padding: 4px 8px;
}

.supercheckout-product-delete {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #777;
    cursor: pointer;
}

.kblabel {
    display: inline-block;
    padding: 4px 7px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
}

.price-percent-reduction-description {
    display: inline-block;
    margin-top: 4px;
    padding: 2px 5px;
    border-radius: 4px;
    background: #ffe6e6;
    color: #c0392b;
    font-size: 11px;
}

.supercheckout-old-price {
    display: block;
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}

.sc-cart-customization {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #fafafa;
    border: 1px dashed #ddd;
    display: flex;
    align-items: center;
    gap: 12px;
}

.sc-customization-content {
    flex: 1;
}

.sc-customization-qty {
    flex: 0 0 120px;
    text-align: center;
}

.sc-customization-delete {
    flex: 0 0 28px;
    text-align: right;
}

@media (max-width: 767px) {
    .supercheckout-summary-div {
        padding: 6px;
    }

    .sc-cart-item {
        padding: 12px;
        border-radius: 10px;
    }

    .sc-cart-item-main {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .sc-col-image {
        flex: 0 0 72px;
    }

    .sc-col-image img {
        width: 72px;
        height: 72px;
    }

    .sc-col-name {
       min-width: 0;
    }

    .sc-col-model,
    .sc-col-availability,
    .sc-col-qty,
    .sc-col-price,
    .sc-col-total {
        flex: 1 1 45%;
        text-align: left;
        padding-top: 8px;
        border-top: 1px solid #eee;
    }

    .sc-col-total {
        font-size: 18px;
    }

    .sc-col-delete {
        position: absolute;
        right: 12px;
        top: 12px;
    }

    .sc-cart-item {
        position: relative;
    }

    .sc-cart-customization {
        flex-wrap: wrap;
    }

    .sc-customization-content,
    .sc-customization-qty,
    .sc-customization-delete {
        flex: 1 1 100%;
        text-align: left;
    }
}
.removeProduct i {
    height: 22px!important;
}
.trash_delete {
	color:#ff0000;
	font-size: 18px;
}
.trash_delete:hover {
	color:#fff;
	background:#9b4f4f;
	border-radius:50%;
}
.table.table-bordered.totalTable td {
    padding: 3px 15px!important;
}

/* CONTENEDOR */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 0px 0px 10px;;
    list-style: none;
    flex-wrap: wrap;
}

/* ITEMS */
.pagination li {
    display: inline-block;
}

/* LINKS Y SPANS */
.pagination li a,
.pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.grid {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	row-gap: 14px; 
}
/* HOVER */
.pagination li a:hover {
    background: #f5f5f5;
    border-color: #ccc;
}

/* ACTIVO */
.pagination li.active span {
    background: #2d5f8b;
    color: #fff;
    border-color: #2d5f8b;
    font-weight: 600;
}

/* PREV / NEXT */
.pagination_previous a,
.pagination_next a {
    font-weight: 500;
}

/* DISABLED */
.pagination li.disabled span {
    background: #f9f9f9;
    color: #bbb;
    border-color: #eee;
    cursor: not-allowed;
}

/* TRUNCATE (...) */
.pagination li.truncate span {
    border: none;
    background: transparent;
    color: #999;
}

/* ICONOS */
.pagination i {
    font-size: 12px;
    margin: 0 4px;
}

/* MOBILE */
@media (max-width: 600px) {
    .pagination {
        gap: 4px;
    }

    .pagination li a,
    .pagination li span {
        min-width: 34px;
        height: 34px;
        font-size: 13px;
    }

    .pagination_previous b,
    .pagination_next b {
        display: block; /* solo iconos en móvil */
    }
}
@media (max-width: 480px) {
    #layer_cart .layer_cart_product .product-image-container {
        display: none;
    }
}
@media (max-width: 480px) {
    #layer_cart .layer_cart_product .layer_cart_product_info {
        display: none;
    }
}

.product-container {
    background: #fff !important;
    border-radius: 10px !important;
	border: 1px solid #e5eaf1;
    padding: 15px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06) !important;
    transition: all 0.25s ease !important;
    display: flex !important;
    flex-direction: column !important;
}
/* BADGE NUEVO */
.new-box {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
}

.new-label {
    background: #ffcc00 !important;
    color: #000 !important;
    font-size: 12px !important;
    padding: 4px 8px !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
}
/* TITULO */
.product-name {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #222 !important;
    display: block !important;
    margin-bottom: 6px !important;
}

/* DESCRIPCION */
.product-desc {
    font-size: 13px !important;
    color: #666 !important;
    margin-bottom: 10px !important;
    flex-grow: 1 !important;
}

/* PRECIO */
.product-price {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #e60023 !important;
}


.button-container .ajax_add_to_cart_button {
    display: flex !important;
    width: 100% !important;
    text-align: center !important;
    background: #2d5f8b !important;
    color: #fff !important;
    padding: 3px !important;
    border-radius: 6px !important;
	justify-content: center;
}
a.lnk_view span {
	background: #f2f2f2;
}
.button-container .ajax_add_to_cart_button:hover {
    background: #1f4564 !important;
}
/* STOCK */
.availability {
    margin-top: 8px;
    font-size: 12px;
    color: #28a745;
}
.box-info-product .exclusive {
    border-radius: 20px;
    background: #00b900;
    border-color: #00b900;
	line-height: 40px;
}
.box-info-product .exclusive span {
   padding: 10px 0px;
   color: white;
}
.cart_block dt {
    padding: 10px 10px 10px 20px!important;
}
#header .cart_block dl.products a img {
    width: 50px!important;
}
.category-image {
	display: none; 
}
a:focus {
    outline: none;
    opacity: 0.8;
}
#subcategories {
   display: none!important; 
}
.content_scene_cat_bg_layout2 span.category-name {
	font-weight: 800;
    display: flex!important;
    flex-direction: column;
}
.cat_desc span.heading-counter {
	font-weight: 100;
}

@media (min-width:969px) {
	.content_sortPagiBar .sortPagiBar #productsSortForm {
	width: 20%; 
	}
	.content_scene_cat_layout2 {
    display: none;
	}
}
@media (max-width:968px) {
	.content_sortPagiBar .sortPagiBar #productsSortForm {
		width: 50%;
	}
}
.removeProduct i {
	color: #ff0000!important;
    border: none!important;
	font-size: 16px;
}
.whislist-desktop {
    width: 10%;
    text-align: end;
    color: #fff;
    font-size: large;
    padding: 15px 15px;
}
.domiled-product-mini-features {
	margin: 14px 0 10px 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
.domiled-mini-feature {
	display: flex;
	align-items: center;
	gap: 8px;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	padding: 8px 9px;
	background: #fff;
	min-height: 52px;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
}
.domiled-mini-feature-icon {
	width: 28px;
	height: 28px;
	min-width: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #f2f6ff;
}
.domiled-mini-feature-icon svg {
	width: 17px;
	height: 17px;
	fill: #5877bd;
}
.domiled-mini-feature-text {
	line-height: 1.15;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
}
.domiled-mini-feature-name {
	display: block;
	font-size: 11px;
	color: #777;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
.domiled-mini-feature strong {
	display: block;
	font-size: 13px;
	color: #222;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
@media (max-width: 1199px) {
	.domiled-product-mini-features {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 767px) {
	.domiled-product-mini-features {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 480px) {
	.domiled-product-mini-features {
		grid-template-columns: 1fr;
	}
	.product_layout2 #attributes fieldset {
    width: 90%!important; 
	}
}
@media (min-width: 768px) {
	#short_description_block {
		display: none;
	}
	#pQuantityAvailable {
    margin-bottom: 5px!important;
	}
	.pb-center-column #product_reference, .pb-center-column .refrence_box p {
    margin: 0 20px 0px 0!important;
	}
	.pb-center-column .refrence_box {
    padding-bottom: 0px!important;
	}
	.product_layout2 #attributes {
    margin-bottom: 0px!important;
	}
}
#pQuantityAvailable {
	color: #00b900;
}
.product_layout2 .content_prices {
    margin-bottom: 4px;
}
.footer-whatsapp-link {
	display: flex;
	align-items: center;
	gap: 10px;
	color: inherit;
	text-decoration: none;
}
.footer-whatsapp-link:hover {
	text-decoration: none;
	opacity: .9;
}
.footer-whatsapp-link strong {
	color: #25D366;
}
.footer-whatsapp-icon {
	width: 18px;
	min-width: 18px;
	height: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.footer-whatsapp-icon svg {
	width: 18px;
	height: 18px;
	fill: #25D366;
}
@media (max-width: 767px) {

	#block_contact_infos .toggle-footer {
		display: block !important;
	}

	#block_contact_infos h4:after,
	#block_contact_infos .title_block:after {
		content: none !important;
	}

}
.domi-mobile-search-overlay {
    display: none;
    position: fixed;
    z-index: 999999;
    inset: 0;
    background: #f5f7fa;
    overflow-y: auto;
}
.domi-mobile-search-overlay.active {
    display: block;
}
.domi-mobile-search-header {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    gap: 8px;
    padding: 8px;
    background: #0099d8;
}
#domi-mobile-search-input {
    flex: 1;
    border: 0;
    padding: 12px;
    font-size: 16px;
}
.domi-mobile-search-results {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 10px;
}
.domi-mobile-search-card {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    color: #111;
    text-decoration: none;
}
.domi-mobile-search-card img {
    width: 100%;
    height: 110px;
    object-fit: contain;
}
.domi-mobile-search-card-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.25;
}
.domi-mobile-search-card-price {
    margin-top: 7px;
    font-size: 17px;
    font-weight: bold;
}
.domi-mobile-search-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 12px 30px;
}

.domi-mobile-page-btn {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    color: #111;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
    transition: all .15s ease;
}

.domi-mobile-page-btn:active {
    transform: scale(.96);
}

.domi-mobile-page-current {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    min-width: 70px;
    text-align: center;
}
.domi-mobile-search-header {
    display: flex;
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
    padding: 8px;
}
#domi-mobile-search-close {	
	border-radius: 5px;
	color: #fff;
    border: none;
    background: #0388bf;
    flex: 0 0 42px;
    width: 42px;
    min-width: 42px;
    max-width: 42px;
}
#domi-mobile-search-input {
    flex: 1 1 auto;
    min-width: 0 !important;
    max-width: calc(100vw - 58px);
    width: auto !important;
}
@media (min-width: 992px) {
    .domi-mobile-search-overlay {
        inset: 0% 25%;
        width: 50vw;
        height: 90vh;
        border-radius: 14px;
        box-shadow: 0 12px 40px rgba(0,0,0,.25);
    }

    .domi-mobile-search-header {
        width: 100%;
        max-width: 100%;
    }

    #domi-mobile-search-input {
        max-width: none;
    }
}
@media (max-width: 767px) {

    .domi-wishlist-grid {
        display: grid!important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .domi-wishlist-product {
        width: 100%;
        min-width: 0;
        display: flex;
        flex-direction: column;
        padding: 10px;
        box-sizing: border-box;
    }

    .domi-wishlist-image {
        width: 100%;
        margin-bottom: 8px;
        text-align: center;
    }

    .domi-wishlist-image img {
        max-width: 100%;
        max-height: 120px;
        object-fit: contain;
    }

    .domi-wishlist-info {
        width: 100%;
        min-width: 0;
    }

    .domi-wishlist-info h3 {
        font-size: 13px;
        line-height: 1.3;
        margin-bottom: 6px;
    }

    .domi-wishlist-reference {
        font-size: 11px;
        margin-bottom: 4px;
    }

    .domi-wishlist-price {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .domi-wishlist-actions {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .domi-wishlist-actions .btn {
        width: 100%;
        font-size: 12px;
        padding: 8px;
    }

    .domi-wishlist-remove {
        text-align: center;
        font-size: 12px;
    }
}
.new-label {display: none!important;}

/* ===================================================== */
/* /themes/AngarTheme/css/autoload/responsive-tables.css */
/* ===================================================== */

/* -----------------------------------------
   Shared Styles
----------------------------------------- */

table th { font-weight: bold; }
table td, table th { padding: 9px 10px; text-align: left; }

/* Mobile */
@media only screen and (max-width: 767px) {
	
	table.responsive { margin-bottom: 0; }
	
	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }
	
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	
	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }
	
	
}


/* ===================================================== */
/* /themes/AngarTheme/css/autoload/uniform.default.css */
/* ===================================================== */

/*
Uniform Theme: Uniform Default
Version: 1.8
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* General settings */

.highContrastDetect {
  background: url("/themes/img/jquery/uniform/bg-input.png") repeat-x 0 0;
  width: 0px;
  height: 0px; }

/* Input & Textarea */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 3px;
  background: white;
  outline: 0; }

/* Uploader */
div.uploader {
  background: none;
  height: 27px;
  width: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  div.uploader span.action {
    background-position: 0 -378px;
    height: 27px;
    line-height: 27px;
    width: 94px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer; }
  div.uploader span.filename {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    cursor: default;
    height: 27px;
    margin: 0px 0 0px 0px;
    line-height: 27px;
    width: 172px;
    padding: 0 10px; }
  div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%; }

/* Buttons */
div.button {
  background-position: 0 -634px;
  height: 30px;
  cursor: pointer;
  position: relative;
  /* Keep buttons barely visible so they can get focus */ }
  div.button a, div.button button, div.button input {
    opacity: 0.01;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  div.button span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 30px;
    text-align: center;
    background-position: right -514px;
    height: 30px;
    margin-left: 13px;
    padding: 0; }
  div.button.active {
    background-position: 0 -664px; }
    div.button.active span {
      background-position: right -544px;
      cursor: default; }
  div.button.hover, div.button.focus {
    background-position: 0 -694px; }
    div.button.hover span, div.button.focus span {
      background-position: right -574px; }
  div.button.disabled, div.button.disabled.active {
    background-position: 0 -724px; }
    div.button.disabled span, div.button.disabled.active span {
      background-position: right -604px;
      cursor: default; }

/* INPUT & TEXTAREA */
/* ************************************************************************************************
		uniform
************************************************************************************************ */


/* PRESENTATION */
/* Buttons */
div.button span {
  font-weight: bold;
/* AngarTheme
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
*/
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase; }
div.button.hover span, div.button.focus span {
  color: #555; }
div.button.disabled span, div.button.disabled.active span {
  color: #bbb; }

/* Select */
#compare_shipping .form-group label {
  display: block; }


/* Uploader */
div.uploader span.action {
  text-shadow: rgba(0, 0, 0, 0.1) 0px 1px 0px;
  font-size: 13px;
  font-weight: bold;
  color: #fff; }
div.uploader span.filename {
/* AngarTheme
  color: #777;
*/
  border: solid 1px #d6d4d4;
/* AngarTheme
  font-size: 13px;
*/
  background: #fbfbfb;
  margin-right: 2px; }
div.uploader.disabled span.action, div.uploader.disabled.active span.action {
  color: #aaa; }
div.uploader.disabled span.filename, div.uploader.disabled.active span.filename {
  border-color: #ddd;
  color: #aaa; }

input.uniform-input, input.uniform-input:focus {
  background-color: #fff; }

/* ===================================================== */
/* /themes/AngarTheme/css/product.css */
/* ===================================================== */

/* product desc */
/* primary_block ***************************************************************************** */
.primary_block {
  margin-bottom: 40px; }

.top-hr {
  background: #C4C4C4;
  height: 5px;
  margin: 2px 0 31px; }

.product-heading-h5 {
  color: #999999;
  font-weight: 200;
  margin: 3px 0 8px;
  font-size: 19px;
}

.box-security .product-heading-h5 {
  margin: 3px 0 -8px; }
  @media (max-width: 1199px) {
    .box-security .product-heading-h5 {
      margin-bottom: 8px; } }

.primary_block .pb-left-column img {
  max-width: 100%;
  height: auto; }

a.fancybox-nav {
  outline: 0; }

/* .pb-left-column ***************************************************************************** */
.pb-left-column #image-block {
  position: relative;
  display: block;
  cursor: pointer;
  border: 1px solid #dbdbdb;
/* AngarThemes
  padding: 5px;
  background: #fff;
*/
}

  @media (max-width: 767px) {
    .pb-left-column #image-block {
      width: 280px;
      margin: 0 auto; } }


/* AngarTheme */
.pb-left-column #image-block img {
/* AngarTheme
background: #fff;
*/
width: 100%;
}

.pb-left-column #image-block #view_full_size .span_link {
position: absolute;
bottom: 20px;
left: 50%;
margin-left: -68px;
display: block;
padding: 10px 0;
text-align: center;
line-height: 22px;
color: #000;
width: 136px;
text-align: center;
font-weight: 700;
background: rgba(255, 255, 255, 0.82);
-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}

.pb-left-column #image-block #view_full_size .span_link:after {
font-family: "FontAwesome";
/* AngarTheme
color: #3A3939;
*/
font-size: 16px;
vertical-align: -1px;
content: "\f00e";
font-weight: normal;
margin: 0 0 0 6px;
}

.pb-left-column #image-block #view_full_size .span_link:hover:after {}

/* AngarTheme end */


  .pb-left-column #image-block a.jqzoom div div img {
    width: auto;
    max-width: 10000px; }
  .pb-left-column #image-block a.jqzoom div div .zoomWrapper {
    border: none; }
  .pb-left-column #image-block .zoomPad {
    z-index: auto !important; }
  .pb-left-column #image-block .new-box,
  .pb-left-column #image-block .sale-box {
    z-index: 5002; }

/* miniatures */
.pb-left-column #views_block {
  margin-top: 10px; }
  @media (max-width: 767px) {
    .pb-left-column #views_block {
      width: 280px;
      margin: 10px auto 0px auto; } }

#thumbs_list {
  overflow: hidden;
  float: left;
  width: 392px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #thumbs_list {
      width: 294px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #thumbs_list {
      width: 164px; } }
  @media (max-width: 767px) {
    #thumbs_list {
      width: 196px; } }
  #thumbs_list ul#thumbs_list_frame {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    height: 90px; }
  #thumbs_list li {
    float: left;
    height: 90px;
    width: 90px;
    cursor: pointer;
    border: 1px solid #dbdbdb;
    margin-right: 8px;
    line-height: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (min-width: 768px) and (max-width: 991px) {
      #thumbs_list li {
        width: 76px;
        height: 76px;
        margin-right: 6px; } }
    #thumbs_list li a {
      display: block;
      border: 3px solid #fff;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      /* AngarTheme background: #fbfbfb; */
	}

      #thumbs_list li a:hover, #thumbs_list li a.shown {
        border-color: #dbdbdb; }
    #thumbs_list li img {
      border: 1px solid #fff;
      width: 100%;
      height: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media (min-width: 768px) and (max-width: 991px) {
        #thumbs_list li img {
          width: 68px;
          height: 68px; } }

.show-right-column.hide-left-column #thumbs_list, .hide-right-column.show-left-column #thumbs_list {
  width: 294px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .show-right-column.hide-left-column #thumbs_list, .hide-right-column.show-left-column #thumbs_list {
      width: 194px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .show-right-column.hide-left-column #thumbs_list, .hide-right-column.show-left-column #thumbs_list {
      width: 82px; } }
  @media (max-width: 767px) {
    .show-right-column.hide-left-column #thumbs_list, .hide-right-column.show-left-column #thumbs_list {
      width: 196px; } }

span.view_scroll_spacer {
  float: left;
  width: 39px;
  padding-left: 12px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    span.view_scroll_spacer {
      width: 45px;
      padding-left: 18px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    span.view_scroll_spacer {
      width: 30px;
      padding-left: 3px; } }
  @media (max-width: 767px) {
    span.view_scroll_spacer {
      width: 45px;
      padding-left: 18px; } }

.show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
  width: 27px;
  padding-left: 2px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
      width: 44px;
      padding-left: 16px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
      width: 41px;
      padding-left: 13px; } }
  @media (max-width: 767px) {
    .show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
      width: 45px;
      padding-left: 14px; } }

#view_scroll_left,
#view_scroll_right {
  margin-top: 38px;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  overflow: hidden; }
  @media (min-width: 768px) and (max-width: 991px) {
    #view_scroll_left,
    #view_scroll_right {
      margin-top: 28px; } }
  #view_scroll_left:before,
  #view_scroll_right:before {
    padding-left: 2px;
    color: #c0c0c0;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 22px; }
  #view_scroll_left:hover:before,
  #view_scroll_right:hover:before {
    color: #333; }

#view_scroll_right {
  float: left; }
  #view_scroll_right:before {
    content: ">"; }

#view_scroll_left {
  margin-top: 0; }
  #view_scroll_left:before {
    content: "<"; 
    padding-right: 2px; }

.resetimg {
  padding: 10px 0 0; }
  .resetimg #resetImages i {
    margin-right: 6px; }

.view_scroll_spacer {
  margin-top: 38px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .view_scroll_spacer {
      margin-top: 28px; } }

/* link list */
#usefull_link_block {
  list-style-type: none; }
  #usefull_link_block li {
    margin: 0 0 8px 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      #usefull_link_block li {
        float: none !important; } }
    #usefull_link_block li:first-child {
      margin: 0 0 8px 0;
      border: none;
      padding: 0; }
    #usefull_link_block li a {
/* AngarTheme
      color: #777676;
*/
      font-weight: 700;
      position: relative;
      padding-left: 30px;
      line-height: 22px;
      display: inline-block; }
      #usefull_link_block li a:before {
        font-family: "FontAwesome";
/* AngarTheme
        color: #333;
*/
        font-size: 19px;
        line-height: 24px;
        position: absolute;
        top: -2px;
        left: 0;
        font-weight: normal; }
/* AngarTheme
      #usefull_link_block li a:hover {
        color: #000; }
*/
    @media (min-width: 768px) and (max-width: 991px) {
      #usefull_link_block li.print {
        margin: 8px 0 0;
        padding: 0;
        border: none; } }
    #usefull_link_block li.print a:before {
      content: "\f02f"; }
    #usefull_link_block li.sendtofriend a:before {
      content: "\f003"; }
    #usefull_link_block li#left_share_fb {
      clear: both;
      float: none; }
      #usefull_link_block li#left_share_fb a {
        padding-left: 18px; }
      #usefull_link_block li#left_share_fb a:before {
        content: "\f09a"; }
    #usefull_link_block li#favoriteproducts_block_extra_remove, #usefull_link_block li#favoriteproducts_block_extra_add, #usefull_link_block li#favoriteproducts_block_extra_removed, #usefull_link_block li#favoriteproducts_block_extra_added {
      cursor: pointer;
      font-weight: 700;
      clear: both;
      float: none;
      margin: 0 0 8px 0;
      border: none;
      padding: 0;
      position: relative; }
      #usefull_link_block li#favoriteproducts_block_extra_remove:before, #usefull_link_block li#favoriteproducts_block_extra_add:before, #usefull_link_block li#favoriteproducts_block_extra_removed:before, #usefull_link_block li#favoriteproducts_block_extra_added:before {
        font-family: "FontAwesome";
        color: #333;
        font-size: 19px;
        line-height: 24px;
        position: absolute;
        top: -2px;
        left: 0;
        font-weight: normal;
        content: "\f08a"; }
      #usefull_link_block li#favoriteproducts_block_extra_remove:hover, #usefull_link_block li#favoriteproducts_block_extra_add:hover, #usefull_link_block li#favoriteproducts_block_extra_removed:hover, #usefull_link_block li#favoriteproducts_block_extra_added:hover {
        color: #000; }
    #usefull_link_block li#favoriteproducts_block_extra_removed:before {
      content: "\f004"; }

/* pb-left-column ****************************************************************************** */

  .pb-center-column h1 {
    padding-bottom: 16px;
    font-size: 20px;
	color: #5b7cba;
  }
  .pb-center-column p {
    margin-bottom: 10px; }
  .pb-center-column #product_reference {
    margin-bottom: 6px; }
/* AngarTheme
  .pb-center-column #short_description_block {
    color: #666; }
*/
    .pb-center-column #short_description_block .buttons_bottom_block {
      display: none; }
    .pb-center-column #short_description_block #short_description_content {
      padding: 0 0 15px;
      word-wrap: break-word; }
      .pb-center-column #short_description_block #short_description_content p {
        line-height: 18px; }
  .pb-center-column #buy_block {
    margin-top: 10px; }
    .pb-center-column #buy_block label {
      display: inline-block;
      width: 125px;
      font-weight: 700;
      font-size: 12px;
      text-align: right; }
    .pb-center-column #buy_block p.price {
      padding: 0; }
  .pb-center-column #color_picker p {
    padding-bottom: 5px;
    font-weight: 700; }

#product p#loyalty {
  padding: 17px 0 15px 35px;
  border-top: 1px solid #d6d4d4;
  border-bottom: 1px solid #d6d4d4;
  margin: 10px 0 -5px;
  position: relative; }
  #product p#loyalty b {
    color: #333; }
  #product p#loyalty:before {
    content: "\f024";
    font-family: "FontAwesome";
    color: #cfcccc;
    font-size: 26px;
    line-height: 28px;
    position: absolute;
    top: 16px;
    left: 0; }

#page .rte {
  padding: 0 20px 20px;
  word-wrap: break-word; }
  #page .rte p {
    margin-bottom: 1em;
    min-height: 1px; }

#attributes fieldset {
  padding-bottom: 3px; }
  #attributes fieldset label {
    vertical-align: top;
    display: block; }
#attributes .attribute_list {
  width: 100%; }
  #attributes .attribute_list .form-control {
    max-width: 230px; }

/* AngarThemes
    #attributes .attribute_list .form-control option {
      background: #fff;
      color: #666; }
*/

  #attributes .attribute_list ul {
    clear: both; }
    #attributes .attribute_list ul li {
      float: left;
      margin-right: 10px; }
  #attributes .attribute_list input.attribute_radio {
    float: left;
    margin-left: 3px; }
  #attributes .attribute_list div.radio,
  #attributes .attribute_list div.radio span,
  #attributes .attribute_list div.radio input {
    float: none;
    display: inline-block; }
  #attributes .attribute_list #color_to_pick_list {
    list-style-type: none; }
    #attributes .attribute_list #color_to_pick_list li {
      float: left;
      margin: 0 3px 3px 0;
      padding: 1px;
      border: 1px solid #d6d4d4;
      clear: none;
      width: 26px;
      height: 26px; }
      #attributes .attribute_list #color_to_pick_list li a.color_pick {
        display: block;
        height: 22px;
        width: 22px;
        cursor: pointer; }
        #attributes .attribute_list #color_to_pick_list li a.color_pick img {
          display: block;
          height: 22px;
          width: 22px; }
      #attributes .attribute_list #color_to_pick_list li.selected {
        border: 1px solid #4d4d4d; }

.box-cart-bottom {
  -moz-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
  padding: 19px 19px 17px; }

.box-cart-bottom {
  width:100%;
  padding: 0; 
  display: flex;
  gap: 10px;
}
.add_to_cart_box  {
  display: flex;
  width:100%;
  align-items: flex-end;
}
.buttons_bottom_block {
  width:100%;
}
.exclusive {
  width:100%;
  cursor: pointer;
}

#short_description_content a,
.page-product-box .rte a {
  color: #333333;
  text-decoration: underline; }
#short_description_content a.btn,
.page-product-box .rte a.btn {
  text-decoration: none; }

/* table_data_sheet */
.table-data-sheet {
  border-bottom: 1px solid #d6d4d4;
  width: 100%;
  margin: 0 0 20px;
  background: #fff; }
  .table-data-sheet tr {
    border-top: 1px solid #d6d4d4; }
    .table-data-sheet tr.even {
      background: #fdfdfd; }
    .table-data-sheet tr td {
      padding: 10px 20px 11px; }
      .table-data-sheet tr td:first-child {
        border-right: 1px solid #d6d4d4;
        width: 30%;
        font-weight: 700;
        /* AngarTheme
        color: #333;
        */
}

/* table product-discounts */
table.table-product-discounts {
  border: none;
  border-bottom: 1px solid #d6d4d4;
  border-right: 1px solid #d6d4d4;
  width: 50%;
  margin: 0 0 20px;
  background: #fff; }
  @media (max-width: 767px) {
    table.table-product-discounts {
      width: 100%; } }
  table.table-product-discounts tr th {
    background: #fbfbfb;
    color: #333;
    font-weight: 700;
    border: none;
    font-weight: 700; }
  table.table-product-discounts tr td,
  table.table-product-discounts tr th {
    border-left: 1px solid #d6d4d4;
    width: 33%;
    padding: 10px 20px 11px;
    border-top: 1px solid #d6d4d4;
    border-right: none;
    text-shadow: none;
    text-transform: none;
    font-weight: 13px;
    line-height: 18px;
    border-bottom: none; }

/* accessories  */
.accessories-block .block_description {
  display: none; }

/* AngarTheme
.accessories-block .exclusive span {
font-size: 13px;
line-height: 18px;
padding: 2px 8px 3px;
text-decoration: none;
}
*/

.accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
text-decoration: none;
}

.accessories-block .product-name {
margin-bottom: 5px;
}

.accessories-block .product-name a {
font-size: 15px;
line-height: 18px;
color: #3a3939;
}

/* AngarTheme
.accessories-block .product-name a:hover {
color: #515151;
}
*/

.accessories-block div ul li a {
  display: inline-block; }
.accessories-block div ul li.s_title_block a,
.accessories-block div ul li.s_title_block span {
  font-weight: 700; }

/* quantity_wanted */
#quantity_wanted_p input {
  width: 78px;
  height: 27px;
  padding: 0 6px;
  float: left;
  border: 1px solid #d6d4d4;
  line-height: 27px; }
#quantity_wanted_p .btn {
  float: left;
  margin-left: 3px; }
#quantity_wanted_p label {
  display: block;
 }

/* availability_statut */
#availability_statut span#availability_label,
#availability_date_label {
  display: inline-block;
  width: 125px;
  font-weight: 700;
  font-size: 12px;
  text-align: right; }

#quantityAvailable {
/* AngarTheme
  color: #333;
  font-size: 13px;
*/
  line-height: 18px;
  font-weight: 700; }

#availability_value,
#last_quantities {
  color: #fff;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  padding: 3px 8px 4px;
  margin-left: 5px; }

#last_quantities {
  background: #fe9126;
  border: 1px solid #e4752b;
  padding: 4px 8px 3px;
  position: relative;
  top: 1px;
  margin-left: 0px; }

#availability_statut,
#pQuantityAvailable {
  display: inline-block; }

#pQuantityAvailable span {
  font-weight: 700;
}

/* prices */

.discount {
  display: none; }

.our_price_display {
  font-weight: 600;
  font-size: 29px;
  line-height: 32px;
  color: #333; }
  @media (max-width: 991px) {
    .our_price_display {
      font-size: 26px;
      line-height: 28px; } }
  .our_price_display .price {
    font-weight: 600;
    font-size: 29px;
    line-height: 32px;
    color: #333; }
    @media (max-width: 991px) {
      .our_price_display .price {
        font-size: 26px;
        line-height: 28px; } }

#old_price {
  padding-bottom: 15px;
  font-size: 13px;
  text-decoration: line-through;
  display: inline-block;
  line-height: 23px; }

#reduction_percent,
#reduction_amount {
  margin-right: 10px;
  padding: 1px 2px;
  font-weight: 600;
  font-size: 21px;
  line-height: 23px;
  color: #fff;
  background: #f13340;
  border: 1px solid #d02a2c; }
  #reduction_percent span,
  #reduction_amount span {
    display: block; }
  .hide-left-column.hide-right-column #reduction_percent, .hide-left-column.hide-right-column
  #reduction_amount {
    display: inline-block; }

/* online_only */
.pb-center-column p.online_only {
  font-weight: 700;
  font-size: 13px;
  color: #f13340;
  text-align: left; }

.buttons_bottom_block {
  clear: both;
  padding: 13px 19px 0; }
  .buttons_bottom_block #wishlist_button {
    font-weight: 700; }

/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
  width: 555px;
  overflow: hidden; }
  @media (max-width: 767px) {
    #send_friend_form {
      width: 280px; } }
  #send_friend_form .product img {
    margin: 0 0 10px 0;
    border: 1px solid #d6d4d4; }
  #send_friend_form .product p {
    padding: 0;
    color: #333; }
    #send_friend_form .product p .product_name {
      font-size: 12px;
      color: #000; }
  #send_friend_form .form_container {
    padding: 10px 15px;
    border: 1px solid #d6d4d4;
    background: #fbfbfb; }
    #send_friend_form .form_container p.intro_form {
      padding-bottom: 6px;
      font-weight: 700;
      font-size: 13px;
      color: #333; }
    #send_friend_form .form_container p.txt_required {
      padding-bottom: 0;
      color: #666; }
    #send_friend_form .form_container .text {
      padding-bottom: 10px; }
      #send_friend_form .form_container .text label {
        display: block;
        padding: 0;
        width: 100%;
        font-size: 12px; }
      #send_friend_form .form_container .text input {
        padding: 0 5px;
        height: 22px;
        width: 100%;
        border: 1px solid #d6d4d4;
        font-size: 12px;
        color: #666; }
  #send_friend_form .submit {
    margin-top: 20px;
    padding-bottom: 0;
    text-align: right; }

/* PERSONNALISATION ##################################################################### */
p.infoCustomizable {
  margin-bottom: 30px; }

ul#uploadable_files,
ul#text_fields {
  list-style-type: none; }

.customizableProductsFile,
.customizableProductsText {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d4d4; }

.customizationUploadLine {
  padding-bottom: 10px; }
  .customizationUploadLine label {
    display: block;
    vertical-align: top; }
  .customizationUploadLine textarea {
    width: 50%;
    border: 1px solid #d6d4d4;
    color: #777777; }

.customizationUploadBrowse img + a {
  position: relative;
  top: -51px; }

#customizedDatas {
  float: right; }

/******************************************************************
Quick View Styles
******************************************************************/
#product.content_only div.primary_block {
  margin-bottom: 0; }
  @media (max-width: 991px) {
    #product.content_only div.primary_block {
      margin-right: 0; } }
  #product.content_only div.primary_block div.pb-left-column {
    padding: 20px 20px 5px 35px;
    width: 47%; }
    @media (max-width: 479px) {
      #product.content_only div.primary_block div.pb-left-column {
        width: 100%;
        float: none; } }
    #product.content_only div.primary_block div.pb-left-column span.view_scroll_spacer {
      width: 38px;
      padding-left: 10px; }
    #product.content_only div.primary_block div.pb-left-column #thumbs_list {
      width: 392px; }
  #product.content_only div.primary_block div.pb-center-column {
    padding: 20px 20px 60px 0px;
    width: 27.5%;
    margin-bottom: 0;
    min-height: 623px;
    height: 100%; }
    @media (max-width: 991px) {
      #product.content_only div.primary_block div.pb-center-column {
        min-height: 200px; padding-bottom: 20px; } }

    #product.content_only div.primary_block div.pb-center-column .product_comments_block_extra {
      padding-right: 0; }
    @media (max-width: 479px) {
      #product.content_only div.primary_block div.pb-center-column .comments_advices li {
        display: block; }
      #product.content_only div.primary_block div.pb-center-column .comments_advices a.reviews {
        margin: 0;
        padding: 0;
        border: none; } }
    #product.content_only div.primary_block div.pb-center-column #ShareDiv {
      position: absolute;
      bottom: 8px; }
  #product.content_only div.primary_block div.pb-right-column {
    width: 25.5%;
    padding-right: 15px;
    padding-left: 0; }
    #product.content_only div.primary_block div.pb-right-column .box-info-product {
      border-top-width: 0px;
      border-right: none;
      border-bottom: none;
      min-height: 623px;
      height: 100%;
      -moz-border-radius: 0 4px 4px 0;
      -webkit-border-radius: 0;
      border-radius: 0 4px 4px 0;
      position: relative;
      padding-bottom: 125px; }
      @media (max-width: 991px) {
        #product.content_only div.primary_block div.pb-right-column .box-info-product {
          -moz-border-radius: 0;
          -webkit-border-radius: 0;
          border-radius: 0;
          border: 1px solid #d6d4d4; } }

/* AngarTheme
#product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive {
display: block;
width: 100%;
}
*/

        #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive:before, #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive:after {
          display: block; }
        #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive span {
          font-size: 20px;
          text-align: center; }
          @media (max-width: 1199px) {
            #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive span {
              padding: 12px 22px 14px 70px;
              font-size: 20px; } }
      #product.content_only div.primary_block div.pb-right-column .box-info-product .box-cart-bottom {
        right: 0;
        left: 0; }
    #product.content_only div.primary_block div.pb-right-column #attributes .attribute_list .form-control {
      width: 230px; }
    #product.content_only div.primary_block div.pb-right-column .product_attributes,
    #product.content_only div.primary_block div.pb-right-column .box-cart-bottom {
      -moz-box-shadow: transparent 0px 0px 0px;
      -webkit-box-shadow: transparent 0px 0px 0px;
      box-shadow: transparent 0px 0px 0px; }
    #product.content_only div.primary_block div.pb-right-column .product_attributes {
      padding-top: 0; }

.addsharethisinner .stButton .stArrow {
  display: none !important; }

@media (max-width: 1050px) {
  #product.content_only div.primary_block div.pb-left-column,
  #product.content_only section.primary_block div.pb-left-column {
    width: 100%;
    padding-right: 15px; }
    #product.content_only div.primary_block div.pb-left-column #image-block, #product.content_only div.primary_block div.pb-left-column #views_block,
    #product.content_only section.primary_block div.pb-left-column #image-block,
    #product.content_only section.primary_block div.pb-left-column #views_block {
      max-width: 470px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
    #product.content_only div.primary_block div.pb-left-column #thumbs_list li,
    #product.content_only section.primary_block div.pb-left-column #thumbs_list li {
      width: 90px;
      height: 90px; }
      #product.content_only div.primary_block div.pb-left-column #thumbs_list li img,
      #product.content_only section.primary_block div.pb-left-column #thumbs_list li img {
        width: 82px;
        height: 82px; }
  #product.content_only div.primary_block div.pb-center-column,
  #product.content_only section.primary_block div.pb-center-column {
    width: 50%;
    float: left;
    padding-left: 35px; }
  #product.content_only div.primary_block div.pb-right-column,
  #product.content_only section.primary_block div.pb-right-column {
    width: 50%;
    float: left; }
    #product.content_only div.primary_block div.pb-right-column .box-info-product,
    #product.content_only section.primary_block div.pb-right-column .box-info-product {
      border-top-width: 1px;
      min-height: 1px; } }



/***** IE code ****/
.ie8 .pb-left-column #image-block #view_full_size .span_link {
  background: #fff;
  border: 1px solid #d6d4d4; }
.ie8 .box-security {
  filter: none; }



/* ===================================================== */
/* /themes/AngarTheme/css/print.css */
/* ===================================================== */

@media only print {
  #header .nav, #header .banner, #header .row > div {
    display: none; }
  #header .row div#header_logo {
    display: block; }

  #center_column {
    width: 100% !important; }

  #left_column, #right_column {
    display: none; }

  .no-print, #quantity_wanted_p > a, a.quick-view {
    display: none !important; }

  #thumbs_list li a:hover, #thumbs_list li a.shown {
    border-color: #fff; }

  .product_attributes, .box-cart-bottom {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .pb-left-column #views_block {
    margin-top: 10px;
    width: 278px !important; }

  #thumbs_list_frame, #thumbs_list {
    width: 100% !important;
    height: 100% !important; }

  #thumbs_list li, #thumbs_list li:first-child {
    margin: 4px;
    width: 82px;
    height: 82px; }

  #view_scroll_left, #view_scroll_right, .view_scroll_spacer {
    display: none !important; }

  .bx-wrapper {
    width: 100% !important;
    max-width: 100% !important; }

  .bx-viewport {
    height: auto !important; }

  #bxslider, #bxslider1, #crossselling_list_car {
    width: 100% !important;
    height: auto !important;
    overflow: visible !important; }

  #bxslider1 .product-box {
    min-height: 200px; }

  .bx-controls-direction {
    display: none; }

  #footer .row > div, #footer .row > section {
    display: none; }
    #footer .row > div#block_contact_infos, #footer .row > section#block_contact_infos {
      display: block;
      width: 100%;
      border-left: none;
      border-top: 1px solid #515151;
      padding-top: 20px; }

  .footer-container #footer h4:after {
    display: none; } }


/* ===================================================== */
/* /js/jquery/plugins/fancybox/jquery.fancybox.css */
/* ===================================================== */

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url("/js/jquery/plugins/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("/js/jquery/plugins/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("/js/jquery/plugins/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("/js/jquery/plugins/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url("/js/jquery/plugins/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("/js/jquery/plugins/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/* ===================================================== */
/* /js/jquery/plugins/bxslider/jquery.bxslider.css */
/* ===================================================== */

.bx-wrapper {
  position: relative;
  padding: 0;
  zoom: 1;
  margin: 0 !important;}

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bx-viewport {
	direction: ltr !important;
}
/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("/js/jquery/plugins/bxslider/images/bx_loader.gif") center center no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  display: none; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  zoom: 1; }

.bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #000;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a {
  margin-top: 38px;
  height: 20px;
  width: 20px;
  line-height: 0;
  position: absolute;
  top: 40%;
  margin-top: -10px;
  font-size: 0;
  overflow: hidden;
  outline: none;
  text-decoration: none; }
  .bx-wrapper .bx-controls-direction a:before {
    padding-left: 2px;
    color: #c0c0c0;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 22px; }
  .bx-wrapper .bx-controls-direction a:hover:before {
    color: #333; }

.bx-next {
  right: 10px; }
  .bx-next:before {
    content: "\f138"; }

.bx-prev {
  left: 10px; }
  .bx-prev:before {
    content: "\f137"; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("/js/jquery/plugins/bxslider/images/controls.png") -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("/js/jquery/plugins/bxslider/images/controls.png") -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  font-size: .85em;
  padding: 10px; }


/* ===================================================== */
/* /themes/AngarTheme/css/modules/blockcart/blockcart.css */
/* ===================================================== */

/*******************************************************************
					Cart Block Styles
********************************************************************/
#header .shopping_cart {
  position: relative;
  float: right;
  padding-top: 50px; }
  #header .shopping_cart > a:first-child:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    display: inline-block;
    float: right;
    font-size: 18px;
    color: #686666;
    padding: 6px 0 0 0; }
  #header .shopping_cart > a:first-child:hover:after {
    content: "\f0d8";
    padding: 4px 0px 2px 0px; }

.shopping_cart {
  width: 270px; }
  @media (max-width: 480px) {
    .shopping_cart {
      padding-top: 20px; } }
  @media (max-width: 1200px) {
    .shopping_cart {
      margin: 0 auto;
      float: none;
      width: 100%; } }
  .shopping_cart > a:first-child {
    padding: 7px 10px 14px 16px;
    background: #333;
    display: block;
    font-weight: bold;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    overflow: hidden; }

    .shopping_cart > a:first-child b {
font-weight: 600;
/* AngarTheme
font-size: 18px;
*/
line-height: 22px;
      padding-right: 5px; }
    .shopping_cart > a:first-child:before {
      content: "\f07a";
      font-family: "FontAwesome";
      display: inline-block;
      font-size: 23px;
      line-height: 23px;
      padding-right: 15px; }

  .shopping_cart .block_cart_expand:after, .shopping_cart .block_cart_collapse:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    display: inline-block;
    float: right;
    font-size: 18px;
    color: #686666;
    padding: 6px 0 0 0; }
  .shopping_cart .block_cart_collapse:after {
    content: "\f0d8";
    padding: 4px 0px 2px 0px; }

.cart_block .cart_block_list .remove_link {
  position: absolute;
  right: 10px;
  top: 19px; }
.cart_block .cart_block_list .remove_link a,
.cart_block .cart_block_list .ajax_cart_block_remove_link {
  color: #777;
  display: block;
  width: 100%;
  height: 100%; }
  .cart_block .cart_block_list .remove_link a:before,
  .cart_block .cart_block_list .ajax_cart_block_remove_link:before {
    display: inline-block;
    content: "\f057";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 18px; }
  .cart_block .cart_block_list .remove_link a:hover,
  .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
    color: #515151; }
.cart_block .cart-images {
  float: left;
  margin-right: 20px; }
.cart_block .cart-info {
  overflow: hidden;
  position: relative;
  padding-right: 20px; }
  .cart_block .cart-info .product-name {
    padding-bottom: 5px;
    margin-top: -4px; }
    .cart_block .cart-info .product-name a {
/* AngarTheme
font-size: 13px;
*/
      line-height: 18px;
      display: inline-block; }
  .cart_block .cart-info .quantity-formated {
    display: inline-block;
    color: #9c9b9b;
    text-transform: uppercase;
    font-size: 10px;
    padding-right: 5px; }
    .cart_block .cart-info .quantity-formated .quantity {
      font-size: 15px; }
.cart_block dt {
  font-weight: normal;
  overflow: hidden;
  padding: 20px 10px 16px 20px;
  position: relative; }
.cart_block dd {
  position: relative; }
  .cart_block dd .cart_block_customizations {
    border-top: 1px dashed #333; }
    .cart_block dd .cart_block_customizations li {
      padding: 10px 20px; }
      .cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
        position: absolute;
        right: 10px; }
.cart_block .cart_block_no_products {
  margin: 0;
  padding: 10px 20px; }
.cart_block .cart-prices {
  border-top: 1px solid #d6d4d4;
  font-weight: bold;
  padding: 10px 20px 22px 20px; }
  .cart_block .cart-prices .cart-prices-line {
    overflow: hidden;
    border-bottom: 1px solid #515151;
    padding: 7px 0; }
    .cart_block .cart-prices .cart-prices-line.last-line {
      border: none; }
.cart_block .cart-buttons {
  overflow: hidden;
  padding: 20px 20px 10px 20px;
  margin: 0;
  background: #f6f6f6; }
  .cart_block .cart-buttons a {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px; }
    .cart_block .cart-buttons a#button_order_cart {
      margin-right: 0;
      border: none; }
      .cart_block .cart-buttons a#button_order_cart span {
        padding: 7px 0;
        font-size: 1.1em;
        border: solid 1px #63c473;
        background: #43b155; }
      .cart_block .cart-buttons a#button_order_cart:hover span {
        border: solid 1px #358c43;
        background: #2e7a3a;
        color: #fff; }

/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/
#header .cart_block {
  position: absolute;
  top: 95px;
  right: 0;
  z-index: 100;
  display: none;
  height: auto;
  background: #484848;
  color: #fff;
  width: 270px; }
  @media (max-width: 480px) {
    #header .cart_block {
      width: 100%; } }
  @media (max-width: 1200px) {
    #header .cart_block {
      width: 100%; } }
  #header .cart_block a {
    color: #fff; }
    #header .cart_block a:hover {
      color: #9c9b9b; }
  #header .cart_block .cart_block_list .remove_link a,
  #header .cart_block .cart_block_list .ajax_cart_block_remove_link {
    color: #fff;
    outline: none;
    text-decoration: none; }
    #header .cart_block .cart_block_list .remove_link a:hover,
    #header .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
      color: #9c9b9b; }
  #header .cart_block .price {
    color: #fff; }
  #header .cart_block dt {
    background: url("/themes/AngarTheme/img/cart-shadow.png") repeat-x; }
    #header .cart_block dt.first_item {
      background: none; }
  #header .cart_block .product-atributes {
    padding-bottom: 10px;
    font-size: 12px; }
    #header .cart_block .product-atributes a {
      color: #9c9b9b; }
      #header .cart_block .product-atributes a:hover {
        color: #fff; }
  #header .cart_block .cart-prices {
    border: none;
    background: url("/themes/AngarTheme/img/cart-shadow.png") repeat-x #3d3d3d; }
  #header .cart_block .cart-buttons {
    background: url("/themes/AngarTheme/img/cart-shadow.png") repeat-x #333; }
#header .block_content {
  margin-bottom: 0; }

.cart_block #cart_block_summary,
.cart_block .title_block span,
#header .cart_block h4,
#header .cart_block .title_block,
#header .cart_block h4 {
  display: none; }

.cart_block .cart_block_shipping_cost,
.cart_block .cart_block_tax_cost,
.cart_block .cart_block_total,
.cart_block .cart_block_wrapping_cost {
  float: right; }

.cart_block table.vouchers {
  clear: both;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px; }
  .cart_block table.vouchers tr td {
    padding: 2px; }
    .cart_block table.vouchers tr td.quantity {
      margin-right: 5px;
      min-width: 18px; }
    .cart_block table.vouchers tr td.delete {
      padding-left: 0;
      padding-right: 0;
      text-align: right;
      width: 15px; }

/*****************************************************************************
					Layer Cart Css
*****************************************************************************/
.layer_cart_overlay {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 98;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2; }

* html .layer_cart_overlay {
  position: absolute;
  left: 0;
  margin-left: -160px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2; }

#layer_cart {
  background-color: #fff;
  position: absolute;
  display: none;
  z-index: 999;
  width: 84%;
  margin-right: 8%;
  margin-left: 8%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  #layer_cart .layer_cart_product {
    padding: 21px 30px 30px 30px; /* AngarTheme */
     
    position: static; }
    #layer_cart .layer_cart_product .title {
      display: block;
/* AngarTheme
      font: 400 23px/29px Arial, Helvetica, sans-serif;
*/
font-weight: 400;
font-size: 23px;
line-height: 29px;
      color: #46a74e;
      margin-bottom: 22px; }
      @media (max-width: 767px) {
        #layer_cart .layer_cart_product .title {
          font-size: 18px;
          padding-right: 0;
          line-height: normal; } }
      #layer_cart .layer_cart_product .title i {
        font-size: 30px;
        line-height: 30px;
        float: left;
        padding-right: 8px; }
        @media (max-width: 767px) {
          #layer_cart .layer_cart_product .title i {
            font-size: 22px;
            line-height: 22px; } }
    #layer_cart .layer_cart_product .product-image-container {
      max-width: 178px;
      border: 1px solid #d6d4d4;
      padding: 5px;
      float: left;
      margin-right: 30px; }
      @media (max-width: 480px) {
        #layer_cart .layer_cart_product .product-image-container {
          float: none;
          margin-right: 0;
          margin-bottom: 10px; } }
    #layer_cart .layer_cart_product .layer_cart_product_info {
      padding: 38px 0 0 0; }
      #layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title {
        display: block;
        padding-bottom: 8px; }
      #layer_cart .layer_cart_product .layer_cart_product_info > div {
        padding-bottom: 7px; }
        #layer_cart .layer_cart_product .layer_cart_product_info > div strong {
          padding-right: 3px; }
  #layer_cart .layer_cart_cart {
    background: #fafafa;
    border-left: 1px solid #d6d4d4;
    padding: 21px 30px 80px 30px; /* AngarTheme */ 
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px 4px 4px 0px;
    position: relative; }
    @media (min-width: 1200px) {
      #layer_cart .layer_cart_cart {
        min-height: 310px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #layer_cart .layer_cart_cart {
        min-height: 310px; /* AngarTheme */ } }
    @media (max-width: 991px) {
      #layer_cart .layer_cart_cart {
        -moz-border-radius: 0px 0 4px 4px;
        -webkit-border-radius: 0px;
        border-radius: 0px 0 4px 4px;
        border-left: none;
        border-top: 1px solid #d6d4d4; } }
    #layer_cart .layer_cart_cart .title {
      display: block;
/* AngarTheme
      font: 400 23px/29px Arial, Helvetica, sans-serif;
*/
font-weight: 400;
font-size: 23px;
line-height: 29px;

/* AngarTheme
          color: #777777;
*/
}
  #layer_cart .cross {
    position: absolute;
    right: 7px;
    top: 8px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: #333;
    z-index: 2; }
#layer_cart .cross:before {
    content: "×";
    display: flex;
    align-items: center;
    justify-content: center;

    width: 28px;
    height: 28px;

    font-size: 28px;
    line-height: 1;

    color: #333;

    font-family: inherit;
}
    #layer_cart .cross:hover {
      color: #515151; }
  #layer_cart .continue {
    cursor: pointer; }
  #layer_cart p {
    padding: 0px; }


/************************************************************************
						Layer Cart Caroucel
*************************************************************************/

/* AngarTheme */
#layer_cart .crossseling .crossseling-content {
  border-top: 1px solid #d6d4d4;
  padding: 10px 30px 20px;
  position: relative; }
#layer_cart .crossseling h2 {
/* AngarTheme
  font: 400 23px/26px Arial, Helvetica, sans-serif;
*/
font-weight: 400;
font-size: 23px;
line-height: 26px;
  color: #333;
  margin: 10px 0 20px; }
#layer_cart .crossseling #blockcart_list {
  max-width: 773px;
  width: 84%;
  margin: 0 auto;
  overflow: hidden; }
  #layer_cart .crossseling #blockcart_list ul {
    display: block; }
    #layer_cart .crossseling #blockcart_list ul li {
      float: left;
      width: 178px;
      margin: 0 0px 0 0; }
      #layer_cart .crossseling #blockcart_list ul li .product-image-container {
        border: 1px solid #d6d4d4;
        text-align: center;
        padding: 5px;
        margin-bottom: 15px; }
        #layer_cart .crossseling #blockcart_list ul li .product-image-container img {
          width: 100%; }
      #layer_cart .crossseling #blockcart_list ul li .product-name {
        padding-bottom: 5px; }
        #layer_cart .crossseling #blockcart_list ul li .product-name a {
          font-size: 15px;
          line-height: 20px; }
  #layer_cart .crossseling #blockcart_list a.bx-prev,
  #layer_cart .crossseling #blockcart_list a.bx-next {
    display: block;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    color: #333;
    text-indent: -5000px;
    position: absolute;
    top: 45%;
    margin-top: -20px; }
    #layer_cart .crossseling #blockcart_list a.bx-prev:after,
    #layer_cart .crossseling #blockcart_list a.bx-next:after {
      display: block;
      text-indent: 0; }
    #layer_cart .crossseling #blockcart_list a.bx-prev:hover,
    #layer_cart .crossseling #blockcart_list a.bx-next:hover {
      color: #c0c0c0; }
    #layer_cart .crossseling #blockcart_list a.bx-prev.disabled,
    #layer_cart .crossseling #blockcart_list a.bx-next.disabled {
      display: none; }
  #layer_cart .crossseling #blockcart_list a.bx-prev {
    left: 5%; }
    #layer_cart .crossseling #blockcart_list a.bx-prev:after {
      content: "\f137"; }
  #layer_cart .crossseling #blockcart_list a.bx-next {
    right: 5%; }
    #layer_cart .crossseling #blockcart_list a.bx-next:after {
      content: "\f138"; }
  #layer_cart .crossseling #blockcart_list .bx-controls {
    overflow: hidden; }


/* ===================================================== */
/* /themes/AngarTheme/css/modules/blockcategories/blockcategories.css */
/* ===================================================== */

#categories_block_top {
  clear: both;
  position: relative;
  top: 30px; }
  #categories_block_top .sf-menu {
    position: relative; }
    #categories_block_top .sf-menu > li {
      position: static; }
      #categories_block_top .sf-menu > li > ul {
        width: 100%;
        top: 60px;
        margin: 0 20px; }
        #categories_block_top .sf-menu > li > ul > li {
          display: block;
          float: left;
          width: 20%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0 10px; }
        #categories_block_top .sf-menu > li > ul > .category_thumb {
          display: block;
          clear: both;
          overflow: hidden;
          width: 100%; }
          #categories_block_top .sf-menu > li > ul > .category_thumb img {
            display: inline-block;
            width: 33%; }
      #categories_block_top .sf-menu > li h4 a {
        font-size: 1.1em; }
        #categories_block_top .sf-menu > li h4 a:before {
          display: none; }
      #categories_block_top .sf-menu > li .main-level-submenus {
        position: relative;
        display: block !important;
        visibility: visible !important;
        top: 0;
        background: none;
        box-shadow: none;
        padding: 0;
        left: 0; }
    #categories_block_top .sf-menu .category_thumb {
      display: none; }

#categories_block_left .block_content > ul {
  border-top: 1px solid #d6d4d4; }
#categories_block_left li {
  position: relative; }
  #categories_block_left li a {
    font-weight: bold;
/* AngarTheme
    color: #333;
*/
    display: block;
/* AngarTheme
    font-size: 13px;
*/
    line-height: 30px;
    padding: 0 30px 0 19px;
    border-bottom: 1px solid #d6d4d4; }
  #categories_block_left li span.grower {
    display: block;
    background: #f6f6f6;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-family: "FontAwesome";
    font-size: 14px; }
    #categories_block_left li span.grower.OPEN:before, #categories_block_left li span.grower.CLOSE:before {
      content: "\f068";
      display: block;
      vertical-align: middle;
      width: 30px;
      height: 30px;
      color: #333;
      line-height: 30px;
      text-align: center; }
    #categories_block_left li span.grower.CLOSE:before {
      content: "\f067";
      color: silver; }
  #categories_block_left li span.grower:hover + a,
  #categories_block_left li a:hover,
  #categories_block_left li a.selected {
    background: #f6f6f6; }
  #categories_block_left li li a {
    font-weight: normal;
 }
#categories_block_left li li a:before {
    content: "›";
    line-height: 29px;
    padding-right: 8px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

/* ===================================================== */
/* /themes/AngarTheme/css/modules/blocklanguages/blocklanguages.css */
/* ===================================================== */

#languages-block-top {
  float: right;
  border-left: 1px solid #515151;
  position: relative; }
  @media (max-width: 479px) {
    #languages-block-top {
      width: 25%; } }
  #languages-block-top span.firstWord {
    display: none; }
  #languages-block-top div.current {
    font-weight: bold;
    padding: 8px 10px 10px 10px;
    line-height: 18px;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer; }
    @media (max-width: 479px) {
      #languages-block-top div.current {
        text-align: center;
        padding: 9px 5px 10px;
        font-size: 11px; } }
    #languages-block-top div.current strong {
      color: #777777; }
    #languages-block-top div.current:after {
      content: "\f0d7";
      font-family: "FontAwesome";
      font-size: 18px;
      line-height: 18px;
      color: #686666;
      vertical-align: -2px;
      padding-left: 12px; }
      @media (max-width: 479px) {
        #languages-block-top div.current:after {
          padding-left: 2px;
          font-size: 13px;
          line-height: 13px;
          vertical-align: 0; } }
    @media (max-width: 479px) {
      #languages-block-top div.current .cur-label {
        display: none; } }
  #languages-block-top ul {
    display: none;
    position: absolute;
    top: 37px;
    left: 0;
    width: 157px;
    background: #333;
    z-index: 2; }
    #languages-block-top ul li {
      color: #fff;
      line-height: 35px;
      font-size: 13px; }
      #languages-block-top ul li a,
      #languages-block-top ul li > span {
        padding: 0 10px 0 12px;
        display: block;
        color: #fff; }
      #languages-block-top ul li.selected, #languages-block-top ul li:hover a {
        background: #484848; }


/* ===================================================== */
/* /themes/AngarTheme/css/modules/blockuserinfo/blockuserinfo.css */
/* ===================================================== */

.header_user_info {
  float: right;
  border-left: 1px solid #515151;
  border-right: 1px solid #515151; }
  .header_user_info a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 8px 9px 11px 8px;
    cursor: pointer;
    line-height: 18px; }
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info a:hover, .header_user_info a.active {
      background: #2b2b2b; }

/* ===================================================== */
/* /themes/AngarTheme/css/modules/blockviewed/blockviewed.css */
/* ===================================================== */

/* Block Viewed Products */
#viewed-products_block_left li.last_item {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none; }


/* ===================================================== */
/* /modules/angarcmsinfo/views/css/angarcmsinfo.css */
/* ===================================================== */

div#angarinfo_block {
text-align: center;
float: left;
width: 100%;
padding: 10px 0 0;
}

div#angarinfo_block .icon_cms {
font-size: 36px;
margin: 0 0 6px;
width: 100%;
color: #1379CE;
}

div#angarinfo_block .icon_cms span{
display: none;
}

div#angarinfo_block  h3{
margin: 2px 0 4px;
font-weight: bold;
font-size: 18px;
text-transform: uppercase;
}

div#angarinfo_block p{
margin: 0;
}

div#angarinfo_block a:hover{
text-decoration: underline;
}

@media (max-width: 767px) {

div#angarinfo_block{
margin: 10px 0;
padding: 0;
}

div#angarinfo_block .col-xs-3{
width: 50%;
margin-bottom: 10px;
}

div#angarinfo_block .col-xs-3:nth-child(3){
clear: both;
}

}

@media (max-width: 480px) {

div#angarinfo_block {
padding: 0px 0;
}

div#angarinfo_block .col-xs-3{
width: 100%;
}

}


/* ===================================================== */
/* /themes/AngarTheme/css/modules/productscategory/css/productscategory.css */
/* ===================================================== */

#productscategory_list .product-name {
  margin-bottom: 5px; }
  #productscategory_list .product-name a {
    font-size: 15px;
    line-height: 18px;
    color: #3a3939; }
    #productscategory_list .product-name a:hover {
      color: #515151; }

/* AngarTheme
#productscategory_list .exclusive span {
  font-size: 13px;
  line-height: 18px;
  padding: 2px 8px 3px;
  text-decoration: none; }
*/

  #productscategory_list .exclusive span:focus, #productscategory_list .exclusive span:active {
    text-decoration: none; }


/* ===================================================== */
/* /modules/angarparallax/views/css/at_parallax.css */
/* ===================================================== */

#parallax_baner {
min-height: 200px;
background: #f6f6f6;
background-position: top center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
text-align: center;
color: #fff;
padding: 60px 20px;
margin: 0 -15px 20px;
}

.no_bg #parallax_baner {
margin: 0 0 20px;
}

#parallax_baner .parallax_desc {
display: block;
}

#parallax_baner .parallax_desc h1 {
margin: 0 0 10px;
font-weight: 400;
font-size: 34px;
}

#parallax_baner .parallax_desc h2 {
margin: 0 0 10px;
font-weight: 400;
font-size: 34px;
}

#parallax_baner .parallax_desc h3 {
margin: 0 0 10px;
font-weight: 400;
font-size: 28px;
}

#parallax_baner .parallax_desc h4 {
margin: 0 0 10px;
font-weight: 400;
font-size: 24px;
}

#parallax_baner .parallax_desc h5 {
margin: 0 0 10px;
font-weight: 400;
font-size: 18px;
}

#parallax_baner .parallax_desc h6 {
margin: 0 0 10px;
font-weight: 400;
font-size: 16px;
}

#parallax_baner .parallax_desc p {
margin: 0 auto 10px;
font-weight: 400;
max-width: 800px;
}

#parallax_baner a.parallax_button {
display: inline-block;
color: #fff;
padding: 4px 4px;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
}

#parallax_baner a.parallax_button:hover {
text-decoration: underline;
}

/*** LEFT COLUMN AND RIGHT COLUMNS STYLES***/
#columns h4.title_block,
#columns .block .title_block,
#columns .block h4,
.index_title {
background: none;
text-transform: uppercase;
font-weight: 600;
font-size: 16px;
line-height: 20px;
padding: 0px;
margin-top: 0;
margin-bottom: 10px;
border-top: 0;
border-bottom:  1px solid #d6d4d4;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

#columns .myaccount-column .title_block,
#columns div#categories_block_left .title_block,
#columns .informations_block_left .title_block,
#columns div#manufacturers_block_left .title_block,
#columns div#suppliers_block_left .title_block{
margin-bottom: 0px;
}

div#left_column .block,
div#right_column .block {
margin-bottom: 20px;
}

div#left_column .block_content,
div#right_column .block_content {

}

div#categories_block_left  .block_content,
div#left_column .block_content.list-block,
div#right_column .block_content.list-block {
padding: 0;
}

#columns .block .list-block,
#columns .block .list-block ul{
margin: 0;
}

#columns .block .list-block li {
padding: 0;
border-top: 1px solid #d6d4d4;
}

#columns .block .list-block li:first-child {border: 0;}

#columns .block .list-block li a {
display: block;
padding: 9px 0 9px 14px;
}

#columns .block .list-block li a:hover {
font-weight: bold;
background: #f6f6f6;
}

#columns .block .list-block .form-group {
padding: 8px 0;
}

#columns .products_block div.block_content  li,
#columns .block .products-block li {
padding: 0 0 8px 0;
margin-bottom: 10px;
}

#columns #viewed-products_block_left ul{
margin-bottom: 0;
}

#columns #viewed-products_block_left li{
padding: 0 0 10px 0;
}

#columns #viewed-products_block_left li.last_item {
padding: 0;
margin-bottom: 0;
}

#columns .products_block div.block_content  li .products-block-image,
#columns .block .products-block li .products-block-image {
float: left;
border: 0;
margin-right: 10px;
width: 70px;
}

.block .products-block li .product-content {
overflow: hidden;
display: table-cell;
vertical-align: middle;
height: 70px;
}

.block .products-block li .product-content h5 {
font-weight: bold;
font-size: 14px;
line-height: 16px;
margin-bottom: 0;
text-transform: uppercase;
}

.block .products-block li .product-content h5 a {
font-size: 14px;
line-height: 16px;
}

.block .products-block li .product-content h5 a:hover {
text-decoration: underline;
}

.block .products-block .product-description {
display: none;
clear: both;
margin-bottom: 0;
}

#columns #viewed-products_block_left .products-block .product-description {
display: block;
}

.block .products-block li .product-content h5{
top: 0;
margin: 0 0 4px;
}

/* Left columns price */
#columns .block_content .price-box {
clear: both;
}

#columns .block_content .price {
font-weight: bold;
color: #F8653D;
font-size: 15px;
}

/*** LEFT COLUMN AND RIGHT COLUMNS STYLES***/

/*** FOOTER ***/
section.blockcategories_footer{
display: none;
}

.footer-container {
position: relative;
background: #2f2f2f;
margin: 0 auto;
padding-bottom: 40px;
border-top: 1px solid #d6d4d4;
}
.footer-contact-text {
	color: #fff;
}

.footer-container #footer .row {
position: initial;
}

/* Footer links */
.footer-container #footer{
clear: both;
}

.footer-container #footer .footer-block {
margin-top: 20px;
}

.footer-container #footer h4{
cursor: initial;
text-transform: uppercase;
font-size: 16px;
line-height: 18px;
margin-bottom: 20px;
}

.footer-container #footer h4 span{
display: inline-block;
border-bottom: 2px solid #F8653D;
margin-bottom: -1px;
padding: 7px 0;
}

.footer-container #footer, .footer-container #footer a,
.footer-container #footer h4,
.footer-container #footer h4 a {
color: #fff;
}

.footer-container #footer a:hover {
text-decoration: underline;
}

.footer-container #footer .footer-block ul {
color: #908f8f;
}

.footer-container #footer ul li a {
font-weight: normal;
text-shadow: none;
}

/* Cms bottom */
.footer-container .container {
padding-bottom: 0;
}

.footer-container #footer .bottom-footer {
border-top: 1px solid #e6e6e6;
background: #2f2f2f;
color: #fff;
text-align: left;
bottom: -40px;
padding: 0;
}

.footer-container #footer .bottom-footer div {
font-size: 12px;
border: 0;
padding: 10px 15px;
max-width: 1200px;
margin: 0 auto;
text-align: center;
}

/* Cms bottom IE11 fix */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.footer-container #footer .bottom-footer {
bottom: -38px;
}
}


/* Contact */
.footer-container #footer #block_contact_infos {
border-left: 0;
}

.footer-container #footer #block_contact_infos ul{
margin-left: 0;
list-style: none;
color: #282828;
}

.footer-container #footer #block_contact_infos > div ul li{
line-height: 18px;
padding: 0 0 7px 0px;
}

.footer-container #footer #block_contact_infos > div ul li i{
display: none;
padding-right: 4px;
font-size: 22px;
width: 30px;
}

.footer-container #footer #block_contact_infos > div ul li i.icon-envelope-alt{
font-size: 20px;
margin-top: -2px;
}

.footer-container #footer #block_contact_infos > div ul li > span,
.footer-container #footer #block_contact_infos > div ul li > span a {
font-weight: bold;
color: #282828;
}
/*** FOOTER END ***/



/* ===================================================== */
/* /modules/angarthemeconfigurator/views/css/product_styles.css */
/* ===================================================== */

/*** PRODUCT ***/
.pb-center-column h1{
font-size: 22px;
line-height: 22px;
font-weight: bold;
margin: 0;
}

.pb-center-column .refrence_box {
padding-bottom: 8px;
}

.pb-center-column #product_reference,
.pb-center-column .refrence_box p{
display: inline-block;
margin: 0 20px 8px 0;
}

.refrence_box p label{margin-bottom: 0;}

.pb-center-column #short_description_block{
border-top: 1px solid #DBDBDB;
padding-top: 16px;
}
.pb-center-column #short_description_block #short_description_content{padding: 0 0 10px;}
.pb-center-column #short_description_block #short_description_content p{margin-bottom: 10px;}

.product_modules_box {
border-top: 1px solid #DBDBDB;
padding-top: 10px;
}

/* Availability */
#availability_statut, #pQuantityAvailable {
display: inline-block;
margin-bottom: 16px;
}

#availability_statut .label-success,
#availability_statut .label-danger,
#last_quantities{
background: none;
border: 0;
color: #55c65e;
}

#last_quantities,
#availability_statut .label-danger{
color: red;
top: 0;
}

#availability_value,
#last_quantities{
padding: 0;
}

/* Usefull link */
#usefull_link_block li:first-child,
#usefull_link_block li{
display: inline-block;
margin: 0 20px 0 0;
}

#usefull_link_block li a {
padding-left: 18px;
-webkit-transition: all 0.15s;
-moz-transition: all 0.15s;
-o-transition: all 0.15s;
transition: all 0.15s;
}

#usefull_link_block li a:before {
color: inherit;
font-size: 15px;
}

#usefull_link_block li a:hover {
text-decoration: underline;
}

.comments_advices a:hover {
text-decoration: underline;
}

/* Product right column and padding */

.product_attributes, .box-cart-bottom {
-moz-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0);
-webkit-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0);
box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0);
}

.buttons_bottom_block{
padding: 0;
}

.our_price_display,
.our_price_display .price{
font-size: 24px;
font-weight: 700;
}

#reduction_percent,
#reduction_amount {
position: absolute;
right: 0;
font-weight: 400;
color: #fff;
background: #ff0011;
border: 0;
font-size: 12px;
line-height: 12px;
padding: 5px 6px 5px;
margin: 5px 5px 0 0;
}

#old_price {
color: #F00;
padding-bottom: 0;
margin-bottom: 0;
font-size: 16px;
font-weight: bold;
}

#old_price .price {
color: #F00;
font-size: 16px;
}

.box-security{
padding: 10px 0;
}

/* Attributes */
#attributes .attribute_list #color_to_pick_list{
margin-bottom: 0;
}

#attributes fieldset {
padding-bottom: 12px;
}

#quantity_wanted_p label{
float: left;
padding-right: 10px;
}

#quantity_wanted_p input {
text-align: center;
width: 60px;
height: 40px;
line-height: 40px;
padding: 0;
float: left;
border: 1px solid #d6d4d4;
}

.quantity_buttons{
float: left;
width: 30px;
height: 40px;
border: 1px solid #D6D4D4;
border-left: 0;
}

.quantity_buttons a {
	color: #7a7474;
	display: flex;
    clear: both;
    width: 100%;
    height: 19px;
    line-height: 19px;
    text-align: center;
    justify-content: center;
}

.quantity_buttons a.product_quantity_up{
border-bottom: 1px solid #D6D4D4;
}

.product_quantity_down .icon-minus:before {
content: "\f107";
}

.product_quantity_up .icon-plus:before {
content: "\f106";
}
@media (max-width:480px) {
	pb-center-column h1 {
		display: block;
	}
}
/* Tabs */
.primary_block {
margin-bottom: 10px;
}

h3.page-product-heading{
font-size: 16px;
line-height: 18px;
border: 0;
background: none;
padding: 0;
}

h3.page-product-heading span{
display: inline-block;
border-bottom: 2px solid #F8653D;
margin-bottom: -1px;
padding: 5px 0;
}

#product .page-product-box .rte{
padding: 0 0 0px;
}

.table-data-sheet{
margin-bottom: 16px;
border-left: 1px solid #d6d4d4;
border-right: 1px solid #d6d4d4;
}

.table-data-sheet tr.even {
background: #F7F7F7;
}

.table-data-sheet,
.table-data-sheet tr,
.table-data-sheet tr td:first-child{
border-color: #DBDBDB;
}

.table-data-sheet tr td {
padding: 8px 20px;
}

/* .pb-left-column */

/* sale-box and new-box labels */
#product #image-block .new-box,
#product #image-block .sale-box {
top: 5px;
left: 5px;
}

#product #image-block .sale-box_new {
top: 31px;
}

/* Miniatures */
.col-sm-9 #thumbs_list{width: 294px;}
.col-sm-9 span.view_scroll_spacer {width: 27px; padding-left: 2px;}

@media (min-width: 992px) and (max-width: 1199px) {
.col-sm-9 #thumbs_list{width: 194px;}
.col-sm-9 span.view_scroll_spacer {width: 44px; padding-left: 16px;}
}

@media (min-width: 768px) and (max-width: 991px) {
.col-sm-9 #thumbs_list {width: 82px;}
.col-sm-9 span.view_scroll_spacer {width: 41px; padding-left: 13px;}
}

@media (max-width: 767px) {
.col-sm-9 #thumbs_list {width: 196px;}
.col-sm-9 span.view_scroll_spacer {width: 45px; padding-left: 14px;}
}

/* Quick view */
#product.content_only div.primary_block div.pb-center-column,
#product.content_only div.primary_block div.pb-right-column{
float: left;
}

#product.content_only div.primary_block .box-info-product{
padding-left: 0;
padding-right: 10px;
}

#product.content_only div.primary_block div.pb-right-column .box-info-product {
min-height: auto;
height: auto;
margin-top: 15px;
padding-bottom: 0px;
}

#product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive span {
font-size: 18px;
}

#product.content_only.product_layout2 .our_price_display {
margin-bottom: 0;
}

#product.content_only.product_layout2 #old_price {
margin-left: 0px;
}

#product.content_only .box-info-product{
border-left: 1px solid #DBDBDB;
padding-right: 10px;
}

#product.content_only .content_prices,
#product.content_only .product_attributes,
#product.content_only .box-cart-bottom {
padding: 0 0 0 20px;
}

#product.content_only .content_prices{
border-top: 0;
padding-top: 0;
padding-bottom: 10px;
margin-top: 0;
}

#product.content_only #attributes {
border-bottom: 0px;
margin-bottom: 0px;
}

#product.content_only #attributes fieldset{
width: 100%
}

#product.content_only .add_to_cart_box{
float: none;
}

#product.content_only p#add_to_cart {
padding: 8px 0;
}

#product.content_only .box-info-product .exclusive{
line-height: 14px;
}

#product.content_only .box-info-product .exclusive:before {
line-height: 12px;
}

@media (max-width: 1199px) {
#product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive span {
padding: 0;
font-size: 16px; }
}

@media (max-width: 479px) {

#product.content_only div.primary_block div.pb-right-column .box-info-product {
margin-top: 0;
}

#product.content_only div.primary_block div.pb-center-column,
#product.content_only div.primary_block div.pb-right-column {
float: left; 
width: 100%;
min-height: auto;
padding: 10px 20px 10px 35px;
}

#product.content_only div.primary_block div.pb-right-column {
padding-bottom: 20px;
}

}

/* Product accessory */
.page-product-box.accessories {
padding-bottom: 26px;
}

/* Product category */
body #center_column .page-product-box ul.product_list.grid > li {
clear: none;
}

.page-product-box .bx-wrapper .bx-viewport ul.product_list.grid {
margin: 0 0;
}

/* Product category nav */
.page-product-box .slider-btn {
font-weight: normal;
float: right;
width: 20px;
height: 22px;
line-height: 26px;
text-align: center;
margin-top: 4px;
}

.page-product-box .slider-btn a {
cursor: pointer;
color: #000;
left: 0;
right: 0;
text-decoration: none;
}

.page-product-box .slider-btn a:before {
display: none;
}

.page-product-box .slider-btn a.disabled {
cursor: default;
color: #ccc;
}
.domi-language-dropdown{
    position:relative;
    display:inline-flex;
    align-items:center;
    z-index:30;
}

.domi-language-current{
    display:flex;
    align-items:center;
    gap:4px;
    height:34px;
    padding:0 8px;
    border:1px solid #ddd;
    border-radius:4px;
    background:#fff;
    font-size:13px;
    cursor:pointer;
}

.domi-language-arrow{
    font-size:10px;
    line-height:1;
}

.domi-language-menu{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    min-width:82px;
    background:#fff;
    border:1px solid #ddd;
    border-radius:4px;
    box-shadow:0 4px 12px rgba(0,0,0,.12);
    overflow:hidden;
}

.domi-language-dropdown:hover .domi-language-menu{
    display:block;
}

.domi-language-option{
    display:block;
    padding:8px 10px;
    font-size:13px;
    color:#333;
    text-decoration:none;
    white-space:nowrap;
}

.domi-language-option:hover,
.domi-language-option.active{
    background:#f5f5f5;
    font-weight:700;
}
@media (max-width: 767px){

    .domi-language-current{
        background:transparent;
		color: #fff;
        border:none;
        box-shadow:none;
        padding:0 6px;
        height:auto;
    }

    .domi-language-current:hover,
    .domi-language-current:focus{
        background:transparent;
        border:none;
        box-shadow:none;
    }
}
.domi-product-gallery {
	width: 100%;
	background: #fff;
}

.domi-gallery-main {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	border: 1px solid #eee;
	border-radius: 10px;
}

.domi-gallery-main::-webkit-scrollbar {
	display: none;
}

.domi-gallery-slide {
	flex: 0 0 100%;
	scroll-snap-align: start;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.domi-gallery-slide img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.domi-gallery-dots {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-top: 10px;
}

.domi-gallery-dots button {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 0;
	background: #ccc;
	padding: 0;
	cursor: pointer;
}

.domi-gallery-dots button.active {
	background: #222;
}

.domi-gallery-thumbs {
	display: flex;
	gap: 8px;
	margin-top: 12px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.domi-gallery-thumb {
	flex: 0 0 auto;
	width: 68px;
	height: 68px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 8px;
	padding: 4px;
	cursor: pointer;
}

.domi-gallery-thumb.active {
	border-color: #222;
}

.domi-gallery-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}