@font-face {
    
  font-family: 'icons';
  src:  url('icons.eot?r8n98t');
  src:  url('icons.eot?r8n98t#iefix') format('embedded-opentype'),
    url('icons.ttf?r8n98t') format('truetype'),
    url('icons.woff?r8n98t') format('woff'),
    url('icons.svg?r8n98t#icons') format('svg');
  font-weight: normal;
  font-style: normal;
    
}

html {
    
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
    scroll-behavior: smooth;
     /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    
}

body {
    
    font-display: fallback
    
}

a, a .dom-text-color, #dom-preheader-text button, .dom-remove-gift-card, a.btn-primary {
	
	transition:all 0.3s ease 0s;
	
}


a,a:active, a:focus, a:hover, object, embed { 

	outline: 0;
	text-decoration:none
  
}

/* Header */

#dominus-preheader {
    
	padding-left: 30px;
	padding-right: 30px;
    
}

#dom-preheader-text {
    
    padding-top: 12px;
    padding-bottom: 12px;
    color: #e3e3e3;
    line-height: 18px
    
}

#dom-preheader-text p {
    
    margin: 0
    
}

#dom-preheader-text button {
    
	top: 50%;
    transform: translateY(-50%);
    opacity: .8;
    text-shadow: inherit;
    
}

#dom-preheader-text button:hover {
    
    opacity: 1
    
}

#dom-preheader-text button i {
    
	font-size: 1rem;
    
}

#dom-user-ctrl-header, .dom-icon-header {
    
	padding: 4px 8px;
    margin-top: 3px
    
}

#dom-user-ctrl-header i, .dom-icon-header i {
    
	font-size: 24px;

}

a.dom-icon-header:active {

	box-shadow: 0 0 0 0 transparent;
    
}

/* Header - End */

/* Productos Catálogo */

.dom-prod-cat-list, .dom-prod-cat-list a {
    
    font-size: 11px;
    line-height: 14px
    
}

.post-type-archive-dom_products .dom-producto-catalogo, .tax-dom_prod_tax .dom-producto-catalogo {
    
    padding: 0 30px
    
}

.dom-producto-catalogo .dom-product-image {
    
    position: relative
    
}

.dom-add-fv {
    
	position: absolute;
	top: 5px;
	right: 5px;
	opacity: 0;
	font-size: 25px;
    
}

.dom-producto-catalogo:hover .dom-add-fv {
    
   opacity: 1
    
}

.dom-add-fv:hover {
    
    opacity: 1
    
}

.dom-add-fv:hover .icon-star-empty::before {
    
    content: "\e9d9"
    
}

.dom-prod-zoom {
    
    overflow: hidden;
    display: block;
    height: auto;
    position: relative
    
}

.dom-prod-zoom .dom-product-front-image {
    
    transition: all .6s ease;
    
}

.dom-prod-zoom:hover .dom-product-front-image {
    
    transform: scale(1.07);
    opacity: .9
    
}

.dom-producto-catalogo h6 {
    
    line-height: 23px;
    font-size: 20px
    
}

.dom-producto-catalogo h4 {
    
    line-height: 26px;
    font-size: 20px;
	border-bottom: 1px dotted #d3d3d3;
	padding-bottom: 9px;
    
}

/* SINGLE PRODUCT */

.single-dom_products .dom-free-shipping-badge {
    
	top: 15px;
	bottom: inherit;
	right: inherit;
	left: 15px;
    font-size: 12px;
    padding: 6px 8px 6px 8px
        
}

.dom-single-product-small {
    
	font-size: 15px;
	line-height: 17px;
    
}

.dom-single-product-small .icon-help-circle {
    
	opacity: .5
    
}

#dom-single-product-price {
    
	/* border-top: 1px dotted #d3d3d3; */
	padding-top: 15px;
    
}

#dom-single-product-price strike {
    
    font-size: 21px
    
}

.dom-strike-side-icon {
    
    font-size: 20px
    
}

#dom-single-product-specs li {
    
    font-size: 16px;
    margin-bottom: 12px
    
}

#dom-single-product-specs i {
    
	font-size: 18px;
	position: relative;
	top: 2px;
	margin-right: 10px;
    opacity: .4;
    float: left
        
}

#dom-single-product-specs span {
    
    display: inline-block;
    width: 91%
    
}

.dom_single_add_cart {
    

    
}

.dom_single_add_cart i {
    
	position: relative;
	top: -1px;
    
}

.dom_single_product_quantity .input-group-append .btn {
    
    padding: 11px 18px
    
}

.dom_single_product_quantity input.form-control {
    
    height: 58px;
    padding: 0;
    border-top: 1px solid #ddd
    
}

.dom_single_product_quantity i {
    
	font-size: 17px;
    
}

#dom_product_not_available .alert {
    
    line-height: 17px;
    
}

.dom-product-gallery-item a {
    
    opacity: .5
    
}

.dom-product-gallery-item a:hover {
    
    opacity: 1
    
}

.dom-single-product-content .icon-credit-card, #dom_product_not_available .alert i, .dom-single-product-content .icon-truck, .dom-single-product-content .icon-help-circle, .dom-icon-fix {
    
    position: relative;
    top: 2px
    
}

#dom-single-product-cond {
    
	font-size: 13px;
    line-height: 14px
    
}

#dom-single-img-ppal {
    
    position: relative
    
}

#dom-single-img-ppal a:hover {
    
    opacity: .5
    
}

#dom-single-img-ppal i {
    
    transition:all 0.3s ease 0s;
    
}

#dom-single-img-ppal:hover i, .dom-product-gallery-item a:hover i {
    
    opacity: .6
    
}

#dom-single-img-ppal i, .dom-product-gallery-item a i  {
    
	position: absolute;
	top: 50%;
	font-size: 120px;
	left: 0;
	right: 0;
	transform: translateY(-50%);
    pointer-events: none;
    opacity: 0
        
}

.dom-product-gallery-item a i {
    
    font-size: 45px
    
}

.dom-product-gallery-item a {
    
    position: relative
    
}

/* REVIEWS */

#dom-single-product-reviews {
    
    padding: 60px 15px 100px 15px;
    position: relative
    
}

.dom-review-stars i {
    
    font-size: 14px
    
}

.dom-review-date {
    
	font-size: 12px;
	line-height: 15px;
    
}

.dom-single-review-content {
    
	opacity: .8;
	font-size: 15px;
	line-height: 23px;
    
}

.dom-review-username {
    
    font-size: 18px
    
}

#dom-add-review-intro {
    
    font-size: 16px
    
}

#commentform {
    
    font-size: 17px
    
}

#commentform .form-submit {
    
    text-align: right
    
}

#dom-review-ratings i {
    
    position: relative;
    top: 1px;
    cursor: pointer
    
}

/* DOMINUS STORE */

.dom-producto-catalogo-brd {
        
	border: 1px solid #efefef;
	border-radius: 8px;
	padding: 10px;
        
    }

.dom-badge-new {
    
	position: absolute;
	top: 0;
	left: 0;
    pointer-events: none
    
}

.dom-free-shipping-badge {
    
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 5px 4px 6px;
	line-height: 9px;
	border-radius: 5px;
    pointer-events: none;
    opacity: .6
        
}

.dom-badge-promo {
    
	position: absolute;
	bottom: 0;
	left: 0;
    pointer-events: none
    
}

.dom-store-intro {
    
	padding: 20px 25px;
	border-left: 4px solid transparent;
	border-radius: 0 4px 4px 0;
    line-height: 28px;
    font-size: 16px;
    
}

.dom-products-cats li {
    
	border-bottom: 1px dotted #d9d9d9;
	display: block;

}

.dom-products-cats li:last-of-type {
    
	border-bottom: 0px none transparent

}

.dom-products-cats li > a {
    
	line-height: 15px;
	display: block;
	padding: 18px 0;
    
}

.dom-products-cats {
    
    font-size: 16px
    
}

.dom-producto-catalogo .dominus-buy-now {
    
	line-height: 17px;
	padding: 14px 18px;
	font-size: 19px;
    
}

.dom-producto-catalogo .dominus-add-to-cart {
    
	padding: 9px 12px;
	margin-right: 2px;
    
}

.dom-producto-catalogo .dominus-add-to-cart .icon-shopping-bag, .dom-producto-catalogo .dominus-add-to-cart .icon-plus-circle {
    
	font-size: 21px;
	position: relative;
	top: 2px;
    
}


.dom_cart_popover_template {
    
    min-width: 414px;
    padding: 0 15px;
    border-radius: 0
    
}

.dom_cart_popover_template .popover-header {
    
	background-color: #fff;
	border-bottom: 0 none;
	font-size: 14px;
    
}

.dom_cart_popover_template .popover-body, .dom_cart_products_nodes {
    
    min-height: 180px
    
}

#dom-cart-header-dismiss {

    cursor: pointer
    
}
    
#dom-cart-header-dismiss i {
    
	font-size: 12px;
	position: relative;
	top: 1px;
	right: 2px;
	opacity: .6;
    
}

#dom_cart_popover_buttons .btn-sm {
    
    border-radius: 4px
    
}

#dom_cart_header_loader {
    
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    bottom: 0;
    right: 0;
	background-color: rgba(255 255 255 / 80%);
	z-index: 1030;
    display: none;
    flex-direction: row;
    flex-wrap: wrap;

}

.dom-cart-header-product-title {
    
	font-size: 15px;
	margin-bottom: 0;
	line-height: 17px;
    
}

.dom-cart-header-product-details {
    
    font-size: 13px;
    line-height: 14px
    
}

.dom-cart-thumbnail:hover {
    
    opacity: .8
    
}

.dom_cart_products_html {
    
    border-bottom: 1px dotted #dfdfdf;
    
}

.dom_cart_products_nodes .dom_cart_products_html:last-of-type, .dom_cart_products_nodes .dom_cart_products_html:first-of-type:last-of-type {
    
    border-bottom: 0 none;
    padding-bottom: 0 !important
    
}

.dom_cart_products_html .dom-strike-side-icon {
    
	font-size: 11px;
    
}

#dom-cart-subtotal-cont {
    
    font-size: 16px
    
}

.dominus-remove-from-cart {
    
	font-size: 14px;
	line-height: 14px;
	vertical-align: top;
	margin-top: 1px;
	opacity: .4;
    position: absolute;
    top: 0;
    right: 0
    
}

.dominus-remove-from-cart:hover {
    
    opacity: 1
    
}

.dom-cart-header-status-msg {
    
    font-size: 12px;
    line-height: 14px
    
}

#dom-shipping-progress .progress {
    
    background-color: #000;
    height: 18px;
    position: relative;
    border: 1px solid transparent
    
    
}

.dom_cart_products_nodes .badge {
    
    padding: 3px 8px;
    text-transform: uppercase;
    line-height: 12px
    
}

.popover .dom_cart_products_nodes .badge {
    
    opacity: .9
    
}

#dom-shipping-progress .progress-bar {
    
    padding-left: 10px;
    padding-top: 2px;
    background-image: linear-gradient(45deg,rgba(255, 255, 255, .30) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.30) 50%,rgba(255,255,255,.30) 75%,transparent 75%,transparent);
    
}

#dom-shipping-progress .progress span {

    color: #fff;
	position: absolute;
	top: 0;
	text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    font-size: 11px;
    font-weight: 600

}

#dom_cart_page_subheader .btn-lg {
    
    padding: 15px 75px
    
}

#dom_cart_header_empty_msg {
    
    line-height: 37px
    
}

#dom-cart-header .badge {
    
	position: absolute;
	top: 0px;
	right: -2px;
	line-height: 10px;
	padding: 3px 5px;
    
}

#dom-cart-header, .dom-cart-header-button {
    
	position: relative;
	color: #fff;
	padding: 5px 9px;
    z-index: 1050;
    margin-top: 3px
    
}

#dom-cart-header i {
    
	font-size: 24px;
	position: relative;
	top: 3px;
    
}

/* DOMINUS STORE END */


/* SHOPPING CART PAGE */

#dom_shopping_cart_page_cont {
    
    min-height: 550px
    
}

/* SHOPPING CART PAGE - END */

/* PAGE CONTACT US */

#dom-contact-form-cont input[type="text"], #dom-contact-form-cont input[type="email"], #dom-contact-form-cont input[type="phone"], #dom-contact-form-cont textarea {
    
    border-radius: 0;
    min-height: 40px;
    height: 40px;
    border: 1px solid transparent;
    border-top: none;
    border-bottom: 1px solid #DDD;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #ECECEC, 0 1px 0 #F2F2F2;
    margin-top: 25px;
    padding: 2px 20px
    
}

#dom-contact-form-cont input::placeholder {
    
    line-height: 37px
    
}

#dom-contact-form-cont textarea {
    
	border-radius: 0;
	min-height: 140px;
	line-height: 19px;
	padding-top: 15px;
    
}

#dom-contact-ind {
    
	position: relative;
	top: 8px;
	right: 12px;
    
}

#dom_contact_form_deco {
    
    max-height: 225px
    
}

/* PAGE CONTACT US - End */

/* SHOPPING CART PAGE */

#dom_shopping_cart_page_cont  .dom-cart-header-product-title {
    
	font-size: 19px;
	line-height: 20px;
    
}

.page-template-page-cart #dom_shopping_cart_page_cont .dom-cart-header-product-title {
    
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
    
}

#dom_shopping_cart_page_cont .dom-cart-header-product-details {

    font-size: 16px;
	line-height: 21px;

}

.page-template-page-cart #dom_shopping_cart_page_cont .dom-cart-header-product-details {

	margin-top: 4px;
	font-weight: bold;
}

#dom_shopping_cart_page_cont .dom-cart-header-product-details .icon-tag {
    
    display: none
    
}

#dom_shopping_cart_page_cont .dominus-remove-from-cart {
    
	font-size: 18px;
	line-height: 14px;
	vertical-align: top;
	margin-top: 0px;
	opacity: .3;
    position: absolute;
    top: 0;
    right: 0
        
}

#dom_shopping_cart_page_cont .dominus-remove-from-cart:hover {
    
    opacity: 1
    
}

#dom_shopping_cart_page_cont .dom_cart_products_nodes span.badge {
    
	text-transform: uppercase;
	font-size: 11px;
	padding: 4px 7px;
	line-height: 12px;
    position: relative;
    top: -2px
    
}

#dom_shopping_cart_page_cont .dom_cart_products_nodes .icon-check {
 
    font-size: 13px
    
}

div.dom_cart_page_product_specs {
    
    padding-left: 40px !important
    
}

#dom_shopping_cart_page_cont .dom_single_product_quantity input.form-control {
    
	height: 41px;
    
}

#dom_shopping_cart_page_cont .dom_single_product_quantity .input-group-append .btn {
    
	padding: 6px 14px;
    
}

#dom_shopping_cart_page_cont .dom_cart_products_html {
    
    margin-bottom: 60px;
    padding-bottom: 60px
    
}

.dom-cart-product-quantity {
    
    font-size: 14px;
    line-height: 16px;
    
}

.page-template-page-cart .dom-cart-product-quantity {
    
    font-size: inherit;
    
}

#dom_shopping_cart_page_cont .dom-cart-header-status-msg {
    
	font-size: 13px;
	line-height: 15px;
    
}

#dom_shopping_cart_page_cont #dom_cart_header_empty_msg {
    
    margin-bottom: 100px
    
}

#dom_cart_page_subheader p {
    
    font-weight: bold;
    line-height: 25px
    
}

/* SHOPPING CART PAGE - End */

/* CHECKOUT PAGE */

#dom_checkout_form_cont {
    
    min-height: 100vh;
    
}

#dom_checkout_form_cont, #dom_checkout_form_cont .form-control {
    
    background-color: #fdfdfd
    
}

.page-template-page-checkout #dominus-preheader, .page-template-page-checkout header, .page-template-page-checkout #dom_proceed_to_check_out_cont, .page-template-page-checkout #dom_cart_page_subheader h2, .page-template-page-checkout #dom_cart_banks_img, .page-template-page-checkout .dom_cart_popover_template {
    
    display: none
    
}

#dom_checkout_cart_content {
    
    border: 1px solid #f0f0f0
    
}

#dom_checkout_cart_content, #dom_checkout_form_cont {
    
    padding-top: 35px
    
}

.page-template-page-checkout #dom_cart_page_subheader p {
    
    font-weight: normal;
    
}

.page-template-page-checkout #dom_cart_page_subheader {
    
    margin-bottom: 10px
    
}

.page-template-page-checkout #dom_shopping_cart_page_cont {
    
    min-height: 330px
    
}

.page-template-page-checkout #dom_shopping_cart_page_cont .dom-cart-header-product-title {
    
	font-size: 16px;
	line-height: 18px;
    padding-right: 23px;
    margin-bottom: 1px;
    font-weight: bold
    
}

.page-template-page-checkout div.dom_cart_page_product_specs {
    
	padding-left: 12px !important;
    
}

.page-template-page-checkout #dom_shopping_cart_page_cont .dom-cart-header-product-details {
    
	font-size: 14px;
	line-height: 16px;
    
}

.page-template-page-checkout .dom-cart-thumbnail img {
    
    max-height: 100px
    
}

.page-template-page-checkout .dom-cart-product-quantity select {
    
	width: 37px;
	font-size: 14px;
    line-height: 14px;
	background-color: inherit;
	padding: 0;
    height: 16px
    
}

.page-template-page-checkout .dom-cart-product-quantity i {
    
    top: 1px
    
}

.page-template-page-checkout #dom_shopping_cart_page_cont .dom_cart_products_html {
    
	margin-bottom: 20px;
	padding-bottom: 20px;
    
}

#dom_store_checkout_form .dom-invisible-select {
    
    padding: 4px 0px 0px;
    height: 30px
    
}

#dom_store_checkout_form .dom-invisible-select-cont {
    
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
    
}

#dom_store_checkout_form .dom-invisible-select-cont i {
    
	top: 7px;
	right: 0;
	font-size: 20px;
    
}

.dom-invisible-select-cont .dom-error-container {
    
	position: absolute;
	bottom: -19px;
	left: 0;
	right: 0;
    
}

.dom-invisible-select-cont .badge {
    
	position: absolute;
	top: 5px;
	right: 24px;
    pointer-events: none
    
}

.page-template-page-checkout .dom_cart_products_nodes {
    
    min-height: inherit
    
}

#dom-store-checkout-totals h6 {
    
    font-size: 15px;
    margin-bottom: 5px
    
}

.page-template-page-checkout #dom_shopping_cart_page_cont #dom_cart_header_empty_msg {
    
	margin-bottom: inherit;
    
}

#dom_extras_cont h5 {
    
    font-size: 15px;
    line-height: 18px
    
}

#dom_extras_cont h6 {
    
    font-size: 15px;
    line-height: 16px
    
}

#dom_extras_cont .card {
    
    border-color: #e8e8e8
    
}

#dom_extras_cont .card .card-body {
    
    padding: 13px 14px
    
}

#dom_extras_cont .card .card-img-top:hover {
    
    opacity: .8
    
}

#dom_extras_cont .card .card-text span {
    
    padding-top: 7px;
    font-size: 15px
    
}

#dom_extras_modal h4, #dom_reg_modal h4 {
    
    font-size: 21px;
    line-height: 21px
    
}

#dom_extras_modal h5 {
    
    font-size: 16px;
    line-height: 16px
    
}

#dom_extras_modal #dom_extras_modal_desc, #dom_reg_modal #dom_reg_modal_desc {
    
	font-size: 14px;
	line-height: 20px;
    min-height: 110px

}

#dom_extras_modal .btn, #dom_extras_modal .btn {
    
    line-height: 19px
    
}

#dom_shipping_city {
    
    text-transform: capitalize
    
}

/* CHECKOUT PAGE - End */

/* USER PROFILE PAGE */

.dom-user-profile {
    
    margin-top: -135px;
    
}

.page-template-dominus-store-user-profile-page #dom_arc_prod_portada .container {
    
	min-height: 390px;
    
}

#dom-user-profile-info {
    
    min-height: 350px;
    padding: 25px 35px 40px;
    border-radius: 6px 6px 0 0
    
}

.page-template-dominus-store-user-profile-page #dom_arc_prod_portada p, .page-template-dominus-store-user-profile-page #dom_arc_prod_portada h2 {
    
    position: relative;
    z-index: 10;
    font-size: 2.4em;
    text-transform: uppercase
    
}

.page-template-dominus-store-user-profile-page #dom_arc_prod_portada p {
    
	font-size: 23px;
	margin-bottom: 60px;
	margin-top: 15px;
    text-transform: none
    
}

.page-template-dominus-store-user-profile-page .dom-black-overlay {

	opacity: 0.85;

}

#dom-user-profile-details .d-block {
    
    border-radius: 6px
    
}

#dom-user-profile-details .d-block {
    
	padding: 10px 15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    
}

#dom-user-profile-info .customer_id {
	background-color: #eaeaea;
	padding: 4px 15px 3px 15px;
	border-radius: 25px;
	line-height: 12px;
	opacity: .8;
}


#dom-customer-orders {
    
    min-height: 320px;
    padding: 25px 35px 35px;
    border-radius: 0 0 6px 6px;
    
}

#dom-customer-orders .card-header button:active {
    
    box-shadow: initial
    
}

#dom-customer-orders .card-header i {
    
    font-size: 24px;
    top: 4px;
    margin-right: 8px
    
}

#dominus_customer_orders [aria-expanded="true"] .icon-plus-circle::before {
    
	content: "\e936";
    
}

#dominus_customer_orders [aria-expanded="false"] .icon-plus-circle::before {
    
	content: "\e920";
    
}

.order_status_indicator {
    
	padding: 3px 10px 2px 10px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 15px;
	display: inline-block;
	border-radius: 25px;
        
}

#dom-customer-orders .card-header .order_status_indicator {
    
    margin-top: 5px
    
}

#dom-customer-orders .card-body {
    
    padding: 35px 42px 35px 35px
    
}

.dom-order-progress-indicators .d-block {
    
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
    line-height: 16px
        
}

.dom-order-progress-indicators .d-block > span {
    
	text-transform: none;
	opacity: .7;
	font-weight: normal;
	margin-top: 2px;
    
}

.dom-order-progress-indicators .d-block i {
    
	font-size: 19px;
    
}

.dom-order-progress-indicators .d-block i.dom-primary-color-bg {
    
	font-size: 18px;
    padding: 5px;
    border-radius: 50%;
    position: relative;
    
}


.dom-order-progress-text-icons {
    
    position: relative;
    top: -12px
    
}

#dominus_customer_orders .alert {
    
	font-size: 14px;
	line-height: 16px;
	padding: 17px 20px 15px 20px;
    
}

.dom-order-collapse-ctrl {
    
    font-size: 18px
    
}

.dom-order-content-products > .col-12:hover {
    
    opacity: .8
    
}

.dom-order-content-products-text {
    
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 17px;
	font-size: 15px;
    
}

.dom-order-content-products-quantity {
    
    font-size: 13px;
    margin-top: 2px;
    
}

.dom-user-profile-order-details, .dom-user-profile-order-advanced-data {
    
    font-size: 16px;
    line-height: 18px;
    
}

.page-template-dominus-store-user-profile-page #sbh-prefooter {
    
    display: none
    
}

/* USER PROFILE PAGE - End */

/* SINGLE PRODUCT */

#dom-single-product-title, .dom-single-product-title {
    
    font-size: 34px;
    line-height: 38px;
    border-bottom: 1px dotted #d3d3d3;
    padding-bottom: 10px
    
}

.dom-single-product-content {
    
    font-size: 17px;
    line-height: 24px
    
}

#dom-single-product-long-desc {
    
    font-size: 21px;
    line-height: 35px;
    
}


/* SINGLE PRODUCT - End */

/* GIFT CARDS */

#dom_active_gift_card {
    
    font-size: 16px;
    line-height: 19px
    
}

.icon-gift-card {
    
	font-size: 22px;
	border-radius: 6px;
	padding: 9px 20px;
    opacity: .6
        
}

#dom-store-checkout-totals .icon-gift-card {
    
    padding: 7px 18px;
    
}

.dom-remove-gift-card {
    
    padding: .55rem 1rem !important;
	font-size: 19px;
    
}

/* GIFT CARDS - End */

/* HELPERS */

.dom-p-tl {
    
    left: 0;
    top: -1px;
    
}

.dom-p-tr {
    
    right: 0;
    top: -1px;
    
}

.dom-p-bl {
    
    left: 0;
    bottom: -2px;
    
}

.dom-p-br {
    
    right: 0;
    bottom: 0;
    
}

.dropdown-item:focus, .dropdown-item:hover {

	background-color: rgba(0,0,0,.15);
    
}

.badge {
    
    vertical-align: middle
    
}

.dom-zi-0 {
    
    z-index: 0
    
}

.dom-zi-1 {
    
    z-index: 1
    
}

.dom-zi-2 {
    
    z-index: 2
    
}

.dom-zi-3 {
    
    z-index: 3
    
}

.dom-zi-10 {
    
    z-index: 10
    
}

/* ICONS START */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-airplane:before {
  content: "\e941";
}
.icon-anchor:before {
  content: "\e942";
}
.icon-beverage:before {
  content: "\e943";
}
.icon-buoy:before {
  content: "\e944";
}
.icon-coffee:before {
  content: "\e945";
}
.icon-computer-desktop:before {
  content: "\e946";
}
.icon-explore:before {
  content: "\e947";
}
.icon-light-bulb:before {
  content: "\e948";
}
.icon-location-food:before {
  content: "\e949";
}
.icon-location-hotel:before {
  content: "\e94a";
}
.icon-location-marina:before {
  content: "\e94b";
}
.icon-location-park:before {
  content: "\e94c";
}
.icon-location-restroom:before {
  content: "\e94d";
}
.icon-lock-closed:before {
  content: "\e94e";
}
.icon-shield1:before {
  content: "\e94f";
}
.icon-station:before {
  content: "\e950";
}
.icon-thermometer:before {
  content: "\e951";
}
.icon-coffee1:before {
  content: "\e953";
}
.icon-corner-left-down:before {
  content: "\e93c";
}
.icon-facebook:before {
  content: "\e954";
}
.icon-filter:before {
  content: "\e93d";
}
.icon-heart1:before {
  content: "\e952";
}
.icon-help-circle1:before {
  content: "\e955";
}
.icon-home:before {
  content: "\e956";
}
.icon-key:before {
  content: "\e957";
}
.icon-layers:before {
  content: "\e938";
}
.icon-map-pin:before {
  content: "\e958";
}
.icon-menu1:before {
  content: "\e93e";
}
.icon-message-circle:before {
  content: "\e939";
}
.icon-package:before {
  content: "\e93b";
}
.icon-rotate-cw:before {
  content: "\e93f";
}
.icon-trello:before {
  content: "\e940";
}
.icon-truck:before {
  content: "\e959";
}
.icon-tv:before {
  content: "\e95a";
}
.icon-twitter1:before {
  content: "\e95b";
}
.icon-cart:before {
  content: "\e93a";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-star-empty:before {
  content: "\e9d7";
}
.icon-star-half:before {
  content: "\e9d8";
}
.icon-star-full:before {
  content: "\e9d9";
}
.icon-smile:before {
  content: "\e9e1";
}
.icon-sad:before {
  content: "\e9e5";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-alert-triangle:before {
  content: "\e900";
}
.icon-align-justify:before {
  content: "\e935";
}
.icon-bell:before {
  content: "\e901";
}
.icon-calendar:before {
  content: "\e902";
}
.icon-camera:before {
  content: "\e903";
}
.icon-check-circle:before {
  content: "\e904";
}
.icon-check:before {
  content: "\e905";
}
.icon-chevron-down:before {
  content: "\e906";
}
.icon-chevron-left:before {
  content: "\e907";
}
.icon-chevron-right:before {
  content: "\e908";
}
.icon-clock:before {
  content: "\e909";
}
.icon-credit-card:before {
  content: "\e91d";
}
.icon-dollar-sign:before {
  content: "\e90a";
}
.icon-edit:before {
  content: "\e90b";
}
.icon-external-link:before {
  content: "\e90c";
}
.icon-eye-off:before {
  content: "\e90d";
}
.icon-eye:before {
  content: "\e90e";
}
.icon-flag:before {
  content: "\e921";
}
.icon-folder:before {
  content: "\e90f";
}
.icon-gift:before {
  content: "\e910";
}
.icon-globe:before {
  content: "\e911";
}
.icon-hash:before {
  content: "\e912";
}
.icon-heart:before {
  content: "\e913";
}
.icon-help-circle:before {
  content: "\e914";
}
.icon-home1:before {
  content: "\e915";
}
.icon-info:before {
  content: "\e916";
}
.icon-loader:before {
  content: "\e917";
}
.icon-lock:before {
  content: "\e918";
}
.icon-mail:before {
  content: "\e919";
}
.icon-map-pin1:before {
  content: "\e91a";
}
.icon-minus-circle:before {
  content: "\e936";
}
.icon-more-vertical:before {
  content: "\e91c";
}
.icon-phone-call:before {
  content: "\e91e";
}
.icon-play-circle:before {
  content: "\e91f";
}
.icon-plus-circle:before {
  content: "\e920";
}
.icon-refresh-cw:before {
  content: "\e922";
}
.icon-search:before {
  content: "\e933";
}
.icon-send:before {
  content: "\e934";
}
.icon-settings:before {
  content: "\e923";
}
.icon-share-2:before {
  content: "\e924";
}
.icon-shield:before {
  content: "\e91b";
}
.icon-shopping-bag:before {
  content: "\e925";
}
.icon-shopping-cart:before {
  content: "\e926";
}
.icon-slash:before {
  content: "\e927";
}
.icon-star:before {
  content: "\e928";
}
.icon-sun:before {
  content: "\e929";
}
.icon-tag:before {
  content: "\e92a";
}
.icon-thumbs-up:before {
  content: "\e92b";
}
.icon-trash-2:before {
  content: "\e92c";
}
.icon-truck1:before {
  content: "\e92d";
}
.icon-users:before {
  content: "\e92e";
}
.icon-video-off:before {
  content: "\e937";
}
.icon-x-circle:before {
  content: "\e92f";
}
.icon-x:before {
  content: "\e930";
}
.icon-zap:before {
  content: "\e931";
}
.icon-zoom-in:before {
  content: "\e932";
}
/* ICONS END */
/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */:root{--mm-ocd-width:80%;--mm-ocd-min-width:200px;--mm-ocd-max-width:440px}body.mm-ocd-opened{overflow-y:hidden;-ms-scroll-chaining:none;overscroll-behavior:none}.mm-ocd{position:fixed;top:0;right:0;bottom:100%;left:0;z-index:9999;overflow:hidden;-ms-scroll-chaining:none;overscroll-behavior:contain;background:rgba(0,0,0,0);-webkit-transition-property:bottom,background-color;-o-transition-property:bottom,background-color;transition-property:bottom,background-color;-webkit-transition-duration:0s,.3s;-o-transition-duration:0s,.3s;transition-duration:0s,.3s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-delay:.45s,.15s;-o-transition-delay:.45s,.15s;transition-delay:.45s,.15s}.mm-ocd--open{bottom:0;background:rgba(0,0,0,.25);-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.mm-ocd__content{position:absolute;top:0;bottom:0;z-index:2;width:80%;width:var(--mm-ocd-width);min-width:200px;min-width:var(--mm-ocd-min-width);max-width:440px;max-width:var(--mm-ocd-max-width);background:#fff;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.mm-ocd--left .mm-ocd__content{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-ocd--right .mm-ocd__content{right:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-ocd--open .mm-ocd__content{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-ocd__backdrop{position:absolute;top:0;bottom:0;z-index:3;width:calc(100% - 80%);width:calc(100% - var(--mm-ocd-width));min-width:calc(100% - 440px);min-width:calc(100% - var(--mm-ocd-max-width));max-width:calc(100% - 200px);max-width:calc(100% - var(--mm-ocd-min-width));background:rgba(3,2,1,0)}.mm-ocd--left .mm-ocd__backdrop{right:0}.mm-ocd--right .mm-ocd__backdrop{left:0}.mm-spn,.mm-spn a,.mm-spn li,.mm-spn span,.mm-spn ul{display:block;padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}:root{--mm-spn-item-height:50px;--mm-spn-item-indent:20px;--mm-spn-line-height:24px}.mm-spn{width:100%;height:100%;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;overflow:hidden;-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.mm-spn ul{-webkit-overflow-scrolling:touch;position:fixed;top:0;left:100%;bottom:0;z-index:2;width:130%;padding-right:30%;line-height:24px;line-height:var(--mm-spn-line-height);overflow:visible;overflow-y:auto;background:inherit;-webkit-transition:left .3s ease 0s;-o-transition:left .3s ease 0s;transition:left .3s ease 0s;cursor:default}.mm-spn ul:after{content:'';display:block;height:50px;height:var(--mm-spn-item-height)}.mm-spn>ul{left:0}.mm-spn ul.mm-spn--open{left:0}.mm-spn ul.mm-spn--parent{left:-30%;overflow-y:hidden}.mm-spn li{position:relative;background:inherit;cursor:pointer}.mm-spn li:before{content:'';display:block;position:absolute;top:25px;top:calc(var(--mm-spn-item-height)/ 2);right:25px;right:calc(var(--mm-spn-item-height)/ 2);z-index:0;width:10px;height:10px;border-top:2px solid;border-right:2px solid;-webkit-transform:rotate(45deg) translate(0,-50%);-ms-transform:rotate(45deg) translate(0,-50%);transform:rotate(45deg) translate(0,-50%);opacity:.4}.mm-spn li:after{content:'';display:block;margin-left:20px;margin-left:var(--mm-spn-item-indent);opacity:.15}.mm-spn a,.mm-spn span{position:relative;z-index:1;padding:13px 20px;padding:calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent)}.mm-spn a{background:inherit;color:inherit;text-decoration:none}.mm-spn a:not(:last-child){width:calc(100% - 50px);width:calc(100% - var(--mm-spn-item-height))}.mm-spn a:not(:last-child):after{content:'';display:block;position:absolute;top:0;right:0;bottom:0;border-right:1px solid;opacity:.15}.mm-spn span{background:0 0}.mm-spn.mm-spn--navbar{cursor:pointer}.mm-spn.mm-spn--navbar:before{content:'';display:block;position:absolute;top:25px;top:calc(var(--mm-spn-item-height)/ 2);left:20px;left:var(--mm-spn-item-indent);width:10px;height:10px;margin-top:2px;border-top:2px solid;border-left:2px solid;-webkit-transform:rotate(-45deg) translate(50%,-50%);-ms-transform:rotate(-45deg) translate(50%,-50%);transform:rotate(-45deg) translate(50%,-50%);opacity:.4}.mm-spn.mm-spn--navbar.mm-spn--main{cursor:default}.mm-spn.mm-spn--navbar.mm-spn--main:before{content:none;display:none}.mm-spn.mm-spn--navbar:after{content:attr(data-mm-spn-title);display:block;position:absolute;top:0;left:0;right:0;height:50px;height:var(--mm-spn-item-height);padding:0 40px;padding:0 calc(var(--mm-spn-item-indent) * 2);line-height:50px;line-height:var(--mm-spn-item-height);opacity:.4;text-align:center;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.mm-spn.mm-spn--navbar.mm-spn--main:after{padding-left:20px;padding-left:var(--mm-spn-item-indent)}.mm-spn.mm-spn--navbar ul{top:51px;top:calc(var(--mm-spn-item-height) + 1px)}.mm-spn.mm-spn--navbar ul:before{content:'';display:block;position:fixed;top:inherit;z-index:2;width:100%;border-top:1px solid currentColor;opacity:.15}.mm-spn.mm-spn--vertical{overflow-y:auto}.mm-spn.mm-spn--vertical ul{width:100%;padding-right:0;position:static}.mm-spn.mm-spn--vertical ul ul{display:none;padding-left:20px;padding-left:var(--mm-spn-item-indent)}.mm-spn.mm-spn--vertical ul ul:after{height:25px;height:calc(var(--mm-spn-item-height)/ 2)}.mm-spn.mm-spn--vertical ul.mm-spn--open{display:block}.mm-spn.mm-spn--vertical li.mm-spn--open:before{-webkit-transform:rotate(135deg) translate(-50%,0);-ms-transform:rotate(135deg) translate(-50%,0);transform:rotate(135deg) translate(-50%,0)}.mm-spn.mm-spn--vertical ul ul li:last-child:after{content:none;display:none}

.mm-spn.mm-spn--navbar ul {
    
	top: 0;
    
}

.mm-spn li {
    
    border-bottom: 1px solid rgba(0,0,0,.1)
    
}

.mm-spn li:first-child {
    
    margin-top: 65px
    
}

.mm-spn a {
    
	padding: 16px 15px 16px 30px;
    color: #fff;
    font-weight: bold;
    font-size: 20px
    
}

.dom-mob-menu-close {

	position: absolute;
	top: 10px;
	right: 5px;
	z-index: 10;
	text-align: right;
	width: 100%;
    
}

.dom-mob-menu-close i {
 
	color: #fff;
	font-size: 33px;
    
}

.navbarPrincipal-mob .current-menu-item a {
    
    color: #fff !important;
    font-size: 22px
    
}

/* Bootstrap Overwrites */

.shadow-sm {
	box-shadow: 0 2px 4px rgba(0,0,0,.18) !important;
}

.toast {
    
    position: fixed;
    bottom: 3px;
    right: 15px;
    min-width: 290px;
    z-index: 10000;
    display: none
    
}

.toast-header {
	
	background-color: transparent;
	border-bottom: 0 transparent;
}

.toast .close {
    
	font-size: 18px;
	margin-top: 7px;
	opacity: .8;
    
}

.toast .toast-body {
    
    font-size: 15px;
    line-height: 16px;
    font-weight: bold
    
}

.toast .toast-body i {
    
    font-size: 27px;
    
}

.carousel-control-next, .carousel-control-prev {
    
	z-index: 2
        
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
    
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
        
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}

/* animate.css - End */

/* Ekko Lightbox Fix */

.ekko-lightbox-nav-overlay a {

	transition: all .3s !important;
	font-size: 45px !important;
    
}

.ekko-lightbox .modal-footer {
    
	font-weight: bold;
	justify-content: center;
	font-size: 15px;
    
}

/* Ekko Lightbox Fix - End */

.dom-brd-bot-anm:before, .dom-brd-bot-anm:after, .dom-brd-bot-anm > .ui-border-element:before, .dom-brd-bot-anm > .ui-border-element:after {
    
  content: '';
  position: absolute;
    
}

.dom-brd-bot-anm:after {
    
    border-bottom: 2px solid #333;
    left: 51%;
    right: 51%;
    bottom: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    
}

.dom-brd-bot-anm:hover:after {
    
    left: 0%;
    right: 0%;
    
}

.dom-brd-bot-anm:not(:hover):after {
    
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    
}

.dom-bold {
    
    font-weight: bold
    
}

.small {
    
    line-height: 18px
    
}

.dom-hidden-elem {
    
    border: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    
}

.hidden, .logged-in .logged-hidden {
    
    display: none;
    
}

.parsley-errors-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    opacity: 0;
    text-align: center;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    
  opacity: 1;
    
}

.parsley-errors-list li, .dom-error-container {
    
    display: block;
    font-size: 13px;
    line-height: 14px;
    margin-top: 5px
    
}

.tooltip-inner {
    
	max-width: 275px;
	padding: 10px;
	line-height: 15px;
	font-size: 12px;
	text-align: justify;
    
}

#dominus_main_notifier .dominus_main_notifier_msg {
    
    line-height: 18px
    
}

 .mt-lg-10 {

        margin-top: 10px;

    }

    .mt-lg-20 {

        margin-top: 20px;

    }

    .mt-lg-30 {

        margin-top: 30px;

    }

    .mt-lg-40 {

        margin-top: 40px;

    }

    .mt-lg-50 {

        margin-top: 50px;

    }

    .mt-lg-60 {

        margin-top: 60px;

    }

    .mt-lg-70 {

        margin-top: 70px;

    }

    .mt-lg-80 {

        margin-top: 80px;

    }

    .mt-lg-90 {

        margin-top: 90px;

    }

    .mt-lg-100 {

        margin-top: 100px;

    }
    
    .mt-lg-120 {
        
        margin-top: 120px
        
    }

    .mt-lg-150 {

        margin-top: 150px;

    }

    .mt-lg-200 {

        margin-top: 200px;

    }

    .mt-lg-250 {

        margin-top: 250px;

    }

    .mb-lg-10 {

        margin-bottom: 10px;

    }

    .mb-lg-20 {

        margin-bottom: 20px;

    }

    .mb-lg-30 {

        margin-bottom: 30px;

    }

    .mb-lg-40 {

        margin-bottom: 40px;

    }

    .mb-lg-50 {

        margin-bottom: 50px;

    }

    .mb-lg-60 {

        margin-bottom: 60px;

    }

    .mb-lg-70 {

        margin-bottom: 70px;

    }

    .mb-lg-80 {

        margin-bottom: 80px;

    }

    .mb-lg-90 {

        margin-bottom: 90px;

    }

    .mb-lg-100 {

        margin-bottom: 100px;

    }

    .mb-lg-120 {

        margin-bottom: 100px;

    }

    .mb-lg-150 {

        margin-bottom: 150px;

    }

    .mb-lg-200 {

        margin-bottom: 200px;

    }

    .mb-lg-250 {

        margin-bottom: 250px;

    }

.no-brd {
    
    border: 0 none transparent !important;
    
}

.dom-font-small {
    
    font-size: 15px !important;
    
}

a.btn:hover {
    
    color: #fff
    
}

.dom-circle-btn {
    
	border-radius: 50px;
	padding: 5px 8px;
    color:#aaa
    
}

.dom-circle-btn .icon-shopping-bag {
    
	font-size: 22px;
	position: relative;
	top: 2px;
	left: 1px;
    
    
}

.dom-circle-btn:hover {
    
    color: #fff
    
}

.btn-link:hover, .btn-link:focus {
    
    text-decoration: none
    
}

.btn {
    
    font-weight: bold;
    border: 0 none transparent
    
}

.btn:active {
    
    -webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,.3);
    -moz-box-shadow:    inset 1px 1px 5px rgba(0,0,0,.3);
    box-shadow:         inset 1px 1px 5px rgba(0,0,0,.3);
    border: 0 none transparent;
    
}

.btn-lg {
    
	font-size: 24px;
	line-height: 22px;
	padding: 18px 30px;
    
}

.btn-lg:active {
    
    -webkit-box-shadow: inset 1px 1px 15px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 1px 1px 15px rgba(0,0,0,0.3);
    box-shadow: inset 1px 1px 15px rgba(0,0,0,0.3);
    
}

#commentform .btn-lg {
    
	font-size: 22px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 6px;
	padding-top: 8px;
    
}

.btn-sm {
    
	font-size: 20px;
	line-height: 21px;
	padding: 8px 20px
        
}

.dom-dark-overlay {
    
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    background-color: #00fbd8;
    opacity: .8
    
}

.dom-color-overlay {
    
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    opacity: .05
    
}

.dom-text-sm {
    
    font-size: 28px
    
}

.dom-text-lg {
    
    font-size: 36px
    
}

/* Forms */ 

.dom-invisible-select-cont {
    
    position: relative
    
}

.dom-invisible-select {
    
	display: inline;
	border: 0 none transparent;
	border-radius: 0;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px 2px;
    font-size: 16px;
    height: 24px;
    outline: 0;
    cursor: pointer
    
}

.page-template-page-cart .dom-invisible-select {
    
    width: 40px
    
}

.dom-invisible-select:focus {
    
    box-shadow: 0 0 0 0 transparent;
    outline: 0
    
}

.dom-invisible-select-cont i {
    
	position: absolute;
	bottom: 0px;
	right: 2px;
	pointer-events: none;
    
}

.dom-float-input::placeholder {
    
    color: transparent;
    opacity: 0
    
}

.dom-float-label {

    display: block;
    position: relative;
    max-height: 0;
    pointer-events: none;
    font-size: 16px;
    color: #828282
        
}

.dom-float-label::before {
    
    content: attr(data-content);
    display: inline-block;
    filter: blur(0);
    backface-visibility: hidden;
    transform-origin: left top;
    transition: transform 0.2s ease;
    left: 1px;
    position: relative;

    
}

.dom-float-label::after {
    
  bottom: 1rem;
  content: "";
  height: 0.1rem;
  position: absolute;
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
  opacity: 0;
  left: 0;
  top: 100%;
  margin-top: -0.1rem;
  transform: scale3d(0, 1, 1);
  width: 100%;
  
}

.dom-float-input:focus + .dom-float-label::after {
    
    transform: scale3d(1, 1, 1);
    opacity: .7;
    
}

.dom-float-input:placeholder-shown + .dom-float-label::before {
    
    transform: translate3d(0, -27px, 0) scale3d(1, 1, 1);
    
}

.dom-float-label::before,
.dom-float-input:focus + .dom-float-label::before {
    
    transform: translate3d(0, -46px, 0) scale3d(0.82, 0.82, 1);
    opacity: 1;
    
}

.form-control[type="text"], .form-control[type="password"], .form-control[type="tel"], .form-control[type="number"], .form-control[type="email"], .form-control[type="date"] {
    
	min-height: 40px;
    border-radius: 0;
    border: 1px solid transparent;
    border-top: none;
    border-bottom: 1px solid #ddd;
    /*box-shadow: inset 0 1px 2px rgba(0,0,0,.2), 0 -1px 1px #fff, 0 1px 0 #fff;*/
    box-shadow: none;
    outline: 0;
    padding: 14px 10px 0 0;
    
}

input.disabled {
    
    cursor: not-allowed
    
}

.form-group {
    
    margin-bottom: 15px
    
}

.dom-chevron-cont i {
    
    top: 3px
    
}

.dom-standard-label {
    
    font-size: 16px
    
}

.custom-switch span {
    
    display: block;
    padding-left: 2px
    
}

.custom-switch label {
    
    cursor: pointer
    
}

/* Forms - End */

#dom_modal_close {
    
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 19px
    
}

/* COLORS */

.color-b, .dom-white-color, .btn-lg:hover, .dom-contact-us-links a, #dominus_main_notifier a {
    
    color:#fff
    
}

a.dom-white-color:hover {
    
    opacity: .9;
    color: #fff !important
    
}

.dom-white-color-h:hover, .dom-white-color-h:active, #dominus_main_notifier a:hover  {
    
    color:#fff !important
    
}

.color-b-bg, .dom-white-bg {
    
    background-color: #fff;
    
}

.dom-white-brd {
    
    border-color: #fff;
    
}

.color-n, .dom-black-color, .dom-black-color-h:hover {
    
    color: #000
    
}

.color-n-bg, .dom-black-bg, .dom-black-bg-h:hover {
    
    background-color: #000
    
}

.dom-black-bg-h:hover {
    
    color: #fff
    
}

.dom-positive-color {
    
    color: #00a650
    
}


.dom-positive-color-bg {
    
    background-color: #00a650;
    color: #fff
    
}

a.dom-positive-color-bg:hover, button.dom-positive-color-bg:hover {
    
    background-color: #028843;
    
}

.dom-error-color {
    
    color: #cc0f35
    
}


.dom-error-color-bg {
    
    background-color: #cc0f35;
    color: #fff
    
}

.dom-pending-color-bg {
    
    background-color: #f2a818;
    color: #fff
    
}

.dom-cancelled-color-bg {
    
    background-color: #484848;
    color: #fff
    
}

.dom-shipped-color-bg {
    
    background-color: #00a2ff;
    color: #fff
    
}

/* COLORS END */

/* EKKO LIGHTBOX */

.ekko-lightbox a {
    
	opacity: 1;
    
}

/* EKKO LIGHTBOX - End*/

/* RESPONSIVE START */

@media screen and (min-width:1919px) {

}

@media screen and (min-width:1599px) and (max-width:1918px) {
    
}

@media screen and (min-width:1439px) and (max-width:1598px) {
 
    
}

@media screen and (min-width:1365px) and (max-width:1438px) {
    
    
}

@media screen and (min-width:1279px) and (max-width:1364px) {

    
}

@media screen and (min-width:1023px) and (max-width:1278px) {
    
   
    
}

@media screen and (min-width:200px) and (max-width:1140px) {
    
}

@media screen and (min-device-width:720px) and (max-device-width:1280px) and (orientation: portrait) {
    
    
}

@media screen and (min-width:768px) and (max-width:1022px) {
    
    .mt-md-0 {
        
    margin-top: 0
        
    }
    
    .mt-md-10 {

        margin-top: 10px;

    }

    .mt-md-20 {

        margin-top: 20px;

    }

    .mt-md-30 {

        margin-top: 30px;

    }

    .mt-md-40 {

        margin-top: 40px;

    }

    .mt-md-50 {

        margin-top: 50px;

    }

    .mt-md-60 {

        margin-top: 60px;

    }

    .mt-md-70 {

        margin-top: 70px;

    }

    .mt-md-80 {

        margin-top: 80px;

    }

    .mt-md-90 {

        margin-top: 90px;

    }

    .mt-md-100 {

        margin-top: 100px;

    }
    
    .mt-md-120 {
        
        margin-top: 120px
        
    }

    .mt-md-150 {

        margin-top: 150px;

    }

    .mt-md-200 {

        margin-top: 200px;

    }

    .mt-md-250 {

        margin-top: 250px;

    }

    .mb-md-10 {

        margin-bottom: 10px;

    }

    .mb-md-20 {

        margin-bottom: 20px;

    }

    .mb-md-30 {

        margin-bottom: 30px;

    }

    .mb-md-40 {

        margin-bottom: 40px;

    }

    .mb-md-50 {

        margin-bottom: 50px;

    }

    .mb-md-60 {

        margin-bottom: 60px;

    }

    .mb-md-70 {

        margin-bottom: 70px;

    }

    .mb-md-80 {

        margin-bottom: 80px;

    }

    .mb-md-90 {

        margin-bottom: 90px;

    }

    .mb-md-100 {

        margin-bottom: 100px;

    }

    .mb-md-150 {

        margin-bottom: 150px;

    }

    .mb-md-200 {

        margin-bottom: 200px;

    }

    .mb-md-250 {

        margin-bottom: 250px;

    }
    
}

@media screen and (min-width:768px) and (orientation : portrait) {
    
}

@media screen and (min-width:200px) and (max-width:767px) {
    
    
    .navbar-brand {
        
    margin-left: 0
        
    }
    
    .navbar-toggler i {

	top: 4px;
        
    }
    
    #dom-cart-header .badge {
        
	
	top: 2px;
	right: 2px;
	line-height: 10px;
	padding: 2px 4px;
	font-size: 10px;

    }
    
    .dom_cart_popover_template {
        
	min-width: 320px;
	padding: 0px 20px;
        
    }
    
    .dom_cart_popover_template .popover-body, .dom_cart_products_nodes {
        
	min-height: 120px;
        
    }
    
    #dom-cart-header, .dom-cart-header-button, #dom-menu-mobile-toggler {
        
	padding: 4px 8px;
    margin-top: 1px
   
    }
    
    #dom_cart_header_empty_msg {
        
	line-height: 21px;
	font-size: 17px;
        
    }
    
    #dom-cart-header i {
	
	top: 4px;
        
    }
    
    /* PRODUCT CATALOG HOME */
    
    .dom-producto-catalogo-brd {
        
	border: 1px solid #efefef;
	border-radius: 8px;
	padding: 12px 10px;
        
    }
    
    .dom-prod-zoom {
        
    margin-bottom: 12px
        
    }
    
    
    .dom-producto-catalogo h6 {
    
	line-height: 27px;
	font-size: 25px;
    
    }
    
    .dom-producto-catalogo h4 {
        
    font-size: 20px;
        
    }
    
    .dom-prod-cat-list {
        
        line-height: 18px
        
    }
    
    .dom-prod-cat-list, .dom-prod-cat-list a {
        
    font-size: 11px;
        
    }
    
    .dom-producto-catalogo .dominus-buy-now {
        
	line-height: 19px;
	padding: 12px 18px 10px 18px;
	font-size: 18px;
        
    }
    
    /*PRODUCT CATALOG HOME - END */
    
    /*SINGLE PRODUCT*/
    
    #dom_single_prod_portada h2 {
        
	margin-bottom: 0;
	font-size: 21px;
	line-height: 26px;
        
    }
    
    #dom_single_prod_portada p {
        
	font-size: 14px;
	line-height: 14px;
        
    }
    
    #dom_single_prod_portada .d-block {
        
	padding: 35px 0;

    }
    
    #dom-single-product-title, .dom-single-product-title {
    
    font-size: 30px;
    line-height: 34px;
    
    }
    
    .dom-single-product-small {
        
	font-size: 14px;
	line-height: 14px;
        
    }
    
    .dom-single-product-small .icon-truck, .dom-single-product-small .icon-credit-card {
        
	min-height: 22px;
	float: left;
	top: 0;
        
    }
    
    .single .dom_single_product_form {
        
    border-top: 1px dotted #d3d3d3
        
    }
    
   .dom-producto-catalogo .dominus-add-to-cart {
       
	padding: 7px 10px 6px 10px;
       
    }
    
    /*SINGLE PRODUCT - END*/
    
    /* CHECKOUT PAGE */
    
    #dom_checkout_cart_content, #dom_checkout_form_cont {
        
	padding-top: 0px;
        
    }
    
    .page-template-page-checkout #site-title-mobile img {
        
	max-height: 40px;
        
    }
    
    .page-template-page-checkout #dom_shopping_cart_page_cont {
        
	min-height: 160px;
        
    }
    
    #dom-document-type-select {
        
    margin-bottom: 20px;
        
    }

    #dom_checkout_cart_content {
        
	border: 0 none transparent
        
    }

    #dom_store_checkout_form .dom-invisible-select-cont {
            
	margin-top: 5px;
        
    }
    
    /* CHECKOUT PAGE - END */
    
    /* CART PAGE */
    
    #dom_cart_page_subheader > h2 {
        
    border-bottom: 1px dotted #d3d3d3;
    padding-bottom: 16px
        
    }
    
    #dom_shopping_cart_page_cont #dom_cart_header_empty_msg {
        
	margin-bottom: 40px;
	margin-top: 40px;
        
    }
    
    #dom_cart_page_subheader p {
        
	font-weight: normal;
	line-height: 19px;
	font-size: 15px;
        
    }
    
    div.dom_cart_page_product_specs {
        
	padding-left: 25px !important;
        
    }
    
    .page-template-page-cart #dom_shopping_cart_page_cont .dom-cart-header-product-title {
        
	font-size: 18px;
	line-height: 19px;

    }
    
    #dom_shopping_cart_page_cont h4 {
        
    font-size: 18px;
    margin-bottom: 0
        
    }
    
    .page-template-page-checkout #dom_shopping_cart_page_cont .dom-cart-header-product-title {

	line-height: 20px;

    }
    
    /* CART PAGE -END */
    
    /* USER PROFILE PAGE */
    
    .dom-user-profile {
        
	margin-top: -120px;
        
    }
    
    .page-template-dominus-store-user-profile-page #dom_arc_prod_portada p {
        
	font-size: 12px;
	margin-top: 10px;
	line-height: 15px;
    text-transform: initial;
    padding-left: 15px;
    padding-right: 15px
        
    }
    
    .page-template-dominus-store-user-profile-page #dom_arc_prod_portada h2 {

	font-size: 1.6em;

    }
    
    .page-template-dominus-store-user-profile-page #dom_arc_prod_portada .container {
        
	min-height: 260px;
        
    }
    
    #dom-user-profile-info {
	
    min-height: 340px;
	padding: 20px 15px 30px;
	
    }    
    
    #dom-user-profile-info h3 {
	
    font-size: 23px
        
    }
    
    #dom-user-profile-info .dom-last-purchase-date {
        
    font-size: 13px
        
    }
    
    #dominus_customer_orders .card-header {
        
    padding: 15px;
        
    }
    
    #dominus_customer_orders .card-header > h2 >  button {
        
    padding-left: 0;
    padding-right: 0
        
    }
    
    .dom-order-collapse-ctrl {
        
	font-size: 16px;
        
    }
    
    #dom-customer-orders .card-header i {
        
	font-size: 22px;
	top: 3px;
	margin-right: 5px;
        
    }
    
    #dom-customer-orders .card-body {
        
	padding: 20px 20px 15px 20px;
        
    }
    
    .order_status_indicator {
        
	padding: 5px 8px 5px 8px;
	font-size: 10px;
	line-height: 9px;
	border-radius: 25px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	text-align: center;
        
    }
    
    .dom-order-progress-indicators .d-block {
        
	font-size: 9px;
        
    }
    
    #dominus_customer_orders .alert {
        
	font-size: 14px;
	line-height: 16px;
	padding: 10px 10px;
	text-align: justify;
        
    }
    
    .dom-user-profile-order-details, .dom-user-profile-order-advanced-data, .dom-user-profile-order-details h6, .dom-user-profile-order-advanced-data h6 {
        
	font-size: 15px;
	line-height: 16px;
        
    }
    
    .order-advanced-data-title {
        
    font-size: 17px
        
    }
    
    .dom-order-progress-indicators .d-block i.dom-primary-color-bg {
        
	padding: 3px;

    }
    
    /* USER PROFILE PAGE -END */
    
    .toast {

	bottom: 5px;
	right: 0;
	min-width: 320px;
    max-width: 320px;
	left: 0;
    margin: 0 auto;
        
    }
    
    /* Store Page - Products Tax */
    
    .post-type-archive-dom_products .dom-producto-catalogo, .tax-dom_prod_tax .dom-producto-catalogo {
        
	padding: 0 15px;
        
    }
    
    /* Gift Cards */
    
    .icon-gift-card, #dom-store-checkout-totals .icon-gift-card {
    
	padding: 8px 15px;
	font-size: 17px;
	border-radius: 3px;
    
    }
    
    #dom_active_gift_card {
        
	font-size: 15px;
	line-height: 18px;
        
    }
    
    .dom-float-input:placeholder-shown + .dom-float-label::before {
    
    transform: translate3d(0, -29px, 0) scale3d(1, 1, 1);
    
    }
    
    .form-control[type="text"], .form-control[type="password"], .form-control[type="tel"], .form-control[type="number"], .form-control[type="email"], .form-control[type="date"] {
        
	min-height: 39px;
    font-size: 17px

    }
    
    .dom-invisible-select {

	font-size: 17px;

    }
    
    .dom-text-lg {
        
	font-size: 30px;
	line-height: 36px;
        
    }
    
    small {
        
    line-height: 17px
        
    }
    
    .btn-sm {
        
	font-size: 19px;
	line-height: 20px;
    padding: 12px 20px
        
    }
    
    .btn-lg {
        
	width: 90%;
	font-size: 24px;
	padding: 18px 15px 18px 15px;
	line-height: 24px;
        
    }
    
    #dom_proceed_to_check_out.btn-lg {
        
	width: 100%;

    }
    
    .mt-xs-0 {
        
    margin-top: 0
        
    }
    
    .mt-xs-5 {
        
    margin-top: 5px
        
    }
    
    .mt-xs-10 {

        margin-top: 10px;

    }

    .mt-xs-20 {

        margin-top: 20px;

    }

    .mt-xs-30 {

        margin-top: 30px;

    }

    .mt-xs-40 {

        margin-top: 40px;

    }

    .mt-xs-50 {

        margin-top: 50px;

    }

    .mt-xs-60 {

        margin-top: 60px;

    }

    .mt-xs-70 {

        margin-top: 70px;

    }

    .mt-xs-80 {

        margin-top: 80px;

    }

    .mt-xs-90 {

        margin-top: 90px;

    }

    .mt-xs-100 {

        margin-top: 100px;

    }
    
    .mt-xs-120 {
        
        margin-top: 120px
        
    }

    .mt-xs-150 {

        margin-top: 150px;

    }

    .mt-xs-200 {

        margin-top: 200px;

    }

    .mt-xs-250 {

        margin-top: 250px;

    }
    
    .mb-xs-0 {
        
        margin-bottom: 0
        
    }

    .mb-xs-10 {

        margin-bottom: 10px;

    }

    .mb-xs-20 {

        margin-bottom: 20px;

    }

    .mb-xs-30 {

        margin-bottom: 30px;

    }

    .mb-xs-40 {

        margin-bottom: 40px;

    }

    .mb-xs-50 {

        margin-bottom: 50px;

    }

    .mb-xs-60 {

        margin-bottom: 60px;

    }

    .mb-xs-70 {

        margin-bottom: 70px;

    }

    .mb-xs-80 {

        margin-bottom: 80px;

    }

    .mb-xs-90 {

        margin-bottom: 90px;

    }

    .mb-xs-100 {

        margin-bottom: 100px;

    }

    .mb-xs-150 {

        margin-bottom: 150px;

    }

    .mb-xs-200 {

        margin-bottom: 200px;

    }

    .mb-xs-250 {

        margin-bottom: 250px;

    }
    
    #dom-lang-switch img {
    
    max-height: 24px
    
    }

}

@media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px) 
    and (orientation : landscape) {

}

    @media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 568px) 
    and (orientation : portrait) {
        
}

@media only screen 
and (min-width : 360px) 
and (max-width : 720px) 
and (orientation : landscape) {
    
    
}

@media only screen 
and (min-width : 360px) 
and (max-width : 720px) 
and (orientation : portrait) {
    
}

@media only screen 
and (min-width : 320px) 
and (max-width : 668px) 
and (orientation : landscape) {
    

}

@media only screen 
and (min-width : 320px) 
and (max-width : 568px) 
and (orientation : landscape) {
    
}