
/*=======  Gallery  =======*/
.project-gallery {
    padding: 110px 0px 90px;
    position: relative;
}
.project-gallery .mix {
    display: none;
}
.project-gallery .shape {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 500px;
    z-index: -9;
}
.project-gallery .project-gallery-filter .project-gallery-menu {
    margin-bottom: 30px;
    padding-left: 0px;
}
.project-gallery .project-gallery-filter .project-gallery-menu .filter {
    margin: 5px;
    list-style: none;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid #065412;
    color: #065412;
    font-weight: 600;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 991px) {
    .project-gallery .project-gallery-filter .project-gallery-menu .filter {
        padding: 9px 25px;
    }
}
@media (max-width: 575px) {
    .project-gallery .project-gallery-filter .project-gallery-menu .filter {
        padding: 8px 20px;
    }
}
.project-gallery .project-gallery-filter .project-gallery-menu .filter.active, .project-gallery .project-gallery-filter .project-gallery-menu .filter:hover {
    color: #fff;
    background: #065412;
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 370px;
    width: 100%;
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail .img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail .content-overlay {
    position: absolute;
    top: 7%;
    left: 5%;
    width: 0%;
    height: 86%;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    transition: all 0.3s ease-out 0s;
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail .content-overlay .content .links a {
    position: absolute;
    right: 5%;
    top: 10%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #555;
    text-align: center;
    font-size: 16px;
    color: #555;
    transition: all 0.5s;
    transform: translateX(50px);
    opacity: 0;
    visibility: hidden;
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail .content-overlay .content .links a:hover {
    background: #065412;
    border-color: #065412;
    color: #fff;
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail .content-overlay .content .links a.image-preview {
    margin-right: 12px;
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail .content-overlay .content .info {
    position: absolute;
    bottom: 10%;
    left: 10%;
    overflow: hidden;
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail .content-overlay .content .info .tag {
    margin-bottom: 0px;
    color: #555;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all 0.4s;
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail .content-overlay .content .info .project-name {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 0px;
    color: #555;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all 0.4s;
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail:hover .content-overlay {
    opacity: 1;
    width: 90%;
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail:hover .content-overlay .content .links a {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
    transition-delay: 0.3s;
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail:hover .content-overlay .content .info .tag {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition-delay: 0.3s;
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail:hover .content-overlay .content .info .project-name {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition-delay: 0.5s;
}.page-title-area {    position: relative;    overflow: hidden;    z-index: 1;}.black-thm-bg {    background: #1b2026;}.pb-80 {    padding-bottom: 80px;}.pt-120 {    padding-top: 120px;}

.mb-30 {    margin-bottom: 30px;}
.page-title p {
    font-weight: 500;
    color: #fdfdfd;
    margin-bottom: 10px;
    background: #f55112;
    width: 169px;
    border-radius: 10px;
    padding: 10px;
    border-left: 14px solid #095308;
}

.pt-60 {
    padding-top: 60px;
}


.page-title h3

 {    font-size: 60px;    margin-inline: 0;    color: #fff;    font-weight: 700;    margin-bottom: 0;}
 
 
 
 
 
 .breadcrumb-list {    background: #fff;    display: inline-block;    float: right;    padding: 14px 32px;    border-radius: 10px;    -webkit-border-radius: 10px;    -moz-border-radius: 10px;    -ms-border-radius: 10px;    -o-border-radius: 10px;}.breadcrumb-list ul li {    display: inline-block;    margin-right: 10px;    padding-right: 10px;    font-weight: 700;    color: #1b2026;    font-size: 13px;    position: relative;}.breadcrumb-list ul li::before {    position: absolute;    top: 6px;    right: -4px;    width: 2px;    height: 14px;    content: "";    background: #e7e7e7;}.breadcrumb-list ul li a {    color: #777;}

.breadcrumb-list ul {    margin: 0px;    padding: 0px;}.category-one__single-icon img {    max-width: 80px;}.f-about-social .fa-title {    color: #fff;    font-size: 20px;    font-weight: 700;    margin-bottom: 25px;    letter-spacing: 0;}.f-about-social a {    font-size: 14px;    width: 50px;    height: 50px;    display: inline-block;    text-align: center;    line-height: 46px;    border-radius: 10px;    border: 2px solid #31353a;    color: #777;    margin-right: 3px;	    background: white;}.about-text p {    font-size: 15px;    color: #e5e6e8;    line-height: 25px;    margin-bottom: 0;}.footer-widget .title {    font-size: 24px;    font-weight: 700;    color: #fff;    margin-bottom: 37px;}.footer-text {    margin-top: 15px;    color: #fdfdfd;}.footer-widget img {    max-width: 250px;}

div#content {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}
.teklif-h1 {
    padding: 0;
    margin-top: 20px;
    display: block;
    margin-bottom: 15px;
    border-bottom: 3px solid #004928;
    overflow: hidden;
    padding-bottom: 5px;
    font-size: 20px;
    color: #1e2228;
}

.form-teklif {
    overflow: hidden;
    margin-bottom: 20px;
}
.teklif-box {
    width: 270px;
    float: left;
}
.teklif-box select {
    width: 250px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-left: 5px;
    outline: none;
    color: #2e2e36;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    background: #f4f4f5;
    border: 2px solid transparent;
    padding: 0 40px;
    margin-bottom: 30px;
    border-radius: 5px;
    outline: none;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.teklif-box input[type="text" ],
.teklif-box input[type="email"] {
    width: 250px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-left: 5px;
    outline: none;
    color: #2e2e36;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    background: #f4f4f5;
    border: 2px solid transparent;
    padding: 0 40px;
    margin-bottom: 30px;
    border-radius: 5px;
    outline: none;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.teklif-box input[type="date"] {
    width: 250px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-left: 5px;
    outline: none;
    color: #2e2e36;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    background: #f4f4f5;
    border: 2px solid transparent;
    padding: 0 40px;
    margin-bottom: 30px;
    border-radius: 5px;
    outline: none;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.dumen-one-img img {
	top: 50px;
    position: absolute;
}


.section-title__tagline img {
    position: absolute;
    top: -70px;
    margin-left: 6px;
}

article .iti{
    width:100%;
}
article .form{
    max-width:710px;
    margin:0 auto;
}
article .form h4{
    font-size:32px;
    margin:0 0 20px;
    font-weight:normal;
}
article .form form .form-group{
    margin-bottom:10px;
}
article .form form .form-group label{
    width:100%;
}
article .form form .form-group label input,article .form form .form-group label textarea{
    width:100%;
    height:50px;
    border:1px solid #d3d3d3;
    font-family:'Overpass Light';
    font-size:15px;
    color:#adadad;
    padding:15px;
    outline:none;
}
article .form form .form-group label textarea{
    height:150px;
    resize:none;
}
article .form form .form-group button{
    color:#fff;
    display:inline-block;
    background:#363636;
    text-decoration:none;
    font-size:19px;
    text-align:center;
    padding:13px;
    position:relative;
    z-index:1;
    border:none;
    max-width:285px;
    margin:0 auto;
    width:100%;
    cursor:pointer;
}
article .form form .checkbox{
    font-size:13px;
    position:relative;
    margin-bottom:20px;
    float:left;
    width:100%;
    margin-top:0;
    padding-left:30px;
}
article .form form .checkbox a{
    color:#363636;
    text-decoration:underline;
}
article .form form .checkbox label{
    margin:6px 0;
}
article .form form .checkbox input[type="checkbox"]{
    cursor:pointer;
    -webkit-appearance:none;
    position:absolute;
    top:0;
    left:0;
    margin:0;
}
article .form form .checkbox input[type="checkbox"]:checked:after{
    content:"\f00c";
    font-family:"Font Awesome 5 Pro";
    position:absolute;
    top:0;
    left:0;
    color:#363636;
    font-size:13px;
    margin:2px;
}
article .form form .checkbox input[type="checkbox"]:before{
    content:"";
    border:1px solid #d3d3d3;
    display:block;
    width:17px;
    height:17px;
}
article iframe{
    width:100% !important;
    height:495px !important;
}
@media only screen and (max-width : 480px){
    article iframe{
        height:300px !important;
    }
}
article address{
    background:rgba(229, 229, 229, 0.32);
    padding:25px;
    margin:0;
    font-style:normal;
    position:relative;
}
article address.large{
    height:495px;
}
@media only screen and (max-width : 767px){
    article address.large{
        height:auto;
    }
}
article address.small{
    height:270px;
    margin-top:30px;
}
@media only screen and (max-width : 767px){
    article address.small{
        height:auto;
    }
}
article address .more-br{
    position:absolute;
    top:56px;
    right:25px;
}
@media only screen and (max-width : 480px){
    article address .more-br{
        position:initial;
        top:0;
        right:0;
    }
}
article address .head{
	letter-spacing: 1px;
    font-size: 20px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
    color: #0c0c0c;
}
@media only screen and (max-width : 480px){
    article address .head{
        -webkit-line-clamp:initial;
        margin-bottom:10px;
    }
}
article address .item{
    position:relative;
    float:left;
    width:100%;
}
article address .item .more-br{
    top:36px;
}
article address ul{
    list-style:none;
    padding:0;
    margin:0;
    font-size:15px;
}
article address ul li{
    padding:5px 0 5px 40px;
	color: #272626;
}
article address ul li a{
    display:block;
    text-decoration:none;
    color:#363636;
}
article address ul li.adres{
    background:url('../../front/img/adres.svg') no-repeat left center;
    padding-right:140px;
}
@media only screen and (max-width : 480px){
    article address ul li.adres{
        padding-right:0;
    }
}
article address ul li.tel{
    background:url('../../front/img/tel.svg') no-repeat left center;
}
article address ul li.fax{
    background:url('../../front/img/fax-icon.svg') no-repeat left center;
}
article address ul li.mail{
    background:url('../../front/img/mail.svg') no-repeat left center;
}

article address ul li.bank{
    background:url('../../front/img/bank.svg') no-repeat left center;
}

article address ul li.okey{
    background:url('../../front/img/okey.svg') no-repeat left center;
}
 .more-br {
    font-style: normal;
    border: 1px solid #363636;
    color: #363636;
    text-align: center;
    font-size: 13px;
    height: 30px;
    padding: 0 30px;
    display: inline-block;
    line-height: 30px;
    transition: 0.4s;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.more-br:hover {
    color: #fff;
}
.container-fluid {
    padding: 0 10px;
    max-width: 1920px;
    margin: 0 auto;
}

.contacpage {
    padding: 10px;
}


@media screen and (max-width:1024px) and (min-width:120px) {
/*Teklif*/

.secenek{
margin:0 auto;
padding:0;
list-style:none;
margin-bottom:20px;
overflow:hidden;
}

.secenek li{
float:left;
width:100%;
cursor:pointer;
margin-left:1%;
}

.secenek li span{
display:block;
padding-bottom:5px;

}

.secenek label{
cursor:pointer;
}

.teklif-h1{
padding:0;
margin-top:20px;
display:block;
margin-bottom:15px;
border-bottom:3px solid #efbb20;
overflow:hidden;
padding-bottom:5px;
width:100%;
padding-left:5px;
font-size:20px;
color:#1e2228;
}

.form-teklif{
overflow:hidden;
margin-bottom:20px;
}

.teklif-box{
width:90%;
float:none;
margin:0 auto;
margin-bottom:10px;
}

.teklif-box select{
width:100%;
height:35px;
border:1px solid #ccc;
border-radius:4px;
padding-left:5px;
outline:none;
}

.teklif-box input[type="text"]{
width:100%;
padding-left:5px;
height:32px;
border:1px solid #ccc;
border-radius:4px;
outline:none;
}

.teklif-box input[type="date"]{
width:100%;
padding-left:5px;
height:32px;
border:1px solid #ccc;
border-radius:4px;
outline:none;
}

.form-teklif button{
background:#efbb20;
overflow:hidden;
border:none;
padding:15px;
width:200px;
font-family:cuprum;
font-size:21px;
border-radius:4px;
outline:none;
cursor:pointer;
margin-left:4%;
}

#harita{
width:100%;
overflow:hidden;
margin-top:0px;
height:220px;
border-bottom:5px solid #efbb20;
}



.copy a{
color:#fff;
text-decoration:none;
}

.form{
width:850px;
margin:0 auto;
overflow:hidden;
min-height:400px;
background:#fff;
margin-left:120px;
}

.fsol{
float:left;
overflow:hidden;
width:550px;
}

.fsag{
float:right;
overflow:hidden;
background:#848995;
width:300px;
min-height:400px;
}

.fsol h1{
margin:0 auto;
padding:0;
display:block;
font-family:open sans;
font-weight:bold;
font-size:24px;
padding-left:40px;
padding-top:40px;
margin-bottom:30px;
}

.forms{
width:230px;
padding-left:40px;
float:left;
margin-bottom:40px;
}

.forms input{
width:98%;
border:none;
border-bottom:1px solid #eaeaea;
height:30px;
outline:none;
}

.textarea{
padding-left:40px;
overflow:hidden;
}

.textarea textarea{
border:none;
border-bottom:1px solid #eaeaea;
resize:none;
width:97%;
height:50px;
outline:none;
}

.textarea button{
float:right;
margin-right:10px;
margin-top:20px;
background:#fccf07;
border:none;
color:#fff;
padding:15px;
padding-left:25px;
padding-right:25px;
outline:none;
cursor:pointer;
}

.adres{
overflow:hidden;
color:#fff;
padding-top:40px;
padding-left:30px;
padding-right:30px;
font-family:open sans;
font-size:13px;
}

.adres span{
display:block;
font-weight:bold;
font-size:15px;
padding-bottom:10px;
}

.adres2{
padding-top:20px!important;
}

.adres2 i{
font-size:21px;
padding-right:10px;
}

.galeri{
margin:0 auto;
list-style:none;
padding:0;
}

.galeri li{
float:left;
overflow:hidden;
padding:10px;
background:#eee;
margin:9px;
border-radius:4px;
border:1px solid #ccc;
}

.galeri li:hover{
background:#fccf07;
cursor:pointer;
}

.galeri li span{
display:block;
padding-top:10px;
text-align:center;
}

.mobilmenu{
display:block;
background:#efbb20;
color:#333;
font-size:20px;
text-align:center;
line-height:40px;
cursor:pointer;
}

.form{
width:100%;
margin:0 auto;
overflow:hidden;
min-height:400px;
background:#fff;
margin-top:-150px;
z-index:99999999;
position:relative;
margin-left:0px;
}

.fsol{
float:none;
overflow:hidden;
width:100%;
}

.fsag{
float:none;
overflow:hidden;
background:#848995;
width:100%;
min-height:100px;
padding-bottom:40px;
}

.fsol h1{
margin:0 auto;
padding:0;
display:block;
font-family:open sans;
font-weight:bold;
font-size:24px;
padding-left:40px;
padding-top:40px;
margin-bottom:30px;
}

.forms{
width:90%;
padding-left:20px;
float:left;
margin-bottom:30px;
}

.forms input{
width:98%;
border:none;
border-bottom:1px solid #eaeaea;
height:30px;
outline:none;
}

.textarea{
padding-left:20px;
overflow:hidden;
}

.textarea textarea{
border:none;
border-bottom:1px solid #eaeaea;
resize:none;
width:97%;
height:50px;
outline:none;
}

.textarea button{
float:right;
margin-right:10px;
margin-top:20px;
background:#fccf07;
border:none;
color:#fff;
padding:15px;
padding-left:25px;
padding-right:25px;
outline:none;
cursor:pointer;
margin-bottom:20px;
}
.bar444 h3 {
    font-size: 35px !important;
    color: aliceblue !important;
    margin-top: 0px !important;
}
.bar444 {
    font-size: 35px !important;
    color: aliceblue !important;
    margin-top: 0px !important;
}
}


/*=======  Products  =======*/
.product-area .blog-sidebar .widget {
  padding: 30px 30px;
}

.product-item {
  overflow: hidden;
  border: 2px solid #ededed;
}
.product-item .product-thumb {
  position: relative;
}
.product-item .product-thumb img {
  width: 100%;
}
.product-item .product-thumb .tag {
  position: absolute;
  text-align: right;
  background: red;
  padding: 1px 10px;
  right: 0px;
  top: 20px;
  z-index: 3;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}
.product-item .product-thumb .product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.5s ease-out 0s;
}
.product-item .product-thumb .product-overlay ul {
  position: absolute;
  left: -50px;
  top: 20px;
  display: inline-block;
  transition: all 0.5s ease-out 0s;
  opacity: 0;
}
.product-item .product-thumb .product-overlay ul li {
  display: block;
}
.product-item .product-thumb .product-overlay ul li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 0%;
  text-align: center;
  line-height: 40px !important;
  background: #fff;
  margin: 5px 0px;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
  padding: 0px;
  color: #002249;
}
.product-item .product-thumb .product-overlay ul li a:hover {
  color: #fff;
  background: #0c59db;
}
.product-item .product-thumb .product-overlay ul li button {
  border: 0px;
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 0%;
  text-align: center;
  line-height: 40px !important;
  background: #fff;
  margin: 5px 0px;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
  color: #002249;
  padding: 0px;
}
.product-item .product-thumb .product-overlay ul li button:hover {
  color: #fff;
  background: #0c59db;
}
.product-item .product-thumb .product-overlay ul li span {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 0%;
  text-align: center;
  line-height: 40px;
  background: #fff;
  margin: 5px 0px;
  color: #002249;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
}
.product-item .product-thumb .product-overlay ul li span:hover {
  color: #fff;
  background: #0c59db;
}
.product-item:hover .product-thumb .product-overlay {
  opacity: 1;
}
.product-item:hover .product-thumb .product-overlay ul {
  opacity: 1;
  left: 20px;
}
.product-item .product-content {
  padding: 5px 5px;
  text-align: left;
  background-color: #fff;
}
.product-item .product-content .title a {
  color: #232323;
  font-size: 15px;
  line-height: 20px;
  height: 40px;
  font-weight: 600;
}
.product-item .product-content .price {
  padding-top: 5px;
  color: #0c59db;
  font-size: 14px;
  font-weight: 700;
}
.product-item .product-content .price del {
  color: #b2c0d3;
}

.shop-top-bar {
  margin-bottom: 30px;
}
.shop-top-bar .shop-notice {
  color: #002249;
  font-weight: 700;
}
.shop-top-bar .shop-search-form {
  position: relative;
}
@media (max-width: 767px) {
  .shop-top-bar .shop-search-form {
    margin-bottom: 20px;
  }
}
.shop-top-bar .shop-search-form input {
  height: 50px;
  border-radius: 0px;
  width: 100%;
  background: none;
  border: 2px solid #ededed;
  padding: 0px 40px 0px 20px;
}
@media (max-width: 767px) {
  .shop-top-bar .shop-search-form input {
    width: 100%;
    border-radius: 0;
  }
}
.shop-top-bar .shop-search-form button {
  border: none;
  background-color: transparent;
  border: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 22;
  color: #0c59db;
}
.shop-top-bar .product-sorting select {
  height: 50px;
  border-radius: 0px;
  width: 100%;
  background: none;
  border: 2px solid #ededed;
  color: #81a3bb;
}
.shop-top-bar .product-sorting select option {
  color: #81a3bb;
}
.shop-top-bar .product-sorting select:focus {
  color: #555;
  background-color: none;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.widget-range-slider .price-range-slider {
  text-align: center;
  padding-top: 30px;
}
.widget-range-slider .price-range-slider .range-slider input {
  border: 0px;
}
.widget-range-slider .price-range-slider .value {
  position: absolute;
  top: -36px;
  left: 50%;
  margin: 0 0 0 -20px;
  text-align: center;
  display: block;
  font-weight: normal;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  background: #0c59db;
  display: block;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
}
.widget-range-slider .price-range-slider .value:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #0c59db;
}
.widget-range-slider .price-range-slider .price-range-both.value {
  width: 100px;
  margin: 0 0 0 -50px;
  top: -36px;
}
.widget-range-slider .price-range-slider .price-range-both {
  display: none;
}
.widget-range-slider .price-range-slider .value i {
  font-style: normal;
}
.widget-range-slider .price-range-slider div.ui-slider-range.ui-widget-header {
  background: #0c59db;
}
.widget-range-slider .price-range-slider .ui-state-hover,
.widget-range-slider .price-range-slider .ui-widget-content .ui-state-hover,
.widget-range-slider .price-range-slider .ui-widget-header .ui-state-hover,
.widget-range-slider .price-range-slider .ui-state-focus,
.widget-range-slider .price-range-slider .ui-widget-content .ui-state-focus,
.widget-range-slider .price-range-slider .ui-widget-header .ui-state-focus {
  background: #0c59db;
}
.widget-range-slider .price-range-slider .ui-state-default,
.widget-range-slider .price-range-slider .ui-widget-content .ui-state-default,
.widget-range-slider .price-range-slider .ui-widget-header .ui-state-default {
  background: #0c59db;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  border: 3px solid #fff;
}
.widget-range-slider .price-range-slider .ui-state-default:focus,
.widget-range-slider .price-range-slider .ui-widget-content .ui-state-default:focus,
.widget-range-slider .price-range-slider .ui-widget-header .ui-state-default:focus {
  outline: none;
}
.widget-range-slider .price-range-slider span.ui-slider-handle.ui-corner-all.ui-state-default:focus {
  outline: none;
}
.widget-range-slider .price-range-slider .ui-slider-horizontal {
  height: 3px;
  border: 0px;
  background: #d2d2d2;
}
.widget-range-slider .price-range-slider .ui-slider-horizontal .ui-slider-handle {
  top: -7px;
}
.widget-range-slider .price-range-slider .p-info {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 13px;
}
.widget-range-slider .price-range-slider .p-info .left {
  font-size: 14px;
  font-weight: 500;
}
.widget-range-slider .price-range-slider .p-info .right {
  font-size: 14px;
  font-weight: 500;
  color: #002249;
}
.widget-range-slider .price-range-slider .filter_price {
  padding: 7px 30px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  box-shadow: none;
  background: #0c59db;
  border: 2px solid #0c59db;
  color: #fff;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
}
.widget-range-slider .price-range-slider .filter_price:hover {
  background: none;
  color: #0c59db;
}

.widget-check-rating .check-area .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.widget-check-rating .check-area .form-group input {
  width: 15px;
  height: 15px;
  opacity: 0;
  z-index: -9;
}
.widget-check-rating .check-area .form-group input:checked ~ label::before {
  color: #fff;
  content: "\F00C";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  line-height: 1;
  line-height: 15px;
  text-align: center;
  background: #0c59db;
  border: 1px solid #0c59db;
}
.widget-check-rating .check-area .form-group label {
  margin: 0;
  width: calc(100% - 15px);
  padding-left: 10px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  top: 0px;
}
.widget-check-rating .check-area .form-group label::before {
  position: absolute;
  content: "";
  font-weight: 900;
  width: 15px;
  height: 15px;
  border: 1px solid #0c59db;
  border-radius: 1px;
  left: -14px;
  top: 5px;
}
.widget-check-rating .check-area .form-group label .rating-filter {
  position: relative;
  top: 2px;
}
.widget-check-rating .check-area .form-group label .rating-filter i {
  font-size: 14px;
  margin-right: -2px;
  color: #f87115;
}

/*======= Shop Sidebar =======*/
@media (max-width: 1199px) {
  .shop-sidebar {
    margin-top: 50px;
  }
}
.shop-sidebar .shop-widget {
  padding: 30px 40px;
  background-color: #fff;
}
.shop-sidebar .shop-widget:not(:last-child) {
  margin-bottom: 30px;
}
.shop-sidebar .shop-widget .widget-title {
  font-size: 20px;
  position: relative;
  margin-bottom: 20px;
  padding-left: 45px;
}
.shop-sidebar .shop-widget .widget-title::before, .shop-sidebar .shop-widget .widget-title::after {
  height: 4px;
  width: 18px;
  position: absolute;
  content: "";
  background: #0c59db;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.shop-sidebar .shop-widget .widget-title::after {
  width: 4px;
  left: 25px;
}
.shop-sidebar .shop-widget.nav-widget li a {
  color: #75a1af;
  font-size: 14px;
  line-height: 35px;
  transition: all 0.3s ease-out 0s;
}
.shop-sidebar .shop-widget.nav-widget li a i {
  padding-right: 15px;
}
.shop-sidebar .shop-widget.nav-widget li a:hover {
  color: #002249;
}
.shop-sidebar .shop-widget.tag-widget li {
  display: inline-block;
}
.shop-sidebar .shop-widget.tag-widget li a {
  color: #0c59db;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 700;
  margin-right: 8px;
  margin-bottom: 8px;
}
.shop-sidebar .shop-widget.tag-widget li a:hover {
  color: #232323;
}
.shop-sidebar .shop-widget.subscribe-widget p {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 15px;
}
.shop-sidebar .shop-widget.subscribe-widget input {
  width: 100%;
  border: 2px solid #edf1ff;
  color: #7585af;
  height: 50px;
}
.shop-sidebar .shop-widget.subscribe-widget button {
  width: 100%;
  height: 50px;
  border: none;
  background-color: #0c59db;
  color: #fff;
  font-weight: 700;
  transition: all 0.3s ease-out 0s;
}
.shop-sidebar .shop-widget.subscribe-widget button:hover {
  background-color: #002249;
}
.shop-sidebar .shop-widget.ad-widget {
  padding: 0;
  position: relative;
  z-index: 2;
}
.shop-sidebar .shop-widget.ad-widget img {
  width: 100%;
}
.shop-sidebar .shop-widget.ad-widget a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  color: #0c59db;
  padding: 10px 30px;
}
.shop-sidebar .shop-widget.ad-widget a:hover {
  background-color: #0c59db;
  color: #fff;
}

/*======= Shop Details =======*/
.product-gallery-wrap {
  padding-right: 45px;
}
@media (max-width: 991px) {
  .product-gallery-wrap {
    padding-right: 0;
  }
}
.product-gallery-wrap .s-image img {
  width: 100%;
}
.product-gallery-wrap .product-thumb-slider img {
  cursor: pointer;
}

.product-summery .rate {
  margin-bottom: 12px;
}
.product-summery .cat {
  color: #0c59db;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 5px;
}
.product-summery .title {
  font-size: 30px;
  margin-bottom: 25px;
}
.product-summery .price {
  margin-bottom: 20px;
  color: #0c59db;
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
}
.product-summery .price del {
  color: #bfc7d3;
  margin-left: 10px;
  font-size: 24px;
}
@media (max-width: 575px) {
  .product-summery .price {
    font-size: 30px;
  }
}
.product-summery .product-meta {
  margin-bottom: 30px;
}
.product-summery .product-meta li,
.product-summery .product-meta li a {
  color: #63688e;
}
.product-summery .product-meta li span {
  color: #63688e;
  font-weight: 700;
  width: 140px;
}
.product-summery .product-meta li.stock {
  color: #0c59db;
  font-weight: 600;
}
.product-summery .product-meta li.out-stock {
  color: red;
  font-weight: 600;
}
.product-summery .product-meta li:not(:last-child) {
  margin-bottom: 5px;
}
.product-summery .short-desc {
  color: #81a3bb;
  padding-right: 30px;
  font-size: 16px;
  margin-bottom: 20px;
}
.product-summery .product-quantity {
  display: flex;
}
.product-summery .product-quantity span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  background-color: #fff;
  font-size: 18px;
  color: #838b97;
  border: 1px solid #dce1e5;
  margin: 0px;
  cursor: pointer;
  display: inline-block;
}
.product-summery .product-quantity input {
  width: 60px;
  height: 50px;
  border: 1px solid #dce1e5;
  padding: 0 10px;
  text-align: center;
  margin: 0 0;
  color: #838b97;
}
.product-summery .product-quantity input::-webkit-outer-spin-button,
.product-summery .product-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-summery .product-quantity input[type=number] {
  -moz-appearance: textfield;
}
.product-summery .social-share {
  margin-top: 30px;
}
.product-summery .social-share li {
  display: inline-block;
}
.product-summery .social-share a {
  height: 50px;
  width: 50px;
  background: #d1edff;
  text-align: center;
  line-height: 50px;
  color: #7fb8dc;
  margin-right: 20px;
  transition: all 0.3s ease-out 0s;
}
.product-summery .social-share a::last-child {
  margin-right: 0px;
}
@media (max-width: 575px) {
  .product-summery .social-share a {
    margin-right: 10px;
    margin-left: 0px;
    margin-top: 20px;
  }
}
.product-summery .social-share a:hover {
  color: #fff;
  background: #0c59db;
}
.product-summery .main-btn {
  margin-top: 30px;
}
.product-summery .main-btn i {
  margin-left: 6px;
}

.product-details-tab {
  padding-top: 80px;
}
.product-details-tab .nav {
  justify-content: center;
  position: relative;
  z-index: 2;
}
.product-details-tab .nav::before {
  content: "";
  position: absolute;
  left: 45px;
  right: 45px;
  background-color: #e7ecf0;
  height: 2px;
  top: 50%;
  z-index: -1;
  border-radius: 30px;
}
@media (max-width: 575px) {
  .product-details-tab .nav::before {
    display: none;
  }
}
.product-details-tab .nav .nav-item a {
  background: #fff;
  line-height: 50px;
  padding: 0 45px;
  border-radius: 0;
  margin: 0 10px;
  border: 2px solid #e7ecf0;
  color: #63688e;
  font-weight: 700;
}
@media (max-width: 767px) {
  .product-details-tab .nav .nav-item a {
    padding: 0 25px;
  }
}
@media (max-width: 575px) {
  .product-details-tab .nav .nav-item a {
    margin: 5px;
  }
}
.product-details-tab .nav .nav-item a.active, .product-details-tab .nav .nav-item a:hover {
  background-color: #0c59db;
  color: #fff;
  border-color: #0c59db;
}
.product-details-tab .tab-content {
  padding-top: 50px;
}
.product-details-tab .tab-content .title {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .product-details-tab .tab-content .title {
    font-size: 24px;
  }
}
.product-details-tab .tab-content p {
  color: #81a3bb;
  font-size: 16px;
}
.product-details-tab .tab-content .specifications-list li {
  padding: 15px 0;
  color: #63688e;
  font-size: 16px;
}
.product-details-tab .tab-content .specifications-list li:not(:last-child) {
  border-bottom: 1px solid #cbeaff;
}
.product-details-tab .tab-content .specifications-list li span {
  width: 22%;
  color: #002249;
  font-weight: 700;
}
@media (max-width: 767px) {
  .product-details-tab .tab-content .specifications-list li span {
    width: 40%;
  }
}
.product-details-tab .tab-content .review-wrapper .review-single {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.product-details-tab .tab-content .review-wrapper .review-single .avatar {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 30px;
}
.product-details-tab .tab-content .review-wrapper .review-single .avatar img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 4px solid #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}
.product-details-tab .tab-content .review-wrapper .review-single .comnt-text {
  width: 100%;
  position: relative;
  padding-left: 110px;
  padding-bottom: 10px;
}
.product-details-tab .tab-content .review-wrapper .review-single .comnt-text .comnt-info h5 {
  font-weight: 600;
  margin: 0;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
}
.product-details-tab .tab-content .review-wrapper .review-single .comnt-text .comnt-info .review-block {
  margin-left: 15px;
  display: inline-block;
}
.product-details-tab .tab-content .review-wrapper .review-single .comnt-text .comnt-info .review-block .star-review {
  margin-bottom: 0px;
}
.product-details-tab .tab-content .review-wrapper .review-single .comnt-text .comnt-info .review-block .star-review .star i {
  color: #f4d632;
  margin-right: -3px;
  font-size: 17px;
  line-height: 30px;
}
.product-details-tab .tab-content .review-wrapper .review-single .comnt-text .comnt-info .date-area {
  font-size: 14px;
  color: #62768a;
  margin: 0px 0 14px;
}
.product-details-tab .tab-content .review-form {
  padding-top: 30px;
}
.product-details-tab .tab-content .review-form h3 {
  font-size: 24px;
  line-height: 34px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}
.product-details-tab .tab-content .review-form .star-area h5 {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #002249;
}
.product-details-tab .tab-content .review-form .star-area .star-list {
  display: inline-flex;
}
.product-details-tab .tab-content .review-form .star-area ul li {
  float: left;
  margin-right: 20px;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
}
.product-details-tab .tab-content .review-form .star-area ul li:nth-last-child(1) {
  border: none;
  margin: 0;
  padding: 0;
}
.product-details-tab .tab-content .review-form .star-area ul li .star {
  cursor: pointer;
}
.product-details-tab .tab-content .review-form .star-area ul li .star i {
  color: #ddd;
  font-size: 14px;
  transition: 0.3s linear;
  cursor: pointer;
}
.product-details-tab .tab-content .review-form .star-area ul li .star:hover i, .product-details-tab .tab-content .review-form .star-area ul li .star.active i {
  color: #f4d632;
}
.product-details-tab .tab-content .review-form .star-area ul li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #aebed2;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
}
.product-details-tab .tab-content .review-form .star-area ul li:last-child::before {
  display: none;
}
.product-details-tab .tab-content .review-form .star-area .star-review {
  margin-bottom: 0px;
}
.product-details-tab .tab-content .review-form textarea {
  margin-top: 30px;
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.07);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 25px;
  height: 150px;
}
.product-details-tab .tab-content .review-form textarea:focus {
  box-shadow: unset !important;
  outline: none;
}
.product-details-tab .tab-content .review-form .mybtn1 {
  border: 0px;
  padding: 12px 30px;
}

/*=======  Blog Sidebar  =======*/
.blog-sidebar {
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .blog-sidebar {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 50px;
  }
}
.blog-sidebar .widget {
  border: 2px solid #ededed;
  padding: 35px 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar .widget {
    padding: 30px;
  }
}
.blog-sidebar .widget:not(:last-child) {
  margin-bottom: 30px;
}
.blog-sidebar .widget .widget-title {
  font-size: 20px;
  padding-left: 40px;
  position: relative;
  margin-bottom: 30px;
}
.blog-sidebar .widget .widget-title::before {
  position: absolute;
  content: "";
  height: 4px;
  width: 4px;
  left: 21px;
  top: 12px;
  background: #0c59db;
}
.blog-sidebar .widget .widget-title::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 18px;
  left: 0;
  top: 12px;
  background: #0c59db;
}
.blog-sidebar .widget.product-category ul li:not(:last-child) {
  margin-bottom: 10px;
}
.blog-sidebar .widget.product-category ul li a {
  width: 100%;
  line-height: 30px;
  color: #002249;
  font-size: 15px;
  position: relative;
  font-weight: 600;
  transition: all 0.3s ease-out 0s;
}
.blog-sidebar .widget.product-category ul li a span {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  color: #fff;
  background: #091222;
  font-weight: 700;
}
.blog-sidebar .widget.product-category ul li.active a, .blog-sidebar .widget.product-category ul li:hover a {
  color: #0c59db;
}
.blog-sidebar .widget .about-contnent {
  text-align: center;
}
.blog-sidebar .widget .about-contnent .title {
  font-size: 18px;
  padding-top: 25px;
}
.blog-sidebar .widget .about-contnent p {
  font-size: 14px;
  padding: 10px 5px 15px;
}
.blog-sidebar .widget .about-contnent ul li {
  display: inline-block;
}
.blog-sidebar .widget .about-contnent ul li a {
  color: #b3bed3;
  font-size: 14px;
  margin: 0 10px;
  transition: all 0.3s ease-out 0s;
}
.blog-sidebar .widget .about-contnent ul li a:hover {
  color: #0c59db;
}
.blog-sidebar .widget.search-widget form {
  position: relative;
}
.blog-sidebar .widget.search-widget form input {
  width: 100%;
  background: #f5faff;
  border: 0;
  font-size: 12px;
  color: #69a1bb;
  height: 60px;
}
.blog-sidebar .widget.search-widget form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  text-align: center;
  border: 0;
  background: #0c59db;
  color: #fff;
  transition: all 0.3s ease-out 0s;
}
.blog-sidebar .widget.search-widget form button:hover {
  background-color: #002249;
}
.blog-sidebar .widget .news-feed-items .news-feed-item {
  position: relative;
  padding-left: 100px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e3eeff;
  padding-bottom: 30px;
}
.blog-sidebar .widget .news-feed-items .news-feed-item:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
  padding-bottom: 0px;
}
.blog-sidebar .widget .news-feed-items .news-feed-item .title {
  font-size: 14px;
}
.blog-sidebar .widget .news-feed-items .news-feed-item span {
  color: #69a1bb;
  font-size: 12px;
  padding-top: 5px;
}
.blog-sidebar .widget .news-feed-items .news-feed-item span i {
  padding-right: 6px;
}
.blog-sidebar .widget .news-feed-items .news-feed-item img {
  position: absolute;
  left: 0;
  top: -5px;
}
.blog-sidebar .widget.categories-widget ul li:not(:last-child) {
  margin-bottom: 10px;
}
.blog-sidebar .widget.categories-widget ul li a {
  width: 100%;
  background: #152136;
  line-height: 50px;
  padding-left: 30px;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.blog-sidebar .widget.categories-widget ul li a span {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  color: #fff;
  background: #091222;
  font-weight: 700;
}
.blog-sidebar .widget.social-links li {
  display: inline-block;
}
.blog-sidebar .widget.social-links li a {
  height: 40px;
  width: 40px;
  background: #002249;
  text-align: center;
  line-height: 40px;
  color: #fff;
  margin: 0 4px;
}
.blog-sidebar .widget .twitter-feeds .twitter-feed-item {
  position: relative;
  padding-left: 35px;
}
.blog-sidebar .widget .twitter-feeds .twitter-feed-item:not(:last-child) {
  border-bottom: 1px solid #e3eeff;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.blog-sidebar .widget .twitter-feeds .twitter-feed-item ul li a {
  font-size: 14px;
  line-height: 24px;
  color: #0c59db;
  font-size: 12px;
}
.blog-sidebar .widget .twitter-feeds .twitter-feed-item span {
  color: #516381;
  font-size: 12px;
  font-weight: 700;
}
.blog-sidebar .widget .twitter-feeds .twitter-feed-item i {
  position: absolute;
  top: 7px;
  left: 0;
  color: #32beff;
}
.blog-sidebar .widget.instagram-feed-widget ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -5px;
}
.blog-sidebar .widget.instagram-feed-widget ul li {
  width: 33.33%;
  flex: 33.33%;
  padding: 5px;
}
.blog-sidebar .widget.instagram-feed-widget ul li img {
  width: 100%;
}
.blog-sidebar .widget.tags-widget ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.blog-sidebar .widget.tags-widget ul li {
  padding: 5px;
}
.blog-sidebar .widget.tags-widget ul a {
  background: #f5faff;
  color: #616161;
  font-size: 12px;
  line-height: 30px;
  padding: 0 20px;
  font-weight: 700;
}
.blog-sidebar .widget.tags-widget ul a:hover {
  background: #0c59db;
  color: #fff;
}
.blog-sidebar .widget.ad-widget {
  padding: 0;
  border: none;
  position: relative;
}
.blog-sidebar .widget.ad-widget img {
  width: 100%;
}
.blog-sidebar .widget.ad-widget .add-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0c59db;
  text-align: center;
  padding: 20px 40px;
}
.blog-sidebar .widget.ad-widget .add-content span {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.blog-sidebar .widget.ad-widget .add-content .title {
  font-size: 24px;
  color: #fff;
  white-space: nowrap;
  padding-top: 5px;
}


#mobile-footer-cta-buttons {
    padding-bottom: 14px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
#mobile-footer-cta-buttons:before {
    content: " ";
    height: 40px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
#mobile-footer-cta-buttons .button-x.button-whatsapp {
    background: #58d164;
    background: -moz-linear-gradient(top,#58d164 0%,#2cb842 100%);
    background: -webkit-linear-gradient(top,#58d164 0%,#2cb842 100%);
    background: linear-gradient(to bottom,#58d164 0%,#2cb842 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@first",endColorstr="@sec",GradientType=0);
}
#mobile-footer-cta-buttons .button-x img {
    margin-right: 12px;
}
#mobile-footer-cta-buttons .button-x span.text {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
#mobile-footer-cta-buttons .button-x.button-call {
	    background: #ff650b;
}
#mobile-footer-cta-buttons .button-x img {
    margin-right: 12px;
}

#mobile-footer-cta-buttons .button-x {
    height: 52px;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

#mobile-footer-cta-buttons .button-x span.text {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}