/*Reset*/
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0.4pt;
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
	color: #5a5a5c;
	background-color: #f9f9f9;
}
body.catalog-category-view, body.catalog-product-view {
	background-color: #fff;
}
body.page-print {
	background-color: #FFF;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 600;
}
.fa {
	vertical-align: middle;
}
a {
	color: #5a5a5c;
	text-decoration: underline;
}
a, .btn, .owl-page, .submenu, .hover, .carousel-main-controls span, .carousel-product img, .order .ordertype .fa, .categ-product img, .grid .categ-product-btn, .owl-controls div, a > span {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
a:hover, a:focus, a.active {
	color: #7d416b;
}
a.btn {
	text-decoration: none;
}
.btn {
	background-color: #d1d1d1;
	color: #333;
}
.btn:hover, .btn:focus {
	background-color: #999999;
	color: #fff;
}
.btn-default {
	background-color: #999999;
	border-color: #999999;
	color: #fff;
}
.btn-default:hover, .btn-default:focus {
	background-color: #d1d1d1;
	color: #333;
}
.btn-danger {
	background-color: #7d416b;
	color: #fff;
}
.btn-danger:hover, .btn-danger:focus {
	background-color: #582B4B;
}
.btn-lg, .btn-group-lg>.btn {
	padding: 10px 60px;
}
.btn-inverse {
	border-color: #7d416b;
	background-color: #fff;
	color: #7d416b;
}
.btn-inverse:hover, .btn-inverse:focus {
	background-color: #7d416b;
	color: #fff;
}
.btn-fb {
    background-color: #3B5998;
    color: #fff;
    position: relative;
    padding-left: 36px !important;
    text-align: left;
}
.btn-fb:before {
    content: "\e640";
    font-family: "Garcia-Carrion";
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -12px;
    font-size: 24px;
}
.btn-fb:hover, btn-fb:focus {
    background-color: #293E6A;
}
.btn-gp {
    background-color: #DD4B39;
    color: #fff;
    position: relative;
    padding-left: 38px !important;
    text-align: left;
}
.btn-gp:hover, btn-gp:focus {
    background-color: #b03c2d;
}
.btn-gp:before {
    content: "\e641";
    font-family: "Garcia-Carrion";
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -11px;
    font-size: 23px;
}
.bg-danger {
	background-color: #7d416b;
	color: #fff;
}
.owl-controls {
    text-align: center;
}
.owl-controls .owl-page {
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    margin: 10px 6px;
    display: inline-block;
}
.owl-controls .owl-page.active {
    border-color: #7d416b;
    background-color: #7d416b;
}
.breadcrumbs {
	border-bottom: 1px solid #d1d1d1;
	padding: 10px 0;
	font-size: 12px;
	margin-bottom: 20px;
}
.back {
    margin-right: 6px;
    color: #878787;
    text-decoration: none;
}
.back:hover, .breadcrumbs span {
    color: #7d416b;
}
.breadcrumbs ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}
.breadcrumbs ul li {
    display: inline-block;
    position: relative;
}
.breadcrumbs ul li + li:before {
    content: "/";
    font-family: "garcia-carrion";
    padding-right: 3px;
}
.breadcrumbs a {
    text-decoration: none;
}
.breadcrumbs .number {
	float: right;
}
.breadcrumbs .number span {
	font-weight: 600;
}
input:focus, textarea:focus, keygen:focus, select:focus {
	border-color: #a33d6f;
	outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(163, 61, 111, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(163, 61, 111, 0.6);
}


/*Header*/
.top-message {
	padding: 15px 0px;
	line-height: 100%;
}
.mheader {
	display: none;
}
.mm-menu, .mm-menu form {
    background: #fff;
}
.mm-menu > .mm-panel.mm-list {
    padding-top: 60px;
}
.mm-list > li {
    margin: 0 15px;
}
.mm-list > li > a, .mm-list > li > span {
    padding: 15px;
    border-bottom: 1px solid #efefef;
    color: #5a5a5c;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: none;
}
.mm-list > li > a .fa, .mm-list > li > span .fa {
    margin-right: 10px;
    color: #7d416b;
    font-size: 16px;
}
.mm-list > li.active > a, .mm-list > li.active > span {
    color: #7d416b;
}
.mm-menu .mm-list > li > a.mm-subclose {
    background: none;
    color: #efefef;
}
.mm-list a.mm-subclose {
	text-indent: 30px;
}
.mm-opened .openMenu {
    color: #7d416b;
}
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
    height: 51px;
}
.mm-list a.mm-subopen:before {
    height: 1px;
    width: 11px;
    border: none;
    background-color: #7d416b;
    left: 50%;
    top: 50%;
    margin-left: -5px;
}
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    height: 11px;
    width: 1px;
    border: none;
    background-color: #7d416b;
    left: 50%;
    top: 50%;
    margin: 0;
    margin-top: -5px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mm-menu.mm-vertical .mm-list .mm-panel {
    display: block;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 0;
    background-color: #efefef;
}
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
    height: auto;
    visibility: visible;
    opacity: 1;
    background-color: #f9f9f9;
}
.mm-list .mm-list.mm-panel > li {
    margin: 0;
}
.mm-list .mm-list.mm-panel > li > a, .mm-list .mm-list.mm-panel > li > span {
    padding-left: 40px;
}
html.mm-opened .mm-page {
	box-shadow: none;
}
.header, .mheader {
    padding: 20px 0;
    background-color: #fff;
    font-size: 14px;
}
.logo {
	max-height: 50px;
	margin:7px auto 0 auto;
}
.header form, .mm-menu form {
	margin-top: 8px;
}
.header form .input-group, .mm-menu form .input-group {
	background-color: #f6f6f7;
	box-shadow: 0 0 6px #a6a6a7;
	border-radius: 2px;
}
.header form .input-group .btn, .mm-menu form .input-group .btn {
	background-color: transparent;
	border: 0;
	color: #333;
}
.header form .input-group .form-control, .mm-menu form .input-group .form-control {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: #999;
    padding-left: 0;
    font-size: 12px;
}
.header form .input-group .form-control::-webkit-input-placeholder, .mm-menu form .input-group .form-control::-webkit-input-placeholder {
    color: #999 !important;
    font-size: 12px;
}
.header form .input-group .form-control:-moz-placeholder, .mm-menu form .input-group .form-control:-moz-placeholder {
    color: #999 !important;
    font-size: 12px;
    line-height: 26px !important;
}
.header form .input-group .form-control::-moz-placeholder, .mm-menu form .input-group .form-control::-moz-placeholder {
    color: #999 !important;
    font-size: 12px;
    line-height: 26px !important;
}
.header form .input-group .form-control:-ms-input-placeholder, .mm-menu form .input-group .form-control:-ms-input-placeholder {
    color: #999 !important;
    font-size: 12px;
}
.mm-menu form {
	z-index: 1;
	position: relative;
	margin-left: 15px;
    margin-right: 15px;
}
.mm-menu form .input-group .form-control {
    height: 44px;
}
.headerinfo {
    display: inline-block;
    position: relative;
    line-height: 50px;
}
.headerinfo + .headerinfo {
	margin-left: 30px;
}
.headerinfo .number {
	position: absolute;
    top: 50%;
    left: -5px;
    margin-top: -25px;
    background-color: #7d416b;
    line-height: 1;
    padding: 3px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    min-width: 20px;
    text-align: center;
}
.header a, .mheader a {
	text-decoration: none;
}
.header a:hover, .header a:focus, .header .active, .mheader a:hover, .mheader a:focus, .mheader .active {
	color: #7d416b;
}
.headerinfo .fa {
	font-size: 30px;
}
.menu {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	font-size: 14px;
	background-color: #fff;
	position: relative;
}
.onestepcheckout-index-index .menu {
	display: none;
}
/*.menu .container {
	position: relative;
}*/
.menu ul {
	margin: 0;
	padding: 0;
}
.menu ul li {
	display: inline-block;
	padding: 9px 0;
}
.menu ul li a {
	display: block;
	padding: 0 11px 0 15px;
	line-height: 30px;
	text-decoration: none;
}
.menu ul li:first-child a {
    padding-left: 0;
}
.menu ul li:last-child a {
    padding-right: 0;
}
.menu ul li + li > a {
	border-left: 1px solid #d1d1d1;
}
.menu ul li .submenu {
	position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    background-color: #fff;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 15px 20px;
    opacity: 0;
    visibility: hidden;
}
.menu ul li:hover .submenu {
	opacity: 1;
	visibility: visible;
	z-index: 5;
}
.menu ul li .submenu ul li {
	display: block;
}
.menu ul li .submenu ul li a {
	padding: 0;
	position: relative;
    line-height: 45px;
}
.menu ul li .submenu ul li a:after {
	content: "\e604";
    font-family: 'Garcia-Carrion';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -5px;
    font-size: 10px;
    color: #d1d1d1;
}
.menu ul li .submenu ul li + li a {
	border-left: none;
}

.social li {
    display: inline;
}
.social li a {
    display: inline-block;
}


/*Footer*/
.footer {
	background: #000;
	color: #858585;
	padding: 40px 0;
}
.footer h5 {
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 0;
    font-size: 16px;
    font-weight: normal;
}
.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 180%;
}
.footer ul li a, .footer ul li span {
	color: #878787;
	text-decoration: none;
}
.footer ul li a:hover, .footer ul li a:focus, .footer ul li a:hover span, .footer ul li a:focus span {
	color: #fff;
}
.footer .social {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 140%;
}
.copyr {
	text-align: center;
	padding: 10px 0;
	color: #b2b2b2;
	background-color: #363636;
	font-size: 13px;
    line-height: 30px;
}
.copyr p {
	margin-bottom: 0;
	display: inline-block;
}
.copyr .cards {
	float: right;
	font-size: 32px;
}
.copyr .cards .fa {
    line-height: 30px;
    margin-left: 20px;
}

/*Home*/
.carousel-main .owl-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.carousel-item {
    position: relative;
    height: 400px;
}
.owl-item.active {
    z-index: 1;
    position: relative;
}
.carousel-item > img, .carousel-item > a > img {
    position: absolute;
    left: -9999px;
    right: -9999px;
    margin: 0 auto;
    min-width: 100%;
}
.carousel-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.carousel-content .container {
    display: flex;
    height: 100%;
}
.content-image {
    margin: auto 40px auto 120px;
}
.content-text {
    margin: auto 120px;
    color: #fff;
}
.content-image + .content-text {
    margin-left: 0;
}
.content-text .title {
    font-size: 36px;
    margin: 0;
}
.content-text .subtitle {
    font-size: 24px;
    margin-bottom: 15px;
}
.content-text .text {
    font-size: 18px;
}
.content-text .btn {
	margin-top: 30px;
}
.carousel-main {
    position: relative;
}
.carousel-main-controls span {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    font-size: 50px;
    color: #fff;
    line-height: 1;
    opacity: .75;
    cursor: pointer;
}
.carousel-main-controls span:hover, .carousel-main-controls span:focus {
	opacity: 1;
}
.carousel-main-controls .carousel-left {
    left: 10%;
}
.carousel-main-controls .carousel-right {
    right: 10%;
}
.hometitle {
	padding: 30px 0;
	background-color: #fff;
	text-align: center;
}
h1 {
    margin: 0;
	font-size: 18px;
    font-weight: 400;
}
h2 {
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 22px;
	color: #333;
}
.box {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
a.box {
	display: block;
	text-decoration: none;
}
.box.inner {
	padding: 10px 5px;
	margin-bottom: 20px;
}
.box.inner .btn-block {
    margin: 15px 0 5px 0;
    padding: 0 5px;
    overflow: hidden;
}
.box.inner .btn {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    line-height: 1;
    padding: 8px 30px;
    white-space: normal;
}
.box.inner .btn-block .btn {
    float: left;
    width: 32.66%;
}
.box.inner .btn-block .btn + .btn {
    margin-left: 1%;
}
.box img {
	max-width: 100%;
	height: auto;
    margin: auto;
    display: block;
}
.box .h3 {
	text-align: center;
	margin: 0;
	padding: 25px 0;
	font-size: 16px;
	color: #333;
	font-weight: 100;
}
.box .h1 {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	margin-top: 0;
	padding: 0 5px;
}
.box .hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff;
	opacity: 0;
	visibility: hidden;
    font-size: 13px;
    cursor: default;
    text-align: center;
    font-size: 15px;
    border-radius: 3px;
}
.box:hover .hover {
	opacity: 1;
	visibility: visible;
}
a.box:hover .hover, a.box:focus .hover {
	cursor: pointer;
}
.box .hover .content {
	padding: 15px;
	display: flex;
    position: absolute;
    top: 15px;
    left: 10px;
    right: 10px;
    bottom: 80px;
}
.box .hover .content p {
	margin: auto;
}
.box .btn {
	position: absolute;
	left: 8px;
    right: 8px;
    bottom: 8px;
    line-height: 36px;
}
.box.carousel {
    padding: 20px 30px;
    margin-bottom: 30px;
}
.carousel-product {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 300;
    padding: 0 10px;
}
.carousel-product > a {
	display: block;
	text-decoration: none;
}
.carousel-product:hover, .carousel-product:focus, .carousel-product:hover > a, .carousel-product:focus > a {
    color: #5a5a5c;
    text-decoration: none;
}
.carousel-product img {
    max-height: 250px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
}
.carousel-product:hover img, .carousel-product:focus img, .categ-product-image:hover img, .categ-product-image:focus img {
	opacity: .8;
}
.carousel-product p, .categ-product-info p {
    margin: 0;
}
.carousel-product .title, .categ-product-info .title {
    color: #333;
    font-size: 16px;
}
.carousel-product .subtitle, .categ-product-info .subtitle {
    font-size: 14px;
    text-transform: uppercase;
}
.price {
	font-size: 13px;
	color: #7d416b;
	margin-top: 4px;
}
.price .regular-price, .price .new-price {
    font-size: 18px;
}
.price .old-price {
    text-decoration: line-through;
}
.carousel .owl-buttons div {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    font-size: 26px;
}
.carousel .owl-buttons .owl-prev {
    left: 8px;
}
.carousel .owl-buttons .owl-next {
    right: 8px;
}
.homeclaim {
    margin: 50px 0;
    padding: 0 50px;
    text-align: center;
    font-size: 14px;
}
.newsl {
	padding: 50px 0;
	background-image: url('../img/news.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #222222;
	color: #fff;
	text-align: center;
}
.newsl .h1 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 25px;
}
.newsl .form-inline {
	margin-bottom: 10px;
}
.newsl .form-control {
    height: 46px;
    min-width: 400px;
}
.newsl .checkbox {
	display: inline;
	font-size: 13px;
	margin: 0;
}
.listed-menu {
	padding: 0;
	margin-left: 0;
	font-size: 13px;
	list-style: none;
}
.listed-menu li + li, .product-accordion .panel + .panel {
	border-top: 1px solid #efefef;
}
.listed-menu li > a, .listed-menu li > span, .product-accordion .panel-title {
    padding: 15px;
    color: #5a5a5c;
    display: block;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}
.listed-menu li > a:hover, .listed-menu li > a:focus, .listed-menu li > span:hover, .listed-menu li > span:focus, .product-accordion .panel-title:hover, .product-accordion .panel-title:focus {
    color: #7d416b;
    text-decoration: none;
}
.listed-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #f9f9f9;
	border-top: 1px solid #efefef;
}
.listed-menu li > a:after, .listed-menu li > span:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 21px;
    border-right: 1px solid #7d416b;
    border-top: 1px solid #7d416b;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.listed-menu .submenu > .sublisted-menu {
    display: none;
}
.listed-menu .submenu > span:before, .listed-menu .submenu > span:after, .product-accordion .panel-title:before, .product-accordion .panel-title:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 11px;
    height: 1px;
    background-color: #7d416b;
}
.box.inner .product-accordion .panel-title:before, .box.inner .product-accordion .panel-title:after {
	right: 6px;
}
.listed-menu .submenu > span:after, .product-accordion .panel-title.collapsed:after {
    border: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.listed-menu .submenu.open > span:after, .product-accordion .panel-title:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.listed-menu .checkbox {
	margin-top: 5px;
}


/*--Categoría--*/
.catalog-category-view h2 {
	margin-top: 0;
	text-align: left;
	text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}
.listed-menu.filters li > a, .listed-menu.filters li > span {
    padding: 10px 35px 10px 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*
.ui-slider {
    border-radius: 0;
    border: 0;
    background: #d1d1d1;
    height: 5px;
}
.filters .ui-slider {
   margin: 10px 10px 30px 10px;
}
.ui-slider .ui-slider-range {
    background: #999;
}
.ui-slider .ui-slider-handle {
    border-radius: 100%;
    border: 0;
    width: 15px;
    height: 15px;
    top: -5px;
    cursor: pointer;
}
.ui-slider .ui-slider-handle.ui-state-default {
    background: #7d416b;
}
.ui-slider .ui-slider-handle:focus {
    outline: none;
}
.ui-slider .ui-slider-tooltip {
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    color: #7d416b;
    top: auto;
    bottom: -20px;
    left: -15px;
    width: 45px;
    text-align: center;
    display: block;
}
*/
ul.listed-menu.filters div a.amshopby-attr, ul.listed-menu.filters div a.amshopby-attr-selected {
	text-decoration: none;
	background: none;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 24px;
	line-height: 17px;
	position: relative;
}
ul.listed-menu.filters div a.amshopby-attr:before, ul.listed-menu.filters div a.amshopby-attr-selected:before {
content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
ul.listed-menu.filters div a.amshopby-attr-selected:after {
	font-family: "garcia-carrion";
	content: "\e63e";
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	padding-left: 4px;
	font-size: 10px;
	color: #a33d6f;
	font-weight: normal;
}
.sublisted-menu > ol {
	margin: 0 0 10px 0;
	padding: 0 15px;
	list-style: none;
}
ul.listed-menu.filters div.amshopby-slider {
	margin: 10px 0;
	height: 5px;
    background: #d1d1d1;
}
ul.listed-menu.filters div.amshopby-slider .amshopby-slider-bar {
    top: 0;
    height: 5px;
}
ul.listed-menu.filters div.amshopby-slider div.handle {
    border-radius: 100%;
    border: 0;
    width: 15px;
    height: 15px;
    top: -5px;
    cursor: pointer;
    background: #7d416b;
    margin: 0;
}
ul.listed-menu.filters div.amshopby-slider .amshopby-slider-bar + .handle {
	margin-left: -8px;
}

.categ-info {
    position: relative;
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}
.categ-info h1 {
    font-size: 22px;
    margin: 0 auto 20px auto;
	max-width: 50%;
    text-transform: uppercase;
    line-height: 24px;
}
.categ-info .order {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.order .ordertype {
    position: absolute;
    left: 0;
    top: 0;
}
.order .ordertype .fa {
    color: #d1d1d1;
    cursor: pointer;
}
.order .ordertype .fa.active {
    cursor: default;
}
.order .ordertype .fa.active, .order .ordertype .fa:hover {
    color: #7d416b;
}
.order .ordertype .fa + .fa {
    margin-left: 4px;
    font-size: 18px;
}
.order .orderby {
    position: absolute;
    right: 0;
    top: 0;
}
.order .orderby .form-control {
	padding: 0px;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    width: auto;
}
.order .back {
	position: absolute;
	left: 25px;
	top: 9px;
    font-size: 19px;
    color: #7d416b;
}
.order .morderby {
	position: absolute;
	right: 25px;
	top: 13px;
    font-size: 14px;
    color: #7d416b;
    display: none;
}
.order .morderby .fa + .fa {
	margin-left: 15px;
}
@keyframes animBuscador{
	0% {
		opacity:0;
		transform:  translate(0px,60px)  ;
	}
	100% {
		opacity:1;
		transform:  translate(0px,0px)  ;
	}
}
@-moz-keyframes animBuscador{
	0% {
		opacity:0;
		-moz-transform:  translate(0px,60px)  ;
	}
	100% {
		opacity:1;
		-moz-transform:  translate(0px,0px)  ;
	}
}
@-webkit-keyframes animBuscador {
	0% {
		opacity:0;
		-webkit-transform:  translate(0px,60px)  ;
	}
	100% {
		opacity:1;
		-webkit-transform:  translate(0px,0px)  ;
	}
}
@-o-keyframes animBuscador {
	0% {
		opacity:0;
		-o-transform:  translate(0px,60px)  ;
	}
	100% {
		opacity:1;
		-o-transform:  translate(0px,0px)  ;
	}
}
@-ms-keyframes animBuscador {
	0% {
		opacity:0;
		-ms-transform:  translate(0px,60px)  ;
	}
	100% {
		opacity:1;
		-ms-transform:  translate(0px,0px)  ;
	}
}
.trigger {
	animation: animBuscador ease-in 0.5s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
	-webkit-animation: animBuscador ease-in 0.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: animBuscador ease-in 0.5s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-o-animation: animBuscador ease-in 0.5s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-ms-animation: animBuscador ease-in 0.5s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;
}
.categ-product {
	border: 1px solid #efefef;
	font-size: 13px;
	margin-bottom: 15px;
}
.categ-product:after {
    content: "";
    display: table;
    clear: both;
}
.categ-product a {
	text-decoration: none;
}
.categ-product .desc {
	margin-top: 10px;
	display: none;
}
.list .categ-product .desc {
	display: block;
}
.list .categ-product {
	padding: 10px 20px;
}
.grid .categ-product {
	padding: 20px 10px;
	position: relative;
}
.categ-product-image {
    text-align: center;
    display: block;
}
.categ-product-image img {
    max-height: 200px;
    opacity: 1;
}
.list .categ-product-image {
    width: 25%;
    float: left;
}
.grid .categ-product-image {
	margin-bottom: 10px;
}
.list .categ-product-info {
	position: relative;
}
.list .categ-product-info {
    width: 72%;
    float: right;
}
.grid .categ-product-info {
	text-align: center;
}
.categ-product a.title:hover {
	color: #7d416b;
}
.list .categ-product-info .title {
    max-width: 80%;
    display: block;
}
.grid .categ-product-info .title {
    display: flex;
    height: 2.85em;
    overflow: hidden;
}
.grid .modal-body .categ-product-info .title {
	height: auto;
	display: block;
}
.grid .categ-product-info .title span, .grid .categ-product-btn .title span {
    margin: auto;
    /*text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    text-overflow: -o-ellipsis-lastline;*/
    height: 2.85em;
}
.grid .categ-product-info .subtitle {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.list .categ-product .price {
    margin-top: 15px;
    margin-bottom: 10px;
}
.grid .categ-product .price {
    margin-top: 6px;
}
.categ-product .minimal-price-link {
	display: none;
}
.categ-product-btn {
	opacity: 0;
}
.categ-product-info .form-control {
    font-size: 12px;
    height: 28px;
}
.cantidad {
    text-transform: uppercase;
}
.cantidad span {
	vertical-align: middle;
}
.cantidad input {
    border: 0;
    width: 24px;
    text-align: center;
    vertical-align: middle;
	height: 34px;
	line-height: 34px;
	font-size: 24px;
	font-weight: 300;
}
.cantidad .fa {
    background-color: #9fb04a;
    padding: 8px 0 7px 0;
    color: #fff;
    width: 28px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.categ-product-info .btn {
    padding: 6px 0;
    font-size: 13px;
}
.categ-product-info .ratings {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}
.ratings .icon-star-full {
	color: #ff9d00;
}
.ratings a {
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 100px;
}
.categ-product-info .categ-product-btn .price, .categ-product-info .categ-product-btn .title, .categ-product-info .categ-product-btn .subtitle, .categ-product-info .categ-product-btn .awards {
    display: none;
}
.list .categ-product-btn {
	opacity: 1;
}
.list .categ-product-btn .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.list .categ-product-btn .cantidad {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.list .categ-product-btn .btn {
    padding: 6px 30px;
    margin-left: 20px;
    vertical-align: middle;
    float: right;
}
.list .categ-product-btn .btn-inverse {
    display: none;
}
.list .categ-product .ratings {
	display: block;
}
.grid .categ-product-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #7d416b;
    padding: 20px 10px;
    background-color: rgba(255,255,255,.85);
}
.grid .categ-product:hover .categ-product-btn {
    opacity: 1;
}
.grid .categ-product-btn .price, .grid .categ-product-btn .title, .grid .categ-product-btn .subtitle, .grid .categ-product-btn .awards {
    display: block;
}
.grid .categ-product-btn .price {
    margin-top: 0;
}
.categ-product .awards {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 15px;
}
.categ-product .awards img {
    max-width: 30%;
}
.categ-product .awards img + img {
    margin-left: 2%;
}
.grid .categ-product-btn .form-control, .grid .categ-product-btn .cantidad {
    margin-bottom: 15px;
}
.grid .categ-product-btn .cantidad span {
    font-size: 14px;
    margin-right: 6px;
}
.grid .categ-product-btn .btn {
    width: 48%;
    font-size: 15px;
}
.categ-list .close {
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}
.categ-list .modal-body {
    padding-top: 30px;
}
.modal-body .categ-product-image {
    width: 50%;
    float: left;
}
.modal-body .categ-product-info {
    width: 50%;
    float: right;
    text-align: left;
}
.modal-body .categ-product-info + .categ-product-info {
    width: 100%;
    float: none;
    margin-top: 15px;
    clear: both;
}
.modal-body .awards, .modal-body .price {
	text-align: center;
	margin-top: 15px
}
.radio-box {
    margin-bottom: 20px;
    overflow: hidden;
}
.radio-box .radio-item {
    float: left;
    width: 25%;
}
.radio-box input {
    display: none;
}
.radio-box label {
    display: flex;
    border: 2px solid #ccc;
    border-radius: 3px;
    padding: 10px;
    height: 160px;
    position: relative;
    color: #5a5a5c;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    margin: 0;
    cursor: pointer;
}
.radio-box .radio-item + .radio-item label {
    margin-left: 4px;
}
.radio-box label .fa {
    position: absolute;
    font-size: 80px;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    color: #5a5a5c;
    opacity: .25;
}
.radio-box label .fa2x {
    font-size: 90px;
    margin-left: -45px;
    margin-top: -45px;
}
.radio-box label .fa3x {
    font-size: 100px;
    margin-left: -50px;
    margin-top: -50px;
}
.radio-box label span {
    margin: auto;
    text-transform: uppercase;
}
.radio-box input:focus + label, .radio-box input:checked + label, .radio-box input:checked + label .fa {
	border-color: #7d416b;
}
.radio-box input:focus + label, .radio-box input:checked + label, .radio-box input:checked + label .fa {
	color: #7d416b;
}
.modal-body .cantidad {
    overflow: hidden;
    text-align: right;
    margin-bottom: 20px;
    font-weight: 600;
}
.modal-body .cantidad span {
    float: left;
    margin-top: 6px;
}
.modal-body .cantidad .fa {
    width: 34px;
    padding: 10px 0 9px 0;
}
.categ-product-info .visible-xs .btn {
	margin-top: 15px;
}
.categ-product-info .visible-xs .btn, .grid .modal-body .categ-product-info .btn {
    width: 49%;
    padding: 12px 30px;
    font-size: 15px;
    white-space: normal;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #7d416b;
	border-color: #7d416b;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus, .pagination>li>a, .pagination>li>span {
	color: #7d416b;
}


/*--Producto--*/
.product-info {
	margin-bottom: 20px;
	font-size: 13px;
}
.product-info .title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
}
.product-info .subtitle {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 6px;
    color: #5a5a5c;
    text-align: left;
    font-weight: 400;
}
.product-info .text, .product-info .ratings, .product-info .cantidad {
	margin-bottom: 15px;
}
.product-info .ratings .fa {
    margin-right: 5px;
}
.product-info .price {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
}
.product-info .price .regular-price, .product-info .price .new-price {
    font-size: 26px;
}
.product-info .awards, .product-info .radio-box, .product-gallery-controls, .product-share {
	margin-bottom: 25px;
}
.product-info .awards span, .product-info .radio-box > span, .product-info .cantidad span {
	text-transform: uppercase;
	display: block;
	margin-bottom: 8px;
	font-size: 15px;
}
.product-info .awards img {
	max-height: 70px;
	margin-right: 10px;
}
.product-info .radio-box label {
    height: 100px;
}
.product-info .radio-box label .fa {
	font-size: 50px;
    margin-left: -25px;
    margin-top: -25px;
}
.product-info .radio-box label .fa2x {
	font-size: 60px;
	margin-left: -30px;
    margin-top: -30px;
}
.product-info .radio-box label .fa3x {
	font-size: 70px;
	margin-left: -35px;
    margin-top: -35px;
}
.product-info .cantidad input {
    width: 50px;
}
.product-info .btn-block {
    line-height: 40px;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 7px;
}
.product-info .favorite {
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: inline-block;
}
.product-info .favorite span, .product-info p .fa + span {
	vertical-align: middle;
}
.product-info p .fa {
    font-size: 20px;
}
.product-gallery {
	padding-right: 20px;
}
.product-gallery-main {
	margin-bottom: 10px;
}
.product-info .owl-carousel, .opiniones-carousel {
    position: relative;
}
.product-info .owl-item {
	cursor: pointer;
}
.product-info .owl-item .fa {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 24px;
}
.product-info .owl-prev, .product-info .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    color: #fff;
    background: #5a5a5c;
    line-height: 30px;
    vertical-align: middle;
    padding: 0 2px 4px 2px;
    opacity: .35;
}
.product-info .owl-prev:hover, .product-info .owl-next:hover, .product-info .owl-prev:focus, .product-info .owl-next:focus, .opiniones-carousel .owl-prev:hover, .opiniones-carousel .owl-next:hover, .opiniones-carousel .owl-prev:focus, .opiniones-carousel .owl-next:focus {
    opacity: 1;
}
.product-info .owl-prev, .opiniones-carousel .owl-prev {
    left: 0;
}
.product-info .owl-next, .opiniones-carousel .owl-next {
    right: 0;
}
.product-gallery-main .zoomImg {
	background: #FFF;
}
.product-share > span {
	text-transform: uppercase;
	display: block;
	margin-bottom: 4px;
	font-size: 12px;
}
.product-share a {
    text-decoration: none;
    font-size: 10px;
    padding: 2px 6px 5px 6px;
    border: 1px solid #efefef;
    display: inline-block;
}
.product-share a .fa {
    font-size: 12px;
}
.product-share a.tw .fa {
    color: #00aced;
}
.product-share a.fb .fa {
    color: #3b5998;
}
.product-share a.gp .fa {
    color: #dd4b39;
}
.product-share a.pi .fa {
    color: #cb2027;
}
.product-share a span {
    vertical-align: middle;
}
.product-accordion .nav-tabs.nav-justified {
    border: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 3px 3px 0 0;
}
.product-accordion .nav-tabs.nav-justified>li>a, .product-accordion .nav-tabs.nav-justified>.active>a, .product-accordion .nav-tabs.nav-justified>.active>a:hover, .product-accordion .nav-tabs.nav-justified>.active>a:focus {
    border-color: #d1d1d1;
    border-top: 0;
    border-radius: 0;
    font-size: 13px;
    text-decoration: none;
}
.product-accordion .nav-tabs.nav-justified>li:first-child>a {
	border-left: 0;
}
.product-accordion .nav-tabs.nav-justified>li:last-child>a {
	border-right: 0;
}
.product-accordion .nav-tabs.nav-justified>li + li>a {
    margin-left: 6px;
}
.product-accordion .nav-tabs.nav-justified>.active>a, .product-accordion .nav-tabs.nav-justified>.active>a:hover, .product-accordion .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    color: #7d416b;
}
.product-accordion .tab-content {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0 0 3px 3px;
    margin-bottom: 30px;
    background-color: #fff;
}
.product-accordion .tab-content .tab-pane .panel-body {
	padding: 10px 0;
}
.product-accordion .tab-content .tab-pane .panel-body p {

}
.product-accordion .tab-content .tab-pane, .product-accordion .panel .panel-body {
    padding: 15px 20px;
    font-size: 13px;
}
.product-accordion .tab-content .tab-pane h4, .product-accordion .panel-collapse h4 {
	text-transform: uppercase;
	color: #7d416b;
	margin-top: 0;
	margin-bottom: 15px;
    font-weight: 400;
    font-size: 14px;
}
.product-accordion .tab-content .tab-pane p:last-of-type, .product-accordion .panel-collapse p:last-of-type, .opinion p:last-of-type {
    margin-bottom: 0;
}
.opiniones {
	background-color: #f8f8f8;
	padding: 20px 0;
	margin-top: 15px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	word-wrap: break-word;
}
.opinion {
    margin-top: 15px;
    font-size: 13px;
}
.opinion > .fa {
    display: block;
    font-size: 26px;
    margin-bottom: 6px;
}
.opinion p {
	margin-bottom: 6px;
}
.opinion .title {
    margin-bottom: 0;
    text-transform: none;
    font-size: 16px;
}
.opinion .ratings {
    margin-bottom: 8px;
}
.opiniones-carousel {
	padding: 0 25px;
}
.opiniones-carousel .owl-prev, .opiniones-carousel .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    color: #7d416b;
    vertical-align: middle;
}
.product-accordion .panel {
    border: none;
    margin: 0;
    box-shadow: none;
    font-size: 13px;
}
.product-accordion .panel-heading {
    padding: 0;
    background-color: #fff;
    border: 0;
}
.product-accordion .panel-title {
    font-size: 14px;
}
.product-accordion .panel-title.h1 {
	padding: 15px 5px;
}
.product-accordion .panel-collapse {
	background-color: #f9f9f9;
    border-top: 1px solid #efefef;
}
.box.inner .product-accordion .panel-collapse {
	background-color: #fff;
}
.box.inner .product-accordion .panel .panel-body {
	padding: 20px 7px 10px 7px;
}
.box.inner .product-accordion .form-control, .box.inner.resume .form-control, .modalLogin .form-control {
    padding: 12px 10px;
    height: auto;
}
.box.inner .product-accordion select.form-control {
    height: 44px;
    padding: 12px 10px;
}
.box.inner .product-accordion .toggle {
	display: none;
}
.modal-title {
    text-transform: uppercase;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 30px;
}
.modal-title span {
    color: #7d416b;
    font-size: 25px;
    line-height: 20px;
}
.modalCart p {
	margin-bottom: 0;
}
.modalCart p + p.price {
    margin-bottom: 25px;
    margin-top: 40px;
}
.productCart + .productCart {
    border-top: 1px solid #d1d1d1;
    margin-top: 10px;
    padding-top: 10px;
}
.productCart img {
    max-height: 120px;
    margin: 0 auto;
}
.productCart .title {
    font-size: 18px;
    margin-bottom: 0;
    color: #333;
}
.productCart .subtitle {
    font-size: 15px;
    margin-bottom: 0;
    color: #5a5a5c;
    text-align: left;
    font-weight: 400;
}
.productCart .text {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.productCart .price {
    margin-top: 0;
    font-size: 16px;
}
.productCart .cantidad {
	text-align: left;
}
.productCart .cantidad, .productCart .new-price, .productCart .regular-price {
	margin-bottom: 0;
}
.productCart .regular-price, .productCart .new-price {
	font-size: 24px;
}
.modalCart button.close {
    position: absolute;
    right: 15px;
    top: 15px;
}
.modalCart .modal-body {
    padding: 30px 20px 20px 20px;
}
.modalCart .btn-box {
	margin-top: 25px;
}
.modalCart .btn-box .btn {
    padding: 20px 0;
    font-size: 16px;
}
.modalCart .btn-box + .modal-title {
    margin-top: 35px;
    margin-bottom: 15px;
}
.modalCart .modal-body > .row > .col-xs-12.col-sm-6 + .col-xs-12.col-sm-6 {
    border-left: 1px solid #d1d1d1;
}
.modalCart .price {
	text-align: right;
}
.modalCart .carousel-product .price {
	margin-top: 4px;
	text-align: center;
}
.delete {
    font-size: 11px;
}
.cart-continue-shopping {
    margin-bottom: 1rem;
}

/*--Checkout--*/
.onestepcheckout-index-index, .checkout-cart-index {
	font-size: 13px;
}
.onestepcheckout-index-index .footer, .checkout-cart-index .footer {
	margin-top: 50px;
}
.onestepcheckout-index-index .header {
	margin-bottom: 20px;
}
.pagos .radio {
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 0 5px;
}
.pagos .radio > label {
    display: block;
    padding: 20px 15px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bbb;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
}
.pagos .radio > label:before, .pagos .radio > label:after {
    display: none;
}
.pagos .radio .pago-text {
    display: none;
    padding: 10px;
    font-size: 11px;
    background: #DDD;
}
.pagos .radio > label:hover {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.25);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.25);
}
.pagos .radio input[type="radio"]:checked + label, .pagos .radio input[type="radio"]:checked + label:hover {
    border-color: #a33d6f;
    -webkit-box-shadow: inset 0 0 5px rgba(163, 61, 111, 0.6);
    box-shadow: inset 0 0 5px rgba(163, 61, 111, 0.6);
    color: #a33d6f;
    font-weight: 600;
}
.box.inner .productCart {
	padding-left: 5px;
	padding-right: 5px;
}
.box.inner.resume .checkbox, .box.inner.resume .btn-block, .box.inner .input-group, .box.inner.resume .h1 + p {
	margin-left: 5px;
    margin-right: 5px;
}
.box.inner .productCart .title, .box.inner .productCart .subtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box.inner .productCart .title {
    font-size: 16px;
}
.box.inner .productCart .subtitle {
    font-size: 14px;
}
.box.inner .productCart .regular-price, .box.inner .productCart .new-price {
    font-size: 18px;
    font-weight: 600;
}
.box.inner .productCart img {
    max-height: 95px;
}
.box.inner .productCart + .productCart {
	border-color: #efefef;
}
.box.inner .totals {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 600;
	border-top: 1px solid #efefef;
	margin-top: 10px;
}
.box.inner .totals p {
    overflow: hidden;
    margin-bottom: 12px;
}
.box.inner .totals.price p {
	margin-bottom: 20px;
}
.box.inner.resume .checkbox {
	font-size: 12px;
}
.box.inner.resume #coupon-info {
	margin-bottom: 20px;
	display: none;
}
.box.inner.resume .btn, .modalLogin .btn {
	padding: 15px 10px;
}
.box.inner.resume .btn-block {
	width: calc(100% - 10px);
	margin-top: 20px;
	margin-bottom: 20px;
}
.box.inner.resume .input-group {
	margin-bottom: 20px;
}
.box.inner.resume .form-control {
    background-color: #efefef;
}
.box.inner .table>thead>tr>th {
	border-bottom: 1px solid #efefef;
	text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.1;
}
.box.inner .table>tbody>tr>td {
	border: 0;
}
.box.inner .table th:nth-of-type(2), .box.inner .table th:nth-of-type(3), .box.inner .table td:nth-of-type(2), .box.inner .table td:nth-of-type(3), .box.inner .table .cantidad, .box.inner .table .price {
    text-align: center;
}
.box.inner .cart-price {
	display: block;
	text-align: right;
}
.box.inner .totals.price {
    padding-top: 20px;
    padding-bottom: 20px;
}
.box.inner .totals.price .regular-price {
    font-size: 20px;
}
.box.inner .totals.price p {
    margin-bottom: 0;
}
/*
.box.inner .totals.price p + p {
    font-weight: 400;
}
*/
.onestepcheckout-index-index h4.modal-title {
	margin-bottom: 0px;
	line-height: 100%;
}


/*--Page--*/
.content {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 40px;
}
.content h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 400;
    color: #7d416b;
}
.content h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 400;
    text-transform: none;
    text-align: left;
    color: #7d416b;
}
.content h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #7d416b;
}
.content h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #7d416b;
}
.content p + h1, .content p + h2, .content p + h3, .content p + h4 {
	margin-top: 40px;
}
.content a {
	color: #7d416b;
}

/*--Error404--*/
.cms-index-noroute .inner.box {
    margin-top: 20px;
    padding: 25px 50px;
}
.cms-index-noroute .inner.box h1 {
    font-size: 42px;
    font-weight: bold;
    color: #7d416b;
}
.cms-index-noroute .inner.box h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: left;
    text-transform: none;
}

/*--Account--*/
.menu-account > div {
	padding: 10px;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #EEE;
}
.menu-account > div:first-child {
	border-top: none;
}
.menu-account > div:last-child {
	border-bottom: none;
}
.menu-account > div:hover {
	background: #EEE;
}
.menu-account > div > a {
	text-decoration: none;
}

/*--Messages--*/
ul.messages, ul.messages > li > ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.messages > li {
	margin-bottom: 20px;
	padding: 15px;
	border-radius: 4px;
}
ul.messages > li.success-msg {
	color: #3C763d;
	background: #DFF0D8;
	border: 1px solid #DFF0D8;
}
ul.messages > li.warning-msg, ul.messages > li.notice-msg {
	color: #8A6D3B;
	background-color: #FCF8E3;
	border-color: #FAEBCC;
}
ul.messages > li.error-msg {
	color: #A94442;
	background: #F2DEDE;
	border: 1px solid #EBCCD1;
}

.logged-in-header .headerinfo + .headerinfo{margin-left: 20px;}
.help-short {display: none;}
.help-short a i.fa{font-size: 18px;}

.inner-limitlitres-warning {
    padding: 15px;
    background-color: #CA96AF;
    color: #fff;
}

.my_account_detail{
    padding: 0;
    text-align: left;
    position: absolute;
    z-index: 9;
    width: 220px;
    right: -40px;
    box-shadow: 0 2px 5px 0 rgba(125, 65, 107, 0.4), 0 2px 10px 0 rgba(125, 65, 107, 0.2);
    display: none;
}

.my_account_detail div.myd_item{
    line-height: 20px;
    display: table;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #EEE;
}
.my_account_detail div.row{
    padding: 15px 25px;
}
.my_account_detail div.myd_item:first-child{
    border-top: none;
}
.my_account_detail div.myd_item:last-child{
    border-bottom: none;
}

.my_account_detail div.myd_item:hover{
    background-color: #DDD;
}
.my_account_detail a.btn{
    position: inherit;  
    margin-top: 10px;  
    margin-bottom: 10px;  
}

.my_account_detail a.btn:hover{
    color: #fff
}

#my_acc_cont{display: inline-block; vertical-align: middle;}
#my_acc_cont a span{text-align: left;}  
#my_acc_cont a span:last-child{font-weight: 600;}  
#my_acc_cont a span:last-child i{font-size:10px; margin-left: 5px;}  
#my_acc_cont a span{display: block;line-height: 20px}
.minicart-container{margin-left: 10px;}

.minicart_detail{
    padding: 10px 15px;
    text-align: left;
    position: absolute;
    z-index: 9;
    width: 350px;
    right: -15px;
    box-shadow: 0 2px 5px 0 rgba(125, 65, 107, 0.4), 0 2px 10px 0 rgba(125, 65, 107, 0.2);
    display: none;
}

.minicart_detail div.row{
    min-height: 60px;
}
.minicart_detail div.row span{
    display: block;
}
.minicart_detail div.row span.mini_row_item{
    text-overflow: ellipsis;
    width: 265px;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 5px;
}      
.minicart_detail div.row span.mini_row_price{
    text-align: right;
    padding-right: 10px; 
    margin-top: 3px;
    font-size: 13px;
}

.minicart_detail div.row.last-product-added{
    box-shadow: 0 0 6px #7d416b;
    border-radius: 2px;    
}

.minicart_detail a.btn{
    margin-top: 20px;
    position: inherit;
}
.minicart_detail a.btn:hover{
    color: #fff
}

.minicart_detail .row img{
    margin-top: 5px;
}

.customer-dob span{
    margin-right: 5px;
    display: inline-block;
}
.customer-dob span.dob-day, .customer-dob span.dob-month{
    width: 17%;
}
.customer-dob span.dob-year{
    width: 23%;
}

.container {padding-bottom: 15px;}

.clear { clear:both}

/*--RESPONSIVE--*/
@media (min-width: 768px) {
	.modalCart .modal-dialog {
	    width: 900px;
	}
	.modalLogin .modal-dialog {
	    width: 400px;
	}
}
@media (max-width: 1200px) {
    .help-long {display: none;}
    .help-short {display: inline;}
    
	.header {
		font-size: 13px;
	}
	.headerinfo + .headerinfo {
		margin-left: 30px;
	}
	.headerinfo .fa {
		font-size: 24px;
	}
	.menu ul li a {
		padding: 0 3px 0 7px;
		font-size: 13px;
		line-height: 20px;
	}
	.menu ul li .submenu {
		top: 38px;
	}

	/*--Categoria--*/
	.order .orderby {
		max-width: 25%;
	}
	.list .categ-product-btn .cantidad, .list .categ-product-btn .cantidad + .btn {
	    margin-left: 10px;
	}
	.list .categ-product-btn .btn {
	    margin-left: 2px;
	}
	.list .categ-product-btn .btn {
	    padding-left: 18px;
	    padding-right: 18px;
	}
	.grid .categ-product-btn .cantidad span {
		display: block;
	}
}
@media (max-width: 991px) {
	/*--Reset--*/
	.mm-page {
		padding-top: 110px;
		overflow: hidden;
	}
	.onestepcheckout-index-index .mm-page {
		margin-top: 15px;
	}
	.mheader {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 21;
		display: block;
		line-height: 65px;
	    border-bottom: 1px solid #efefef;
	    padding: 0;
	}
	.top-message {
	    margin-left: -15px;
	    margin-right: -15px;
	}
	.logo {
		max-height: 65px;
	}
	.headerinfo + .headerinfo {
		margin-left: 20px;
	}
	.footer .social {
		margin-bottom: 0;
	}

	/*--Home--*/
	.content-image {
		margin-left: 0;
		margin-right: 40px;
	}
	.content-image img {
	    max-height: 250px
	}
	.content-text {
		margin-left: 0;
		margin-right: 40px;
	}
	.content-text .title {
	    font-size: 26px;
	    line-height: 120%;
	}
	.content-text .subtitle {
	    font-size: 20px;
	    margin-bottom: 10px;
	}
	.content-text .text {
	    font-size: 16px;
	}
	.content-text .btn {
		margin-top: 10px;
	}
	.carousel-main-controls .carousel-left {
	    left: 20px;
	}
	.carousel-main-controls .carousel-right {
	    right: 20px;
	}
	.box .h3 {
	    padding: 10px;
	    height: 67px;
	    line-height: 140%;
	}
	.box .hover .content {
	    overflow: hidden;
	    font-size: 13px;
	    line-height: 120%;
	}
	.carousel-product .title {
		font-size: 14px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.carousel-product .subtitle {
		font-size: 13px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	/*--Categ--*/
	.grid .categ-product-btn {
		display: none;
	}
	.list .categ-product-info .visible-xs, .list .categ-product-btn .btn-inverse {
		display: none !important;
	}
	.modal-body .price {
	    font-size: 18px;
	    margin-top: 20px;
	}
	.modal-body .price .new-price, .modal-body .price .regular-price {
		font-size: 24px;
	}
	.categ-info {
	    margin: 0 -24px 20px -24px;
	    padding: 15px 10px;
	    background-color: #f9f9f9;
	    border-bottom: 1px solid #efefef;
	}
	.categ-info h1 {
	    margin-bottom: 0;
	    line-height: 1;
	    font-size: 18px;
	}
	.order .orderby {
		visibility: hidden;
		max-width: none;
	}
	.order .ordertype {
		left: auto;
		right: 100px;
		top: 13px;
	}
	.order .ordertype .fa + .fa {
		margin-left: 10px;
	}
	.order .morderby {
		display: block;
	}
	.categ-info h1 {
	    text-overflow: ellipsis;
	    overflow: hidden;
	    white-space: nowrap;
	}
	.grid .categ-product-btn .cantidad span {
		display: inline;
	}
	.modal-body .awards img {
	    max-height: 60px;
	}
	.listed-menu.filters {
	    display: none;
	    position: absolute;
	    z-index: 1;
	    left: -24px;
	    right: -24px;
	    top: 50px;
	    background-color: #f9f9f9;
	    padding-left: 15px;
	    padding-right: 15px;
	    border-bottom: 1px solid #efefef;
	}
	.listed-menu.filters li > a, .listed-menu.filters li > span {
	    padding-left: 15px;
	}
	.listed-menu.filters .submenu > .sublisted-menu {
		padding: 0 15px;
	}

	/*--Ficha--*/
	.product-info {
		margin-top: 20px;
	}
	.product-info .subtitle {
	    font-size: 16px;
	}
	.product-info .title {
	    font-size: 22px;
	}
	.radio-box .radio-item {
	    width: 50%;
	}
	.product-info .text, .product-info .ratings, .product-info .cantidad, .product-info .price, .product-info .awards, .product-info .radio-box {
	    margin-bottom: 10px;
	}
	.product-info .awards span, .product-info .radio-box > span, .product-info .cantidad span {
	    font-size: 14px;
	}
	.product-info .awards img {
	    max-height: 60px;
	}
	.productCart .price {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	/*--Reset--*/
	.mheader {
	    padding: 0 15px;
	}
	.headerinfo + .headerinfo {
		margin-left: 0;
	}
	.copyr {
		font-size: 11px;
	}
	.copyr .cards {
		float: none;
	}

	/*--Home--*/
	h1 {
		font-size: 16px;
	}
	.carousel-main .owl-controls {
	    text-align: right;
	    right: 10px;
	}
	.carousel-main-controls span {
	    font-size: 30px;
	    margin-top: -15px;
	}
	.carousel-main-controls .carousel-left {
	    left: 10px;
	}
	.carousel-main-controls .carousel-right {
	    right: 10px;
	}
	.content-text {
	    margin-right: 30px;
	}
	.price .new-price, .price .regular-price {
		font-size: 15px;
	}

	/*--Categoria--*/
	.categ-product-info .visible-xs .btn, .grid .modal-body .categ-product-info .btn {
		width: 48%;
	    font-size: 13px;
	}
	.order .morderby {
		right: 37px;
	}
	.order .back {
	    left: 37px;
	}
	.listed-menu.filters {
	    left: 0;
	    right: 0;
	}

	/*--Ficha--*/
	.product-gallery {
		padding-right: 0;
	}
	.product-info .radio-box {
		max-width: none;
	}
	.product-info .cantidad {
	    text-align: right;
	    padding-top: 10px;
	    padding-bottom: 5px;
	}
	.product-info .cantidad span {
	    float: left;
	    padding-top: 8px;
	}
	.product-info .cantidad input {
	    width: 80px;
	}
	.product-info .radio-box label {
		height: 130px;
	}
	.modalCart .modal-body > .row > .col-xs-12.col-sm-6 + .col-xs-12.col-sm-6 {
		border: 0;
	}
	.modalCart p + p.price {
	    border-top: 1px solid #d1d1d1;
	    margin-top: 10px;
	    padding-top: 10px;
	    margin-bottom: 0;
	}
	.modalCart .btn-box .col-xs-12 + .col-xs-12 .btn {
	    margin-top: 10px;
	}
	.productCart .cantidad {
		text-align: right;
	}
	.productCart .cantidad .fa {
		font-size: 12px;
		padding: 8px 0;
		width: 28px;
	}
	.productCart .cantidad input {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 18px;
	}
	.box.inner .table .cart-price {
		line-height: 28px;
	}
	.productCart .title, .productCart .subtitle {
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	.productCart .text {
		margin-bottom: 2px;
	}
	.productCart img {
	    max-height: 90px;
	}
}
@media (max-width: 600px) {
	/*--Home--*/
	.mm-page {
		padding-top: 95px;
	}
	.mheader {
	    line-height: 50px;
	}
	.mheader .fa {
		font-size: 26px;
	}
	.logo {
		max-height: 50px;
	}
	.footer h5 {
		font-size: 14px;
	}
	.content-image {
	    margin: auto 20px auto 30px;
	}

	/*--Categoria--*/
	.modal-body .awards img {
	    max-width: 30%;
	    height: auto;
	}
	.radio-box label {
		height: 130px;
	}
	.grid .modal-body .categ-product-info .btn {
		padding-left: 12px;
		padding-right: 12px;
	}
	.categ-product-info .visible-xs .btn {
		padding-left: 0;
		padding-right: 0;
	}

	/*--Ficha--*/
	.ratings a {
	    font-size: 11px;
	    float: right;
	    margin: 3px 0 0 0;
	}
	.product-info .price {
	    font-size: 14px;
	}
	.product-info .price .regular-price, .product-info .price .new-price {
	    font-size: 22px;
	    font-weight: 600;
	}
	.product-info .awards span, .product-info .radio-box > span {
	    display: none;
	}
	.product-info .cantidad {
	    padding-top: 5px;
	}
	.product-info .btn-block {
	    margin-bottom: 10px;
	}
	.headerinfo .number {
		margin-top: -20px;
	}
	.productCart .title {
	    font-size: 15px;
	}
	.productCart .subtitle, .productCart .text {
	    font-size: 12px;
	}
	.productCart img {
	    max-height: 80px;
	}

}
@media (max-width: 480px) {
	.box.inner .btn {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.box.inner .table>thead>tr>th {
		font-size: 13px;
		padding-left: 0;
		padding-right: 0;
	}
	.box.inner .table>thead>tr>th:nth-child(2), .box.inner .table>thead>tr>th:nth-child(3) {
		display: none;
	}
	.box.inner .productCart .title {
	    font-size: 14px;
	}
	.box.inner .productCart .subtitle {
	    font-size: 13px;
	}
	.box.inner .table>tbody>tr {
	    padding: 0;
	    overflow: hidden;
	    width: 100%;
	    display: block;
	}
	.box.inner .table>tbody>tr>td {
	    display: block;
	    width: 50%;
	    float: left;
	    padding: 0;
	    margin: 5px 0;
	}
	.box.inner .table>tbody>tr>td:nth-child(1){
	    width: 100%;
	    clear: both;
	    float:  none;
	}
	.box.inner .table .cantidad {
	    margin-left: 20px;
	    text-align: left;
	}
	.box.inner .table .cart-price {
		margin-right: 20px;
	}
}
@media (max-width: 360px) {
	.mm-page {
		padding-top: 95px;
	}
	.mheader {
	    line-height: 40px;
	}
	.logo {
		max-height: 40px;
		margin-top: 4px;
	}
}

<<<<<<< HEAD
/* NEW NAVIGATION SUBMENUS  */

.nav-bar {
    background: #000;
    width: 100%;
    z-index: 9999;
    position: relative;
    text-align: center;
}

.nav-bar__label {
    color: #000;
    display: block;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: inherit;
}

.nav-bar__label::after,
.nav-bar__sub-label::after {
    content: " +";
}

.nav-bar__label,
.nav-bar__sub-label {
    cursor: pointer;
}

.nav-bar__list {
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    min-width:200px;
    width: 100%;
}

.nav-bar__list,
[id^="toggle"] {
    display: none;
}

[id^="toggle"]:checked + .nav-bar__list {
    display: block;
}

.nav-bar__list-item {
    display: block;
}

.nav-bar__link,
.nav-bar__sub-label {
    color: #000;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    word-wrap: break-word;
}

.nav-bar__list-item .nav-bar__list-item .nav-bar__link,
.nav-bar__list-item .nav-bar__list-item .nav-bar__sub-label {
    padding: 10px 10px 10px 30px;
}

.nav-bar__link:hover,
.nav-bar__link:active,
.nav-bar__sub-label:hover {
    background: #7d416b;
    color: #fff;
}

.menu ul li + li > a{border:0 !important;}
.menu ul li {
    display: block;
    padding:0;
}


@media all and (min-width : 992px) {
    .nav-bar > .nav-bar__label {
        display: none;
    }

    .nav-bar > .nav-bar__list {
        display: block;
    }

    .nav-bar > .nav-bar__list > .nav-bar__list-item {
        display: inline-block;
        position: relative;
    }

    .nav-bar__list-item .nav-bar__list {
        position: absolute;
    }

    .nav-bar__list-item .nav-bar__list-item .nav-bar__link,
    .nav-bar__list-item .nav-bar__list-item .nav-bar__sub-label {
        padding: 10px 20px;
    }
}


div.column{
float:none;
width:auto;}

div.menu{
display: inline;
float:none;
    padding: 15px 0;
}

div.menu a span{
color:#000;
padding-top: 19px;
font-family:'Open Sans';
font-size: 16px;
font-weight:bold;
}


/*** 
   ARREGLOS LAYOUT GENERAL PARA NUEVA NAVEGACION SEP 2019
   COLORES, POSICIONAMIENTO, TAMAÑOS DE FUENTES, ROLLOVERS
***/

#custommenu{
    background: #fff;
border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
text-align:center;
}

.menu{
border:0;}

div.menu a:link, div.menu a:visited{
height:51px;}

#menu-button:after, .parentMenu:after{
display:none;
}

a.level1:link, a.level1:visited {
    text-transform: uppercase;
    background: #fff;
    font-size: 13px;
    margin:0;
    padding: 15px 10px;
    font-weight: bold;
    font-family:'Open Sans';
    text-align:center;
    text-align:left;
}

div.wp-custom-menu-popup{
padding:0;
}

#menu-button{
padding:15px 0 23px 0;
background:#fff;
border:0;
display:none;
}

#menu-button a:link, #menu-button a:visited {
color:#000;
text-decoration:none;
}

.menu-mobile .parentMenu{
border:0;
}
.menu-mobile .parentMenu a:link, .menu-mobile .parentMenu a:visited{
text-decoration: none;
    background: #fff !important;
text-transform: uppercase;
    font-family: 'Open Sans';
    padding: 5px 0px 5px 10px;
}

.menu-mobile a.level1:link, a.level1:visited{
text-align:left;
}

#custommenu-mobile .button{
right:6.5%;
height:30px;
}

#sideMenu ul #custommenu-mobile #menu-content{padding: 0 17px;display:block !important;}

#custommenu-mobile .level1 {
    background-color: #fff !important;
}

.menu ul li, .menu ul li a{
display:inline-block;
}

#custommenu-mobile .level0{
font-weight:bold;
}

#custommenu-mobile .level1{
    font-size: 12px;
    font-weight: 400 !important;
}

/*** ESTILOS PARA TELEFONO PROFESIONALES  ***/ 

.headerinfo{
line-height:24px;
}

.headerinfo + .headerinfo{
margin-left:0;
}

.col-xs-3.col-md-3.box-phone {
    text-align: right;
    max-width: 225px;
}

span.headerinfo.help-long.for-pro {
    font-size: 10px;
}

/*** ESTILOS PARA ANCHOS PERSONALIZADOS SUBMENUS ***/

#popup11{max-width:150px;}
#popup3{max-width:195px;}
#popup12{max-width:214px;}
#popup9{max-width:225px;}
#popup225{max-width:115px;}
#popup224{max-width:115px;}

/*** ESTILOS POPUP EDAD ***/

.verify h2{
margin-top:0;
}
