/* Medik Common + Header CSS */
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;
}
select:focus,textarea:focus,button:focus {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
li.wishlistIcon {
    position: relative;
}
/* img {
    max-width: 100%;
} */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    font-weight: 500;
    font-family: 'Ubuntu', 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: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
    color: #000000;
}
.container-fluid {max-width: 1920px;padding-left: 100px;padding-right: 100px}
.section_heading {
    margin: 0 0 40px;
}
.section_tagline {
    color: #7b7b7b;
    font-style: italic;
}
.section_title {
    font-size: 40px;
    margin: 0 0 30px;
}
.section_title h2 {
    font-size: 50px;
    font-weight: 400;
}
/* Start Header CSS */
.header_area, .sticky-wrapper {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.header_container {
    margin: 0 auto;
    max-width: 1920px;
    padding: 40px 110px;
    transition: .3s
}
.main_navigation {
    margin: 0px;
    width: 40%
}
.is-sticky .header_area {
    background: #35C7DF;
}
.is-sticky .header_container {
    padding: 15px 110px;
}
.site_logo img {max-height: 100px;width: auto;transition: .3s}
.is-sticky .site_logo img {
    max-height: 100px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:active, .navbar-light .navbar-nav .nav-link:hover{
    color: #fff !important;
    border-bottom: 2px solid #fff;
}
.navbar-light .navbar-nav .nav-link.active{
    color: #fff !important;
    border-bottom: 2px solid #fff;
}
.user_login:hover .dropdown-menu.AccountDropdown {
    display: block;
	position: absolute;
}
.dropdown.user_login {
    padding: 10px;
    padding-right: 0;
}
.dropdown-menu.AccountDropdown {
    display: none;
	top: 43px;
}
.item_details img {
    width: 9px;
    padding-bottom: 1px;
}
.payMent img {
    width: 13px;
    padding-right: 4px;
}
a.dropdown-item:hover {
    color: #095fca;
    background-color: transparent;
}
.innerHeader {
	position: sticky;
	top: 0;
	z-index: 99;
}
.innerHeader .header_area, .innerHeader .sticky-wrapper {position: relative}
.innerHeader .header_area {background-color: #35C7DF}
.innerHeader .header_container {padding: 15px 100px}
.innerHeader .site_logo img {max-height: 60px;}
.mobile_logo{
    display: none;
}
.header_top {
    padding: 30px 0 0;
}
.search_login ul {
    display: flex;
    align-items: center;
}
.search_login {
    position: relative;
}
.search_login ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.search_login li {
    margin-right: 15px;
}
.search_login li a {
    color: #333;
    font-size: 18px;
}
.search_login li a:hover {
    color: #BE393E;
}
.search_btn {
    border: none;
    background: transparent;
}
.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: 113px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: 2;
}
.search_box.active {
    height: 50px;
    right: 64px;
    width: 30%;
}
.search_fields .form-group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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: #BE393E none repeat scroll 0 0; */
    border: medium none;
    color: #fff;
    font-size: 18px;
    height: 50px;
    min-width: 50px;
    width: 10%;
    background-color: #fff;
}
.user_cart ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cta_white {
    background: #fff none repeat scroll 0 0;
    border-radius: 34px;
    color: #000;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 45px;
    transition: .3s;
    border: 4px solid transparent;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.cta_white:hover {
    background: transparent;
    color: #fff;
    border: 4px solid #fff;
    box-shadow: none;
}
.discount_text .cta_white:hover {
    background: transparent;
    color: #000;
    border: 4px solid #000;
}
.cta_gradient {
    background: rgb(62,191,223);
    background: -moz-linear-gradient(-45deg,  rgba(62,191,223,1) 0%, rgba(25,111,206,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(62,191,223,1) 0%,rgba(25,111,206,1) 100%);
    background: linear-gradient(135deg,  rgba(62,191,223,1) 0%,rgba(25,111,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ebfdf', endColorstr='#196fce',GradientType=1 );
    color: #fff;
    display: inline-block;
    padding: 15px 45px;
    font-weight: 500;
    font-size: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 34px;
    border: none;
}
.cta_gradient:hover {
    background: #35C7DF;
    color: #fff
}
.user_cart li {
  margin-left: 20px;
}
.user_cart li.cart a.dropdown {
    position: relative;
}
.user_cart li.cart a.dropdown span.cart_badge, span.wishListBadge{
    position: absolute;
    top: -14px;
    right: -12px;
    background: #fff;
    width: 25px;
    text-align: center;
    height: 25px;
    border-radius: 50%;
    color: #35C7DF;
    font-size: 15px;
    font-weight: 500;
    padding: 2px 0px;
}
.main_navigation .navbar-brand {
  display: none;
}

