@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

body {
	color:#3f3f3f !important;
}

p a:link:hover {
    color: #3F3F3F !important;
    transition: 500ms;
}

.addtional_desc .tab_heading li {
    background-color: #d5652e !important;
    color: #fff !important;
}

.main-cat-desc-section.addtional_desc.second_description ul.nav.tab_heading li {
	background-color: #91908e;
    color: #fff;
    padding: 6px 51px !important;
    margin: 2px 1px;
	cursor:pointer;
	border:2px solid #fff !important;
}
.main-cat-desc-section.addtional_desc ul.nav.tab_heading li a:hover {
	color:#fff !important;
}
.main-cat-desc-section.addtional_desc ul.nav.tab_heading li{
	background-color: #91908e;
    color: #fff;
    padding: 6px 30px !important;
    margin: 2px 1px;
	cursor:pointer;
	border:2px solid #fff !important;
}
.main-cat-desc-section.addtional_desc.second_description ul.nav.tab_heading li:hover {
	border:2px solid #91908e !important;
}
.main-cat-desc-section.addtional_desc ul li a:hover {
	color: #3F3F3F !important;
    transition: 500ms;
}
.main-cat-desc-section.addtional_desc.second_description ul.nav.tab_heading ul li:hover {
	background:red;
}
.main-cat-desc-section.addtional_desc.second_description h2.woocommerce-loop-product__title {
	color: #DA7134 !important;
    transition: 500ms;
}
.main-cat-desc-section.addtional_desc.second_description ul li a {
	color: #fff !important;
}
.main-cat-desc-section.addtional_desc p:last-child {
	text-align:left !important;
}
.main-cat-desc-section.addtional_desc .row p img {
	width:100%;
	height:auto;
}

.page_content_single a {
    color:#DA7134 !important;
}

.addtional_desc .tab_heading a {
    color: #fff !important;
    font-weight:700;
}

.prodth a:link {
	 color:#DA7134 !important;
}

.staff a:link {
    color:#DA7134 !important;
}

.prodth a:link:hover {
	color: #3F3F3F !important;
    transition: 500ms;
}

.staff a:link:hover {
    color: #3F3F3F !important;
    transition: 500ms;
}

.card-header.subcategory_title_acc a.card-title {
	color:#3f3f3f !important;
}

.btn-info:not(:disabled):not(.disabled):active {
	background-color: #DA7134 !important;
    border-color: #DA7134 !important;
}

/* 
.main-cat-desc-section.addtional_desc p a {
	background-color: #91908e !important;
    padding: 10px 20px 10px 20px !important;
	border: 2px solid #fff;
	font-weight:600;
}
.main-cat-desc-section.addtional_desc p a:hover {
	background-color: #91908e !important;
	border: 2px solid #91908e !important;
	transition: none;
}
 */
 
.main-cat-slider-desc-section .main-cat-desc-section.addtional_desc h4.category_main_title {
	color:#3f3f3f !important;
}
.main-cat-slider-desc-section .main-cat-desc-section.addtional_desc p span {
	color:#3f3f3f !important;
}
.main-cat-slider-desc-section .main-cat-desc-section.addtional_desc ul.text li {
	color:#3f3f3f !important;
}
.staff h3 a span span {
	color:#DA7134 !important;
}
.center_align {
	text-align:center;
}

/* Aditional Css */
.loader-cart {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #46e19f !important;
}

.fa-plus:before {
  color: #DA7134;
}
.fa-minus:before {
   color: #DA7134;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
    color: #DA7134;
	cursor:pointer;
} 
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
	font-family:"FontAwesome" !important;
	cursor:pointer;
}
.accordion-wrapper .card{
	border: none;
}
.accordion-wrapper .card-header, .accordion-wrapper .card-body {
	background: #ffffff;
}
.accordion-wrapper .card-header {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.accordion-wrapper .card-title {
	font-size: 16px;
	color: #000;
	margin-bottom: 0;
	text-decoration: none;
	cursor: pointer;
}
.accordion-wrapper .select-dropdown select {
	border-bottom: 2px solid #808080  !important;
}
.accordion-wrapper .quantity-wrap .input-group .form-control {
	border-bottom: 1px solid #646464 !important;
}
.accordion-wrapper .acc-enclose:not(:last-child) .card-header {
	background-color: #edf5fb;
	border:none;
}
.accordion-wrapper .card-header {
	background-color: #edf5fb;
	border:none;
}

.custom-control-input:disabled~.custom-control-label::before, .custom-control-input[disabled]~.custom-control-label::before {
    background-color: #91908e !important;
}

.accordion-wrapper .acc-enclose:not(:last-child){
	margin-bottom: 10px;
}
.accordion-wrapper .card-header {
    border-radius:0 !important;
    border:none;
}
.accordion-wrapper .card-title img {
	max-width: 100px;
	margin-right: 10px;
}

.select-dropdown select {
	max-width: 250px;
	color: #d5652e;
	font-size: 16px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #1f8bcb;
    border-radius: 0;
	font-weight:800;
}

.content-wrap .acc-info p {
	color: #3f3f3f;
}

.spinner {
  width: 200px;
}
.spinner input {
  text-align: left;
}

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i {
  	position: absolute;
	top: 3px;
	left: 4px;
	font-size: 12px;
	border: none;
	outline: none;
}

.quantity-wrap .input-group-btn-vertical .btn:focus {
	outline: none;
    box-shadow: none;
}

.alert-info {
    background-color: transparent;
}

.quantity-wrap .input-group {
	position: relative;
}
.quantity-wrap .input-group-btn-vertical {
	position: absolute;
	right: 15px;
}
.quantity-wrap .input-group-btn-vertical .btn {
	background: #f2f2f2;
	color: #3f3f3f;
	border: none;
	border-radius: 0;
}
.quantity-wrap .input-group .form-control {
	border: none;
	border-bottom: 2px solid #1f8bcb;
	border-radius: 0;
	color: #3f3f3f;
	font-size: 12px;
	font-weight:400;
}
.quantity-total h3 {
	font-size: 26px;
	color: #1f8bcb;
}

.acc-enclose .content-wrap {
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
	border-bottom: 1px solid #ddd;
}

.checklist-title h3 {
	font-size: 24px;
	margin-bottom: 0;
    padding: 15px 15px;
    color: #3f3f3f !important;
    background: #edf5fb;
}
.checklist-wrapper .checklist-content {
	padding: 15px 15px;
	background: #91908e;
	color: #ffffff;
}
.checklist-content p {
	font-size: 15px;
	font-weight:700;
}
.checklist-wrapper .custom-control.custom-checkbox {
	padding-left: 0;
}
.checklist-wrapper label.custom-control-label {
  	position: relative;
  	padding-right: 1.5rem;
  	width: 100%;
  	cursor: pointer;
  	color: #d5652e !important;
  	font-weight:700;
}
.checklist-wrapper label.custom-control-label::before, label.custom-control-label::after {
  	right: 0;
  	left: auto;
}
.checklist-wrapper .custom-control-input:checked~.custom-control-label::before {
    border-color: #46e19f;
    background-color: #46e19f;
}
.checklist-wrapper .custom-control-label::before {
	width: 20px;
    height: 20px;
    border-radius: 50%;
}
.checklist-wrapper .custom-checkbox .custom-control-label:after {
  	content: '';
    width: 12px;
    height: 7px;
    position: absolute;
    top: 9px;
    border: 2px solid #fcfff4;
    border-top: none;
    border-right: none;
    background: transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 4px;
    background-image: none !important;
}
.checklist-wrapper .custom-control-label::before {
	background: #ccc;
	border: none;
}
.checklist-content ul li {
	padding: 10px;
	margin-bottom: 10px;
	background: #f4f4f4 !important;
}

.check-btn a {
	font-weight: 700;
	background: #1f8bcb;
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #fff;
	transition: all 0.3s ease;
    padding: 10px 0;
    margin-top: 20px;
    text-decoration: none;
}

.check-btn #addtocartsubmit {
    font-weight: 700;
    background: #DA7134;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
    transition: all 0.3s ease;
    padding: 10px 0;
    margin-top: 20px;
    text-decoration: none;
    border: unset;
    border-radius: unset;
}

.main-cat-desc-section ul li p {
	margin-top:-25px;
	margin-bottom:-25px;
}
.main-cat-desc-section ul li ::marker {
	margin-bottom:-25px;
}
.main-cat-desc-section ul {
    padding-left: 15px;
	padding-right:15px;
	margin-top: -12px;
}
.main-cat-desc-section > .title_dec {
	margin-top:-15px;
}
.main-cat-desc-section > .title_sub_dec {
	margin-top: -20px;
}
.main-cat-slider-desc-section a.flex-next {
	width: 50px;
    height: 50px;
	margin: -30px 0 0;
}
.main-cat-slider-desc-section a.flex-prev {
	width: 50px;
    height: 50px;
	margin: -30px 0 0;
}

.acc-image {
    padding-bottom: 8px;
    padding-left: 15px;
    padding-top: 8px;
}

.acc-info {
    margin: 0px 15px 0px 15px;
}

.quantity-wrap {
    margin: 5px 15px 15px 15px;
	color:#3f3f3f !important;
}

@media(max-width: 767px){
  	.mobile-checklist .modal-dialog {
    	margin: 0;
    	width: 100%;
    	position:fixed;
    	top:auto;
    	right:auto;
    	left:auto;
    	bottom:45px;
    	max-width: 100%;
  	}
  	.mobile-checklist .modal-body {
    	padding: 0;
  	}
  	.mobile-checklist .modal-content {
    	border: none;
  	}
  	section.sticky-btn {
    	position: sticky;
    	bottom: 0;
    	z-index: 9000;
  	}
  	.sticky-btn ul {
    	margin-bottom: 0;
  	}
  	.sticky-btn ul li:not(:last-child) {
    	margin-right: 0;
  	}
  	.sticky-btn ul li {
    	width: 100%; 
  	}
  	.chk-list a {
    	font-weight: 700;
    	background: #DA7134;
    	width: 100%;
    	display: inline-block;
    	text-align: center;
    	color: #fff;
    	transition: all 0.3s ease;
    	padding: 10px 0;
    	margin-top: 20px;
    	text-decoration: none;
  	}
  	.sticky-btn ul {
    	display: flex;
    	flex-wrap: wrap;
    	align-items: center;
  	}
  	.checklist_sticky {
    	display: none;
  	}
	/* 
.main-cat-desc-section.addtional_desc p:last-child {
    	text-align: center !important;
	}
 */
}

.system_price {
  	color: #000000;
  	padding-top: 7px;
}
.addtocart-sep {
	margin-top: 6px;
}
.card-header {
    padding: 15px;
}
.card {
    border-radius: 0;
}
.subcat_h3 {
	margin-top:15px;
}
