/*
	Theme Name:	Xtra Child
	Theme URI:	http://themeforest.net/user/Codevz/portfolio
	Description:Sample child theme of Xtra theme for customization.
	Author:		Codevz
	Author URI:	http://themeforest.net/user/Codevz
	Template:	xtra
	Version:	1.0
*/

.calculate-page{
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.calculate-page .all-stones{
  width: 100%;
  text-align: right;
  font-weight: bold;
  padding-top: 35px;
  clear: both;
}
.calculate-page .container-page{
  padding-top: 50px;
  padding-bottom: 100px;
}
.calculate-page .container-page .top-bar{

}

.calculate-page .container-page .top-bar .dropdown-wrapp{
  padding: 7px 17px 6px 17px;
}

.calculate-page .container-page .top-bar select{
  width: 100%;
}

.calculate-page .container-page .top-bar .category-left{
  width: 48%;
  float: left;
}
.calculate-page .container-page .top-bar .category-right{
  width: 48%;
  float: right;
}

.calculate-page .container-page .middle-section.stone-products{
  margin: 12px -15px 0;
  width: calc(100% + 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.calculate-page .container-page .middle-section.stone-products .item{
  width: calc(25% - 20px);
  margin: 20px 0;
  margin-left: 10px;
  margin-right: 10px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  background-color: #f9f9f9;
  border-radius: 4px;
  -webkit-transition: opacity, .7s;
  transition: opacity, .7s;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(102,102,100,0.15);
-moz-box-shadow: 0px 0px 7px 0px rgba(102,102,100,0.15);
box-shadow: 0px 0px 7px 0px rgba(102,102,100,0.15);
}
.calculate-page .container-page .middle-section.stone-products .item:hover{
  opacity: 0.99;
  background-color: #fff;
}
.calculate-page .container-page .middle-section.stone-products .item:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('https://gevenice.com/wp-content/themes/xtra-child/img/checkmark.png') no-repeat center 35% rgba(255, 255, 255, 0.5);
  background-size: 30% auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all, .7s;
  transition:all, .7s;
}
.calculate-page .container-page .middle-section.stone-products .item.active:before{
  opacity: 1;
  visibility: visible;
}
.calculate-page .container-page .middle-section.stone-products .item .price{
  font-weight: bold;
}

.calculate-page .container-page .middle-section.stone-products .item .item-title{
  font-weight: bold;
}
.calculate-page .container-page .middle-section.stone-products .item .item-info-wrap{
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}
.calculate-page .container-page .middle-section.stone-products .item .item-image{
  background-size: cover;
  background-position: center center;
  padding-bottom: 100%;
}
.calculate-page .container-page .no-stones{
  text-align: center;
  width: 100%;
}

.calculate-page .calc-pagi{

}

.calculate-page .calc-pagi span{
  display: none;
}
.calculate-page .calc-pagi .page-numbers{
  display: none;
}
.calculate-page .calc-pagi .page-numbers.next{
  display: block;
  background-color: #fcd525;
  padding: 9px 20px;
  box-shadow: 0px 4px 10px 0px rgba(37,38,38,0.1);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  color: #000;
  font-family: 'Nunito Sans';
  border-radius: 2px;
}
.calculate-page .calc-pagi .page-numbers.next:hover{
  box-shadow: 0px 30px 38px 0px rgba(37,38,38,0.16) !important;
}
.calculate-page .calc-pagi{

}
.calculate-page .calc-pagi .calc-pagi-cnt{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.calculate-page .calc-pagi .pagi-info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 25px;
}

.calculate-page .calc-pagi .pagi-info .info-title{
  margin-right: 5px;
}
.calculate-page .calc-pagi .pagi-info .pagi-delim{
  margin-left: 3px;
  margin-right: 3px;
}
.calculate-page .calc-pagi .pagi-info .pagi-info-item{
  font-weight: bold;
}

.calculate-page .ebs-send-form-wrapper{
  padding-bottom: 50px;
}

.calculate-page .ebs-calc-additional-info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.calculate-page .ebs-calc-additional-info{
  margin-bottom: 25px;
}

.calculate-page .ebs-calc-additional-info .additional-item{
  width: calc(33.33333% - 7px);
  margin-right: 10px;
}
.calculate-page .ebs-calc-additional-info .additional-item .item-title{

}
.calculate-page .ebs-calc-additional-info .additional-item:last-child{
  margin-right: 0;
}
.calculate-page .ebs-calc-additional-info .additional-item input{

}

.calculate-page .ebs-calc-additional-info .additional-item.showError input{
  border: 1px solid red;
}
.calculate-page .ebs-calc-additional-info .additional-item .dropdown-wrapp.showError{
  border: 1px solid red;
}
.calculate-page .ebs-calc-additional-info .additional-item.showError select{
  border: 1px solid red;
}
.calculate-page .ebs-form-send-price{
  display: none;
  visibility: hidden;
}
.calculate-page .error-item-selected{
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  background: red;
  color: #fff;
  display: none;
  margin-bottom: 25px;
}

.calculate-page .ebs-calculate-button{
  text-align: center;
  margin-bottom: 25px;
}

.calculate-page .ebs-calculate-button button{
  cursor: pointer;
  background-color: #fcd525;
  padding: 16px 20px;
  box-shadow: 0px 4px 10px 0px rgba(37,38,38,0.1);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  color: #000;
  transition: all .5s ease;
  font-family: 'Nunito Sans';
}
.calculate-page .ebs-calculate-button button:hover{
  box-shadow: 0px 30px 38px 0px rgba(37,38,38,0.16) !important;
}

.calculate-page .ebs-form-send-info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.calculate-page .ebs-form-send-person-info{
  width: calc(50% - 10px);
}
.calculate-page .ebs-form-send-message{
  width: calc(50% - 10px);
  margin-left: auto;
}
.calculate-page .ebs-send-form{
  margin-top: 25px;
}
.calculate-page .ebs-send-form-wrapper{
  display: none;
}

.calculate-page .dropdown-wrapp{
  transition: all .5s ease;
  position: relative;
  color: #22232d;
  height: 100%;
  text-align: left;
  padding: 5px 17px 6px 17px;
  box-sizing: border-box;
  -webkit-appearance: none;
  border: 1px solid rgba(167, 167, 167, .4);
  background: #fff url('https://gevenice.com/wp-content/themes/xtra-child/img/dropdown-icon.png') no-repeat right 18px center;
  background-size: 10px;
}
.calculate-page .dropdown-menu {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: -1px;
  margin-top: -1px;
  overflow: hidden;
  display: none;
  max-height: 184px;
  overflow-y: auto;
  z-index: 9;
  border: 1px solid rgba(167, 167, 167, .4);
  padding-top: 10px;
  padding-bottom: 10px;
  top: 100%;
}
.calculate-page .dropdown-menu .menu-item{
  padding: 10px 20px;
  box-sizing: border-box;
  background-size: 60px auto;
  background-position: 95% center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}
.calculate-page .dropdown-menu .menu-item:hover{
  background-color: rgba(167, 167, 167, .4);
}
.calculate-page .dropdown-wrapp.active{

}
.calculate-page .page-content{
  margin-bottom: 100px;
}
.stone-btn{
  color: #000;
  font-weight: 700;
  font-family: "Nunito Sans";
  text-transform: uppercase;
  background-color: #fcd525;
  box-shadow: 0px 10px 28px 0px rgba(37,38,38,0.16);
  padding: 15px 35px;
  font-size: 15px;
}
.stone-btn:hover{
  box-shadow: 0px 30px 38px 0px rgba(37,38,38,0.16) !important;
}

.archive-price{
  text-align: center;
}

.archive-price .price{
  font-weight: bold;
}

@media (max-width: 1024px){
  .calculate-page{
    padding-left: 0;
    padding-right: 0;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media(max-width: 780px){
  .calculate-page .container-page .middle-section.stone-products .item{
    width: calc(50% - 20px);
  }
  .calculate-page .container-page{
    padding-bottom: 50px;
  }
  .calculate-page .ebs-calc-additional-info{
    display: block;
  }
  .calculate-page .ebs-calc-additional-info .additional-item{
    width: 100%;
    margin-bottom: 15px;
  }
  .calculate-page .ebs-form-send-info{
    display: block;
  }
  .calculate-page .ebs-form-send-person-info{
    width: 100%;
    margin-bottom: 15px;
  }
  .calculate-page .ebs-form-send-person-info br{
    display: none;
  }
  .calculate-page .ebs-form-send-person-info span{
    margin-bottom: 15px;
  }
  .calculate-page .ebs-form-send-message{
    width: 100%;
  }
}

.stone-filter{
  padding-top: 15px;
  width: 1280px;
  max-width: 95%;
}
.stone-filter ul{
  margin-left: 0;
  text-align: left;
}

.stone-filter ul li{
  list-style-type: none;
  display: inline-block;
  position: relative;
  display: inline-block;
  color: #a7a7a7;
  margin: 0 25px 0 0;
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid transparent;
  transition: all .3s ease-in-out;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  border-radius: 0;
  width: 165px;
  text-align: center;
}
.stone-filter ul li:first-child{
  border: 0;
  margin-right: 0;
  text-align: left;
  width: auto;
}
.stone-filter ul li:hover{
  background: #2b7abc;
}
.stone-filter ul li:hover a{
  color: #fff;
}
.stone-filter ul li a{
  display: inline-block;
  margin-right: 0;
  color: #a7a7a7;
  padding: 6px 20px;
  transition: all .3s ease-in-out;
}
.stone-filter ul li.active{
  background: #2b7abc;
}

.stone-filter ul li.active a{
  color: #fff;
}
.stone-filter ul li:last-child{
  margin-right: 0;
}
.stone-filter ul li:last-child a{
  margin-right: 0;
}
.page_content.page_content_stones{
  margin-top: 40px;
}


.stone-filter .filter-title{
  font-size: 16px;
  font-weight: 400;
  margin-right: 20px;
  color: #000;
  text-transform: uppercase;
}
.stone-filter ul li:first-child:hover{
  background: none;
}

.row.clr.stone-filter{
  padding-top: 40px;
}

body.single .row.clr.stone-filter{
  display: none;
}
.stone-filter ul.s9{
  width: 100%;
}

@media(max-width: 1024px){

}

@media (max-width: 780px){
  .stone-filter ul.s9{
    width: 100%;
  }
  .stone-filter ul li{
    margin-bottom: 20px;
  }
}

@media(max-width: 420px){
  .wpcf7-response-output{
    left: 0;
  }
  .stone-filter ul{
    width: 100%;
    text-align: center;
  }
  .stone-filter ul{
    margin-top: 15px;
  }
  .stone-filter ul li{
    margin: 0 5px;
    margin-bottom: 10px;
  }
  .stone-filter ul.s9 li:first-child{
    display: block;
    text-align: center;
    margin-top: 0;
    margin-right: 5px;
  }
  .calculate-page .container-page .middle-section.stone-products{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .stone-filter ul li:last-child{
    margin-right: 10px;
  }
  .calculate-page .container-page .top-bar .category-left,
  .calculate-page .container-page .top-bar .category-right{
    float: none;
    width: 100%;
  }
  .calculate-page .container-page .top-bar .category-left{
    margin-bottom: 20px;
  }
  .calculate-page .container-page .middle-section.stone-products{
    display: block;
  }
  .calculate-page .container-page .middle-section.stone-products .item{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .stone-filter ul li{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .stone-filter ul li:last-child{
    margin-left: auto;
    margin-right: auto;
  }
  .stone-filter ul.s9 li:first-child{
    margin-right: 0;
  }
}

@media(max-width: 320px){
  .calculate-page .container-page .middle-section.stone-products .item{
    width: 100%;
  }
}