.floatleft { float: left }
.floatright { float: right }
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0px solid }
img {
    max-width: 100%;
    height: auto;
}
.fix { overflow: hidden }
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0 0 15px;
}
body { font-family: 'Titillium Web', sans-serif; }



.header-area {
    background: none repeat scroll 0 0 #A8CACE;
/**	border: 1px solid #489564;
		/**Color barra login... **/
}
.header-area a {
    color: #000;
}
.user-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.user-menu li {
    display: inline-block;
}
.user-menu li a {
    display: block;
    font-size: 13px;
    margin-right: 5px;
    padding: 10px;
}
.user-menu li a i.fa {
    margin-right: 5px;
}
.header-right ul.list-inline {
    margin: 0;
    text-align: right;
}
.header-right ul.list-inline li a {
    display: block;
    padding: 9px;
}
.header-right ul.list-inline li ul a {
    padding: 5px 15px;
}
.header-right ul.list-inline li ul {
    border: medium none;
    border-radius: 0;
    left: 50%;
    margin-left: -50px;
    min-width: 100px;
    text-align: center;
}
.buttons a {
	padding:10px 25px;
	font-size:16px;
	color:#fff;
	border: 2px solid #ddd;
	background:#F08307;
	border: 1px black;
	margin-right:10px;
	text-decoration:none;
}

.mainmenu-area {
background: none repeat scroll 0 0 #05A4B6; /**color de la barra del menu **/
font-family: "Roboto Condensed",sans-serif;
text-transform: uppercase;
margin: auto;
}



.logo h1 {
    font-size: 40px;
    margin: 40px 0;font-weight: 400;
}
.logo h1 a {
    color: #999;
}
.logo h1 a:hover {text-decoration: none;opacity: .7}
.logo h1 a span {
    color: #05A4B6;
}
.shopping-item {
    border: 1px solid #ddd;
    float: right;
    font-size: 18px;
    margin-top: 40px;
    padding: 10px;
    position: relative;
}

.date
{
float: left;
height: 20px;
width: 20px;
background: url(date.png) no-repeat;
margin-right: 10px;
padding-top: 0px;
line-height: normal;
}

.shopping-item a {
    color: #666;
}
.cart-amunt {
    color: #05A4B6;
    font-weight: 700;
}
.product-count {
    background: none repeat scroll 0 0 #05A4B6;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    padding-top: 2px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 20px;
}
.shopping-item i.fa {
    margin-left: 15px;
}


.shopping-item:hover {
    background: none repeat scroll 0 0 #05A4B6;
    border-color: #05A4B6;
}
.shopping-item:hover a {
    color: #fff;text-decoration: none
}
.shopping-item:hover .cart-amunt {
    color: #fff;
}
.shopping-item:hover .product-count {
    background: none repeat scroll 0 0 #000;
}


.mainmenu-area ul.navbar-nav li a { /**Color y tamaño letras barra de navegacion **/
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    padding: 15px;
	
}

.mainmenu-area ul.navbar-nav li:hover a, .mainmenu-area ul.navbar-nav li.active a {color:#fff; background: #F49200; } /**COLOR BARRA INICIO **/
.mainmenu-area .nav > li > a:focus {color: #05A4B6}

.slider-area {clear: both}
.slider-area, .promo-area, .brands-area, .maincontent-area, .footer-top-area, .product-widget-area, .product-breadcroumb-area, .single-product-area {position: relative;overflow: hidden}
.zigzag-bottom {}
.slide-text-wrapper {
  height: 700px;
}
.slide-text-wrapper {
  display: table;width: 100%;
}

.slide-text {display: table-cell;vertical-align: middle}

.zigzag-bottom {/** Parte de abajo del footer (zigzag donde van las redes sociales)**/
background: none repeat scroll 0 0 #05A4B6;
bottom: 0px;
height: 100px;
left: 0%;
position: absolute;
transform: rotate(0deg);
width: 100%;
z-index: 9;
}

.zigzag-bottom2 {/** Parte de abajo del footer (zigzag donde van las redes sociales)PAGINACION! PARA OPINIONES**/
background: none repeat scroll 0 0 #fff;
bottom: 0px;
height: 100px;
left: 0%;
position: absolute;
transform: rotate(0deg);
width: 108%;
z-index: 9;
}

.slide-bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;background-position: center;background-size: cover
}
.slide-bg:after {
  background: none repeat scroll 0 0 #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
.slide-one {background-image: url(img/slide-1.jpg)}
.slide-two {background-image: url(img/slide-2.jpg)}
.slide-three {background-image: url(img/slide-3.jpg)}
.slide-text {color: #fff;font-size: 18px;font-weight: 200}
.slide-text h2 {
  font-size: 45px;font-weight: 200
}

.slide-content {position: relative;z-index: 9;padding: 30px}
.slide-content:before {
  background: none repeat scroll 0 0 #16AA94;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-contact-2 {
	position:fixed;
	height:100%;
	width:100%;
	background:#4a4a48;
	opacity:0.5;
	display:none;
	z-index:999999999999;
	cursor:pointer;
}
.contact-form-2 {
	width:700px;
	background:#f4f4f2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	position	: fixed;
	top		: 50%;
	margin-top	: -270px;
	left:50%;
	margin-left:-350px;
	display:none;
	z-index:9999999999999;
}

.form-control{
	background-color:#EEFCFC;
	color: #205B6E;

}
.contact-head-2 {
	background:#478194;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color:#fff;
	font-size:16px;
	padding:12px 20px;
}
.contact-head-title {
	float:left;
	
}

#MyContenedor{

	background-color:#E9F0F5;
	margin-left: 20 px;
	width:1000px;
	margin:auto;
	border:1px solid #FFE9AD;

}

#MyContenedor2{

	background-color:#D4EDFF;
	margin:auto;
	color: black;

}

#MyContenedor3{

	background-color:#DDFAE0;
	margin:auto;
	color: black;

	font: 120% sans-serif; 

}

#MyContenedor4{

	margin:auto;
	color: black;
	font: 120% sans-serif; 

}


.modal2-body {
background-color:#EFF3F7;
   border: 1px solid #05A4B6;

}

.modal2-footer{
background-color:#27435D;
}

resumen{
	font-family: Tahoma;
	font-size: 45px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 45px;
	color:#FA5300;
}

resumenemail{
	font-family: Tahoma;
	font-size: 35px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 45px;
	color:#2582BB;
}

resumentelefono{
	font-family: Tahoma;
	font-size: 35px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 45px;
	color:#1BB407;
}


#tower-of-pisa { 
font-style: italic;
}
.contact-close-2 {
	float:right;
	display:block;
	color:white;
	background:url(../images/close-2.png) no-repeat bottom right;
	padding-right:24px;
	text-decoration:none;
	height:21px;
}
.contact-close-2:hover{
	color:#fff;
}
.contact-content-2 {
	padding:20px;
	background-color: #D7E7ED;
	
}
.header-content-2 {
	font-size:16px;
	text-transform:uppercase;
	color:#005F82;
	font-weight: bold;
	font-style: italic;
}
.header-content-2 span {
	display:inline-block;
	width:25px;
	height:10px;
	border:1px solid #9a9994;
	text-align:center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius:20px;
	padding-bottom:20px;
	margin-right:10px;
}
.input-box-grid-2 {
	margin-top:20px;
	margin-left:-2%;
	
}
.input-box-grid-2 input{
	width:188px;
	background:white;
	color: black;
	border:0px;
	height:40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:16px;
	padding-left:10px;
	padding-right:10px;
	margin-left:2%;
	font-family: "Segoe UI",  "helvetica neue", arial, sans-serif;
}
.hr-2 {
	margin-top:25px;
	margin-bottom:25px;
	border:0;
	border-bottom:1px solid #cbcbc9;
}
.textarea-2 {
	width:100%;
	background:#fff;
	border:0px;
	height:200px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:16px;
	padding-left:10px;
	padding-right:10px;
	margin-top:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Segoe UI",  "helvetica neue", arial, sans-serif;
	padding-top:10px;
}
.send-2 {
	background:#1CBAEE;
	height:50px;
	width:300px;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:16px;
	border:0;
	margin:auto;
	display:block;
	cursor:pointer;
	margin-top:15px;	
}
.send-2:hover{ opacity:0.8; }
#success2 { text-align:center; }

.readmore {
    background: none repeat scroll 0 0 #05A4B6;
    color: #fff;
    border: 1px solid #05A4B6;
    display: inline-block;
    font-size: 20px;
    margin-top: 15px;
    padding: 10px 20px;
    text-transform: uppercase;
}


.readmore:hover {background: #222;text-decoration: none;color: #fff;border: 1px solid #fff}


.promo-area {
  background: none repeat scroll 0 0 #05A4B6;
  color: #fff;
  padding: 77px 0 200px;
}

.brands-area {
  background: none repeat scroll 0 0 #05A4B6;
  color: #fff;
  padding: 0px 0 200px;
}

.logo-area {
  background: none repeat scroll 0 0 #fff; /**Color del area del logo **/
  color: #000;
  padding: 0px 0 0px;
  text-align: left;
  margin-top: -90px; /**espacio arriba del logo **/
}


.promo-area .zigzag-bottom, .brands-area .zigzag-bottom{background: #fff}
.single-promo {
    border: 1px solid #17a78b;
    font-size: 25px;
    font-weight: 200;
    padding: 20px 10px;
    text-align: center;
}
.single-promo i {
  font-size: 50px;
}

.single-promo:hover {color: #fff;background: #222;border-color: #222}

.section-title {
  font-family: "Raleway",sans-serif;
  font-size: 50px;
  font-weight: 100;
  margin-bottom: 50px;
  text-align: center;
}

.ventana{
	width:100%;
	height: 50%;
	color: #FFF;
	position: fixed;
	background-color: #585858;
	top:0;
	left:0;
	display:none;
	border: 1px solid orange;
}

.formModal{
	width: 300px;
	height: 300px;
	padding: 25px;
	background-color: #CED8F6;
	color: black;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-left: -175px;
	margin-top: -175px;
		border: 1px solid orange;
}

.cerrar{
	font-weight: 900;
	text-align: right;
}

.cerrar a{color:#FF0000;}

.product-f-image {
    position: relative;
}
.product-hover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;overflow: hidden;border: 1px solid #ddd;
}
.product-hover:after {
  background: none repeat scroll 0 0 #000;
  content: "";
  height: 100%;
  left: -100%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;transition: .4s;
}
.product-hover a {
    background: none repeat scroll 0 0 #05A4B6;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    left: 10%;
    margin: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #05A4B6;
    width: 80%;z-index: 99;transition: .4s;
}
.product-hover a:hover {
  background: #000;
  text-decoration: none;border-color: #444;
}
.product-carousel-price ins {
  color: #05A4B6;
  font-weight: 700;
  margin-right: 5px;
  text-decoration: none;
}
.product-hover a i.fa {
    margin-right: 5px;
}
.product-hover a.add-to-cart-link {top: -25%;}
.product-hover a.view-details-link { bottom: -25%;}
.single-product h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 15px;
}


.single-product h2 a {
    color: #222;
}
.single-product p {
    color: #05A4B6;
    font-weight: 700;
}

.single-product {
  overflow: hidden;
}
.single-product:hover {}
.single-product:hover .product-hover a.add-to-cart-link {top: 32%;}
.single-product:hover .product-hover a.view-details-link {bottom: 32%;}
.single-product:hover .product-hover:after{left: 0}


.product-carousel {
  padding-top: 40px;
}
.latest-product .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
}

.latest-product .owl-nav div, .related-products-wrapper .owl-nav div {
  border: 1px solid #05A4B6;
  color: #05A4B6;
  display: inline-block;
  margin-left: 15px;
  padding: 1px 10px;
}
.latest-product .owl-nav div:hover, .brand-wrapper .owl-nav div:hover, .related-products-wrapper .owl-nav div:hover {color: #222;border-color: #222}
.brand-list {padding-top: 40px;}
.brand-list .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
}
.brand-wrapper .owl-nav div {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  margin-left: 15px;
  padding: 1px 10px;
}

.maincontent-area {padding-bottom: 180px}

.product-wid-title {
  font-family: raleway;
  font-size: 30px;
  font-weight: 100;
  margin-bottom: 40px;
}


.single-wid-product {
    margin-bottom: 31px;
    overflow: hidden;
}
.product-thumb {
    float: left;
    height: 90px;
    margin-right: 15px;
    width: 100px;
}
.single-wid-product h2 {
    font-size: 18px;
    margin-bottom: 12px;
}
.product-wid-rating {
    color: #ffc808;
    margin-bottom: 10px;
}
.product-wid-price ins {
    color: #05A4B6;
    font-weight: 700;
    margin-right: 10px;
    text-decoration: none;
}
.single-wid-product h2 a {
    color: #222;
}
.single-wid-product h2 a:hover, .single-product h2 a:hover {
    color: #05A4B6;
}
.wid-view-more {
    background: none repeat scroll 0 0 #05A4B6;
    color: #fff;
    padding: 3px 15px;
    position: absolute;
    right: 10px;
    top: 3px;
}
.wid-view-more:hover {color: #fff;background-color: #222;text-decoration: none}
.single-product-widget {
    position: relative;
}
.product-widget-area {
  padding-bottom: 150px;
  padding-top: 30px;
}
.product-widget-area .zigzag-bottom{background: #333}
.footer-top-area .zigzag-bottom{background: #123866;} /**COLOR PARTE DE ABAJO DEL FOOTER **/
.footer-top-area {background: none repeat scroll 0 0 #E4F2F7; /**COLOR PARTE DE ARRIBA DEL FOOTER **/
color: #999;
padding: 10px 0 100px;}


.footer-bottom-area {background: #000;color: #fff}
.footer-about-us1 span {
  color: #05A4B6;
}

.footer-about-us2 span {
  color: #FFAB00;
}

.footer-about-us3 span {
  color: #0EC808;
}

.footer-about-us4 span {
  color: #D20303;
}

.footer-wid-title {
  font-family: raleway;
  font-size: 30px;
  font-weight: 100;color: #000
}

.footer-about-us h2 {
  font-weight: 200;
}
.footer-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-menu ul li {
    border-bottom: 1px dashed #555;
    padding:  0;
}
.footer-menu a {
    display: block;
    padding: 5px 0;color: #999
}


.footer-social a {
  background: none repeat scroll 0 0 #00129A; /**Color y tamaño logos redes sociales **/
  color: #fff;
  display: inline-block;
  font-size: 25px;
  height: 40px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-top: 7px;
  text-align: center;
  width: 35px;border: 1px solid #000;
      border: 1px solid #133350;
}

.footer-social2 a {
  background: none repeat scroll 0 0 #0080FF; /**Color y tamaño logos redes sociales **/
  color: #fff;
  display: inline-block;
  font-size: 15px;
  height: 20px;
  margin-bottom: 0px;
  margin-right: 0px;
  padding-top: 0px;
  text-align: center;
  width: 20px;border: 1px solid #000;
}

.footer-social a:hover {background-color: #222;border-color: #666}

.footer-social {margin-top: 20px}


.newsletter-form input[type="email"] {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #000;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}
.newsletter-form input[type="submit"] {
    background: none repeat scroll 0 0 #05A4B6;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 7px 20px;
    text-transform: uppercase;
	border: 1px solid #000;
}


.newsletter-form input[type="submit"]:hover {background: #222;border-color: #666}
.newsletter-form {
    margin-top: 0px;
}
a {color: #05A4B6}
a:hover, a:focus {color: #17a78b}
.footer-bottom-area {
  background: none repeat scroll 0 0 #000;
  color: #fff;
  padding-bottom: 40px;
}


.slide-bulletz {
    bottom: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99;
}
ol.slide-indicators {
left: inherit;
list-style: outside none none;
margin: 0;
padding: 0;
position: relative;
width: 100%;
}
ol.slide-indicators li {
background: none repeat scroll 0 0 #222;
border: medium none;
border-radius: 0;
cursor: pointer;
display: inline-block;
height: 10px;
margin: 0 0 0 5px;
width: 10px;
}
ol.slide-indicators li.active {
background: none repeat scroll 0 0 #fff;
height: 10px;
margin: 0 0 0 5px;
width: 10px;
}


.carousel.carousel-fade .item { transition: opacity 1s ease-in-out }
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.footer-card-icon {
  font-size: 30px;
  text-align: right;
}

.copyright > p {
  margin: 10px 0 0;
}

.product-big-title-area {background: url(img/crossword.png) repeat scroll 0 0 #05A4B6}

.product-bit-title h2 {
  font-family: raleway;
  font-size: 50px;
  font-weight: 200;
  margin: 0;
  padding: 50px 0;color: #fff;
}

.single-product-area .zigzag-bottom {background-color: #333333}

.single-product-area {
  padding: 80px 0 130px;
}

.sidebar-title {
    color: #3dc6ab;
    font-size: 25px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.single-sidebar {
    margin-bottom: 50px;
}
input[type="text"], input[type="password"], input[type="email"]{
    border: 1px solid #ddd;
    padding: 10px;
	background-color: #EEFCFC;
}


textarea{
	border: 1px solid #ddd;
    padding: 10px;
	background-color: #EEFCFC;
	resize: none;
}


input[type="text2"]{
    border: 2px solid #FAAC58;
    padding: 10px;
	width: 180px;
	background: #EFFAFC;
	text-align: center;
	color: #05A4B6;
	box-shadow: 2px 7px 4px rgba(0,0,0,0.5);
}


input[type=date] {
  height: 40px;
  margin-left:  10px;
  width: 180px;
  font-family: arial, sans-serif;
  font-size:15px;
  font-weight: bold;
  text-transform: normal;
  background-color: #F3F9F8;
  outline: none;
  border: 1px solid #E6E6E6;
  padding: 3px;
  color: #000;
}
input[type=date]::-webkit-datetime-edit-month-field {
  color: #FF8000;
}
input[type=date]::-webkit-datetime-edit-day-field {
  color: #FF8000;
}
input[type=date]::-webkit-datetime-edit-year-field {
  color: #FF8000;
}
input[type=date]::-webkit-clear-button {
  font-size: 18px;
  height: 30px;
  position: relative;
  right: 5px;
  margin-right: 4px;
}
input[type=date]::-webkit-inner-spin-button {
  height: 60px;
  color: #000;
}
input[type=date]::-webkit-calendar-picker-indicator {
  font-size: 18px;
  color: #000;
  background-color: #666666;
}
input[type=date]::-webkit-calendar-picker-indicator:hover {
  background-color: #f9fbff;
  color: #e6e6e6;
  cursor: pointer;
}
input[type=date]::-webkit-calendar-picker-indicator:active {
  color: blue;
}

input[type="submit"], button[type=submit] {
    background: none repeat scroll 0 0 #05A4B6;
    border: medium none;
    color: #fff;
    padding: 11px 20px;
    text-transform: uppercase;
}
input[type="submit2"], button[type=submit2] {
    background: none repeat scroll 0 0 #FFB301;
    border: 2px solid #000;
    color: #000;
    padding: 20px 20px;
    text-transform: capitalize;
	text-align: center;
}

input[type="submit3"], button[type=submit3] {
    background: none repeat scroll 0 0 #05A4B6;
    color: #fff;
    padding: 7px 7px;
}

input[type="submit4"], button[type=submit4] {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    color: #fff;
    padding: 40px 40px;
    text-transform: uppercase;
	height: 10px;
	width: 10px;
}

input[type="submit"]:hover, button[type=submit]:hover {background-color: #FE9A2E; color:#000;}
.single-sidebar input[type="text"] {
    margin-bottom: 10px;
    width: 100%;
}
.thubmnail-recent {
    margin-bottom: 30px;
    overflow: hidden;
}
.recent-thumb {
    float: left;
    height: auto;
    margin-right: 15px;
    width: 63px;
}
.thubmnail-recent > h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.thubmnail-recent > h2 a {
    color: #222;
}
.product-sidebar-price > ins {
    color: #05A4B6;
    font-weight: 700;
    margin-right: 10px;
    text-decoration: none;
}
.single-sidebar > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.single-sidebar li {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
}
.single-sidebar a {
    display: block;
}
.product-breadcroumb {
    margin-bottom: 20px;
}
.product-breadcroumb > a {
    margin-right: 31px;
    position: relative;
}
.product-breadcroumb > a::before {
    content: "/";
    position: absolute;
    right: -20px;
    top: 2px;
}
.product-breadcroumb > a:last-child::before {
    display: none;
}
.product-main-img {
    margin-bottom: 20px;
}
.product-gallery {
    margin-bottom: 25px;
    margin-left: -15px;
    overflow: hidden;
}
.product-gallery img {
    height: auto;
    margin-left: 15px;
    width: 76px;
}
.product-name {
    font-size: 25px;
    margin-bottom: 20px;
}
.product-inner-price {
    margin-bottom: 25px;
}
.product-inner-price > ins {
    color: #05A4B6;
    font-weight: 700;
    margin-right: 10px;
    text-decoration: none;
}
.quantity {
    float: left;
    margin-right: 15px;
}
.quantity input[type="number"] {
    border: 1px solid #05A4B6;
    padding: 5px;
    width: 50px;
}
.add_to_cart_button {
    background: none repeat scroll 0 0 #05A4B6;
    border: medium none;
    color: #fff;
    padding: 6px 25px;display: inline-block
}
.add_to_cart_button:hover {background-color: #222;color: #fff;text-decoration: none}
form.cart {
    margin-bottom: 25px;
}
.product-inner-category {
    margin-bottom: 30px;
}
.product-tab {
    border-bottom: 1px solid #ddd;
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}
.product-tab li {
    display: inline-block;
}
.product-tab li.active {
    background: none repeat scroll 0 0 #05A4B6;
}
.product-tab li.active a {
    color: #fff;
}
.product-tab li a {
    color: #222;
    display: block;
    font-size: 16px;
    padding: 10px 30px;
}
.product-tab li a:hover {
    text-decoration: none;
}
.product-tab li a:focus {
    text-decoration: none;
}
.tab-content h2 {
    font-size: 20px;
}
.tab-content {
    margin-bottom: 30px;
}
.submit-review label {
    display: block;
}
.submit-review input[type="text"], .submit-review input[type="email"], .submit-review textarea {
    margin-bottom: 20px;
    width: 100%;
}

.rating-chooser {
    margin-bottom: 30px;
}
.rating-chooser p {
    font-weight: 700;
}
.rating-wrap-post {
    font-size: 20px;
}

.submit-review textarea {
    height: 105px;
}

.related-products-wrapper {
  margin-top: 30px;
}
.related-products-title {color: #3dc6ab;
font-size: 25px;
margin-bottom: 30px;
text-transform: uppercase;}

.related-products-wrapper .owl-nav {
  position: absolute;
  right: 0;
  top: -56px;
}



table.shop_table {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: 50px;
    width: 100%;
}
table.shop_table th, table.shop_table td {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}
table.shop_table th {
    background: none repeat scroll 0 0 #f4f4f4;
    font-size: 15px;
    text-transform: uppercase;
}
td.product-thumbnail img {
    height: auto;
    width: 70px;
}
td.product-name {
    font-size: 18px;
}
div.quantity input.plus, div.quantity input.minus {
    background: none repeat scroll 0 0 #05A4B6;
    border: medium none;
    color: #fff;
    height: 25px;
    line-height: 15px;
    width: 25px;
}
td.product-quantity div.quantity {
    float: none;
    margin: 0;
}
td.actions div.coupon {
    float: left;
}
.cart-collaterals {
    overflow: hidden;
}
.cross-sells {
    float: left;
    margin-right: 3%;
    width: 57%;
}
.cart_totals {
    float: right;
    margin-bottom: 50px;
    width: 40%;
}
.cart-collaterals h2 {
    color: #05A4B6;
    font-size: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
div.cart-collaterals ul.products {
    list-style: outside none none;
    margin: 0 0 0 -30px;
    padding: 0;
}
div.cart-collaterals ul.products li.product {
    float: left;
    margin-left: 30px;
    position: relative;
    width: 198px;
}
.cart_totals table {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 100%;
}
.cart_totals table th, .cart_totals table td {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}
.cart_totals table th {
    background: none repeat scroll 0 0 #f4f4f4;
}
.onsale {
}
div.cart-collaterals ul.products li.product .onsale {
    background: none repeat scroll 0 0 #05A4B6;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    right: 0;
}
div.cart-collaterals ul.products li.product h3 {
    color: #333;
    font-size: 20px;
    margin-top: 15px;
}
div.cart-collaterals ul.products li.product .price {
    color: #333;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}
.price > ins {
}
div.cart-collaterals ul.products li.product .price ins {
    color: #05A4B6;
    font-weight: 700;
    margin-left: 10px;
    text-decoration: none;
}



.woocommerce-info {
    background: none repeat scroll 0 0 #f4f4f4;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 15px;
}
.col2-set {
    margin-left: -30px;
    overflow: hidden;
}
.col-1, .col-2 {
    float: left;
    margin-left: 30px;
    width: 360px;
}
#customer_details label {
    display: block;
    margin: 0 0 5px;
}
#customer_details input[type="text"], #customer_details textarea, .shipping_calculator input[type=text] {
    margin-bottom: 10px;
    width: 100%;
}
#customer_details h3 {
    color: #05A4B6;
    font-size: 20px;
    text-transform: uppercase;
}
.create-account {
    background: none repeat scroll 0 0 #f4f4f4;
    margin-bottom: 50px;
    padding: 15px;
}
#order_review_heading {
    color: #05A4B6;
    font-size: 20px;
    text-transform: uppercase;
}
#payment ul.payment_methods {
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
}
#payment ul.payment_methods li {
    margin-bottom: 15px;
}
a.about_paypal {
    font-size: 12px;
    margin-left: 15px;
}


#customer_details select, .shipping_calculator select {
  border: 1px solid #fff;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
}

.SelectStyle {
	width: 220px;
	position: relative;
}
 
select {
	width: 100%;
	background: #F3F9F8;
	color: #E68516;
	padding: 5px;
	font-size: 13px;
	line-height: 100%;
	border: 1px solid #C1C1C1;
	border-radius: 0;
	height: 30px;
	
}
 
option {
	padding: 10px;
}



table.shop_table td.product-remove a {
  display: inline-block;
  padding: 0 5px 2px;
  text-transform: uppercase;
}


table.shop_table td.product-remove a:hover {color: #fff;background: red;text-decoration: none}
table.shop_table td.product-name a{color: #222;}
table.shop_table td.product-name a:hover {color: #05A4B6;text-decoration: none}
div.quantity input.plus:hover, div.quantity input.minus:hover {background-color: #222}
div.cart-collaterals ul.products li.product a:hover h3 {color: #05A4B6}
div.cart-collaterals ul.products li.product a:hover {text-decoration: none}

div.cart-collaterals ul.products li.product:hover .add_to_cart_button{background-color: #222}


.cart-collaterals .shipping_calculator {
  float: right;
  width: 40%;
}


#login-form-wrap, #coupon-collapse-wrap {
    background: none repeat scroll 0 0 #f4f4f4;
    margin-bottom: 30px;
    padding: 25px;
}
#login-form-wrap label {
    display: block;
    margin-bottom: 5px;
}
#login-form-wrap input[type="text"], #login-form-wrap input[type="password"] {
    margin-bottom: 10px;
    width: 250px;
}
#login-form-wrap input[type="submit"] {
    margin-bottom: 15px;
}



.single-shop-product h2 {
    font-size: 20px;
    margin: 10px 0;
}
.product-option-shop {
    margin-top: 15px;
}

.single-shop-product {margin-bottom: 50px}

.pagination > li > a, .pagination > li > span {
  color: #05A4B6;
}