/*Header*/
a:focus,a:hover,a:active,a:visited {
    outline: 0 solid;
    text-decoration: none
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
select::-ms-expand,input::-ms-expand {
    display: none;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
input, input:focus {
    outline: none;
}
select:focus,textarea:focus,button:focus {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
img {
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}
ul {list-style: none; padding: 0; margin: 0}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
html,body {min-height: 100% }
body {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
    color: #414141;
}
.dropdown-menu.AccountDropdown {
	padding: 5px 15px;
}
.container-fluid {
    max-width: 1920px;
    padding-left: 190px;
    padding-right: 190px;
}
.visible-xs {display: none}

.header_sticky {
    background: #fff none repeat scroll 0 0;
    z-index: 9;
    width: 100%;
    position: sticky;
    top: 0px;
}
.header_area {
    position: sticky;
    top: 0;
    z-index: 999;
}
span.cart_badge, span.wishListBadge {
    background: #1592e6 none repeat scroll 0 0;
    color: #fff;
    position: absolute;
    top: -17px;
    right: -15px;
    width: 25px;
    text-align: center;
    height: 25px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 0px;
}
.header_area:before {
    position: absolute;
    right: 0;
    height: 100%;
    background: rgb(43,173,255);
    background: -moz-linear-gradient(left,  rgba(43,173,255,1) 0%, rgba(13,222,194,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(43,173,255,1) 0%,rgba(13,222,194,1) 100%);
    background: linear-gradient(to right,  rgba(43,173,255,1) 0%,rgba(13,222,194,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2badff', endColorstr='#0ddec2',GradientType=1 );
    content: "";
    width: 55%;
    z-index: -1
}
.header_area:after {
    position: absolute;
    content: "";
    background: #fff;
    height: 100%;
    width: 16%;
    top: -40px;
    right: 45%;
    transform: rotate(-45deg);
    z-index: -1
}
.cta_gradient {
    background: rgb(43,173,255);
    background: -moz-linear-gradient(left,  rgba(43,173,255,1) 0%, rgba(13,222,194,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(43,173,255,1) 0%,rgba(13,222,194,1) 100%);
    background: linear-gradient(to right,  rgba(43,173,255,1) 0%,rgba(13,222,194,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2badff', endColorstr='#0ddec2',GradientType=1 );
    color: #fff;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    transition: .3s
}
.cta_gradient:hover {
    color: #fff;
    background: rgb(13,222,194);
    background: -moz-linear-gradient(left,  rgba(13,222,194,1) 0%, rgba(21,146,230,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(13,222,194,1) 0%,rgba(21,146,230,1) 100%);
    background: linear-gradient(to right,  rgba(13,222,194,1) 0%,rgba(21,146,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ddec2', endColorstr='#1592e6',GradientType=1 );
}


.header_top {
    padding: 0;
    align-items: center;
}
.search_login ul {
    display: flex;
    align-items: center;
}
.user_cart ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header_socials i {
    color: #fff !important;
}
.site_logo_desktop img {
    max-width: 350px;
    width: auto;
    max-height: 100px;
    height: auto;
}

.section_heading {
    margin: 0 0 40px;
}
.section_tagline {
    color: #414141;
}
.section_title {
    font-size: 40px;
    margin: 0 0 15px;
    color: #414141;
}
.search_btn {
    border: none;
    background: transparent;
}


.search_login li a {
    color: #333;
    font-size: 18px;
}
.user_cart li {
  margin-left: 20px;
}
.search_login {
  position: relative;
}
.search_login li {
  margin-right: 15px;
}
.search_box {
background: #fff none repeat scroll 0 0;
box-shadow: 0 0 10px #999;
height: 50px;
right: 0;
overflow: hidden;
padding: 0;
position: absolute;
top: -10px;
transition: all 0.3s ease 0s;
width: 0;
z-index: 2;
}
.search_box.active {
height: 50px;
right: 35px;
width: 350px;
}
.search_fields .form-group {
align-items: center;
display: flex;
justify-content: space-between;
margin: 0;
width: 100%;
}
.search_fields .form-control {
  border: medium none;
  font-size: 16px;
  height: 50px;
  padding: 0 15px;
  width: 90%;
}
.search_fields .form-group button {
  background: #0dd8c4 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 18px;
  height: 50px;
  min-width: 50px;
  width: 10%;
}
.site_logo_desktop {
    padding: 5px 0;
}
.get_quote_text {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 25px 0px;
    color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    transition: .3s;
}
a.getquote_btn {
    color: #1F2020;
    background: #fff;
    display: inline-block;
    padding: 13px 30px;
    border-radius: 5px;
    font-weight: 600;
    margin-left: 25px;
    transition: .3s;
}
a.getquote_btn:hover {
    background: #1C354C;
    color: #fff;
}
.is-sticky .get_quote_text {
    padding: 15px 0
}
/* dropdown */
.innerSidebar.cart_popup {
	width: 275px;
}
.innerSidebar {
	position: absolute;
	top: 100%;
	right: 0;
	color: #555;
	background-color: #fff;
	padding: 0;
	display: none;
	transition: all .3s linear;
	z-index: 9999;
	padding: 10px;
	border: medium none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}
.items_list {
	margin: 0 0 15px;
	max-height: 240px;
	overflow-y: auto;
	scrollbar-width: thin;
	/* scrollbar-color: #cebeb0 #9e7d60; */
}
.flex_space_between {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.item_photo_name {
	border-bottom: 1px solid #918d8d1c;
}
.item_photo {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 15px;
	padding: 5px;
	width: 70px;
}
.item_photo img {
	width: 80px;
}
.item_details h4 {
	color: #555;
	font-size: 14px;
	margin: 0 0 5px;
	font-weight: 400;
}
.redirectBtns .btn.viewCart {
	background-color: #F6F6F6;
	/* color: #fff; */
	margin-top: 15px;
}
.navbar-dark .navbar-nav .nav-link {
	border-bottom: 1px solid transparent;
}
.redirectBtns .btn.viewCart, .redirectBtns .btn.checkout, .redirectBtns .Quatation {
	display: block;
	margin: 0 auto;
	background-color: #F6F6F6;
	/* padding: 5px 25px; */
	margin-bottom: 20px;
	color: #042825;
	font-weight: 500;
	border-radius: 4px;
	font-size: 14px;
}
.header li:hover .innerSidebar {
	display: block;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

/*cart dropdown ends here*/
.user_login:hover .dropdown-menu.AccountDropdown {
    display: block;
	position: absolute;
}
.dropdown-menu.AccountDropdown {
    display: none;
	top: 25px;
}
.item_details img {
    width: 9px;
    padding-bottom: 1px;
}
.payMent img {
    width: 13px;
    padding-right: 4px;
}
a.dropdown-item:hover {
    color: #042825;
    background-color: transparent;
}




