@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Barlow:400,500,600,700&display=swap");
* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    transition: 0.2s;
}

:root {
  --base-color: #119cc3;
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
  font-size: 22px;
  background: #ffffff;
  color: #000000;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

ul {
    list-style: none;
    margin-bottom: 0;
}

p {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 300;
    font-size: 22px;
    line-height: 1.7;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}

p a {
    display: inline;
    position: relative;
    color: #059;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

a,
a:hover,
a:visited,
a:active,
a:link {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}

p a:hover::after {
    opacity: 0.2
}

::selection {}

p::selection {}


.form-control {
    border: 1px solid #cccccc;
}

section {
    display: block;
    position: relative;
    box-sizing: border-box
}

.clear {
    clear: both
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table
}

.clearfix::after {
    clear: both
}

.clearfix {
    zoom: 1
}

.float_left {
    float: left
}

.float_right {
    float: right
}

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.fill_height {
    height: 100%
}

.super_container {
    width: 100%;
    overflow: hidden
}

.prlx_parent {
    overflow: hidden
}

.prlx {
    height: 130% !important
}

.nopadding {
    padding: 0px !important
}

.button {
    display: inline-block;
    background: white;
    border-radius: 5px;
    height: 48px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.button a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    color: #059;
    padding-left: 35px;
    padding-right: 35px
}

.button:hover {
    opacity: 0.8
}

.header {
    position: relative;
    width: 100%;
    z-index: 10
}

.standard_dropdown li {
    display: inline-block;
    position: relative;
    height: 56px
}

.standard_dropdown li li {
    display: block;
    width: 100%
}

.standard_dropdown li li a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #f2f2f2;
    font-size: 16px
}

.standard_dropdown li:last-child a {
    border-bottom: none
}

.standard_dropdown li.hassubs>a i {
    display: inline-block;
    margin-left: 5px
}

.standard_dropdown li a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #059;
    line-height: 56px;
    white-space: nowrap;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.standard_dropdown li a:hover {

}

.standard_dropdown li a i {
    display: none;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    font-size: 12px
}

.standard_dropdown li ul {
    display: block;
    position: absolute;
    top: 120%;
    left: 0;
    width: auto;
    visibility: hidden;
    opacity: 0;
    background: white;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1
}

.standard_dropdown li:hover>ul {
    top: 100%;
    visibility: visible;
    opacity: 1
}

.standard_dropdown ul ul {
    left: 100%;
    top: 0 !important
}


.header_main {
    z-index: 1;
    padding: .5rem 0;
}

.header.scrolled .header_main {
    display: none
}

.header_main_item {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.search_container {
    height: 80px
}

.search {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar {
  background: #f7f7f7;
}

.logo img {
    width: 200px
}

.logo_content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.custom_dropdown {
    width: calc((100% - 50px) * 0.399);
    height: 50px;
    float: left;
    padding-left: 26px
}

.custom_dropdown::before {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 28px;
    background: white;
    content: ''
}

.custom_dropdown_list i {
    display: inline-block;
    color: #059;
    font-size: 10px;
    margin-left: 3px;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px)
}

.custom_dropdown_placeholder {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    color: #059;
    line-height: 48px;
    cursor: pointer
}

.custom_dropdown_placeholder i {}

.custom_list {
    text-align: left;
    position: absolute;
    padding: 0;
    top: 75px;
    left: -15px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: all 0.2s ease
}

.custom_list.active {
    visibility: visible;
    opacity: 1;
    top: 50px;
    box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease
}

.custom_list li {
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    background: white;
}

.custom_list li a {
    display: block;
    color: #059;
    line-height: 35px;
    border-bottom: solid 1px #ededed;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.custom_list li a:hover {
    color: #059
}

select {
  height: 68px !important;
  font-size: 20px !important;
  color: #666666 !important;
  background-color: #fafafa !important;
  border-color: #cccccc !important;
}

select:hover {
    cursor: pointer
}

select option {
    border: 0;
    border-bottom: 1px solid #555;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none
}

.logo_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: white;
    border: none;
    outline: none;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.login_cart {
    height: 90px
}

.login {

}

.login_icon img {
    width: 100%
}

.login_content {
    margin-left: 14px;
    padding-left: 50px;
    border-left: 1px solid #fff;
}

.login_text a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.login_text a:hover {
    color: #059
}

.login_count {
    margin-top: -2px;
    color: #059;
    font-size: 14px
}

.main-content-text {
  font-size: 20px;
  color: #636060;
}

.cart_count {
    bottom: -2px;
    right: -14px;
    width: 30px;
    height: 30px;
    background: #fff;
}

.cart_count span {
    display: block;
    line-height: 28px;
    font-size: 14px;
    color: #059;
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
    font-weight: 700;
    text-align: center;
}

.cart_icon img {
    width: 100%
}

.cart-top-banner {
  background-image: url("/frontend/img/blog-banner.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  padding-top: 131px;
  padding-right: 15px;
  padding-bottom: 131px;
  padding-left: 15px;
  text-align: center;
}

.cart_content {
    margin-left: 28px;
    padding-right: 50px;
}

.cart_price {
    font-size: 14px;
    color: #059;
    margin-top: -2px
}

.main_nav {
  width: 100%;
  box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
  background: #00000030;
  padding: 22px 0;
  text-transform: uppercase;
}
.main_nav_menu ul {
    padding-left: 0;
}

.page_menu_nav {
    margin-left: 30px;
}

.header.scrolled .main_nav {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.main_nav_content {
    width: 100%;
    height: 60px
}

.cat_menu_container {
    width: 293px;
    height: 100%;
    background: white;
    padding-left: 35px;
    cursor: pointer;
    z-index: 1
}

.cat_menu_title {
    height: 100%
}

.cat_burger {
    width: 18px;
    height: 14px
}

.cat_burger span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: white;
}

.cat_burger span:nth-child(2) {
    top: 6px
}

.cat_burger span:nth-child(3) {
    top: 12px
}

.cat_menu_text {
    font-size: 18px;
    font-weight: 400;
    color: #059;
    text-transform: uppercase;
    margin-left: 20px
}

.cat_menu_container ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background: white;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease
}

.cat_menu_container>ul {
    padding-top: 13px
}

.cat_menu_container:hover .cat_menu {
    visibility: visible;
    opacity: 1
}

.cat_menu li {
    display: block;
    position: relative;
    width: auto;
    height: 46px;
    border-bottom: solid 1px #f2f2f2;
    padding-left: 35px;
    padding-right: 30px;
    white-space: nowrap
}

.cat_menu li.hassubs>a i {
    display: block
}

.cat_menu li a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #059;
    line-height: 46px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.cat_menu li a:hover {
    color: #059
}

.cat_menu li a i {
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 12px
}

.cat_menu li ul {
    display: block;
    position: absolute;
    top: 35px;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    background: white;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1)
}

.cat_menu li:hover>ul {
    top: 0;
    visibility: visible;
    opacity: 1
}

.main_nav_dropdown li {
    margin-right: 35px
}

.main_nav_dropdown li:last-child {
    margin-right: 0px
}

.main_nav_dropdown li a {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 60px
}

.main_nav_dropdown li a:hover {

}

.main_nav_dropdown li li {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0px
}

.menu_trigger_container {
    display: none;
    width: auto;
    height: 100%;
    padding-right: 25px;
    padding-left: 15px;
    cursor: pointer
}

.menu_trigger {
    height: 100%
}

.menu_burger_inner {
    display: inline-block
}

.menu_trigger_text {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    margin-right: 16px
}

.menu_trigger_text span, .menu_trigger_text .fa {
 color: #000000;
  font-size: 30px;
}

.topbar {
  background-color: #000;
  padding: 8px 0;
}
.topbar .topbar-text {
  margin: 0;
}

.topbar a {
  color: #fff;
}

.menu-header-top-container ul {
  display: flex;
  font-size: 14px;
  list-style: none;
  margin: 0;
}

.menu-header-top-container li {
  margin: 0 10px;
}

.page_menu {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.page_menu_content {
    height: 0px;
    background: white;
    overflow: hidden
}

.page_menu_search {
    display: none;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px
}

.page_menu_search_input {
    width: 100%;
    height: 40px;
    background: white;
    color: #059;
    border: none;
    outline: none;
    padding-left: 25px
}

.page_menu_item {
    display: block;
    position: relative;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    vertical-align: middle
}

.page_menu_item>a {
    display: block;
    color: #059;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.page_menu_item>a:hover {
    color: #059
}

.page_menu_item a i {
    display: none;
    margin-left: 8px
}

.page_menu_item.has-children>a>i {
    display: inline-block
}

.page_menu_selection {
    margin: 0;
    width: 100%;
    height: 0px;
    overflow: hidden;
    z-index: 1
}

.page_menu_selection li {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 50px
}

.page_menu_selection li a {
    display: block;
    color: #059;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease
}

.page_menu_selection li a:hover {
    color: #059
}

.page_menu_selection li:last-child a {
    border-bottom: none
}

.menu_contact {
    text-align: center;
}

.menu_contact_item {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    line-height: 56px;
    margin-right: 40px;
    color: #059
}

.menu_contact_item:not(:first-child) {
    margin-right: 0px
}

.menu_contact_item a {
    font-size: 12px;
    font-weight: 300;
    line-height: 56px;
    color: #059;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.menu_contact_item a:hover {
    color: #059
}

.menu_contact_item:last-child {
    margin-right: 0px
}

.menu_contact_icon {
    display: inline-block;
    margin-right: 14px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

.all-product-banner {
    padding: 1rem;
    background: transparent;
}

.all-product-banner h1 {
    font-size: 3vw;
}

.card-ecommerce .card-img-top {
    padding: 0 30px 0;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.view.view-cascade.overlay {
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.card-ecommerce {
  border: none;
  border-radius: 0;
  padding: 0 0 1rem 0;
  background: #f4f4f4 !important;
}

.purchase-guide-info {
  background-color: #073e4e !important;
  color: white;
  border: none;
  border-radius: 0;
  padding: 1rem;
  margin: 1rem 0;
}

.purchase-guide-info h1 {
  font-weight: 600;
  color: #fff;
}

.purchase-guide-info p {
  color: #fff;
  font-size: 16px;
  margin: 1.5rem 0;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.purchase-guide-info a {
  background: #fff;
  padding: 1rem 2rem;
  font-weight: 500;
  border-radius: 0;
}

/*.card-ecommerce:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #0000004d;
  border-radius: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  z-index: -1;
}

.card-ecommerce:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}*/

.card-body-cascade a{
  color: var(--base-color);
  font-size: 22px;
  font-weight: 400;
  width: 100%;
  overflow: hidden;
}

.card-body-cascade {
  padding: 1rem 0 0 0;
  text-align: center;
}

.card-body-cascade .price {
  color: #555 !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 0;
}

.card-ecommerce .btn {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
    display: block;
    width: 100%;
    border-radius: 0;
}

.card-ecommerce .add-to-card {
  color: #2D2362;
  border: 1px solid #2D2362;
  background-color: #fff;
  text-transform: uppercase;
  padding: 14px 10px;
  border-radius: 0;
  font-weight: bold;
}

.card-ecommerce .view-btn {
  color: #007bff;
  border: 2px solid #555;
  text-transform: uppercase;
  padding: 13px 10px;
  border-radius: 0;
  font-weight: bold;
}

.stock-details {
  font-size: 12px;
  color: #cecaca;
  text-transform: uppercase;
  margin-left: 0.8rem;
}

.alert {
    color: #858585;
    text-shadow: none;
    background-color: #191919;
    border: 0 none;
    padding: 1rem;
    font-weight: 700;
}

.banner {
    background: #059;
    border: 8px solid #059;
}

.banner img {
    width: 100%;
}

.payment-options {
    padding: 1rem;
}

.payment-options img {
    padding: 1rem;
    height: 70px;
}

.banner-footer {
    background: white;
    padding: 1rem;
}

.additional-get h1{
    float: right;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3.2vw;
}

.additional-discount h1 {
    float: left;
    color: #059;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3.2vw;
}

.custom-btn {
    border: 1px solid #119cc3;
    color: #ffffff;
    background-color: #119cc3;
    text-transform: uppercase;
    display: block;
    border-radius: 0;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    padding: 1rem;
}

.custom-btn-white {
  border: 1px solid #119cc3;
  color: #119cc3;
  background-color: #ffffff;
  text-transform: uppercase;
  display: block;
  border-radius: 0;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  padding: 1.5rem 0;
}

.custom-btn-white:hover {
  color: #000 !important;
  border: 2px solid #ffffff;
  background: #ffffff;
}

/*Footer*/

/* Main Footer */
footer .main-footer{
  padding: 5rem 0 2rem 0;
  color: #909090;
  background-color: #1e2123;
}
footer .main-footer h5 {
    font-weight: 700;
    color: #fff;
    font-size: 28px;
}

footer .main-footer p, .main-footer a {
    font-size: 14px;
}
/* Copy Right Footer */
.footer-copyright {
  background: #25292b;
  color: #fff;
  padding: 13px 0;
}
.footer-copyright .logo {    display: inherit;}
.footer-copyright nav {    float: right;    margin-top: 5px;}
.footer-copyright nav ul {	list-style: none;	margin: 0;	padding: 0;}
.footer-copyright nav ul li {	border-left: 1px solid #505050;	display: inline-block;	line-height: 12px;	margin: 0;	padding: 0 8px;}
.footer-copyright nav ul li a{	color: #fff;}
.footer-copyright nav ul li:first-child {	border: medium none;	padding-left: 0;}
.footer-copyright p {	color: #fff;	margin: 2px 0 0; font-size: 14px}

/* Footer Top */
.footer-top{	background: white;	padding-bottom: 30px;	margin-bottom: 30px;	border-bottom: 3px solid #222;}

/* Footer transparent */
footer.transparent .footer-top, footer.transparent .main-footer{background: white}
footer.transparent .footer-copyright{	background: white }

/* Footer light */
footer.light .footer-top{	background: white;}
footer.light .main-footer{	background: white;}
footer.light .footer-copyright{	background: white;}
footer .fa {
    font-size: 22px;
}
/* Footer 4 */
.footer- .logo {    display: inline-block;}

/*====================
	Widgets
====================== */
.widget{	padding: 20px;	margin-bottom: 40px;}
.widget.widget-last{	margin-bottom: 0px;}
.widget.no-box{	padding: 0;	background-color: transparent;	margin-bottom: 40px;
    box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none;}
.widget.subscribe p{	margin-bottom: 18px;}
.widget li a{	color: #fff;}
.widget-title {margin-bottom: 20px; color: #fff}
.widget-title.text-center span,.widget-title.text-center span::after {margin-left: auto;margin-right:auto;left: 0;right: 0;}
.widget .badge{	float: right;	background: white;}
.widget.no-box ul li {
    list-style-type: none;
}

.widget.no-box ul {
    line-height: 2.5;
    padding-left: 0;
}
.widget-footer h3 {
    color: #fff !important;
}
.typo-light h1,
.typo-light h2,
.typo-light h3,
.typo-light h4,
.typo-light h5,
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span
{	color: #fff;}

ul.social-footer2 {	margin: 0; padding: 0;	width: auto;}
ul.social-footer2 li {display: inline-block; padding: 0;}
ul.social-footer2 li a:hover { color: #059 }
ul.social-footer2 li a {display: block;	height: 30px; width: 30px; text-align: center; font-size: 22px}


.footer-submenu-title {
  color: #929292 !important;
  margin-bottom: 1rem;
  font-weight: 600;
}

.copy {
    text-align: left;
    vertical-align: baseline
}

.color-ash {
    color: #999999 !important;
}

/*footer end */

/* start cart block*/

.cart_container .cart_text a{
    color: #fff;
    font-size: 16px;
    font-weight: 700;

}

.cart_block {
    position: absolute;
    top: 40px;
    right: 42px;
    z-index: 100;
    display: none;
    height: auto;
    background: white;
    border: 1px solid #333;
    color: #fff;
    padding: 30px;
    width: 350px;
}

.cart_block .cart-images{
    width: 80px;
}

.cart_block .cart-images img {
    width: 80px;
}

.cart_block .cart-info {
    overflow: hidden;
    position: relative;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 10px;
    padding-left: 10px;
}

.cart_block .cart-info .product-name a{
    padding-bottom: 5px;
    margin-top: -4px;
    color: #059;
}

.cart_block .cart-info .product-name {
  color: #059;
}

.cart_block .cart-info .product-price a{
    color: #059;
}

.cart_block .product-qty {
    display: flex;
    align-items: center;
    color: #858585;
}

.cart_block .remove-link {
    position: absolute;
    left: -8px;
    top: 24px;
    background-color: #191919;
    border-radius: 50%;
    display: block;
    width: 25px;
    height: 25px;
}

.cart_block_product {
    display: flex;
    position: relative;
    border-top: 1px solid #333;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cart_block .cart-prices-item {
    border-top: 1px solid #333;
    overflow: hidden;
    justify-content: space-between;
    display: flex;
    padding: 19px 0px;
}

.cart_block .cart-prices-item .item-title{
    color: #059;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

/*end cart block */

/*start product view*/

.breadcrumb{
    color: #858585;
    text-transform: uppercase;
    border-top: 0 none;
    border-bottom: 1px solid #333333;
    background: transparent;
}

.breadcrumb a{
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    font-size: 12px;
}

.breadcrumb .item-scope {
    padding-bottom: 1rem;
}

.row1 {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  background-color: #00000030;
  padding: 3rem;
}
#ProductImg {
    margin-bottom: 25px;
    transition: 0.4s;
}

.product-short-des .price {
    margin-bottom: 15px;
}

.product-short-des .price span:first-child {
    font-size: 25px;
    font-weight: 500;
    margin-right: 10px;
    color: #059;
}
.product-short-des .price span:last-child {
    color: rgb(117, 117, 117);
    text-decoration: line-through;
    font-size: 19px;
}

.product-title {
  color: #333;
  font-size: 36px;
  line-height: 45px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: capitalize;
}

.short-description {

}

.small-imgs {
    display: flex;
}
.small-img {
    margin: 0 5px;
    cursor: pointer;
    width: 22%;
    height: 100px;
}

.product-show-details {
    margin: 0 0 2rem 0;
}

.product-show-details p {
    font-size: 18px;
    line-height: 15px;
}

.quantity-wanted {
    display: flex;
}



.quantity-wanted .button-minus, .quantity-wanted .button-plus {
  width: 80px;
  height: 76px;
  display: flex;
  text-align: center;
  vertical-align: middle;
  line-height: 48px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #ffffff;
  background-color: #119cc3;
  border-radius: 0;
}

.quantity-wanted .quantity_wanted_input {
  flex-grow: 1;
  text-align: center;
  background-color: transparent;
  color: #000;
  border-color: transparent;
  font-size: 14px;
  width: 50px;
  min-width: 50px;
  height: 76px;
}

.quantity-wanted .button-plus-custom {
  width: 50px;
  height: 50px;
}


.product-short-des {
    margin: 0 0 2rem 0;
}


.product-description {
    margin: 0;
    padding: 3rem 0;
}

.cart-success-custom-alert {
  background-color: #0b9444;
  color: #ffffff;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.cart-success-custom-alert .btn {
  padding: 1rem;
  background: #119cc3;
  border: none;
  border-radius: 0;
  font-size: 18px;
  text-transform: uppercase;
}

.table-data-sheet {
    margin-bottom: 80px;
    padding-left: 0;
}

.table-data-sheet .feature-name {
    color: #858585;
}

.table-data-sheet .feature-name {
    color: #858585;
}

.cart img:hover {
    cursor: pointer;
    opacity: .8;
}

#imageShowModal .remove-link {
    position: absolute;
    right: -10px;
    font-size: 0;
    top: -8px;
    background-color: #ca2424;
    border-radius: 50%;
    display: block;
    width: 26px;
    height: 27px;
}

/* end product view */

/*image modal */

#imageShowModal p {
    color: black;
    font-weight: 500;
    font-size: 20px;
}

#imageShowModal img {
    width: 100%;
    text-align: center;
}

/*start cart modal */

#cart-modal {
    color: #484848;
}

#cart-modal .modal-header{
  background: #2d2362;
  color: #fff;
  border: none;
  margin: 0;
}

#cart-modal .modal-title{
   width: 90%;
}

#cart-modal .cross{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    color: white;
    z-index: 2;
    font-size: 20px;
}

#cart-modal .cart-img {
    display: flex;
    justify-content: center;
}

#cart-modal .cart-img img{
    width: 60%;
}

#cart-modal .cart-qty, .cart-total {
    font-size: 16px;
    line-height: 1.5;
}

#cart-modal .cart-qty span:nth-child(1), .cart-total span:nth-child(1){
    font-weight: 600;
}

#cart-modal .cart-left-item{
    font-weight: 600;
    font-size: 18px;
    margin: 1rem 0;
}


#cart-modal .quantity-wanted .button-minus, #cart-modal .quantity-wanted .button-plus {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  background: #2D2362;
  border-radius: 0;
}

#cart-modal .quantity-wanted .quantity_wanted_input {
    color: #000;
    font-size: 18px;
    font-weight: 600
}

#cart-modal .box-cart-bottom {
    display: flex;
    justify-content: space-between;
}

#cart-modal .box-cart-bottom .btn {
    width: 100%;
    margin-right: .5rem;
    margin-top: 3rem;
}

/* end cart modal */

/* start shopping cart page start */

.shopping-cart .cart_title {
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  padding: 2rem 0;
  background: #00000034;
  margin-bottom: 1rem;
}

.order-detail-content {
  padding: 0 30px;
  margin-top: 3rem;
}

.order-detail-content tbody td.cart_product {
    padding: 30px 0;
    width: 80px;
}

.order-detail-content tbody td.cart_description {
    padding-left: 30px;
}

.order-detail-content tbody td.cart_description ul{
    padding-left: 0;
}

.order-detail-content .table tbody > tr > td {
    vertical-align: middle;
}

.order-detail-content tbody td .product-name {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
}

.cart_description .price-ul span:nth-child(1) {
    color: rgb(117, 117, 117);
    text-decoration: line-through;
}

.cart_description .price-ul span:nth-child(2) {
    color: #0087f3;
    font-size: 18px;
    margin-left: 5px;
}

.order-detail-content tbody td.cart_avail {
    color: #a3a3a3;
    text-transform: uppercase;
    font-size: 12px;
}

.order-detail-content tbody td.cart_total {
  color: #0087f3;
  text-align: center;
  font-weight: 500;
}

.order-detail-content tbody td.cart_delete {
    text-align: center;
    width: 1%;
}

.order-detail-content tbody td.cart_delete .cart_quantity_delete{
    background-color: #191919;
    border-radius: 50%;
    display: block;
    padding: 0;
    width: 30px;
}

.order-detail-content .table tbody > tr > td.cart_quantity {
    width: 70px;
}

.quantity-wanted-cart {
    display: flex;
    border: 1px solid #2d236226;
}

.order-detail-content .quantity-wanted .quantity_wanted_input {
    min-width: 45px;
    width: 70px;
}


.order-detail-content .table>:not(caption)>*>* {
  border: none;
  padding: 20px;
}

.order-detail-content .table td {
  border-bottom: 1px solid #ddd;
}

.order-detail-content .table th {
  background-color: rgba(0,0,0,.03);
}

.continue-shopping-btn .btn {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #2d2362;
  border: 1px solid #2d2362;
  white-space: nowrap;
  display: block;
  text-align: center;
  padding: 14px 10px;
  text-transform: uppercase;
  margin: 2rem 0;
}

.cart_summary_right {
  padding: 1rem;
}

.cart_summary_right table{
  width: 100%;
}

.cart_summary_right table>:not(caption)>*>* {
  border: none;
  padding: 20px;
}

.cart_summary_right table th {
  background-color: rgba(0,0,0,.03);
  width: 35%;
}
.cart_summary_right table td {
  border-bottom: 1px solid #ddd;
}


.cart_summary_right .table-data-sheet .feature-name {
    color: #858585;
    font-weight: 600;
    font-size: 12px;
}

.cart_summary_right .table-data-sheet li {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    font-size: 14px;
    border-bottom: 1px solid #333;
    padding-top: 25px;
    padding-bottom: 26px;
    color: #fff;
    font-weight: 600;
}

.coupon-apply {
    width: 100%;
}

.coupon-apply input {
    border-radius: 0;
    margin-right: 1px;
    height: 68px;
    width: 20%;
}

.coupon-apply .btn {
  border-radius: 0;
  background: #119cc3;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 2;
  padding: 0.5rem 1rem;
  width: 20%;
}

.cart_summary_right .custom-btn {
    padding: 1rem 0;
}
/* end shopping cart page */


/*start checkout form*/

.checkout-form {
  margin-bottom: 2rem;
}

.checkout-form input[type='radio'] {
    margin-top: 5px;
}

.form-group .form-control:focus {
    color: #059;
    border-color: #242424;
    outline: 0;
}

.checkout-form .custom-btn {
    padding: 1rem 0;
    font-weight: 500;
    margin-top: 1rem;
}

.box-cart-bottom .custom-btn {
  padding: 1.5rem 0.5rem !important;
  font-size: 16px;
}

.secure-checkout {
    font-size: 30px;
    font-weight: 500;
}

/*end checkout form*/


/* start login */
.auth-form .custom-btn {
    font-size: 12px;
    padding: .8rem 0;
    font-weight: 500;
    width: 100%;
}

.auth-form .forget-pass {
    font-size: 12px;
    color: #858585;
    text-decoration: underline
}

.auth-form .forget-pass:hover {
    font-size: 12px;
    color: #858585;
    text-decoration: none
}

.auth-form h4 {
  font-weight: 600;
  margin: 3rem 0 3rem 0;
  color: #ffffff;
}

.auth-form {
  background: #00000030;
  margin-bottom: 3rem;
  margin-top: 2rem;
  padding-bottom: 2rem;
}

/* end login */

/* start ticket */

.ticket .form-group textarea {
    border-radius: 0;
    color: #858585;
    height: 200px;
}
/* end ticket */


.form-group label{
    color: #858585;
    font-size: 12px;
    margin-bottom: 11px;
    letter-spacing: 0.1px;
    font-weight: 700;
}

.form-group {
    margin-bottom: 25px;
}

.table-head {
  font-size: 16px;
}

.form-group input[type='text'],
input[type='password'],
input[type='email'],
input[type='number'] {
  border-radius: 0;
  height: 68px;
  font-size: 20px;
  color: #666666;
  font-weight: 300;
  background-color: #fafafa;
  border-color: #cccccc !important;
}

.form-group textarea {
    border-radius: 0;
    color: #858585;
}


.form-control:focus {
    color: #666666;
    border-color: #fafafa;
    outline: 0;
}


/*start contact us*/
.contact-us-form {
  padding: 3rem 2rem;
  background: #00000030;
  margin-bottom: 2rem;
}

.contact-us-form .group-btn a {
    margin: .5rem;
    width: 100%
}

.contact-us-form .group-btn a:first-child {
    background: transparent;
    color: #059;
}
/*end contact us*/


/*start large search*/

.lg-search {
    background: #2D2362;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    transition: all .5s ease-in-out;
}

.lg-search form {
    margin-top: 2rem;
}

.lg-search input {
  padding: 32px 20px;
  font-size: 26px;
  line-height: 32px;
  background: transparent !important;
  color: #fff;
  border: 1px solid #fff !important;
  border-radius: 0;
}

.lg-search input:focus {
    border: none;
    box-shadow: 0 0 0 0;
    color: #fff !important;
}

.lg-search a {
  font-size: 28px;
  color: #fff;
}

.lg-search a:hover {
    color: #ff0000;
}

    /*end large search*/

/*end contact us*/



/*start order details*/
.order-details h1 {
    font-size: 30px;
    font-weight: 500;
}

.order-final-content ul {
    border-bottom: 1px solid #333;
    padding-bottom: 1rem;
}

.order-final-content .address ul {
    border-bottom: none;
    padding-bottom: 1rem;
}

.order-final-content ul li{
    display: flex;
    justify-content: space-between;
    margin-bottom: .5rem;
}

.order-final-content .title {
    text-align: center;
    text-transform: uppercase;
}

.order-final-content .table-data-sheet {
    margin-bottom: 1rem;
    padding-left: 0;
}

.order-final-content .feature-name {
    font-size: 18px;
    font-weight: 500;
}

.order-final-content .alert {
    color: #008b8b !important;
}
/*end order details*/

/*start auth check*/

.auth-check h1 {
    font-weight: 700;
    font-size: 60px;
    text-transform: uppercase;
    margin: 1rem 0;
    line-height: .7;
}

.auth-check .alert {
    color: #008b8b;
    font-size: 17px;
}

.auth-check .heading {
    letter-spacing: 3px;
    margin: 3rem 0;
}

.auth-check .heading h3{
    letter-spacing: 4px;
    font-size: 22px;
    color: #858585;
}

.auth-check .custom-btn{
    font-size: 18px;
    padding: .6rem;
}

/*end auth check*/

/*start blog section*/

.blog-sidebar {
    padding: 1rem 0.5rem;
    background: #0000002e;
}

.blog-card-img-top {
    width: 100%;
}

.blog-page .card-body-cascade {
    padding: 1rem .5rem;
}

.blog-page .card-ecommerce {
    border: 1px solid #ffffff;
    background: #0000007d !important;
}

.blog-page .card-ecommerce:hover {
    border: 1px solid #8a2be2;
    -webkit-box-shadow: 0px 0px 119px -35px rgba(138,43,226,0.93);
    -moz-box-shadow: 0px 0px 119px -35px rgba(138,43,226,0.93);
    box-shadow: 0px 0px 119px -35px #014599;
}

.blog-page .card-ecommerce img{
    transform: scale(1);
}

.vertical-card {
    display: flex;
    justify-content: space-evenly;
    background-color: #191919;
    padding: .4rem;
    border: 1px solid #333333;
}

.blog-page h1 {
  font-weight: 700;
  letter-spacing: 0px;
  font-size: 40px;
  padding: 1rem;
  background: #00000034;
}

.vertical-card:hover {
    border: 1px solid #5f9ea0;
}

.vertical-card .img{
    width: 40%;
}

.vertical-card img{
    width: 100px;
}

.vertical-card .title{
    padding-left: .8rem;
}

.blog-show-page .comment {
  background: #00000034;
  padding: 1rem;
}

.vertical-card .title a{
    color: #119CC3FF;
}

.blog-cover img {
    width: 100%;
}

.star {
    color: red;
}

.blog-body {
    text-align: justify;
}

/*end blog section*/

@media only screen and (max-width: 1199px) {
    .main_nav_dropdown li {
        margin-right: 30px
    }

    .main_nav_dropdown li a {
        font-size: 16px
    }
}

@media only screen and (max-width: 991px) {

    .custom_dropdown {
        text-align: left
    }

    .main_nav {
        margin-top: 56px
    }

    .main_nav_menu {
        display: none
    }

    .search_container,
    .login_cart {
        height: 125px
    }

    .menu_trigger_container {
        display: block
    }
    
    .card-deck {
    align-items: stretch;
        margin-left: 0;
        margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {

  footer {
    margin-left: -15px;
    margin-right: -15px;
  }

    .purchase-guide-info h1 {
      font-size: 25px;
    }

    .main-slider .carousel-inner img {
        height: auto !important;
    }

    .freeworkout {
        display: none;
    }

    /*.logo {
        display: none
    }*/

    .page_menu_search {
        display: block
    }

    .main_nav {
        margin-top: 0px
    }

    .product-title {
        margin-top: 65px;
    }
    .sze {
        margin-top: 28px;
    }
    .qty {
        margin-top: 28px;
    }

    .qty-add-cart {
        padding-left: 0;
    }


    .order-detail-content tbody td.cart_avail {
        width: 100%;
        margin-top: 30px;
        border-top: 1px solid #333;
        line-height: 36px;
        display: none;
    }

    .auth-check h1 {
        font-weight: 700;
        font-size: 40px;
        text-transform: uppercase;
        margin: 1rem 0;
        line-height: .7;
    }

    .auth-check .heading {
        letter-spacing: 0;
        margin: 3rem 0;
    }

    .auth-check .heading h3 {
        letter-spacing: 2px;
        font-size: 18px;
    }

    .blog-sidebar {
        padding: 25px;
    }

    .blog-page h1 {
        font-size: 34px;
        margin: 2rem 0;
        text-align: center;
    }

    .blog-show-page .blog-title h1{
        font-size: 26px;
    }

    #cart-modal .cart-img img {
        width: 35%;
        height: 100%;
    }

    .on-mobile {
      display: none;
    }

    .coupon-apply input {
      width: 50%;
    }

    .coupon-apply .btn {
      font-size: 16px;
      padding: 0.5rem;
      width: 50%;
    }

  .cart_summary_right table th {
    background-color: rgba(0,0,0,.03);
    width: 55%;
    font-size: 16px;
  }

  .cart_summary_right table td {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
  }

  .cart-top-banner {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

@media only screen and (max-width: 575px) {

  h2 {
      font-size: 24px
  }

  p {
      font-size: 13px
  }

  .cat_burger {
      width: 16px;
      height: 12px
  }

  .cat_burger span:nth-child(2) {
      top: 5px
  }

  .cat_burger span:nth-child(3) {
      top: 10px
  }

  .menu_trigger_text {
      font-size: 13px;
      margin-right: 10px
  }

  .login_content {
      margin-left: 6px
  }

  .login_text {
      display: none
  }

  .cart_text {
      display: none
  }

  .login_text a {
      font-size: 14px
  }

  .login_count,
  .cart_price {
      font-size: 12px
  }

  .login_icon {
      width: 20px
  }

  .cart_content {
      margin-left: 18px
  }

  .cart_icon {
      width: 17px
  }

  .cart_count {
      width: 25px;
      height: 25px;
  }

  .cart_count span {
      line-height: 23px
  }

  /*.logo {
      display: none
  }*/

  .main_nav {
      width: calc(100% + 30px);
      margin-left: -15px;
      margin-right: -15px;
      margin-top: 0px
  }

  .main_nav_content {
      height: 35px
  }

  .menu_trigger_container {
      padding-right: 15px
  }

  .page_menu_item>a {
      font-size: 12px
  }

  .page_menu_selection li a {
      font-size: 12px
  }

  .button a {
      font-size: 12px;
      line-height: 32px;
      padding-left: 25px;
      padding-right: 25px
  }

  .additional-get h1{
      font-size: 5vw;
  }

  .additional-discount h1 {
      float: left;
      color: #059;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 5vw;
  }

  .payment-options img {
      height: 100%;
  }

 .login_cart {
     justify-content: end !important;
 }

  .search_container, .login_cart {
      height: 90px;
  }

  .col-md-12 {
      padding: 0 !important;
  }

  .cart-success-custom-alert {
    display: block
  }

  .small-img {
      height: 70px;
  }

  .checkout-form {
      padding: 1rem;
  }

  .auth-form h4 {
      margin: 2rem 0 3rem 0;
  }

  .lg-search {
      padding: 1rem;
  }

  .coupon-apply input {
    width: 50%;
  }

  .coupon-apply .btn {
    font-size: 16px;
    padding: 0.5rem;
    width: 50%;
  }

  .cart_summary_right table th {
    background-color: rgba(0,0,0,.03);
    width: 55%;
    font-size: 16px;
  }

  .cart_summary_right table td {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
  }
  .cart-top-banner {
    padding-top: 55px;
    padding-bottom: 55px;
  }

}
@media only screen and (max-width: 425px) {
    .logo img {
        width: 180px;
    }
}
@media only screen and (max-width: 380px) {
    .logo img {
        width: 130px;
    }
}

/* User profile dropdown on header */

.login_content .dropbtn {
    background-color: black;
    padding: 16px;
    border: none;
    color: #059;
    font-size: 16px;
    font-weight: 700;
}

.login_content .dropdown {
    position: relative;
    display: inline-block;
}

.login_content .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.login_content .dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background: #191919;
}

.login_content .dropdown-content a:hover {
    background-color: #353333;
}

.login_content .dropdown:hover .dropdown-content {
    display: block;
}

.checkout-title-wrapper {
  background: #00000033;
  margin-bottom: 1rem;
}

.required {
    color: red;
}

.price {
    color: #059;
}

.btn-outline-blue {
  color: #fff;
  border-color: #fff;
  background: transparent;
  font-weight: 600;
}

.btn-outline-blue:hover {
  color: #059;
  border-color: #059;
  background: #fff;
  font-weight: 600;
}

.card {
    background-color: white;
    flex: 1 0 auto;
}

.footer-input {
  color: #2D2362 !important;
  background-color: #ffffff !important;
  border: 2px solid #adadad61!important;
  border-radius: 5px;
}

.submit-btn-footer {
  background: #073e4e;
  color: #fff;
  font-weight: 500;
}


#booking {
	font-family: 'Montserrat', sans-serif;
	background-image: url('../img/background.jpg');
	background-size: cover;
	background-position: center;
}

#booking::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
}

.booking-form {
	max-width: 642px;
	width: 100%;
	margin: auto;
}

.booking-form .form-header {
	text-align: center;
	margin-bottom: 25px;
}

.booking-form .form-header h1 {
	font-size: 58px;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffc001;
	margin: 0px;
}

.booking-form>form {
	background-color: #101113;
	padding: 30px 20px;
	border-radius: 3px;
}

.booking-form .form-group {
	position: relative;
	margin-bottom: 15px;
}

.booking-form .form-control {
	background-color: #f5f5f5;
	border: none;
	height: 45px !important;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 400;
	color: #101113;
}

.booking-form .form-control::-webkit-input-placeholder {
	color: rgba(16, 17, 19, 0.3);
}

.booking-form .form-control:-ms-input-placeholder {
	color: rgba(16, 17, 19, 0.3);
}

.booking-form .form-control::placeholder {
	color: rgba(16, 17, 19, 0.3);
}

.booking-form input[type="date"].form-control:invalid {
	color: rgba(16, 17, 19, 0.3);
}

.booking-form select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.booking-form select.form-control+.select-arrow {
	position: absolute;
	right: 0px;
	bottom: 6px;
	width: 32px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	pointer-events: none;
	color: #101113;
	font-size: 14px;
}

.booking-form select.form-control+.select-arrow:after {
	content: '\279C';
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.booking-form .form-label {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 5px;
	display: block;
	text-transform: uppercase;
}

.booking-form .submit-btn {
	color: #101113;
	background-color: #ffc001;
	font-weight: 700;
	height: 50px;
	border: none;
	width: 100%;
	display: block;
	border-radius: 3px;
	text-transform: uppercase;
}
