.modal-popup {
    pointer-events: auto;
}

.datos-front .opcion {
    padding: 20px;
}

.datos-front, .productos-front {
    background: #f9f9f9;
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 10px;
}
.price-container .weee::after{
    content: '' !important;
}
.image {
    width: 200px !important;
}

.product-image-photo {
    position: initial !important;
}

.product.name.product-item-name {
    font-size: 20px;
    font-weight: 600 !important;
}
.price-cart {
    vertical-align: middle;
    text-align: center;
}

tr {
    border-top: 2px #e6e6e6 solid;
    border-bottom: 2px #e6e6e6 solid;
}
.action.tocart.success {
    background: #0a79a4;
    color: white;
    width: 206px;
}

.products.wrapper.grid.products-grid {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
}

.label {
    font-size: 17px;
    color: black;
}

button.add-info{
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
    background: #e6e5e5;
    color: black;
    border: 1px solid #c6c6c6;
}

#accordion input[type="radio"] {
	display: none;
}
#accordion label:not(.switch_label) {
	background: #eee;
	border-radius: .25em;
	cursor: pointer;
	display: block;
	margin-bottom: .125em;
	padding: 1em 1em;
	z-index: 20;
}
/* #accordion label:hover {
	background: #393939;
    color: white;
} */

#accordion label:not(.switch_label):hover, #accordion label:not(.switch_label):hover > span {
    background: #0aa493;
    color: white !important;
}

#accordion input:checked + label:not(.switch_label) {
	background: #0aa493;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	color: white;
	margin-bottom: 0;
}
#accordion article {
	background: #f7f7f7;
    border: 1px solid #d1d1d1;
	height:0px;
	overflow:hidden;
	z-index:10;
}
#accordion article p {
	padding: 1em;
}
#accordion input:checked article {
}
#accordion input:checked ~ article {
	border-bottom-left-radius: .25em;
	border-bottom-right-radius: .25em;
	height: auto;
	margin-bottom: .125em;
    padding-bottom: 40px;
    padding-top: 40px;
}

.autocomplete-items {
    position: initial;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    height: auto;
    overflow: scroll;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff; 
    border-bottom: 1px solid #d4d4d4; 
}
.autocomplete-items div:hover {
    background-color: #e9e9e9; 
}
.autocomplete-active {
    background-color: DodgerBlue !important; 
    color: #ffffff; 
}

#data-search-customer 
{
	border-radius: 5px;
	background-color: transparent;
	border: 1px solid #dfdfdf;
	color: #fff;
	font-size: 16px;
	padding: 5px 5px 5px 5px;
	transition: background-color .5s, color .5s;
	cursor: pointer;
    height: 50px;
    width: 120px;
	position: relative;
	transition: border .2s, width .2s, height .2s;
}	
#data-search-customer:focus
{
    outline: 0;
}

#data-search-customer > .label {
    font-size: 12px !important;
    font-weight: 500 !important;
}
	
#data-search-customer:hover , #data-search-customer:hover > .label
{
    /* background-color: #0aa493; */
    color: #fff !important;
}
	
#data-search-customer:before
{	
    content: '';
    visibility: hidden;	
    opacity: 0;
    transition-delay: 1s;
    transition: opacity 1s, visibility 1s;		
}

#data-search-customer.loading
{
	pointer-events: none;
   	cursor: wait;
	border-radius: 50%;
    padding: 0;
    width: 50px;
    height: 50px;
    border: 5px solid rgba(255, 255, 255, 0.505);
}	
#data-search-customer.loading > .label	
{
    display: none;
}
	
#data-search-customer.loading:before
{
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;		
    border-radius: 50%;
    padding: 0;
    width: 50px;
    height: 50px;
    border: 5px solid rgba(255, 255, 255, 0.505);
    border-top: 5px solid #0aa493;
    opacity: 1;
    visibility: visible;
    animation-name: turn;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
	

/* 
 */

 #create-pacient 
{
	border-radius: 5px;
	background-color: transparent;
	border: 1px solid #dfdfdf;
	color: #fff;
	font-size: 16px;
	padding: 5px 5px 5px 5px;
	transition: background-color .5s, color .5s;
	cursor: pointer;
    height: 50px;
    width: 130px;
	position: relative;
	transition: border .2s, width .2s, height .2s;
}	
#create-pacient:focus
{
    outline: 0;
}

#create-pacient > .label{
    font-size: 12px;
    font-weight: 500;
}
	
#create-pacient:hover , #create-pacient:hover > .label
{
    background-color: #0aa493;
    color: white;
}
	
#create-pacient:before
{	
    content: '';
    visibility: hidden;	
    opacity: 0;
    transition-delay: 1s;
    transition: opacity 1s, visibility 1s;		
}

#create-pacient.loading
{
	pointer-events: none;
   	cursor: wait;
	border-radius: 50%;
    padding: 0;
    width: 50px;
    height: 50px;
    border: 5px solid rgba(255, 255, 255, 0.505);
}	
#create-pacient.loading > .label	
{
    display: none;
}
	
#create-pacient.loading:before
{
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;		
    border-radius: 50%;
    padding: 0;
    width: 50px;
    height: 50px;
    border: 5px solid rgba(255, 255, 255, 0.505);
    border-top: 5px solid #0aa493;
    opacity: 1;
    visibility: visible;
    animation-name: turn;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
	


@keyframes turn
{
	0%
	{
		transform: rotate(0deg);	
	}
	
	100%
	{
		transform: rotate(720deg);	
	}
}

.select.required{
    border: 1px solid #e6e6e6;
    height: 50px;
    border-radius: 3px;
    width: 100%;
    background: white;
}
.iconos-p{
    margin: 7px;
    margin-left: 7px;
    background: #000000;
    padding: 10px;
    margin-left: -10px;
}

.file-prescription {
    color: white !important;
    width: 80%;
}

.delete-file{
    background: #95160a;
    color: white !important;
}
 .delete-file:hover{
    background: #c71c0c;
    border: red 1px solid;
 }

.nav.item.profesional-drop {
    margin-left: 20px;
}

.dropdown-p {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin-left: -20px;
    z-index: 2000;
}
.profesional-drop:hover > .dropdown-p {
    display: block;
}

.dropdown-p-item > a {
    margin-left: -20px;
    color: black !important;
}

.dropdown-p-item > a:hover {
    color: #0aa493 !important;
}

.nav.item.profesional-drop > strong {
    color: #444444;
    font-size: 13px;
    font-weight: 500;
}

.filepond--file {
    background: white;
    color: black !important;
}
.page.messages .message.success {
    background: #0aa4936e;
    color: #000;
}

.loading-mail {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #bfbfbf96;;
}
.loading-mail img {
    position: fixed;
    top: 30%;
    right: 50%;
    bottom: 50%;
    left: 38%;
    margin-left: -41px;
    margin-top: -41px;
}
#payulatam{
    display: block !important;
}

.post-images a img {
    margin-bottom: 14px;
}

/* add to cart AJAX */
.pupup-suc-added-to-your-bag {
    background: #0aa493;
    background-color: rgb(10, 164, 147);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
  width: 550px;
  margin-top: -20px;
  padding: 30px 0 20px 0;
  margin-left: -30px;
  margin-right: -30px;
  text-align: center;
  font-weight: 600 !important;
  color: white !important;
}

.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name .pupup-suc-added-ajax-cart-qty-price .pupup-suc-added-ajax-cart-price {
    font-size: 16px;
    color: #0aa493;
    font-weight: 500;
}

.pupup-suc-added-ajax-cart-product-name {
    margin-top: 40px;
}

.pupup-suc-added-ajax-cart-product-name > a {
    font-size: 17px;
    color: #393939 !important;
    font-weight: 600;
}

.pupup-suc-added-ajax-cart-price {
    font-weight: 600 !important;
}

.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name .pupup-suc-added-to-your-bag {
    text-transform: uppercase;
    color: #222;
    font-weight: 700 !important;
    margin-bottom: 10px;
    font-size: 20px;
}

.ajaxsuite-buttons {
    border-top: 1px solid #393939;
    padding-top: 30px;
}

body .modal-popup .ajaxsuite-buttons button:hover {
    background: #0aa493;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #0aa493;
    color: #fff;
    border: 1px solid #0aa493;
    border-top-color: #0aa493;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: #0aa493;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #0aa493;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #0aa493;
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}


.block-reorder{
    display: none !important;
}

/*  */

.block.crosssell > .block-title {
    margin-bottom: 10px;
    position: relative;
}

.block.crosssell > .block-title.title:before {
    content: "";
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #e6e6e6;
}

strong#block-crosssell-heading {
    padding: 0 20px 0 0 !important;
    background: #fff;
    display: inline-block;
    position: relative;
    font-size: 20px;
}

.block.crosssell > .block-content > .products-crosssell {
    padding-top: 0px !important;
}

.block.crosssell > .block-content > .products-crosssell > .product-items > .product-item > .product-item-info {
    width: 100%;
}

table#product-attribute-specs-table > tbody > tr > .col.label {
    border: none !important;
    font-weight: 600 !important;
    font-size: 14px;
    border-bottom: none;
    color: #666666;
}
table#product-attribute-specs-table > tbody > tr > .col.data {
    border-bottom: none !important;
    border-top: none !important;
    border-right: none !important;
    font-size: 14px;
    border-bottom: none;
    color: #000000;
}

table#product-attribute-specs-table > tbody > tr {
    border-bottom: none;
}

/* whatsapp */
#Whatsapp > .row {
    margin-top: 20px;
}
button#whats-api {
    height: 50px;
}
button#whats-api > a {
    margin-left: -10px;
}

/* estilos front */

.content-popup .content {
    display: block !important;
    margin: 10px;
}
.logo_popup img {
    width: 65% !important;
}
#newsletter_pop_up .content-popup {
    margin-top: 15% !important;
}
/* Yess */
.logo img {
    max-height: 100%;
}
.block-search .block-content button.action, .header-mini-cart .counter.qty {
    background: #0aa493;
}
.header-control.header-nav.cms_home_1 {
    background-color: #0aa493;
}
#newsletter_pop_up {
    background-color: #8872BB;
}

#newsletter_pop_up .content-popup .form.subscribe .action.subscribe.primary,
.item-product .product-info-cart button {
    background-color: #0a7e84;
    border: 2px solid #0a7e84;
}
#newsletter_pop_up .content-popup .form.subscribe .action.subscribe.primary:hover {
    border-color: #76fff4;
    color: #393939;
    background-color: #76fff4;
}
.custommenu.navigation li.level0>.level-top:hover,
.header-container .header-content .minicart-wrapper:hover .header-mini-cart::before {
    color: #9f9f9f99;
}
.block-search .block-content button.action:hover,
.block_notification{
    background-color: #0aa493;
}
.rowFlexMargin .velaBlock .velaFooterTitle,
.filter-content .filter-options .filter-options-title,
.rokan-product-heading h2, .filter-content .filter-options .filter-options-title,
.product-view .detail-info-product-view .page-title-wrapper .page-title span, .wrapper_quickview_item .detail-info-product-view .page-title-wrapper .page-title span,
.page-title-wrapper .page-title .base, .block.filter .page-title .base, .block-compare .page-title .base, .block-wishlist .page-title .base,
.page-title-wrapper .filter-title .base, .block.filter .filter-title .base, .block-compare .filter-title .base, .block-wishlist .filter-title .base,
.page-title-wrapper .block-title .base, .block.filter .block-title .base, .block-compare .block-title .base, .block-wishlist .block-title .base,
.page-title-wrapper .page-title strong, .block.filter .page-title strong, .block-compare .page-title strong, .block-wishlist .page-title strong,
.page-title-wrapper .filter-title strong, .block.filter .filter-title strong, .block-compare .filter-title strong, .block-wishlist .filter-title strong,
.page-title-wrapper .block-title strong, .block.filter .block-title strong, .block-compare .block-title strong, .block-wishlist .block-title strong,
.rokanthemes-onepagecheckout .checkout-shipping-method .step-title, .rokanthemes-onepagecheckout .step-title, .rokanthemes-onepagecheckout #opc-sidebar .title,
.rokanthemes-onepagecheckout .checkout-payment-method .step-title, .login-container .block .block-title, legend, .velaServicesInner .boxServiceTitle,
.block-title strong, .velaServicesInner .boxServiceDesc {
    color: #444444;
}
.block-title strong, .custommenu.navigation li.level0>.level-top, .navigation .level0 .submenu a,
h1, h2, h3, h4, h5, h6, .datos-front b label, a.product-item-link {
    color: #fff !important;
}
.custommenu.navigation li.level0 > .level-top {
    line-height: 25px;
    padding: 5px !important;
}

.header-control {
    min-height: 30px;
}
.navigation .level0 .submenu a:hover{
    color: #9f9f9f99 !important;
}
.velaNewsletterFooter, .hot-onsale .onsale.new-lable,
.toolbar-products .modes .modes-mode.active:before, .toolbar-products .modes .modes-mode:not(.active):hover:before,
.product-view .detail-info-product-view .attr-info .addcart-link, .wrapper_quickview_item .detail-info-product-view .attr-info .addcart-link,
.view_product_detail, body .modal-popup .ajaxsuite-buttons button {
    background: #6e6e6e;
}
.velaNewsletterFooter .newsletter-footer button.action:hover{
    background: #393939;
}
.velaNewsletterFooter .newsletter-footer button.action{
    background: #9f9f9f99;
}
.item-product .product-extra-link a:hover, .rokanthemes-onepagecheckout #opc-sidebar .actions-toolbar>.primary button,
.login-container .block.block-customer-login .actions-toolbar .primary, form#seller-form-validate .submit,
.customer-account-login .page-main .login-container .block.block-customer-login .actions-toolbar .primary button,
.login-container .block.block-new-customer .actions-toolbar .primary a, .customer-account-create .page-main .actions-toolbar>.secondary .action.back,
.customer-account-create .page-main .actions-toolbar>.primary .action.submit.primary, button.action.tocart.primary {
    background: #70c8be;
    border-color: #0aa493;
}
.login-container .block.block-customer-login .actions-toolbar .primary, form#seller-form-validate .submit {
    color: #fff;
}
.velaNewsletterFooter .newsletter-footer input[type="email"] {
    height: 50px !important;
}
.product-options-bottom .price-box .price-container .price, .product-info-price .price-box .price-container .price {
    padding-left: 0;
}
.product.attribute.description {
    width: 95%;
    margin: 0 auto;
}
.product.attribute.description, .review-form {
    margin: 0 auto;
}
.primary.actions-primary {
    width: 100%;
    text-align: right;
    display: inline-block;
}
.actions-toolbar.review-form-actions button {
    display: inline-block !important;
    background: #0aa493 !important;
    color: #fff !important;
}
form#seller-form-validate .fieldset>.field:not(.choice)>.label {
    width: 100% !important;
}
form#seller-form-validate select {
    border: 1px solid #e6e6e6;
    height: 50px;
    border-radius: 5px;
    width: 100%;
}
form#seller-form-validate .control {
    width: 100%;
}
.custommenu.navigation li.level0.fullwidth>.submenu {
    padding: 0;
}
.datos-front {
    background: #fff;
    border: 1px solid #b4b4b4;
}
.productos-front{
    background: #fff;
    border: 0;
    padding: 0;
}

td.image {
    max-width: 120px;
}
.product.details.product-item-details b {
    font-weight: 600;
}
.product-item-details .action.tocart.success {
    background: transparent;
    color: #cf5a11;
    width: auto;
    padding: 0;
    border: 0;
    font-weight: 600 !important;
}
button.action.tocart.primary {
    color: #fff;
    border-radius: 5px;
}
button.action.tocart.primary:hover {
    background-color: #0a7e84 !important;
    border: 2px solid #0a7e84;
}
tr {
    border-top: none;
    border-bottom: 1px #f7f7f7 solid;
}
.product.details.product-item-details span {
    line-height: 140%;
}
a.product-item-link {
    font-weight: 600 !important;
    margin-bottom: 10px;
    display: inline-block;
}
.product.details.product-item-details button {
    font-size: 16px;
    line-height: 100%;
    border-radius: 5px;
    color: #393939;
    font-weight: 400;
}
.products.wrapper.grid.products-grid {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}
.block-search .block-content input {
    padding: 10px 10px 10px 25px;
    border: 2px solid #0aa493;
}
.header-container .header-content .top-header .header, .top-header {
    background: #f8f8f8;
}

.header-container .header-content .top-bar-left .top-text-left, .top-account ul li a {
    color: #444444;
}
ul.subchildmenu.col-sm-12.mega-columns.columns4 a, .sidebar.sidebar-main-1 .rokan-product-heading h2 {
    color: #444444 !important;
}
.custommenu.navigation li.level0.fullwidth .submenu li.level1>a:hover, .custommenu.navigation li.level0.staticwidth .submenu li.level1>a:hover{
    color: #0aa493 !important;
}

ul.subchildmenu ul.subchildmenu a span {
    text-transform: lowercase;
}

a:visited, .alink:visited, a:hover, a:focus, a:active {
    color: #0aa493;
}
.opc-wrapper .shipping-address-item.selected-item:after {
    background: #0aa493;
}
.opc-wrapper .shipping-address-item.selected-item {
    border-color: #0aa493;
}
.opc-block-summary .table-totals .grand.totals .mark strong, .opc-block-summary .table-totals .grand.totals .price {
    color: #393939;
}
.rokanthemes-onepagecheckout #opc-sidebar .minicart-items .product-item-name a:not(:hover),
.details-qty .label span {
    color: #444444;
    font-family: 'Rubik';
}
.velaServicesInner, .account .page-main .block-dashboard-info, .account .page-main .block-dashboard-addresses {
    border: 1px solid #b4b4b4;
}
.velaServicesInner .rowFlex>div:not(:last-child):before{
    background: #b4b4b4;
}

.velaServicesInner .boxServiceImage {
    margin-right: 15px;
    width: 48px;
    height: 48px;
    background-color: #444444;
}


.rokan-product-heading h2 .sup-title {
    font-size: 26px;
    font-weight: 600;
    color: #393939;
}
.rokan-product-heading:before {
    top: 18px;
    height: 3px;
    background: #9f9f9f99;
}
.categorytab-container.cat_1 .vc_tta-tabs-container .tabs li.active a {
    color: #393939;
    font-weight: 600;
}
.rowFlexMargin .velaBlock .velaFooterLinks li a {
    color: #444444;
}
.irs--flat .irs-line {
    background-color: #9f9f9f99;
}
.filter-content .filter-options .filter-options-title, .sidebar .rokan-featured-heading {
    border-bottom: 1px solid #9f9f9f99;
}
.sort-pagi-bar-bottom .toolbar-products {
    border-top: 1px solid #9f9f9f99;
}
.toolbar-products .sorter {
    border-color: #9f9f9f99;
}
.limiter .control {
    border: 1px solid #9f9f9f99;
}
.grid-mode-show-type-products a {
    background: #9f9f9f99;
}
.grid-mode-show-type-products a:hover, .grid-mode-show-type-products a.actived {
    background: #393939;
}
.toolbar-products .modes .modes-mode.mode-list:before {
    background: #9f9f9f99;
}
.info-qty .qty-up, .info-qty .qty-down {
    color: #393939;
}
.info-qty {
    border: 1px solid #9f9f9f99;
}
.product-info-main .product-social-extra .action.tocompare, .product-info-main .product-social-extra .action.towishlist,
.product-view .product-social-extra a, .wrapper_quickview_item .product-social-extra a {
    background: #ffffff;
    border: 2px solid #9f9f9f99;
    color: #393939;
}
.product-info-main .product-social-extra .action.tocompare:hover, .product-info-main .product-social-extra .action.towishlist:hover {
    background: #393939;
    color: #fff;
    border: 2px solid #393939;
}
h1, h2, h3, h4, h5, h6, .datos-front b label, a.product-item-link {
    color: #393939 !important;
}
.page-main.page-main-details {
    max-width: 95%;
}
.page-main-details .product-section-title, .account .page-main .block-dashboard-info .block-title, .account .page-main .block-dashboard-addresses .block-title {
    border-bottom: 1px solid #9f9f9f99;
    font-weight: 600;
}
.review-form {
    max-width: 100%;
}
input[type=email], input[type=tel], input[type=text], input[type=password], textarea {
    background: #fff;
    border: 1px solid #9f9f9f99;
}
#btnpop {
    padding-left: 8px;
}
.cart-container .checkout-methods-items .action.primary, button.edit-prescripcion {
    background: #0aa493;
    color: #fff;
    font-weight: 600 !important;
}
.cart-container .checkout-methods-items .action.primary:hover{
    background: #9f9f9f99 !important;
    color: #393939 !important;
}
.cart.main.actions a, .cart.main.actions button, .rokanthemes-onepagecheckout #opc-sidebar .discount-code #discount-form .actions-toolbar>.primary .action.action-apply,
table#myTable button:hover, .modal-popup.modal-slide .modal-footer button:hover, article#data-search button:hover, article#data-create button:hover,
form#search-form button:hover {
    background: #0a7e84 !important;
    color: #f0f0f0 !important;
    border-color: #0a7e84 !important;
}
.cart.main.actions a:hover, .cart.main.actions button:hover, .rokanthemes-onepagecheckout #opc-sidebar .discount-code #discount-form .actions-toolbar>.primary .action.action-apply:hover,
#Whatsapp button, table#myTable button, .modal-popup.modal-slide .modal-footer button, article#data-search button, article#data-create button,
form#search-form button {
    background: #0aa493 !important;
    color: #fff !important;
}
table#myTable button a, article#data-search button span, article#data-create button span{
    color: #fff !important;
}

body table#shopping-cart-table td, body table#shopping-cart-table th, body table#shopping-cart-table, body td, body th, body .table>tbody+tbody{
    /*border: 1px solid #9f9f9f99 !important;*/
    /* border: 1px solid #ffffff !important; */
    border-top: 0;
}
table.data.table.totals th, table.data.table.totals td {
    border: 0 !important;
}
body table#shopping-cart-table .item-info td:first-child {
    border: 0 ;
}
#newsletter_pop_up .content-popup .form.subscribe .action.subscribe.primary, .item-product .product-info-cart button {
    color: #eee;
}
.checkout-index-index .page-main input[type=email], .checkout-index-index .page-main input[type=tel], .checkout-index-index .page-main input[type=text], .checkout-index-index .page-main input[type=password], .checkout-index-index .page-main select, .checkout-index-index .page-main textarea {
    border: 1px solid #9f9f9f99;
}
table.table-checkout-shipping-method td, table.data.table.table-totals tr td, table.data.table.table-totals th {
    border: 0 !important;
}
body.rokanthemes-onepagecheckout .opc-block-summary {
    background: #f4f4f4c7;
    border-color: #9f9f9f99;
}
.product .value p {
    color: #0aa493;
}
[data-content-type='row'][data-appearance='contained'] {
    max-width: 97%;
}
.block-title strong, h1, h2, h3, h4, h5, h6, .datos-front b label, a.product-item-link {
    color: black !important;
}
.primary {
    border-radius: 5px;
    background-color: #0aa493 !important;
}
.login-container .block.block-customer-login, .form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account {
    border: 1px solid #9f9f9f99;
}
.abs-login-block-title, .amazon-validate-container .block .block-title, .login-container .block .block-title,
.autocomplete-items div {
    border-bottom: 1px solid #9f9f9f99;
}
form#seller-form-validate select, .cart.table-wrapper .control.qty, .account .block-collapsible-nav .content,
input[type="date"], .autocomplete-items, .customer-account-create .page-main input[type="text"], form#seller-form-validate select, .select.required {
    border: 1px solid #9f9f9f99;
}
form#seller-form-validate .fieldset > .field {
    margin: 5px 0;
    padding: 0;
    width: 48%;
    float: left;
}
form#seller-form-validate .fieldset > .field:nth-child(even) {
    margin-right: 3%;
}
form#seller-form-validate label {
    font-size: 14px;
    color: #6e6e6e;
}
.field.confirmation.required.col-sm-6 {
    margin-right: 0 !important;
}
.field.password.required.col-sm-6 {
    margin-right: 3% !important;
}
form#seller-form-validate {
    margin-bottom: 30px;
}
form#seller-form-validate .primary button {
    border: 0;
}
form#seller-form-validate .field.required.col-sm-12:nth-child(3) {
    width: 100% !important;
}
.product.details.product-item-details {
    text-align: left;
}

.price-cart .product.details.product-item-details{
    text-align: center !important;
}


.products.wrapper.grid.products-grid tr:nth-child(even), table#shopping-cart-table tbody:nth-child(even),
.datos-paciente.col-sm-12, #accordion label:not(.switch_label), #accordion article {
    /*background-color: #f4f4f4c7;*/
    background-color: #f9f8f8c7;
}
.field.col-sm-12.pre-data-search.form-prescripcion{
    background-color: #f4f4f4c7 !important;
    margin-top: 10px;
}
/* #accordion label {
    color: #275b61;
    border: 1px solid #9f9f9f99;
    margin-bottom: 10px;
} */
#accordion label:not(.switch_label) {
    color: #444444;
    border: 1px solid #989898;
    margin-bottom: 10px;
}

.cart-summary {
    background: #f6f6f6;
    border: 1px solid #74747499;
}
.cart-summary .title, .checkout-cart-index .cart-summary {
    color: #444444;
}
.abs-discount-block>.title, .cart-summary .block>.title, .paypal-review-discount .block>.title,
.modal-popup.modal-slide .modal-footer, .field.col-sm-12.pre-data-search.form-prescripcion {
    border-top: 1px solid #9f9f9f99;
}
tr, .modal-popup .modal-title, .opc-wrapper .step-title, .opc-block-shipping-information .shipping-information-title, .checkout-agreements-items .checkout-agreements-item-title,
.rokanthemes-onepagecheckout #shipping .form-login, .rokanthemes-onepagecheckout .checkout-shipping-method .step-title, .rokanthemes-onepagecheckout .step-title,
.rokanthemes-onepagecheckout .opc-wrapper #payment #co-payment-form .step-title, .rokanthemes-onepagecheckout #opc-sidebar .items-in-cart,
.rokanthemes-onepagecheckout .checkout-shipping-method .step-title, .rokanthemes-onepagecheckout .step-title, .rokanthemes-onepagecheckout #opc-sidebar .title, .rokanthemes-onepagecheckout .checkout-payment-method .step-title {
    /*border-bottom: 1px solid #9f9f9f99;*/
    border-bottom: 1px solid #ffffff;
}
button.action.primary.checkout.add-info {
    margin-bottom: 10px;
    font-weight: 600 !important;
}
hr {
    border-top: 1px solid #9f9f9f99;
}
div#dataset-pacient > div {
    padding: 20px;
    border-bottom: 1px solid #9f9f9f99;
}
div#dataset-pacient > div div{
    padding: 10px 0;
}
div#dataset-pacient > div:last-child {
    border: 0;
    padding-bottom: 0;
}
div#dataset-pacient h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}
div#dataset-pacient b label {
    font-weight: 600;
    margin-bottom: 2px;
    display: inline-block;
}
div#dataset-pacient hr {
    display: none;
}
div#dataset-pacient h2 {
    margin-bottom: 20px;
    padding-left: 17px;
}
div#popup-modal .tab {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #fff;
    border: 1px solid #9f9f9f99;
    margin-top: 10px;
}
div#popup-modal .tab img {
    width: 28px;
}
div#popup-modal .tab button:hover {
    background-color: #0aa493;
}
div#popup-modal .tab button.active {
    background-color: #393939;
}
.tab button {
    height: 50px;
}
.datos-front label {
    font-weight: 600;
}
ul.checkout.methods.items.checkout-methods-items button, ul.checkout.methods.items.checkout-methods-items input.action.primary.checkout {
    font-size: 15px !important;
}
.w3-container .action.primary {
    color: #fff;
}
.copybtn {
    background-color: transparent !important;
    border: 0 !important;
    color: #393939 !important;
    text-decoration: underline;
    font-size: 15px !important;
}
.copybtn:hover{
    color: #0aa493 !important;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
    background-color: #fff !important;
}
h1#modal-title-1 {
    text-transform: uppercase;
}
#Whatsapp button a {
    color: #fff;
}
#Whatsapp h3 {
    margin: 10px;
}
div#COPY {
    margin: 12px 0 0 0;
    padding: 0;
}
.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content {
    padding: 10px 30px;
}
body.account, body.customer-account-login, body.customer-account-create {
    background: #fff;
}
.sidebar.sidebar-main-1 strong {
    font-weight: 600;
    color: #393939;
}
.block-collapsible-nav .item .delimiter {
    border-top: 1px solid #9f9f9f99;
    margin: 0;
}
.modal-popup .action-close {
    right: 0;
    top: 0;
}
.modal-popup .action-close:before {
    color: #393939;
}
section#accordion .field span {
    font-weight: 400;
    color: #383838;
    font-size: 15px;
}

.field.col-sm-12.pre-data-search.form-prescripcion span b {
    font-weight: 600;
    display: block;
    color: #444444;
    font-size: 16px;
    margin-bottom: 4px;
}
.field.col-sm-12.pre-data-search.form-prescripcion > h5 {
    font-size: 17px;
}

.fields-prescripcion.field.col-sm-12 > div > span {
    display: block;
    margin-bottom: 10px;
}

button#create-pacient > span {
    font-size: 11px !important;
}
article#data-create > div > span {
    display: block;
    margin-bottom: 10px;
}
.fields-prescripcion.field.col-sm-12 div span, article#data-create span {
    font-weight: 600 !important;
}
input[type="date"] {
    height: 50px;
}
.autocomplete-items strong {
    color: #444444;
}
section#accordion > div {
    margin-bottom: 10px;
}
.field.col-sm-12.pre-data-search.form-prescripcion .field {
    padding: 0 5px;
}
.fields-prescripcion.field.col-sm-12 .col-sm-4 {
    padding: 0 5px !important;
}
.fieldset.additional_info {
    width: 100% !important;
}
.additional_info #tipoidentificacion {
    border: 1px solid #9f9f9f99;
    height: 45px;
    border-radius: 5px;
    width: 100%;
}
.account .box-title {
    color: #393939;
    font-weight: 600;
}
.cart_bg strong, .Order_bg strong {
    color: #393939 !important;
    font-weight: 600 !important;
}
.cart_bg, .Order_bg, .marketplace-seller-dashboard .seller-sales-income .content_wr {
    border: 1px solid #9f9f9f99 !important;
}
.cart_bg i, .Order_bg i {
    background-color: #9f9f9f99 !important;
}
.seller-sales-income h3, .marketplace-seller-dashboard .order-manage .orders-history span.order-title {
    color: #393939 !important;
}
.marketplace-seller-dashboard .order-manage #my-orders-table tr th {
    background: #e3fffd !important;
    color: #393939 !important;
}
.marketplace-seller-dashboard .seller-sales-income .content_wr ul li {
    border-right: 1px solid #9f9f9f99;
}
.product-url a {
    color: #fff !important;
}
.account .block-collapsible-nav .content {
    padding: 40px 30px 42px;
}
.product.details.product-item-details button {
    color: #fff;
}
.field.col-sm-12.pre-data-search.form-prescripcion h3 {
    font-weight: 600;
}
div#datos-modal-edit span {
    font-weight: 600;
    color: #6e6e6e;
}
.rokanthemes-onepagecheckout #shipping, .rokanthemes-onepagecheckout #opc-shipping_method, .rokanthemes-onepagecheckout #payment {
    border: 1px solid #9f9f9f99;
}
.rokanthemes-onepagecheckout #opc-sidebar .actions-toolbar>.primary button.action.primary.disabled, .rokanthemes-onepagecheckout #opc-sidebar .actions-toolbar>.primary button.action.primary[disabled]{
    color: #fff;
}
div#checkout label, legend.label {
    font-weight: 600 !important;
    color: #444444 !important;
}
.datos-front.col-md-12 h2 {
    font-weight: 600;
    /*border-bottom: 1px solid #b4b4b4;*/
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #393939;
}
p.mp-ps-info {
    border-bottom: 1px solid #9f9f9f99;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #393939;
}

.productos-front.col-md-12 .mp-product-slider-content {
    margin-top: 30px;
}
.page-title-wrapper {
    text-align: center;
}
legend.legend , form span{
    font-weight: 600 !important;
}
.form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.search.advanced, .form.form-orders-search {
    width: 80%;
}
form#search-form-prescripcion .fieldset span {
    font-size: 13px;
}
table#my-orders-table thead th {
    font-weight: 700;
    color: #ffffff;
    font-size: 12px;
    vertical-align: top;
    /* border: 1px solid red !important; */
}
form#search-form-prescripcion input {
    padding: 10px;
    height: 35px;
}
button.product-search {
    background-color: #285f64;
    color: #fff;
    text-align: center;
    padding: 11px;
    display: flex;
    margin-top: 18px;
    width: 200px;
    font-weight: 600 !important;
}
.checkout-onepage-success #maincontent .actions-toolbar>.primary .primary {
    border-radius: 0px !important;
    color: #fff !important;
}
div#registration a.action.primary {
    color: #fff;
}
.checkout-success p span, div#registration p span {
    font-weight: 700;
    color: #285f64;
}
.header-control .col-lg-6.col-md-7.col-sm-12.hidden-xs {
    width: 100%;
    padding: 0;
    text-align: center;
}
.header-control .col-lg-3.col-md-2.hidden-sm.hidden-xs.box_language {
    display: none;
}
.navigation.custommenu.main-nav {
    float: none;
    width: 100%;
    text-align: center;
}
.custommenu.navigation li.level0.fullwidth {
    position: relative;
}
.custommenu.navigation li.level0.fullwidth>.submenu .subchildmenu {
    width: 300px;
}
.custommenu.navigation li.level0.fullwidth .subchildmenu.mega-columns.columns4>li {
    float: none;
    width: 100%;
}

.top-account ul li:hover a {
    color: #0aa493;
}

#back-top i {
    display: block;
    width: 100%;
    height: 100%;
    background: #0aa493;
    line-height: 54px;
    font-size: 20px;
    border-radius: 100%;
}
.rowFlexMargin .velaBlock .velaFooterLinks li a:hover, .rowFlexMargin .velaBlock .velaFooterLinks li a:focus {
    color: #0aa493;
    text-decoration: none;
    text-indent: 10px;
}

.subscribe.primary{
    background-color: #000000 !important;
}

.hoteline_header .image_hotline {
    float: left;
    width: 44px;
    height: 44px;
    background-color: #0aa493;
}

.rokan-product-heading.rokan-onsale-heading > h2, .rokan-product-heading.rokan-featured-heading.clearfix > h2.pull-left  {
    color: #6f6f6f !important;
}

.hot-onsale .onsale.new-lable{
    background: #e80a0a;
} 

.item-product .product-info .info-price .special-price .price-wrapper .price, .item-product .product-info .info-price .price {
    color: #cf5a11;
    font-weight: 600 !important;
}

.blog-info .time-conment .date-time {
    color: #0aa493;
}

.field.limiter {
    margin-top: 0px !important;
}

.breadcrumbs ul li strong {
    color: #0aa493;
}

.breadcrumbs ul li a:hover {
    color: #0aa493;
}
.page-title-wrapper.product {
    text-align: left;
}

.product-view .detail-info-product-view .price-box .price-container .price, .wrapper_quickview_item .detail-info-product-view .price-box .price-container .price {
    color: #cf5a11 !important;
    padding-left: 0px;
}

.product-view .detail-info-product-view .product-info-stock-sku .stock span, .wrapper_quickview_item .detail-info-product-view .product-info-stock-sku .stock span, .product-view .detail-info-product-view .product.attribute.sku .value, .wrapper_quickview_item .detail-info-product-view .product.attribute.sku .value {
    color:  #393939 !important;
}

.product.info.detailed .product.data.items .item.title a:before {
    background-color: #0aa493;
}

.product-view .product-social-extra a:hover, .wrapper_quickview_item .product-social-extra a:hover {
    color: #fff;
    background-color: #393939;
    border-color: #393939;
}

.header-container .header-content .minicart-wrapper .minicart-items .product-item-details .price {
    color: #0a7e84;
}

.minicart-items .product-item-name a {
    font-weight: 600;
}

.minicart-items .product-item-name a:hover {
    color: #0aa493;
}

.header-container .header-content .minicart-wrapper .block-minicart .subtotal .price-container .price {
    color: #0a7e84;
}

.block-minicart .block-content>.actions .viewcart:hover {
    background: #0aa493;
    border-color: #0aa493;
}

.account .fieldset .legend {
    margin-top: 15px;
}

.fixed-right ul li a:hover:before {
    color: #fff;
    background: #0aa493;
}  

.cart.table-wrapper .cart.items .col span.price {
    color: #0a7e84;
}
.cart-container .form-cart .action.continue{
    color: #0a7e84;
}

a.file-prescription.button {
    background: #6e6e6e;
}
.modals-overlay {
    z-index: 899 !important;
}

.account .page-main .block-dashboard-info .box-information .box-actions a, .account .page-main .block-dashboard-addresses .box-billing-address a, .account .page-main .block-dashboard-addresses .box-shipping-address a {
    color: #0aa493;
}

.account .page-main .block-dashboard-info .box-information .box-actions a:hover , .account .page-main .block-dashboard-addresses .box-billing-address a, .account .page-main .block-dashboard-addresses .box-shipping-address a {
    color: #393939;
}

.account .page-main .block-dashboard-info .box-newsletter .box-actions a:hover {
    color: #393939;
}
.account .page-main .block-dashboard-info .box-newsletter .box-actions a {
    color: #0aa493;
}

.account .page-main .block-dashboard-addresses .block-content div .box-title {

    color: #666;
}

.account .page-main .account-nav .item.current a, .account .page-main .account-nav .item.current strong {
    border: none;
    color: #393939;
    font-weight: 400;
}

.account .block-collapsible-nav .content .nav li a:hover {
    color: #0aa493;
}

.account .page-main .account-nav .item a:hover {
    background: transparent;
    color: #0aa493;
}

.account .page-main .account-nav .content {
    border: 1px solid #b9b9b9;
    background: #fff;
    padding: 30px 30px 42px 30px;
}

.field.col-sm-12.pre-data-search.form-prescripcion > h4, .field.col-sm-12.pre-data-search.form-prescripcion .fields-prescripcion > h4 {
    font-weight: 600 !important;
}

button.action.login.primary {
    color: white;
}

.checkout-container .action.action-auth-toggle {
    background: #0aa493;
}

body .irs--flat .irs-bar {
    top: 30px;
    height: 2px;
    background-color: #0aa493;
}

body .irs--flat .irs-handle {
    border: 5px solid #0aa493;
}

body .irs--flat .irs-from, body .irs--flat .irs-to, body .irs--flat .irs-single {
    color: #0a7e84;
}

.sidebar-shop .widget .widget-title:before {
    content: "";
    width: 50px;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #9ad594;
}

/* .cart-summary .block > .title {
    border-top: 1px solid #a8a8a8;
}

table.data.table.totals > tbody > tr.totals {
    border-bottom: 1px solid #a8a8a8;
} */

span.price {
    font-weight: 600;
}

.checkout-methods-items > li > button{
    background-color: #0aa493 !important;
}

.cart.main.actions > .action:hover {
    background: #0aa493 !important;
}

body .action_button .button:hover, body button:hover, body input[type=submit]:hover {
    background: #0a7e84;
    color: white;
    font-weight: 600 !important;
}

article#data-search > .field.col-sm-6 > button {
    margin-top: 20px;
}

article#data-search > .col-sm-3 > span {
    font-weight: 600;
}

.datos-front .opcion > span {
    display: block;
    margin-top: 20px;
    font-size: 16px;
}

#dataset-pacient > h3 {
    display: flex;
    justify-content: flex-end;
    margin-bottom: -33px;
}

div#dataset-pacient b label span {
    color: #444444;
    font-size: 18px;
}

.checkout-shipping-method .no-quotes-block {
    margin: 20px 0;
    display: none;
}

span.quote-item-project {
    display: none;
}

.rokanthemes-onepagecheckout #opc-sidebar .discount-code #discount-form .actions-toolbar>.primary .action.action-apply {
    color: white !important;
}

.datos-front .opcion > b > label {
    font-size: 19px;
}
.datos-front .opcion > span {
    font-size: 17px;
}

.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .product-name strong {
    color: #0a7e84;
    display: block;
    margin-bottom: 5px;
}

.minicart-items .action.edit:before {
    color: #ffffff;
}

.list-unstyled > li > a, .header.links > li > a, .page-title > span, label > span, .velaFooterTitle, .support-mail > span, .action.primary > span, .nav.items > .nav.item > a{
    display: inline-block;
    text-transform: lowercase !important;
}
.list-unstyled > li > a:first-letter, .header.links > li > a:first-letter, .page-title > span:first-letter, label > span:first-letter, .velaFooterTitle:first-letter, .support-mail > span:first-letter, .action.primary > span:first-letter, .nav.items > .nav.item > a:first-letter{
    text-transform: uppercase;
}

.block-customer-login .actions-toolbar .action-login {
    background: #34c02d none repeat scroll 0 0;
}

.price-container .price {
    font-size: 1.4rem;
    color: #cf5a11;
}
.product-item .price-box .price {
    font-size: 1.4rem;
    font-weight: 700;
    white-space: nowrap;
    color: #cf5a11;
}

.account .block-collapsible-nav .content .nav {
    /*padding: 30PX;*/
    padding: 0px;
}

.field.date .control {
    position: relative;
    width: 300px;
    /* margin-right: -20px; */
    /* padding: 0; */
}

#my-orders-table thead {
    background: #285f64;
}

#my-orders-table td {
    font-size: 12px;
}

table.tableData thead {
    background: #285f64;
    /* justify-content: center; */
}

table.tableData th {
    text-align: center;
    font-weight: 600 !important;
    font-size: 14px;
    color: white;
}
 
.desc-seller {
    margin-bottom: 25px !important;
}

#seller-form-validate.account .fieldset .legend {
    margin-top: 0;
}

select#profesional {
    margin-bottom: 25px;
}

.productos-front h2.mp-product-slider-title {
    display: none;
}

.productos-front .rokan-product-heading.rokan-onsale-heading {
    margin: 30px 0 -15px 0;
}

.productos-front .mp-product-slider-block.block.widget.block-products-list.grid {
    display: none;
}

table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td {
    padding: 15px 15px;
}

#top-cart-btn-checkout{
    display: none !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0aa493;
    border-color: #0aa493;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #0a7e84;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

#opc-shipping_method{
    display: none !important;
}

.rokanthemes-onepagecheckout .opc-wrapper #payment {
    margin-top: 0px;
    padding: 30px 30px 8px 30px;
}

.cart.table-wrapper .product-item-details {
    display: block;
    text-align: center;
}

form.edit-seller .fieldset > .field{
    display: block !important;
}
.label > span{
    margin-bottom: 10px;
}
.card-documentos{
    height: 100px;
    border-radius: 10px;
    padding: 20px;
    background: #f9f9f9;
    margin: 10px;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.23);
}

.account .columns.layout.layout-2-col.row .col-xs-12.col-sm-3.col-md-3.col-lg-2,
.account .columns.layout.layout-2-col.row .col-xs-12.col-sm-3.col-md-3.col-lg-2 .block-collapsible-nav .content,
.account .columns.layout.layout-2-col.row .col-xs-12.col-sm-3.col-md-3.col-lg-2 .account-nav .content
{
    background-color: #0aa493;
    border: none;
    border-radius: 20px;
}

.account .block-collapsible-nav .content .nav li a, .account .page-main .account-nav .nav li a{
    color: white;
    font-weight: 300;
}

.account .page-main .account-nav .item .delimiter, .block-collapsible-nav .item .delimiter {
    border-top: 1px solid #e6e6e61a;
    display: block;
    margin: 3px 0;
}

.account .block-collapsible-nav .content .nav li.item.current a,
.account .block-collapsible-nav .content .nav li.item.current strong,
.account .page-main .account-nav .item.current strong {
    color: #fff;
    font-weight: bold;
    border: none;
    text-decoration: underline 1.5px white;
}

.account .block-collapsible-nav .content .nav li a:hover,
.account .page-main .account-nav .item a:hover {
    color: #fff;
    font-weight: 600;
    text-decoration: underline 1px #197d72;
}
.account .block-collapsible-nav{
    margin-top: 0px;
}
.account .page-main .columns .page-title-wrapper {
    display: none;
}

.account .page-main .columns {
    display: block;
    margin-top: 30px;
}

.account .page-main .account-nav .nav li {
    line-height: unset;
    padding: 0;
    padding-top: 0px;
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 5px;
}
.account .block-collapsible-nav .content .nav li {
    line-height: unset;
    padding: 0;
      padding-top: 0px;
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 5px;
}

.nav.item.mb-5 {
    margin-bottom: 30px !important;
}

.account .block-collapsible-nav .content .nav li:not(:first-child){
    padding-left: 37px;
}

.account .page-main .account-nav .nav li {
    padding-left: 30px;

}

/* blog view */
.blog-post-view .block-collapsible-nav{
    display: none;
}
.blog-post-view .justify-content-center.w-100.image-white{
    display: none;
}

.blog-post-view .justify-content-center.w-100.image-black{
    display: block !important;
}

.post-thumb {
    float: left
}
.post-thumb img {
    display: block
}
.post-content {
    margin-left: 70px;
    word-wrap: break-word;
}

.url-doc-s{
    color: black !important;
    font-weight: 400;
    line-height: 1.5;
}

.url-doc-s:hover{
    color: #96d590 !important;
}

.product-add-form .fieldset > .field:not(.choice) > .control {
    width: 50% !important;
}

.product-info-main .box-tocart .actions, .product-options-bottom .box-tocart .actions {
    text-align: left;
}

.form-edit-account {
    border: 1px solid #96d590;
    padding: 20px;
    border-radius: 5px;
}

.account .fieldset > .field:not(.choice) > .label {
    width: auto !important;
    font-size: 14px !important;

}

.account .fieldset > .field:not(.choice) > .control {
    width: 100% !important;
}

.block-search {
    float: left;
    width: 90% !important;
}

.velaContentSupportHead{
    float: right;
}
.velaContentSupportHead .support-mailx{
    margin-right: 170px;
}


.block-content button.search.home::after {
    content: "\e090";
    font-family: 'simple-line-icons' !important;
    width: 50px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
}

.block-search .block-content button.action {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    height: 50px;
    color: #fff;
    display: block;
    line-height: 50px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    background: #0aa493;
    border-radius: 0 30px 30px 0;
    opacity: 1 !important;
    pointer-events: all !important;
    cursor: pointer;
    min-width: 50px;
}

.owl-theme .owl-pagination {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -25px;
    text-align: center;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #0aa493;
    border-color: #0aa493;
}

.form-cart .table-wrapper #shopping-cart-table > thead {
    border-bottom: 1.5px solid #e3e3e3 !important;
}
.marketplace-seller-login .page-title-wrapper, .marketplace-seller-create .page-title-wrapper{
    margin-top: 0px !important;
}

.nav-sections {
    background: #f5f5f5 !important;
}

.navigation.verticalmenu.side-verticalmenu {
    display: none;
}

.title-category-dropdown {
    color: white !important;
}

.fixed-bottom .link-on-bottom .mobile-bottom-link {
    background-color: #0aa493;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.fixed-bottom .link-on-bottom .mobile-bottom-link li a:not(:hover) {
    color: #fff;
}

.fixed-bottom .link-on-bottom .mobile-bottom-link li a:hover {
    color: #fff;
}

.cart.table-wrapper .col.qty .input-text {
    width: 47px;
    padding-right: 30px;
    margin-top: 0;
    border: 0;
}

#shopping-cart-table tr{
    border-top: 1px #e6e6e6 solid !important;
    border-bottom: 1px #e6e6e6 solid !important;
}

.image-home img{
    height: 600px !important;
}

.image-mid-home img{
    height: 285px !important;
}

.product-item .old-price .price {
    color: #b1b1b1 !important;
    margin-left: 20px;
    font-size: 16px !important;
}
.old-price span.price {
    color: #b1b1b1;
    font-size: 16px;
    margin-left: 20px;
}
@media only screen and (max-width: 767px){
    .switch_box{
        height: auto !important;
        margin-bottom: 20px;
        padding: 0 !important;
    }
    input[type="checkbox"].switch_1{
        display: block;
    }
    .slider-product-item-info {
        width: 100% !important;
    }
    .mp-product-slider-content .product-items .product-slider .slider-product-item-details .slider-product-item-actions {
        margin: 15px 0 10px;
        text-align: center !important;
    }

    .slider-product-item-photo .product-image-container{
        width: 300px !important;
    }

    a.product.photo.slider-product-item-photo {
        margin-left: 6px;
    }
    .product-item-details .action.tocart.success span {
        white-space: initial;
    }

    /* banner */
    #banner-slider-carousel .owl-carousel .owl-item img{
        height: 200px;
    }
    .image-home img{
        height: 300px !important;
    }

    .image-mid-home img{
        height: 200px !important;
    }

    .datos-front .opcion > span {
        margin-top: 0px;
    }

    .datos-front .opcion {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .datos-front .rokan-product-heading.rokan-onsale-heading {
        margin-left: 0 !important;
    }
    .datos-front .rokan-product-heading{
        padding: 0 !important;
    }

    .banner_item_bg {
        height: auto !important;
    }
    .header-container .header-content .minicart-wrapper {
        top: -80px;
    }
    .account .block-collapsible-nav .content {
        display: block;
    }
    .account .block-collapsible-nav{
        display: contents !important;
    }
    .account .page-main .account-nav .content {
        padding: 5px 30px 42px 30px;
    }
      
    .account .col-xs-12.col-sm-3.col-md-3.col-lg-2 {
        margin-left: 10px;
        width: 95% !important;
        border-radius: 0px !important;
    }

    .block-search {
        float: right !important;
        width: 85% !important;
    }

    .navigation.verticalmenu.side-verticalmenu {
        display: block;
    }
    .products-paginate .product-img-block, .products-paginate .product.actions.product-item-actions  {
        text-align: center;
    }

    .pagination-container {
        text-align: center;
    }

    .products.wrapper.grid.products-grid tr{
        border: 1px solid #dbdbdbc7;
    }
    .product-item-details .action.tocart.success {
        font-size: 20px;
        margin-bottom: 15px;
    }
    button.action.tocart.primary {
        margin-bottom: 15px;
    }
    .account .page-main .block-dashboard-addresses {
        margin-bottom: 20px;
    }

    .velaFooterLogo{
        justify-content: center;
        display: flex;
    }
    .velaFooterMenu .velaFooterTitle::before {
        content: "+";
        width: 15px;
        height: 15px;
        line-height: 15px;
        position: absolute;
        text-align: center;
        bottom: 0;
        right: 0;
        color: #222;
        left: 300px;
        margin-left: 30px;
    }
    .velaFooterMenu .velaFooterTitle {
        font-weight: 500 !important;
        text-transform: uppercase !important;
    }
    form#seller-form-validate .fieldset > .field {
        word-wrap: normal;
        margin-top: 20px;
    }
    .list-unstyled > li > a{
          text-transform: none !important;
    }
    .account .page-main, .cms-privacy-policy .page-main {
        padding-top: 0;
        position: relative;
    }

    .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content {
        padding-top: 15px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }

    .pupup-suc-added-to-your-bag {
        width: auto;
        margin-top: -80px;
        padding: 30px 20px 20px 20px;
        margin-left: -30px;
        margin-right: -30px;
    }

    .wrapper-success .product-name::before {
        background-color: #d4edda2b;
        display: inline-flex;
    }

    .modal-popup .action-close::before {
        color: #0aa493;
    }

    .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .ajaxsuite-buttons #button_continue_shopping {
        display: block;
    }

    #shopping-cart-table tr{
        border-top: 2px #e6e6e6 solid !important;
        border-bottom: 2px #f7f7f7 solid !important;
    }

    .cart.table-wrapper .col.qty[data-th]::before, 
    .cart.table-wrapper .col.price[data-th]::before, 
    .cart.table-wrapper .col.subtotal[data-th]::before, 
    .cart.table-wrapper .col.msrp[data-th]::before,
    .cart.table-wrapper .col.dosificacion[data-th]::before,
    .cart.table-wrapper .col.tiempod[data-th]::before {
        font-weight: 400;
    }

    .cart.table-wrapper .col.qty[data-th]::before, 
    .cart.table-wrapper .col.price[data-th]::before, 
    .cart.table-wrapper .col.subtotal[data-th]::before, 
    .cart.table-wrapper .col.msrp[data-th]::before,
    .cart.table-wrapper .col.dosificacion[data-th]::before,
    .cart.table-wrapper .col.tiempod[data-th]::before {
        content: attr(data-th) ':';
        display: block;
        padding-bottom: 10px;
    }

    .checkout-cart-index .cart-container .cart.item .item-info td:first-child {
        border-bottom: 1px solid #e6e6e6 !important;
    }

    .cart.table-wrapper .product-item-details {
        text-align: left;
    }

    .cart.table-wrapper .col.dosificacion, .cart.table-wrapper .col.tiempod{
        box-sizing: border-box;
        display: block;
        float: left;
        text-align: center;
        white-space: nowrap;
        /* width: 27%; */
    }

    td.col.dosificacion,  td.col.tiempod{
        width: 100%;
    }

    .field.qty {
        width: 100%;
    }
    .page-footer {
        padding-bottom: 55px;
        margin-top: 50px;
    }
    .account .page-main .block-dashboard-info .box-newsletter,
    .account .page-main .block-dashboard-addresses .box-shipping-address {
        border-left: 0;
        padding-left: 0;
    }
    .account .page-main .block-dashboard-addresses .box-billing-address a,
    .account .page-main .block-dashboard-addresses .box-shipping-address a{
        color: #0aa493;
    }
    .account .page-main.container {
        margin-bottom: 10px;
    }

    .rokan-product-heading h2 {
        padding: 0 20px 0 0 !important;
        display: inline-block;
    }

    .modal-content {
        background-color: #fff0;
    }

    #data-search-customer{
        margin-top: 20px;
    }

    article#data-search > .field.col-sm-6 > button {
        margin-top: 20px;
        padding: 0px 10px 10px 10px;
        background: #6f6f6f !important;
    }
    .field.col-sm-12.pre-data-search.form-prescripcion > h4, .field.col-sm-12.pre-data-search.form-prescripcion .fields-prescripcion > h4 {
        font-weight: 600 !important;
        color: #0f7e85 !important;
    }

    button.save-prescripcion {
        font-weight: bold !important;
    }

    .field.col-sm-12.pre-data-search.form-prescripcion h3 {
        font-weight: 600;
        text-align: center;
        text-decoration: underline;
        color: #0d7e85 !important;
    }

    .field.col-sm-12.pre-data-search.form-prescripcion .field {
        padding: 0;
    }

    label.switch_label, .switch_box label {
        display: contents !important;
    }
    
    .switch_box{
        height: 60px;
    }

    .fields-prescripcion.field.col-sm-12.button-save {
        text-align: center;
    }

    #data-create div:nth-child(6) {
        margin-bottom: 10px !important;
    }

    footer.modal-footer button {
        background: #666666 !important;
    }

    .field.col-sm-12.pre-data-search.form-prescripcion .col-sm-4 {
        margin-bottom: 20px !important;
    }

    div#dataset-pacient h4 {
        color: #0c766b !important;
        margin-top: 15px;
    }

    div#dataset-pacient h2 {
        margin-top: 35px;
        color: #0aa493 !important;
        text-decoration: underline;
    }

    div#dataset-pacient > div div {
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
    .datos-button.col-md-12 {
        text-align: center;
    }
    #Whatsapp h3 {
        margin: 10px;
        text-align: left;
    }

    button#whats-api {
        height: 50px;
        margin-top: 20px;
    }

    .modal-popup.modal-slide .modal-footer button {
        background: #706c6c !important;
    }

    .rokanthemes-onepagecheckout .opc-wrapper #payment {
        margin-top: 20px;
        padding: 30px 30px 8px 30px;
    }

    .rokanthemes-onepagecheckout .page-main .authentication-wrapper {
        right: 0;
        float: right;
        position: unset;
        top: 0;
        margin: 0 0 30px;
    }

    .checkout-container .action.action-auth-toggle {
        background: #0aa493;
        border-color: #0aa493;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        padding: 0 10px;
        border-radius: 3px;
        height: 45px;
        line-height: 45px;
        margin: 0;
    }

    .fieldset_form div {
        margin-bottom: 20px !important;
    }

    button.product-search {
        background-color: #285f64;
        color: #fff;
        text-align: center;
        padding: 11px;
        display: flex;
        margin-top: 18px;
        width: auto;
        font-weight: 600 !important;
    }

    .field.date .control {
        position: relative;
        width: 100%;
        /* margin-right: -20px; */
        /* padding: 0; */
    }
    

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

}

@media (max-width: 767px){
    .cart.table-wrapper .product-item-details {
        display: block;
    }
    .header-control {
        min-height: 1px;
    }
    .vc_tta-tabs-container .tabs li a {
        display: -webkit-box !important;
        -webkit-line-clamp: inherit;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .velaContentSupportHead .support-mailx {
        margin-right: 40px;
        margin-top: 20px;
    }
    .nav-toggle {
        vertical-align: middle;
        top: -62px;
    }

    .header-control .col-lg-3.col-md-2.hidden-sm.hidden-xs.box_language {
        display: none !important;
    }

    .custommenu.navigation li.level0>.level-top {
        text-decoration: none;
        display: block;
        padding: 0 12px;
    }
    .header-control .col-lg-6.col-md-7.col-sm-12.hidden-xs {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .header-control.header-nav {
        background: #fff;
        position: relative;
    }
    .block-search {
        width: 100%;
        margin: 15px 0 0;
    }

    .hidden-xs {
        display: none !important;
    }

    .custommenu.navigation li.level0.fullwidth>.submenu .subchildmenu {
        width: 100%;
        padding: 10px;
        margin-left: 15px;
    }
    #back-top{
        display: none !important;
    }

    .owl-theme .owl-pagination {
        bottom: 1px;
        margin-top: 20px;
        margin-bottom: -20px;
    }
    td.image {
        width: 100% !important;
        max-width: 100% !important;
    }

    div#dataset-pacient h2 {
        margin-top: 20px;
    }

    #dataset-pacient > h3 {
        display: inline;
        justify-content: flex-end;
        margin-bottom: 20px;
        padding-left: 5px;
    }
    div#dataset-pacient h2, div#dataset-pacient > div {
        padding-left: 5px;
    }

    div#dataset-pacient > div {
        padding-top: 0px;
    }
    div#dataset-pacient b label span {
        margin-bottom: 3px;
    }

    .checkout-index-index .nav-sections, .checkout-index-index .nav-toggle {
        display: none;
    }

    form#seller-form-validate .fieldset > .field.password {
        margin-bottom: 50px;
    }
    
    .checkout-cart-index table#shopping-cart-table td.price, .checkout-cart-index table#shopping-cart-table td.qty, .checkout-cart-index table#shopping-cart-table td.subtotal, .checkout-cart-index table#shopping-cart-table td.dosificacion, .checkout-cart-index table#shopping-cart-table td.tiempod {
        border: 0 !important;
    }


}

.page-title .base {
    text-transform: uppercase !important;
}

@media (max-width: 767px){
    .wp-header > div {
        justify-content: left !important;
    }
}
@media only screen and (max-width : 728px){
    .products.wrapper.grid.products-grid tr {
        display: grid;
        grid-template-columns: 150px 1fr;
    }
    .products.wrapper.grid.products-grid .price-cart {
        text-align: left;
        grid-column: span 2;
    }
    form#seller-form-validate .fieldset > .field:nth-child(even) {
        margin-right: 0;
    }
    
    
    
}



@media only screen and (max-width : 600px){
    .logo img {
        max-height: 100%;
        width: 120px;
    }
    form#seller-form-validate .fieldset > .field {
        width: 100%;
    }
}



@media only screen and (max-width : 480px){
    .products.wrapper.grid.products-grid tr {
        grid-template-columns: 1fr;
    }
    .products.wrapper.grid.products-grid tr td {
        grid-column: span 2;
    }
    .top-account ul li a {
        padding: 0 3px;
    }
    .logo img {
        max-height: 100%;
        width: 170px;
        margin-left: -20px;
        margin-top: -20px;
    }

}



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

/* estilos check files front */
.row.wrapper {
    /* display: -webkit-box; */
    
    /* display: flex; */
    /* flex-wrap: wrap; */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: contents;
    /* margin-top: 4vh; */
}

.switch_box {
    /* display: -webkit-box; */
    /* display: flex; */
    /* min-width: 200px; */
    /* width: 500px; */
    height: 50px;
    /* -webkit-box-pack: center; */

    justify-content: center;
    /* -webkit-box-align: center; */
    align-items: center;
    /* -webkit-box-flex: 1; */
    /* flex: 1; */
    display: block;
    margin-top: 15px;
}
/* Switch 1 Specific Styles Start */

.box_1{
	background: #ffffff00;
}

input[type="checkbox"].switch_1{
	font-size: 16px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	width: 3.5em;
	height: 1.5em;
	background: #ddd;
	border-radius: 3em;
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  }
  
  input[type="checkbox"].switch_1:checked{
	background: #0f7e85;
  }
  
  input[type="checkbox"].switch_1:after{
	position: absolute;
	content: "";
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
	        box-shadow: 0 0 .25em rgba(0,0,0,.3);
	-webkit-transform: scale(.7);
	        transform: scale(.7);
	left: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  }
  
  input[type="checkbox"].switch_1:checked:after{
	left: calc(100% - 1.5em);
  }
	
/* Switch 1 Specific Style End */

/*  */

.action.subscribe.primary.newsletterbutton.profesionales {
    color: #ffffff;
    background-color: #3B3D62 !important;
    margin-top: 20px;
    font-size: 25px;
    border-radius: 35px;
    margin-right: 5%;
}

.action.subscribe.primary.newsletterbutton.clientes {
    color: #3B3D62;
    background-color: #F6CB31 !important;
    margin-top: 20px;
    font-size: 25px;
    border-radius: 35px;
}

#newsletter_pop_up .content-popup h3 { 
    color: #3B3D62 !important;
    line-height: 50px !important;
    font-size: 30px;
    text-transform: inherit;
    display: block;
    position: relative;
    font-family: 'Rubik',sans-serif;
    padding: 0;
    font-weight: 500;
    margin: 10px 0 0px;
}

#newsletter_pop_up.logo_popup img {
    width: 65% !important;
}

.news-subtitule {
    color: #3B3D62 !important;
    line-height: 50px !important;
    font-size: 50px;
    text-transform: inherit;
    display: block;
    position: relative;
    font-family: 'Rubik',sans-serif;
    padding: 0;
    font-weight: 500;
    margin: 10px 0 0px;
}

#newsletter_pop_up {
    display: none !important;
    z-index: 10000 !important;
}

.b-modal.__b-popup1__{
    display: block !important;
}

.title-landing-principal {
    font-family: Poppins;
    color: #3B3D62;
    /*font-weight: 600;*/
}

strong.title-landing-principal {
    font-family: Poppins;
    color: #3B3D62;
    font-weight: 600;
}

.title-landing-secundario {
    font-family: Poppins;
    color: #3B3D62;
}

.title-landing-secundario strong {
    font-weight: 900;
}

.title-box-landing {
    font-family: Poppins;
    color: #3B3D62 !important;
    font-weight: 600;
}

.text-box-landing {
    font-family: Poppins;
}

.title-white-landing {
    font-size: 36px !important;
    font-family: Poppins;
    color: white !important;
    font-weight: 600;
}

.text-gray-landing {
    color: #F0F0F0;
}

.title-blue-landing {
    font-size: 36px !important;
    font-family: Poppins;
    color: #3B3D62 !important;
    font-weight: 600;
}

.button-landing-registro .pagebuilder-button-primary {
    border-radius: 30px !important;
    background-color: #3B3D62 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    float: right;
    line-height: 1;
}

.button-landing-conoce .pagebuilder-button-primary {
    border-radius: 30px !important;
    background-color: #D7579C !important;
    color: #ffffff !important;
    font-size: 18px !important;
    float: left;
    line-height: 1;
}

.velaNewsletterFooter .velaContentSupport .support-mail strong {
    font-size: 15px;
    color: #fff;
    margin-top: 8px;
    display: inline-block;
    font-weight: 500;
}

.footer-bottom .payment-method {
    display: none;
}

@media only screen and (max-width : 480px){
    /*#newsletter_pop_up {
        display: none !important;
    }

    .b-modal.__b-popup1__{
        display: block !important;
    }*/

    #newsletter_pop_up {
        width: 390px !important;
        height: 390px !important;
        background-color: #FFFFFF;
    }

    .news-subtitule {
        color: #3B3D62 !important;
        line-height: 50px !important;
        font-size: 35px;
        text-transform: inherit;
        display: block;
        position: relative;
        font-family: 'Rubik',sans-serif;
        padding: 0;
        font-weight: 500;
        margin: -15px 0px 0px;
    }

    #newsletter_pop_up .content-popup h3 {
        color: #3B3D62 !important;
        line-height: 50px !important;
        font-size: 20px;
        text-transform: inherit;
        display: block;
        position: relative;
        font-family: 'Rubik',sans-serif;
        padding: 0;
        font-weight: 500;
        margin: 0px 0 0px;
    }

    #newsletter_pop_up .content-popup .logo_popup {
        display: inline-block;
        width: 95%;
        margin-bottom: 10px !important;
    }

    .action.subscribe.primary.newsletterbutton.profesionales {
        color: #ffffff;
        background-color: #3B3D62 !important;
        margin-top: 0px;
        font-size: 15px;
        border-radius: 35px;
        margin-right: 2%;
    }

    .action.subscribe.primary.newsletterbutton.clientes {
        color: #3B3D62;
        background-color: #F6CB31 !important;
        font-size: 15px;
        border-radius: 35px;
        margin-top: 0px;
    }

    #newsletter_pop_up .content-popup {
        margin-top: 13% !important;
    }
}

@media only screen and (max-width : 768px){
    .title-landing-principal {
        font-family: Poppins;
        color: #3B3D62;
        font-weight: 600;
        margin: 20px !important;
        font-size: 30px;
        line-height: 34px;
    }

    .landing-main-image {
        margin-top: -15px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .landing-row-boxes .pagebuilder-column {
        margin-bottom: 20px;
    }

    .pagebuilder-column.landing-video {
        margin-left: 30px;
        margin-top: -30px;
    }

    .title-landing-secundario {
        margin-left: 20px;
        margin-right: 20px;
    }

    .pagebuilder-column.column-equal-landing {
        margin: 30px;
    }

    .pagebuilder-column.column-result-landing {
        margin-top: -65px;
        margin-left: 20px;
        margin-bottom: 30px;
    }

    .text-gray-landing {
        margin-left: 10px;
    }

    .block-partners-landing .pagebuilder-column {
        margin-bottom: 20px;
    }

    .block-partners-landing .title-blue-landing {
        margin-bottom: 0 !important;
    }

    h2.title-blue-landing {
        margin: 0 15px 0 15px;
    }

    .pagebuilder-column.column-promotion-landing {
        margin-top: -50px;
    }

    .title-blue-landing {
        margin-bottom: 40px !important;
    }

    .button-landing-registro .pagebuilder-button-primary,
    .button-landing-conoce .pagebuilder-button-primary {
        float: none;
    }

    .box-video,
    .landing-row-boxes,
    .block-partners-landing {
        margin-bottom: 20px !important;
    }

    .row-buttons {
        margin-bottom: 0px !important;
    }
}