@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Poppins:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');


body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}


a {
	text-decoration: none;
}

.btn-check:focus+.btn, .btn:focus, input:focus, select:focus, textarea:focus {
	box-shadow: none !important;
}


header {
    background-color: #fdf202;
}


header .navbar-nav .nav-link {
    padding: 6px 18px !important;
    font-size: 14px;
    font-weight: bold;
    color: #272727 !important;
}

header .navbar-nav .nav-link:hover {
    color: #0f5e2f !important;
}

header .nav-link big {
	font-size: 20px;
}

header .email-icon {
	padding-top: 10px;
}


header .navbar {
	padding-top: 0px;
	padding-bottom: 0px;
}


/*header .navbar-collapse {
	padding-top: 20px;
}*/


.contnum {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    /* margin-right: 70px; */
    position: absolute;
    right: 15px;
    top: -5px;
}


.carousel-caption {
    top: 50px;
    bottom: auto;
}


.carousel-caption h4 {
	padding: 10px 20px;
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 20px;
}

.carousel-caption h1, .carousel-caption h3 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 50px;
}

.carousel-caption h5 {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: 300;
	margin-top: 20px;
}


.bbottom {
	background: #333;
}


.bbottom .iconpackage {
    position: relative;
    background-color: transparent;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.iconpackage .hexagon-container {
    margin: -20px 0 10px;
}

.hexagon {
    position: relative;
    width: 70px;
    height: 40.41px;
    background-color: #272727;
    display: inline-block;
    border-left: solid 5px #fff;
    border-right: solid 5px #fff;
    z-index: 9;
}

.hexagon:before {
    top: -24.7487px;
    border-top: solid 7.0711px #fff;
    border-right: solid 7.0711px #fff;
}

.hexagon:after {
    bottom: -24.7487px;
    border-bottom: solid 7.0711px #fff;
    border-left: solid 7.0711px #fff;
}

.hexagon:before, .hexagon:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 49.5px;
    height: 49.5px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 5.2513px;
}

.iconpackage .hexagon-container i {
    z-index: 3;
    position: relative;
    color: #fff;
    font-size: 22px;
    padding-top: 10px;
}

.iconpackage .iconpackage-content {
    padding: 30px;
}

.iconpackage.white .heading {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
}

.iconpackage.alt {
    background-color: #222;
}


.box1 {
	text-align: center;
	padding: 15px 5px;
	margin-top: 30px;
}

.box1 h3 {
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 20px;
	font-weight: bold;
}


.cpsilver {
	background: #333;
	padding: 30px 0px;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.cpsilver h3 {
	font-weight: 800;
}

.cpsilver h4 {
	font-weight: 400;
}


.portfolio {
    overflow: hidden;
    display: block;
}

.row.m0 {
    margin: 0px;
    --bs-gutter-x: 0;
}

.portfolio {
    display: flex;
    flex-wrap: wrap;
}

.portfolio .builder_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.builder_item {
    position: relative;
    overflow: hidden;
}

.builder_item img {
    width: 100%;
}

.builder_item .hover {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.builder_item img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.builder_item:hover img {
    cursor: pointer;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}


.builder_item:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.builder_item:hover .hover {
	opacity: 1;
}


.identify {
    font-family: 'Roboto', sans-serif;
    padding: 50px 0px;
    background: #fbfbfb;
    border-bottom: 1px solid #CCC;
}


.identify .list {
	list-style: none;
	color: #333;
	line-height: 30px;
}

.identify .list i {
	padding-right: 5px;
}

.identify h3 {
	margin: 20px 0px;
}


.hproducts {
	background-image: url('../images/bg_2.png');
	background-size: cover;
	background-position: center center;
	padding: 50px 0px;
	color: #FFF;
}

.hproducts h3 {
	font-size: 30px;
	text-align: center;
}


.box2 {
	text-align: center;
	margin-top: 20px;
}

.box2 img {
	border: 1px dashed #6f6f6f;
	padding: 10px;
	border-radius: 50%;
	margin-bottom: 20px;
	width: 70px;
	height: 70px;
}

.box2 img.gborder {
	border: 1px dashed #cdb015;
}

.box2 h4 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.box2 p {
	/*font-size: 13px;*/
	line-height: 20px;
	letter-spacing: 0.5px;
}


.whycp {
	background: #222;
	padding: 30px 0px;
	text-align: center;
	color: #FFF;
}



.call-to-action-section {
	padding: 50px 0px;
	position: relative;
}

.call-to-action-section .inner-container {
	position: relative;
	background-color: #ffffff;
	padding: 45px 40px 45px 495px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.call-to-action-section .inner-container.margin-top {
	margin-top: -115px;
}

.call-to-action-section .inner-container.margin-top-two {
	margin-top: -180px;
	z-index: 1;
}

.call-to-action-section .inner-container .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 400px;
	height: 241px;
}

.call-to-action-section .inner-container .image img {
	height: 241px;
	width: 100%;
	object-fit: cover;
}

.call-to-action-section .inner-container .whycrown {
	position: relative;
}

.call-to-action-section .inner-container .whycrown .phone-icon {
	position: absolute;
	left: -145px;
	top: 30px;
	width: 100px;
	height: 100px;
	color: #086faa;
	font-size: 40px;
	line-height: 100px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	background-color: #ffffff;
}

.call-to-action-section .inner-container .whycrown .phone-icon:after {
	position: absolute;
	content: '';
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	border-radius: 50%;
	border: 10px solid rgba(255, 255, 255, 0.30);
}

.call-to-action-section .inner-container .whycrown .phone-icon .icon {
	width: 80%;
	margin: auto;
	/* margin-top: 10px; */
}

.call-to-action-section .inner-container .whycrown h3 {
	position: relative;
	font-weight: 800;
	line-height: 1.3em;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.call-to-action-section .inner-container .whycrown .text {
	position: relative;
	color: #222222;
	font-size: 14px;
	margin-top: 12px;
}

.call-to-action-section.style-two .inner-container {
	background-color: #0a3c1f;
}

.call-to-action-section.style-two .inner-container h3, .call-to-action-section.style-two .inner-container h3 a, .call-to-action-section.style-two .inner-container .text {
	color: #ffffff;
}

.call-to-action-section.style-two .inner-container .whycrown .phone-icon {
	color: #222222;
}

.call-to-action-section.style-three .inner-container {
	background-color: #086faa;
}

.call-to-action-section.style-three .inner-container h3, .call-to-action-section.style-three .inner-container h3 a, .call-to-action-section.style-three .inner-container .text {
	color: #ffffff;
}


.ftopsection {
	background-image: url('../images/bg_1.jpg');
	background-position: 50% -618px;
	background-size: contain;
	padding: 50px 0px;
	position: relative;
}

.ftopsection .section-bgwrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.9);
}

.ftopsection .container {
	position: relative;
	z-index: 9;
}

.ftopsection .progress {
	width: 90%;
}

.progress .progress-bar {
    color: #fff;
    padding: 0 10px;
    font-weight: bold;
    background: #e5e5e5;
    position: relative;
    height: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    background-color: rgb(239, 74, 67);
}


.ftopsection .progress, .ftopsection .progress-bar {
	overflow: inherit;
}

.progress .progress-bar .percent {
    position: absolute;
    padding: 1px 10px;
    display: inline-block;
    top: -30px;
    right: -22px;
    background: rgba(0,0,0,0.8);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 300;
    font-size: 12px;
}
.progress .progress-bar .percent:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: rgba(0,0,0,0.8) transparent transparent transparent;
    content: '';
    bottom: -3px;
    left: 50%;
    right: 50%;
    margin: 0 -5px;
    position: absolute;
}

.ftopsection h4 {
	text-align: center;
	color: #00672a;
	font-size: 40px;
	letter-spacing: 2px;
	line-height: 70px;
	margin-top: 30px;
}



.videos {
	padding-top: 50px;
}

.youtube-player {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 0px;
}
.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}
.youtube-player img {
	object-fit: cover;
	display: block;
	left: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	transition: 0.4s all;
}
.youtube-player img:hover {
	-webkit-filter: brightness(75%);
	-moz-filter: brightness(75%);
	filter: brightness(75%);
}
.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url('https://upload.wikimedia.org/wikipedia/commons/b/b8/YouTube_play_button_icon_%282013%E2%80%932017%29.svg') no-repeat;
	cursor: pointer;
}



#banner {
    background-image: url('../images/header_bg.png');
    text-align: center;
    background-size: cover;
    padding: 50px 0px;
}

#banner h1, #banner h2 {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    -webkit-text-stroke: 1px #333;
}


.content {
	padding: 50px 0px;
}

.content .list2 {
	list-style: square;
}

.clientheading {
    font-family: 'Poppins', sans-serif;
    margin: 50px 0px;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
    color: #0a3c1f;
}

.heading {
    font-family: 'Poppins', sans-serif;
    margin: 20px 0px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
    color: #0a3c1f;
}


.card-title {
	margin-top: 10px;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
}

#accordion .card {
	margin-bottom: 20px;
}

.form-label {
	font-weight: bold;
}


.ptitle {
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
}


.profile {
	margin-top: 10px;
	text-align: right;
}

.profile .dropdown-toggle::after {
    content: none;
}

.profile .dropdown-menu {
	border: 1px solid #EEE;
	border-radius: 0;
	padding: 0px;
}

.profile .dropdown-item {
    padding: 5px 25px 5px 10px;
    border-bottom: 1px solid #EEE;
    font-size: 14px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.profile .dropdown-item:hover {
    padding: 5px 20px 5px 15px;
}

.profile .dropdown-item i {
	padding-right: 10px;
}



.mini-cart {
    /* text-align: left; */
    cursor: pointer;
    margin: 20px 0px 0px;
}

#cart {
    margin-bottom: 10px;
    text-align: right;
}

.basket {
    color: #333 !important;
    margin: 10px 0px 0px;
    line-height: 20px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px;
    /*display: block;
    min-width: 200px;*/
    position: relative;
    width: 100%;
}

.mini-cart .basket:before {
    content: '\f07a';
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #0a3c1f;
    display: inline-block;
    text-align: center;
    font-weight: normal;
    margin-right: 10px;
    padding: 10px 0px;
    border-radius: 999px;
    width: 45px;
    height: 45px;
    /* float: left; */
    /*border: 2px solid #0a3c1f;*/
    margin-right: 50px;
}

.mini-cart a span.cart_count {
    font-weight: normal;
    background: #0a3c1f;
    color: #FFF;
    padding: 6px 2px;
    border-radius: 50%;
    position: absolute;
    left: 35px;
    top: -25px;
    width: 25px;
    font-size: 11px;
}

.mini-cart .ctext {
    position: absolute;
    top: 0px;
    left: 50px;
}

.ppbox strong {
	font-size: 20px;
}

.ppbox big {
	font-size: 20px;
	font-weight: 600;
	color: #0a3c1f;
}


.qty {
	border: 1px solid #CCC;
	padding: 3px 5px 4px;
	border-radius: 5px;
}


.ddcart {
	position: relative;
}

.badge {
  background-color: #0a3c1f;
  border-radius: 10px;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 3px 7px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.shopping-cart {
	margin: 0;
	float: right;
	background: white;
	width: 320px;
	position: absolute;
	border-radius: 3px;
	padding: 20px;
	display: none;
	right: 0;
}
.shopping-cart .shopping-cart-header {
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: 15px;
}
.shopping-cart .shopping-cart-header .shopping-cart-total {
	float: right;
}
.shopping-cart .shopping-cart-items {
	margin: 0px;
	padding: 10px 0 0;
	max-height: 250px;
	overflow-y: scroll;
}
.shopping-cart .shopping-cart-items li {
	list-style: none;
	margin-bottom: 18px;
}
.shopping-cart .shopping-cart-items img {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 12px;
}
.shopping-cart .shopping-cart-items .item-name {
	display: block;
	padding-top: 10px;
	font-size: 14px;
}
.shopping-cart .shopping-cart-items .item-price {
	color: #0a3c1f;
	margin-right: 15px;
}
.shopping-cart .shopping-cart-items .item-quantity {
	color: #ABB0BE;
}

.shopping-cart:after {
	bottom: 100%;
	left: 70%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: white;
	border-width: 8px;
	margin-left: -8px;
}
.cart-icon {
	color: #0a3c1f;
	font-size: 24px;
	margin-right: 7px;
	float: left;
}

.button {
	background: #0a3c1f;
	color: #FFF;
	text-align: center;
	padding: 7px;
	text-decoration: none;
	display: block;
	border-radius: 3px;
	font-size: 14px;
	margin: 25px 0 0 0;
	text-transform: uppercase;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.button:hover {
	background: #111;
	color: #FFF;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.shopping-cart-items::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.shopping-cart-items::-webkit-scrollbar
{
	width: 7px;
	background-color: #F5F5F5;
}

.shopping-cart-items::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #198754;
}


.productlist {
	font-family: 'Roboto', sans-serif;
}

.productlist .card-title {
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.list3 {
    font-size: 16px;
    line-height: 20px;
    list-style: square;
    padding-left: 20px;
    font-family: 'Calibri', sans-serif;
}

.list3 li {
	margin-bottom: 2px;
}

.product .btn-success {
	background: #FFD814;
	border-color: #FCD200;
	color: #0F1111;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.product .btn-success:hover {
    background: #282828;
	border-color: #111;
	color: #FFF;
}


.product .border {
    padding: 30px 15px;
    border-radius: 10px;
}


.usp-section ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}

.usp-section ul li {
    width: 48%;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0 10px;
}

.usp-section ul li {
    float: none;
    border-right: 0;
    text-transform: none;
    color: rgba(0,0,0,1);
    position: relative;
    line-height: 24px;
}

.usp-section ul li img {
	width: 80px;
	height: 80px;
}

.usp-section ul li .text {
    margin-left: 12px;
    font-weight: 600;
    line-height: 20px;
}

.d-grid .text-success {
	display: none;
}




/****** Cart Page ******/

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.40rem
}

.img-sm {
    width: 80px;
    height: 80px
}

.itemside .info {
    padding-left: 15px;
    padding-right: 7px
}

.table-shopping-cart .price-wrap {
    line-height: 1.2
}

.table-shopping-cart .price {
    font-weight: bold;
    margin-right: 5px;
    display: block
}

.text-muted {
    color: #969696 !important
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0px
}

.itemside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.dlist-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

[class*="dlist-"] {
    margin-bottom: 5px
}

.coupon {
    border-radius: 1px
}

.price {
    font-weight: 600;
    color: #212529
}

.btn.btn-out {
    outline: 1px solid #666;
    outline-offset: -5px
}

.btn-main {
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px 19px;
    cursor: pointer;
    width: 100%
}

.btn-light {
    color: #ffffff;
    background-color: #F44336;
    border-color: #f8f9fa;
    font-size: 12px
}

.btn-light:hover {
    color: #ffffff;
    background-color: #F44336;
    border-color: #F44336
}

.btn-warning {
	background: #fdf202;
	border-color: #fdf202;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.btn-apply {
    font-size: 11px
}

.ml-3, .mx-3 {
    margin-left: 1rem!important;
}


.cartpage .card table td:nth-child(1) {
	min-width: 300px;
}

.cartpage .card table td:nth-child(3) {
	min-width: 150px;
}

.cartpage .card table td select.form-control {
	width: 70px;
}




/* -----------------------------------
  13. Checkout Page
--------------------------------------*/

/*-- Customer Login --*/
.customer-login {}
.customer-login h3 {
    background-color: #f7f6f7;
    border-top: 3px solid #0a3c1f;
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    list-style: outside none none !important;
    margin: 0;
    padding: 1em 2em 1em 3.5em !important;
    position: relative;
    width: auto;
}
.customer-login h3::before {
    color: #1e85be;
    content: "\f2c0";
    display: inline-block;
    font-family: fontawesome;
    left: 1.5em;
    position: absolute;
    top: 1em;
}
.customer-login h3 a {}
/*-- Customer Login Wrapper --*/
.checkout-login-wrapper {
  border: 1px solid #ddd;
  float: left;
  padding: 30px 15px;
  width: 100%;
}
.checkout-login-wrapper p {
  padding: 0 15px;
}
/*-- Customer Login Form --*/
.checkout-login-wrapper form {}
.checkout-login-wrapper form label {
  display: block;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 10px;
  overflow: hidden;
}
.checkout-login-wrapper form label span.required, .errorMessage {
	font-size: 12px;
  color: #ff0000;
}
.checkout-login-wrapper form input[type="text"], .checkout-login-wrapper form input[type="password"] {
  border: 1px solid #ddd;
  display: block;
  height: 40px;
  padding: 7px 15px;
  width: 100%;
}
.checkout-login-wrapper form input[type="submit"] {
  background-color: #282828;
  border: medium none;
  color: #fff;
  float: left;
  font-weight: 500;
  height: 40px;
  margin-right: 30px;
  padding: 5px 25px;
  text-transform: uppercase;
}
.checkout-login-wrapper form input[type="submit"]:hover {
  background-color: #f77436;
}
.checkout-login-wrapper form input[type="checkbox"] {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.checkout-login-wrapper form .remember-me-box {
  margin-bottom: 0;
  margin-top: 11px;
}
.checkout-login-wrapper form a {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
}
/*-- Checkout Form --*/
.checkout-form {}
.checkout-form h3 {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
  color: #222;
}
.checkout-form h3 label {
  font-size: 13px;
  margin: 0;
}
/*-- Label --*/
.checkout-form label {
  display: block;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 10px;
  overflow: hidden;
  text-transform: initial;
}
.checkout-form label span {}
.checkout-form label span.required {
  color: #ff0000;
}
/*-- Input [ Text & Email & Password ] --*/
.checkout-form input[type="text"], .checkout-form input[type="email"], .checkout-form input[type="password"] {
  border: 1px solid #ddd;
  display: block;
  height: 35px;
  padding: 7px 15px;
  width: 100%;
}
/*-- Input [ Checkbox ] --*/
.checkout-form input[type="checkbox"] {
    float: left;
    margin-right: 5px;
    margin-top: 1px;
    width: 15px;
    height: 15px;
}
.checkout-form input[type="checkbox"] + label {
  font-weight: 500;
  margin-bottom: 0;
}
/*-- Select --*/
.checkout-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0) url("../images/icon/select-arrow-down.png") no-repeat scroll right 5px center;
  border: 1px solid #ddd;
  height: 40px;
  padding: 7px 15px;
  text-transform: capitalize;
  width: 100%;
}
.checkout-form select option {
  padding: 5px 15px;
}
/*-- TextArea --*/
.checkout-form textarea {
  border: 1px solid #ddd;
  height: 90px;
  padding: 5px 15px;
  resize: none;
  width: 100%;
}
/*-- Coupon Form --*/
.coupon-form {
  border: 1px solid #ddd;
  display: block;
  padding: 20px;
}
.coupon-form h3 {
  margin-bottom: 10px;
}
.coupon-form p {}
.coupon-form input[type="text"] {
  float: left;
  width: 170px;
}
.coupon-form input[type="submit"] {
  background-color: #282828;
  border: medium none;
  color: #fff;
  font-weight: 500;
  height: 35px;
  padding: 5px 25px;
  text-transform: uppercase;
}
.coupon-form input[type="submit"]:hover {
  background-color: #f77436;
}
/*-- Order Wrapper --*/
.order-wrapper {
  border: 1px solid #ddd;
  padding: 20px 20px 0;
}
.order-wrapper h3 {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  line-height: 17px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}
/*-- Order Table --*/
.order-table {
  border: medium none;
}
.order-table table {}
.order-table table thead {}
.order-table table thead tr {}
.order-table table thead tr th {
  border-bottom: 1px solid #ddd;
  border-right: medium none navy;
  font-size: 16px;
  line-height: 16px;
  padding: 0 0 10px;
  text-transform: uppercase;
  width: 250px;
}
.order-table table thead tr th.product-name {
  text-align: left;
}
.order-table table thead tr th.product-total {
  text-align: right;
}
.order-table table tbody {}
.order-table table tbody tr {}
.order-table table tbody tr td {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  padding: 8px 0;
}
.order-table table tbody tr td.product-name {
  text-align: left;
}
.order-table table tbody tr td.product-total {
  text-align: right;
}
.order-table table tfoot {}
.order-table table tfoot tr {}
.order-table table tfoot tr th, .order-table table tfoot tr td {
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
}

.order-table table tfoot tr th {
  text-align: left;
  font-weight: normal;
}
.order-table table tfoot tr td {
  text-align: right;
}
/*-- Order Button --*/
 .order-button input[type="submit"]{
  background-color: #0a3c1f;
  border: medium none;
  color: #fff;
  font-weight: 500;
  height: 40px;
  padding: 5px 25px;
  text-transform: uppercase;
}
.order-button input[type="submit"]:hover {
  background-color: #282828;
}


.sb-cart-img {
    width: 50px;
    float: left;
    margin: 0px 10px 10px 0;
    border: 1px solid #CCC;
}


.payment-method {
    margin-top: 20px;
}

.bbot0 {
    border-bottom: 0px !important;
}


input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 80%;
}
input::-moz-placeholder { /* Firefox 19+ */
  font-size: 80%;
}
input:-ms-input-placeholder { /* IE 10+ */
  font-size: 80%;
}
input:-moz-placeholder { /* Firefox 18- */
  font-size: 80%;
}


.cart-sidebar {
    border: 1px solid #CCC;
    border-radius: 2px;
}

.cart-sbg {
    background: #F3F3F3;
    padding: 10px 15px;
    border-bottom: 1px solid #CCC;
}

.cart-subtotal {
    font-size: 17px;
    color: #222;
    margin: 10px 0;
}

.cart-subtotal span {
    color: #B12704;
}

.buy-btn a {
    display: block;
    color: #333;
    font-size: 13px;
    text-align: center;
    border: 1px solid #666;
    padding: 2px 10px;
    margin-bottom: 10px;
    background: #f4d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
}

.buy-btn a:hover {
    color: #333 !important;
    text-align: center;
    border: 1px solid #666;
    padding: 2px 10px;
    margin-bottom: 10px;
    background: #f0c14b;
    background: -webkit-linear-gradient(top,#f0c14b,#f7dfa5);
    background: linear-gradient(to bottom,#f0c14b,#f7dfa5);
}




/* -----------------------------------
  15. Login & Register Page
--------------------------------------*/
.login-reg-form {
  border: 1px solid #ddd;
  padding: 40px;
}
.login-reg-form form label {
  display: block;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 10px;
  overflow: hidden;
}
.login-reg-form form label.inline {
  margin: 10px 0 0;
}
.login-reg-form form label .required {
  color: #ff0000;
}
.login-reg-form form input[type="text"], .login-reg-form form input[type="email"], .login-reg-form form input[type="password"] {
  border: 1px solid #ddd;
  display: block;
  height: 40px;
  padding: 7px 15px;
  width: 100%;
}

.login-reg-form form textarea {
  border: 1px solid #ddd;
  display: block;
  padding: 7px 15px;
  width: 100%;
}

.login-reg-form form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0) url("img/icon/select-arrow-down.png") no-repeat scroll right 5px center;
  border: 1px solid #ddd;
  height: 40px;
  padding: 7px 15px;
  text-transform: capitalize;
  width: 100%;
}
.login-reg-form form select option {
  padding: 5px 15px;
}
.login-reg-form form input[type="checkbox"] {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.login-reg-form form input[type="submit"], #login-btn, #reset-btn, #applycoupon {
  background-color: #0a3c1f;
  border: medium none;
  color: #fff;
  float: left;
  height: 35px;
  margin: 0 15px 0 0;
  padding: 5px 35px;
  text-transform: uppercase;
  width: auto;
}
.login-reg-form form input[type="submit"]:hover, #login-btn:hover, #reset-btn:hover, #applycoupon:hover {
  background-color: #282828;
}
.login-reg-form form a {
  color: #0a3c1f;
}




.entry-title h2 {
    background: #FFFFFF none repeat scroll 0 0;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 10px;
    padding: 0px 10px 0;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

h3.sidebar-title {
    color: #444;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 13px;
    position: relative;
    text-transform: uppercase;
}

h3.sidebar-title::before {
    background: #999 none repeat scroll 0 0;
    bottom: 5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

ul.sidebar-menu {
  margin-top: 20px;
  padding: 0px;
}

ul.sidebar-menu li {
    border-bottom: 1px solid #ddd;
    line-height: 40px;
    position: relative;
    list-style: none;
    width: 90%;
}

.widget-categories .sidebar-menu li a {
    color: #575757;
    font-size: 14px;
    font-weight: normal;
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.widget-categories .sidebar-menu li a::before {
    content: "\f105";
    display: block;
    float: left;
    font-family: FontAwesome;
    font-size: 15px;
    margin-right: 10px;
}

.widget-categories .sidebar-menu li a:hover {
    padding-left: 5px;
}


.bbutton {
	background: #0a3c1f;
	color: #FFF;
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 3px;
	font-size: 14px;
	text-transform: uppercase;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.bbutton:hover {
	background: #111;
	color: #FFF;
}


.prodvtv {
	position: absolute;
	margin-top: 30px;
}

.prodvtv img {
	max-width: 100%;
}













footer {
	background: #333;
	padding: 30px 0px 0px;
	color: #FFF;
}

footer h4 {
    margin: 20px 0px 30px;
    font-size: 16px;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
}

footer h4:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 3px;
    width: 50px;
    background-color: #fdf202;
}

footer h4.noh4:before {
	background-color: transparent;
}


.footer-links {
    padding: 0;
    margin: 0;
}

.footer-links li {
    padding: 0;
    margin: 0 0 5px 10px;
    list-style: none;
    display: block;
}

.footer-links li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.footer-links li a i {
    padding-right: 10px;
}

.footer-links li a:hover {
    color: #fdf202;
    text-decoration: none;
}

.social-icons {
    margin: 0;
    padding: 0;
}

.social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.social-icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    display: inline;
    color: #CCC;
    padding-left: 10px;
    padding-right: 10px;
}

.social-icons li a:hover {
    color: #fdf202;
    text-decoration: none;
}

.social-icons li a i {
    font-size: 20px;
    border: 1px solid;
    border-radius: 50%;
    padding-left: 11px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.social-icons li a:first-child {
    padding-left: 0;
}









@media screen and (max-width: 768px) {
	.carousel-item img {
		width: 100%;
		height: 250px;
		object-fit: cover;
	}

	.iconpackage.alt {
		background-color: transparent;
	}

	.iconpackage .hexagon-container {
	    margin: 50px 0 0px;
	}

	.bbottom .col-md-3 {
		border-bottom: 1px solid #5a5a5a;
		border-right: 1px solid #5a5a5a;
	}

	header .navbar-nav .nav-link {
		border-bottom: 1px solid #c3ba02;
	}

	#cart {
	    text-align: left;
	}

	.profile img {
		width: 40px;
	}

	.carousel-caption {
	    top: 0px;
	}

	.carousel-caption h4 {
		padding: 7px 10px;
		border: 1px solid #fff;
		display: inline-block;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 10px;
	}

	.carousel-caption h1, .carousel-caption h3 {
		font-size: 20px;
		text-transform: uppercase;
		font-weight: 500;
		line-height: 30px;
	}

	.carousel-caption p {
		font-size: 14px;
	}

	.portfolio .builder_item {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}

	.call-to-action-section .inner-container .image {
		position: relative;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.call-to-action-section .inner-container {
		padding: 25px 25px;
	}
	.call-to-action-section .inner-container .whycrown .phone-icon {
		display: none;
	}

	.call-to-action-section .inner-container .image, .call-to-action-section .inner-container .image img
	{
		width: 100%;
	}
	.call-to-action-section .inner-container .image {
		height: auto;
	}
	.call-to-action-section .inner-container .image img {
	    object-fit: contain;
	}
	.call-to-action-section .inner-container .whycrown h3 {
		text-align: center;
		font-size: 22px;
	}

	.ftopsection h4 {
		font-size: 24px;
		line-height: 40px;
	}

	.contnum {
	    bottom: -50px;
	    top: inherit;
	}

	.collapsed {
		text-align: left;
	}

	.usp-section ul li {
		width: 100%;
	}

	.mm10 {
		margin: 0px auto 20px;
	}

	.prodvtv {
		position: inherit;
	    margin-top: 5px;
	}

	.product .border {
		margin: 0px 20px 10px;
	}
}