p.woocommerce-result-count {
    display: none;
}

select.orderby {
    display: none;
}

.products{
    text-align: center;
}

.products ins {
    color: #303030;
    font-size: 23px;
    display: block!important;
    border: 0;
    text-decoration: none;
}

.products del .amount {
    color: #a2a2a2!important;
    font-family: 'Roboto';
    font-size: 14px!important;
}


.products .woocommerce-loop-product__title {
    color: #ffffff;
    font-family: Roboto;
    background: #ed1c24;
    border-radius: 6px 0px 8px 0px;
    font-weight: 600;
}

span.woocommerce-Price-amount.amount {
    color: #242424;
    font-weight: 600;
    font-size: 20px;
}

span.price {
    font-size: 26px;
}

.single-product .summary ins {
    display: block!important;
    text-decoration: none;
}

.single-product del span.woocommerce-Price-amount.amount {
    font-size: 13px;   
}


span.btn-4 {
    border: 1px solid #f05038!important;
    padding: 20px 31px!important;
    border-radius: 49px;
    background: #ed1c24;
    color: white;
    font-size: 15px!important;
    text-transform: uppercase;
}



svg#curveDownColor {
    fill: white;
    transform: rotate(180deg);
    position: relative;
    top: -99px;
}



.products ul.products li.product a img {
    border-color: red!important;
}

.product-type-simple:hover a img {
    box-shadow: -1px 1px 5px 3px #beb8b8;
}
.woocommerce ul.products li.product a img{box-shadow: inherit;}
.products .product a img {
    border: 1px solid #bfbfbf;
    width: 100%;
    height: auto;
        display: block;
    margin: 0 0 1em;
}

.product-type-simple:hover .woocommerce-loop-product__title {
    background: #353535;
    color: #e6e6e6;
    transition: 0.5s;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 1.1em 1.6em;
    display: inline-block;
    text-decoration: none;
    color: #8b969c;
    -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(20deg) skewY(0deg);
    transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(20deg) skewY(0deg);
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 13px;
    display: inline-block;
    text-decoration: none;
    color: #8b969c;
    -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(20deg) skewY(0deg);
    transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(20deg) skewY(0deg);
}



a.add-request-quote-button.button {
    border: 1px solid #f05038!important;
    padding: 20px 31px!important;
    border-radius: 49px;
    background: #ed1c24;
    color: white;
    font-size: 15px!important;
    margin-top: 33px;
    text-transform: uppercase;
}

.product_meta {
    display: none;
}

div#tab-description h2 {
    display: none;
}

.bg-gray{

    background: #d7d7d7;
}

.form-row input, .form-row textarea {
    border-bottom: 1px solid #a8a8a8;
}

.form-row textarea {
    border: 0;
}

form#yith-ywraq-form {width: 50%;display: inline-block;}

.yith-ywraq-mail-form-wrapper {
    width: 46%;
    display: inline-block;
    margin-left: 3%;
}

.post-220.page.type-page.status-publish.hentry {
    margin-top: 50px;
}

input.button.raq-send-request {
    border: 1px solid #f05038!important;
    padding: 20px 31px!important;
    border-radius: 49px;
    background: #ed1c24;
    color: white;
    font-size: 15px!important;
    margin-top: 33px;
    text-transform: uppercase;
}



/*-----------------------------------------------------------------------------------*/
/*  POPUP
/*-----------------------------------------------------------------------------------*/


/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}

/* -------------------------------- 

xnugget info 

-------------------------------- */
.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  bottom: 0;
  left: 0;
}
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #5e6e8d;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.no-touch .cd-nugget-info a:hover {
  opacity: .8;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #5e6e8d;
}

/* -------------------------------- 

Main components 

-------------------------------- */


.cd-popup-trigger {

}

.cd-popup-trigger:hover {
     color: #ffffff;
    background: #307fe2;
    border: 2px solid #307fe2;
}

@media only screen and (min-width: 1170px) {
  .cd-popup-trigger {
    border: 1px solid #f05038!important;
    padding: 20px 31px!important;
    border-radius: 49px;
    background: #ed1c24;
    color: white;
    font-size: 15px!important;
    margin-top: 33px;
    text-transform: uppercase;
  }
}

/* -------------------------------- 

xpopup 

-------------------------------- */
.cd-popup {
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffffcc;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.ser-form {
       background: #F44336;
    padding: 3% 0;
    border-radius: 9px;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    position: relative;
    width: 90%;
    max-width: 450px;
    margin: 4em auto;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
  list-style: none;
}
.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}
.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}
.cd-popup-container .cd-popup-close {
        width: 40px;
    height: 40px;
    line-height: 34px;
    position: fixed;
    left: 97%;
    top: -20px;
    text-align: center;
    padding: 0 0 18px 10px;
    background-color: #307fe2 !important;
    color: #fff !important;
    font-size: 40px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
 content: '';
    position: absolute;
    top: 17px;
    width: 24px;
    height: 5px;
    background-color: #ffffff;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 100px auto;
  }
}


.contain-serv {
    width: 75%;
    float: right;
}
.serv-img{
    width: 90px;
    position: relative;
}
.serv-tit{

    color: #2c7ad6;
    font-size: 15px;
    font-weight: 800;

}

.serv-bg {
  
    background: url(http://ordonezcg.com/wp-content/uploads/2018/02/bg3.jpg);
    width: 100%;
    position:relative;
    height: 80vh;

}


.ser-con {
    background: #182342;
    padding: 50px 300px 30px 300px;
}

.titulo-contac2 {

    margin: 0;
    padding: 0 15px;
    margin-bottom: 35px;
    position: relative;
    text-transform: uppercase;
    font-size: 40px;
    display: inline-block;
    z-index: 9;
    font-weight: 600;
    line-height: 1.17391304;
    letter-spacing: 8px;
    color: #ffffff;
}

.skyblue2 {
    color: #307fe2;
}


.ser-form input {
    padding: 10px 16px;
    border: 1px solid #9a1208;
    margin: 8px auto;
    display: block;
    width: 100%;
    border-radius: 5px;
    color: #333;
}


/*/ Iconos en formualario /*/
.icon1, .icon2, .icon3, .icon4{
    width: 350px;
    margin: 0 auto;
    position: relative;
}



.icon1:after {
    content: "\f007";
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    left: 16px;
    line-height: 45px;
    font-size: 25px;
    padding-left: 9px;
    color: #f44336;
}

.icon2:after {
    content: "\f0e0";
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    left: 16px;
    line-height: 45px;
    font-size: 25px;
    padding-left: 9px;
    color: #f44336;
}

.icon3:after {
    content: "\f095";
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    left: 16px;
    line-height: 45px;
    font-size: 25px;
    padding-left: 9px;
    color: #f44336;
}
.icon4:after {
    content: "\f075";
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    left: 16px;
    line-height: 45px;
    font-size: 25px;
    padding-left: 9px;
    color: #f44336;
}
.icon1 input, .icon2 input, .icon3 input {
    padding: 10px 16px 10px 65px;
}

.icon4 textarea{
    padding: 10px 16px 10px 65px;
}

.desc-pop{
    color: white;
    font-size: 15px;
    margin: 15px 0 30px 0;
    padding: 0 10%;
}

.ser-form textarea {
    width: 350px;
  
    height: 98px;
    margin-top: 3px;
    outline: none;
    border-color: #182342;
    color: #182342;
    border-radius: 5px;
}

.ser-form input[type=submit] {
    width: 234px;
    margin: 35px auto 0px;
    font-size: 14px;
    background: transparent;
    border: 3px solid #fff;
    font-weight: 600;
    color: #fff;
}

.ser-form textarea:focus{
     border-color: #307fe2 ;
}



.ser-form input[type=submit]:hover {


    color: #fff;
}

.raya-contact2 {
   border: 2px solid #307FE2;
    width: 54px;
    border-radius: 2px;
    position: relative;
    bottom: 68px;
    left: 696px;
}

.raya-contact2:after {
      content: "";
    width: 54px;
    bottom: 30px;
    position: absolute;
    left: -2px;
    top: 6px;
    background: #307FE2;
    height: 4px;
    border-radius: 3px;
}

.raya-contact2:before {
   content: "";
    width: 54px;
    bottom: 30px;
    position: absolute;
    left: -2px;
    top: 14px;
    background: #307FE2;
    height: 4px;
    border-radius: 3px;
}


.serv-pag {
        padding: 50px 0 450px 0;
    width: 100%;
}

.serv-pag h4 {
    color: #307fe2;
    font-weight: 600;
    font-size: 15px;
    margin: 25px 0;
    position: relative;
}


.back-cu {
    padding: 30px 0 10px 0;
    box-shadow: 0px 0px 0px 1px #18234233;
}

.emerg {
    display: block;
    font-size: 10px;
}



.woocommerce nav.woocommerce-pagination ul {
  
    border: 0;
   
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 0;
   
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #F44336;
    color: #ffffff;
    border-radius: 13px;
}