/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
i.shopcart:before {
    content: url(/img/basket.png);
}

.rightheader{
    align-items:center;
}
a.category-name {
    text-shadow: 0 0 5px #f3dfad;
    font-weight: 500;
    font-size: 15px;
}

a.subcategory-name {

    text-shadow: 0 0 5px #f3dfad;
    font-weight: 500;
     font-size: 15px;
}
li.linemobile {
    border-bottom: 2px solid #d4cece75;
}
a.usermobile:before {
    content: url(https://agricactus.business/themes/warehouse/assets/img/user.png);
    padding-right: 8px;
    vertical-align: text-bottom;
}

div#collapseOne:target {
    display: block;
}
div#collapseTwo:target {
    display: block;
}
div#collapseThree:target {
    display: block;
}
div#collapseFour:target {
    display: block;
}
div#collapseFive:target {
    display: block;
}
div#collapseSix:target {
    display: block;
}
input.form-control.form-search-control {
    border-radius: 10px;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 320px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 15px 80px;
	}

/*Left*/
	.modal.left.fade .modal-dialog{
		left: -320px;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}
	
	.modal.left.fade.in .modal-dialog{
		left: 0;
	}
        

/* ----- MODAL STYLE ----- */
	.modal-content {
		border-radius: 0;
		border: none;
	}

	.modal-header {
		border-bottom-color: #EEEEEE;
		background-color: #FAFAFA;
		padding: 0px 5px;
		border-bottom: unset;
	}

/* ----- v CAN BE DELETED v ----- */


.demo {
	padding-top: 60px;
	padding-bottom: 110px;
}



.btn-demo:focus {
	outline: 0;
}

.demo-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 15px;
	background-color: #212121;
	text-align: center;
}

.demo-footer > a {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
.col-mobile-menu-push.show #mobile_menu_click_overlay:before {
    content: url("https://agricactus.business/themes/warehouse/assets/img/delete.png");
    color: white;
    text-align: right;
    display: block;
    font-size: 30px;
    padding: 25px;
}

.modal-backdrop.fade {
    display: none;
}
#myModal .modal-dialog {
    right: unset;
    padding: unset;
}
.cat-article {
    margin-bottom: 20px;
}


.col-add-btn {
    max-width: 66%;
}
@media screen and (min-width: 992px) {
    .iqitsociallogin.iqitsociallogin-authentication {
    display: flex;
    flex-flow: column;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}

.page-authentication #content {
    width: 50%;

}

    .menuacc li {
    margin: 15px 0px;
}
    .menu-li {
    margin: 15px 0px;
}
    .menu-list-desktop .elementor {
        font-size: large;
    }
    li.linemobile {
    list-style-type: none;
    padding: 10px 14px;
}
#header .elementor-accordion .elementor-accordion-title {
    padding: 18px 0px;
}

#header .elementor-accordion .elementor-accordion-content {
    padding:unset;
}
#header ul.category-sub-menu li {
    margin: 15px 0px;
}}
h2.mb-0 button.btn.btn-link {
    color: #797f21;
    font-weight: 600;
    font-size:18px;
    width: -webkit-fill-available;
    text-align: left;
}
@media screen and (max-width: 700px) {
    
.pb-3, .py-3 {
    display: flex;
    flex-flow: column;
}}

.my-account-side-links .link-item {
    font-size: 16px;
}

.cat-list-home .elementor-image-box-img {
    border: 1px solid silver;
    border-radius: 10px;
}

.cat-list-home img {
    border-radius: 10px;
}


/** accordion arrows*/
.btn-link {
  position: relative;
}
  
.btn-link::after {
  content: "\f107";
  color: #797f21;
  top: 5px;
  right: 0px;
  position: absolute;
  font-family: "FontAwesome"
}

.btn-link[aria-expanded="true"]::after {
  content: "\f106";
}

/*
 * Added 12-27-20 to showcase full title clickthrough
 */

#accordionExample .card-body {
    font-size: 19px;
}
/**/