.header{min-height:100px;margin-top:10px;margin-bottom:20px}@media (max-width:568px){.header .logo{left:24%}.header .logo img{width:160px}}@media (max-width:568px){.header-top{padding:.1em 0}}.banner{margin-bottom:5em}.banner.about{background:url(https://www.crisarabisuteria.com/public/images/back.jpg);height:auto}.banner.contact{background:url(https://www.crisarabisuteria.com/public/images/contacto.jpg);height:auto}.banner.shipping,.banner.customer{height:auto}@media (max-width:480px){.banner{background-size:cover}}.footer{margin-top:5em}.footer .phone{text-decoration:none;color:#fff}.social .facebook{background:#3F65A6}.social .instagram{background:#B66432}.social .phone{text-align:center;line-height:32px}.social .phone .fa{width:32px}label.line{margin:.9em auto}.footer .footer-middle{background-color:#DB2471}.footer .footer-middle span{color:#fff}.footer .footer-middle-in{text-align:justify}.products-empty{text-align:center}.slick-next:before,.slick-prev:before{color:#F67777}.section-title{font-size:2.5em;color:#000000;line-height:1.8em;font-family:'Ubuntu-Regular';text-align:center;margin-top:20px}.btn-primary,.noty_theme__mint.noty_type__success{background-color:#DB2471;border-color:#DB2471}.search-button img{margin-top:0px}@media (max-width:568px){.search-button img{margin-top:0}}.login-search .fa{font-size:27px}.text-home{text-align:justify;font-size:20px;font-family:'Ubuntu-Regular';margin-top:40px}.table th{font-size:18px}.table td{font-size:14px}.section.products .most-sold{font-size:2.5em;color:#000000;line-height:1.8em;font-family:'Ubuntu-Regular';text-align:center}.section.products .group-items{margin-bottom:15px}.section.products .icon{color:#fff}.section.about p{font-size:25px;color:#000000;line-height:1.8em;margin:0 0 1.5em}.section.about .highlight{font-size:2em;color:#DB2471;font-family:'Ubuntu-Regular'}.section.about li{font-size:25px;margin-left:60px}.section.contact .title{font-size:1.5em;color:#000;line-height:1.4em;font-family:'Ubuntu-Regular'}.section.contact p{color:#000;line-height:1.8em}.section.contact .address-grid i{width:75px;text-align:center;margin-right:10px}.section.contact .address-grid .fa{font-size:1.5em}.section.contact .address-grid .fa-mobile{font-size:1.7em}.section.contact #map{width:100%;height:500px}.cart.indicator{padding:0px 0 0 0}.cart.indicator .icon{font-style:normal}.cart.indicator .btn-transparent{font-size:20px;color:#3A3A3A;background:none;border:0;text-decoration:none}.cart.indicator .badge{padding:10px;font-size:10px;background-color:#DB2471}@media (max-width:568px){.cart.indicator{padding-top:0}}.single.product .existence{padding:10px}.single.product .existence.yes{background-color:#DB2471}.twitter-typeahead{display:block !important}.typeahead,.tt-query,.tt-hint{width:100%;padding:8px 12px;line-height:30px}.typeahead{background-color:#fff}.tt-hint{color:#999}.tt-menu{width:422px;margin:12px 0;padding:8px 0;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.tt-suggestion{padding:3px 20px;font-size:18px;line-height:24px}.tt-suggestion:hover{cursor:pointer;color:#fff;background-color:#DB2471}.tt-suggestion.tt-cursor{color:#fff;background-color:#DB2471}.tt-suggestion p{margin:0}.gist{font-size:14px}
.pro-img{
	height: 228px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pro-img .img-responsive{
	max-height: 100%;
}

.women{
	display: grid;
	grid-template-columns: 1fr /*45px*/;
	max-width: 100%;
	width: 100%;
	position: relative;
}
.women .women-top a{
	overflow: hidden;
	/*text-overflow: ellipsis;*/
	/*word-wrap: break-word;*/
	/*white-space: nowrap;*/
	width: 100%;
	display: inline-block;
	/*max-width: 180px;*/
	height: 70px;
}
span.unidad-prod{
	font-weight: normal;
	color:#333;
	font-family: 'Ubuntu-Regular';
	display: block;
	font-size: 0.7em;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: nowrap;
	width: 100%;
	display: inline-block;
	max-width: 180px;
}

.item_add{
	width: 100%;
}


.item_add .btnAddItem{
	/*width: 40px;*/
	height: 30px !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	color:#FFF;
	background: #FF6C6C;
	text-decoration: none;
}

.btnAddItem .fa {
	margin-right: 10px;
}

.oldPrice {
    color: #333 !important;
    position: relative;
    font-family: 'Oxygen-Regular' !important;
    line-height: 1.4 !important;
  }

.oldPrice::before {
    content: '';
    position: absolute;
    background: #f67777;
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
  }
.newPrice {
    font-size: 100% !important;
    font-family: 'Oxygen-Bold' !important;
    line-height: 1.4 !important;
}

.btnpromo_container{
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 20px;
}

.btnpromo {
    width: auto;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background: #FF6C6C;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
}
.btnpromo:hover{
	color:#FFF;
}

.container_cotizar{
	display: flex;
	width: 100px;
	justify-content: center;
	flex-wrap: wrap;
}
.text_cotizar{
	width: 100%;
	color: #000;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
.mayoreotext{
	font-size: 13px;
}

.list_deliverybt li{
	margin-bottom: 15px;
}
.btn-header-container{
	min-height: 30px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.btn-header{
	border: solid 1px;
	font-size: 0.75em;
	color: #3A3A3A;
}

.btn-header:hover, .btn-register{
	background: #DB2471;
	color: #FFF;
}
.btn-register:hover{
	background: none;
	color: #3A3A3A;
}
.search-right{
	padding-top: 0px;
}
ul.nav_1 li:nth-child(5){
	border-right: 0px;
}
.account-header-container{
	width: 100%;
	display: flex;
	justify-content: center;
}
.modal-body ul{
	padding-left: 40px;
}

.links-footer-container{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px;
}
.btn-links-modal {
    color: #fff;
    padding: 5px;
    margin: 5px;
    font-size: 0.75em;
}
.btn-links-modal:hover,.btn-links-modal:focus{
	color: #FFF;
	text-decoration: none;
}

.btn-links-modal:last-child {
    border-right: solid 0px;
}
.footer{
	background: #DB2471;
}
.fail_min{
	padding-top: 5px;
	padding-bottom: 5px;
}
.fail_min .badge{
	color: #3A3A3A;
	background-color: #fff;
}
.search-top-header{
	display: inline-block;
	width: 100%;
	font-size: 0.6em;
	height: auto;
}
.search-top-header .login-search{
	border-bottom: 0px;
}
.search-top-header .login-search .fa{
	font-size: 17px;
}
div#bs-megadropdown-tabs {
    padding-bottom: 0px;
    padding-top: 10px;
}
.search-button {
	display: none;
}
.flag_list{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #f0ad4ec0;
	/*background-color: #f67777c0;*/
}

.btn-details-orders{
	display: inline-block;
	font-size: 14px;
}
.btn-details-orders i{
	margin-right: 10px;
}

.orderData{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 15px;
}

.orderItem {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 5px;
}
.ordertitle {
    font-weight: bold;
    margin-right: 10px;
}

.btn_acceptinvoice{
    display: flex;
    justify-content: center;
}

.requestInvoice{
	margin-left:  15px;
}

@media screen and (max-width: 1199px) {
	.header .container{
		width: 100%;
	}

	.head .logo{
		margin-left: 0px;
	}
}

@media screen and (max-width: 767px){
	.search-top-header{
		/*margin-top: 5px;*/
	}
	div#bs-megadropdown-tabs {
    	padding-top: 20px;
    	padding-bottom: 20px;
	}
	.header{
		margin-top: 0px;
		margin-bottom: 0px;
		/*height: 45px;*/
	}
	.slick-prev{
		left: 15px;
	}
	.slick-next{
		right: 15px;
	}
	.nav_2 .navbar-toggle{
		margin-top: 10px;
		float: left;
	}
	.search-right{
		max-width: 120px;
		float: right;
		right: 15px;
		position: absolute;
		z-index: 2;
		top: 19px;
		padding: 0px;
	}
	
	.h_menu4{
		margin-top: 8px;
	}
	.header .logo{
		top: 5px;
		left: 37%;
		z-index: 4;
	}
	.cart.indicator{
		padding-top: 0px;
	}
	.search-button img{
		margin-top: 0px;
	}
	.logo img{
		width: 100px !important;
		height: auto !important;
	}
}

@media screen and (max-width: 520px){
	.header .logo{
		left: 30%;
	}
	
}