/*
----------------------------------------------------------------
	remove the white gap for 4 sides in elementor
----]------------------------------------------------------------
*/

.admin-bar .sticky-header{
	top:32px;	
}


/***************** Pagination Style*******************/


.booking__form .form-group span.icon{
	padding: 12px 0px 0px 5px;	
}

.client-carousel .owl-nav{
	bottom: -50px;
    cursor: pointer;	
}
.food__left__content .food___img___block:before{
	left:4px;
	top:4px;
}
.food___content__block__two .food___text{
	width:calc(100% - 131px); 	
}

section.team__text__slider.two:before{
	left:inherit;	
	right:90%;
}

.brand-carousel.owl-nav-none .owl-nav.disabled{
	display:none;	
}

.main____title.show-shape-icon:after{
	display:none;	
}
.product__icon li span.fa-link{
	font-weight:300;
}

/***************** Blog Sidebar Style*******************/

.widget{
	position: relative;
	margin-bottom:45px;
}
.widget ul,
.widget ol{
	position:relative;
	margin: 0px;	
	padding:0px;
}
.widget ul li,
.widget ol li{
	position: relative;
	display: block;
    margin-bottom: 10px;
	padding-bottom:10px;
	padding-left:20px;
	color: #ffffff;
}
.widget ul li:before,
.widget ol li:before{
	position:absolute;
	left:0px;
	top:5px;
	content: "\e919";
    color: var(--white-color);
    margin-right: 12px;
    font-size: 12px;
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    transition: all 500ms ease;
}
.widget ul li:hover:before,
.widget ol li:hover:before{
	color: var(--thm-base);
}
.widget ul li:last-child,
.widget ol li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
}
.widget ul li ul li,
.widget ol li ol li{
	margin-bottom:0px;
	padding-bottom:0px;
	margin-top:10px;
	padding-top:10px;
	margin-left:20px;
}
.widget ul li ul li:before,
.widget ol li ol li:before{
	top:8px;	
}
.widget ul li a,
.widget ol li a{
	position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.widget ul li a:hover,
.widget ol li a:hover{
	color: var(--theme-color);
}


.blog-sidebar .post-widget .post .post-thumb{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;	
	border-radius: 5px;
}

.blog-details-content blockquote span {
    left: -35px;
    top: -10px;
}
.blog-details-content .inner-box .text > p,
.blog-details-content .inner-box .two-column .text > p{
	margin-bottom:20px;	
}
.blog-details-content .comments___section,
.blog-details-content .comments-form-area,
.blog-details-content .comment-box{
	margin-bottom:0px;
	margin-top:80px;	
}

.earls-comment-item .earls-comment-item{
	margin-left:80px;	
}

.portfolio__section.see__pad{
	padding:120px 0px;	
}

.sidebar-page-container .sidebar-content .item-shorting{
	justify-content:right;	
	margin-top:12px;
}
.sidebar-page-container .sidebar-content .menu-box{
	margin-right:0px;	
}
.product__section__one .peoduct__img img {
    border-radius: 50%;
    width: 400px;
    height: auto;
}
.product-details .product-details-content{
	margin-bottom:0px;	
}
.product-details .related-products-section.our-shop{
	padding:0px;	
}
.product-details-content .cart-btn.btn-box button {
    background: transparent;
    height: 60px;
    border: 1px solid var(--theme-color);
    text-transform: uppercase;
    line-height: 40px;
}
.rating{
    padding: 20px 0px 3px;
}
.main-footer.three  .footer__widget.style-two{
	padding-left:0px;
}
.main-footer.two .footer__widget.style-two{
	padding-left:120px;	
}
.main-footer.two .footer__widget.style-two .footer___top__content:after{
	left:135px;
}
.food__right__img_feature_image img{
	width:100%;	
}


/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area {
  position: relative;
  display: block;
  padding: 112px 0 120px;
  z-index: 10;
}
.error-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error-content .big-title {
  position: relative;
  display: block;
  z-index: 1;
}
.error-content .big-title h2 {
  color: var(--theme-color);
  font-size: 72px;
  line-height: 70px;
  font-weight: 800;
  text-transform: uppercase;
}
.error-content .title {
  position: relative;
  display: block;
  padding-top: 23px;
  padding-bottom: 28px;
}
.error-content .title h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
}
.error-content .text {
  position: relative;
  display: block;
  padding-bottom: 29px;
}
.error-content .text p {
  margin: 0;
}
.error-page-search-box {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}
.error-page-search-box form.search-form {
  position: relative;
  display: block;
  width: 100%;
}
.error-page-search-box .search-form input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 0px;
  border: 1px solid var(--theme-color);;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .1em;
  padding-left: 30px;
  padding-right: 60px;
  transition: all 500ms ease 0s;
  font-family: var(--thm-font);
}
.error-page-search-box .search-form button {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background: var(--theme-color);
  color: #ffffff;
  font-size: 16px;
  line-height: 10px;
  display: block;
  text-align: center;
  border: 0px solid #e1e1e1;
  transition: all 500ms ease 0s;
}
.error-page-search-box .search-form button i {
  font-size: 16px
}
.error-page-search-box .search-form input[type="text"]:focus {
  color: #ffffff;
  border-color: var(--theme-color);
}
.error-page-search-box .search-form input[type="text"]:focus+button,
.error-page-search-box .search-form button:hover {
  color: #fff;
}
.error-page-search-box .search-form input::-webkit-input-placeholder {
  color: #ffffff;
}
.error-page-search-box .search-form input:-moz-placeholder {
  color: #ffffff;
}
.error-page-search-box .search-form input::-moz-placeholder {
  color: #ffffff;
}
.error-page-search-box .search-form input:-ms-input-placeholder {
  color: #ffffff;
}
.error-content .btns-box {
  line-height: 0;
  padding-top: 50px;
}
.error-content .btns-box a {
  padding-left: 40px;
  padding-right: 40px;
}

/****************** Search Box Style *************/

.single-sidebar-box {
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.sidebar-search-box {
    position: relative;
    display: block;
}
.sidebar-search-box form.search-form {
    position: relative;
    display: block;
    width: 100%;
}
.sidebar-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 52px;
	background:none;
    border: 1px solid var(--theme-color);
    color: #909090;
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 60px;
    border-radius: 0px;
    transition: all 500ms ease 0s;
}
.sidebar-search-box .search-form button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 50px;
    height: 52px;
    color: var(--theme-color);
    font-size: 20px;
    background: rgba(var(--theme-color), .05);
    text-align: center;
    border: 0px solid #e7e7e8;
    transition: all 500ms ease 0s;
}
.sidebar-search-box .search-form button i {
    position: relative;
    top: 0px;
    font-weight: 600;
}

.banner-section .owl-theme .owl-dots .owl-dot span{
	background:#fff;	
	cursor:pointer;
}
.banner-carousel .owl-dots .owl-dot.active span {
    background: var(--theme-color);
}
.blog-page-content .woocommerce form.login, 
.blog-page-content .woocommerce form.register{
	border:none;
	background:var(--primary-color);;
	padding:100px;
	border-radius: 5px;
}
.blog-page-content .woocommerce form.register input{
	margin-bottom:20px !important;
}
.woocommerce-form-login .woocommerce-form__input-checkbox{
	width:auto;
}