/* 
Colours:
greys:
#DCDCDC - Borders
#F1F1F1 - Backgrounds
#D3D3D3 - Backgrounds 
#A3A3A3 - Text on grey background
#00000029 - Light borders
 */
 body {
	margin: 0;
	padding: 0;
	font-family: 'Rubik', sans-serif;
	color: #000;
}

.text-muted {
    color: #000!important;
}

img {
	width: 100%;
	height: auto;
}

h1,
h2, h3,
h4,
h5,
h6 {
	margin-top: 0;
    font-weight: 300;
}

h2 {
    font-size:50px;
}

p, li {
    font-size: 15px;
    font-weight: 400;
    color: #000!important;
}

a {
    font-size: 15px;
    font-weight: 400;
}

strong {
    font-weight: 700;
}

ul {
	list-style-type: none;
	padding-left: 0;
}

a:hover, a:focus {
	border-bottom: 0;
	text-decoration: none;
    color: inherit;
}

i {
	vertical-align: middle;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

button:focus {
    outline: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary.blk {
    padding: 5px 40px!important;
    line-height: 35px;
    background-color: #000;
    color: #fff;
    border-radius: 10px!important;
    vertical-align: middle;
    font-size: 13px;
    border: none;
}

.btn-primary.blk:hover, .btn-primary.blk:not(:disabled):not(.disabled).active, .btn-primary.blk:not(:disabled):not(.disabled):active, .show>.btn-primary.blk.dropdown-toggle {
    background-color: #000;
    color: #fff;
}

.btn-primary.blk-transparent {
    padding: 5px 40px!important;
    line-height: 35px;
    background-color: transparent;
    color: #000;
    font-weight: 700;
    border-radius: 10px!important;
    vertical-align: middle;
    font-size: 15px;
    border: 2px solid #000;
}

.btn-primary.blk-transparent:not(:disabled):not(.disabled).active, .btn-primary.blk-transparent:not(:disabled):not(.disabled):active, .show>.btn-primary.blk-transparent.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
    outline: none;
}

.btn-primary.grey {
    padding: 5px 40px!important;
    line-height: 35px;
    background-color: #DCDCDC;
    color: #000;
    border-radius: 10px!important;
    vertical-align: middle;
    font-size: 13px;
    border: none;
}

.btn-primary.grey:not(:disabled):not(.disabled).active, .btn-primary.grey:not(:disabled):not(.disabled):active, .show>.btn-primary.grey.dropdown-toggle {
    color: #000;
    background-color:#DCDCDC;
    border-color: #DCDCDC;
    outline: none;
}

.btn-primary.dark-grey {
    padding: 5px 40px!important;
    line-height: 35px;
    background-color: #4B4B4B;
    color: #fff;
    border-radius: 10px!important;
    vertical-align: middle;
    font-size: 13px;
    border: none;
}

.btn-primary.dark-grey:not(:disabled):not(.disabled).active, .btn-primary.dark-grey:not(:disabled):not(.disabled):active, .show>.btn-primary.dark-grey.dropdown-toggle {
    color: #fff;
    background-color:#4B4B4B;
    border-color: #4B4B4B;
    outline: none;
}

/* Modal */
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 13px;
    outline: 0;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow:0;
    opacity: 1;
}
/* =========================== */

/* Collapse / accordion */
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: transparent;
    border: none!important;
}

.card-header a {
    color: #000;
    font-weight: 500;
}

.card-header i {
    float: right;
}

.accordion .card {
    border: none;
}

.accordion .card-header {
    padding: 20px 0;
    margin-bottom: 0;
    background-color: transparent;
    border: none!important;
}

.accordion .card-body {
    padding-left: 0;
    padding-right: 0;
}
/* ============================ */

.border-radius-10 {
    border-radius: 10px;
}

.grey-back {
    background-color: #F1F1F1;
}

.blk-back {
    background-color: #000!important;
}

.orange-back {
    background-color: #DD2A12!important;
}

.blue-back {
    background-color: #023744!important;
}

.blue-text {
    color: #023744 !important;
}

.orange-text {
    color: #DD2A12 !important;
}

.black-text {
    color: #000 !important; 
}


.font-20 {
    font-size: 20px;
}

.font-30 {
    font-size: 30px;
}

.font-40 {
    font-size: 40px;
}

.light-grey-txt, .light-grey-txt p, .light-grey-txt a, .light-grey-txt li {
    color: #A3A3A3;
}

.blk-txt {
    color: #000;
}

.wht-txt {
    color: #fff!important;
}

.product-variant {
    font-weight: 300;
}

.thin-text {
    font-weight: 300;
}

.list-media ion-icon {
    line-height: normal;
    margin-right: 15px;
    font-size: 20px;
    height: 25px;
    width: 20px;
}

.counter {
    position: relative;
    top: 0px;
    left: auto;
    z-index: 2;
    padding: 1px 5px;
    margin-left: -20px;
    font-size: 11px;
    color: #000;
    background-color: #D3D3D3;
    border-radius: 100%;
    font-weight: 400;
}

.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 #F1F1F1;
    border-radius: 10px;
}

.border-bottom, .border-top {
    border-color: #F1F1F1;
}

.blk-block .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 100px;
    padding: 1.25rem;
    vertical-align: middle;
    line-height: 80px;
}

.blue-block .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 100px;
    padding: 1.25rem;
    vertical-align: middle;
    line-height: 80px;
}

/* Breadcrumb */
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem .75rem 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb-item, .breadcrumb-item a, .breadcrumb-item.active, .breadcrumb-item+.breadcrumb-item::before {
    color: #DCDCDC;
    font-size: 13px;
}

.page-header .breadcrumb-item, .page-header .breadcrumb-item a, .page-header .breadcrumb-item.active, .page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    font-size: 13px;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    content: ">";
}

/* Pagination */
.page-link {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: transparent;
    border: none;
}

.page-link.active {
    font-weight: 500;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.page-link:hover {
    z-index: 2;
    color: #000;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}

/* Sidebar */
.products h1, .product-page h1 {
    font-size: 20px;
}

.sidebar .blk-back h2 {
    color: #fff;
    font-size: 25px;
}

.sidebar .blue-back h2 {
    color: #fff;
    font-size: 25px;
}

.sidebar .dropdown-menu.show {
    position: relative;
    top: 100%;
    left: 70px!important;
    z-index: 1000;
    float: none;
    padding: 0;
    margin: 0px;
    color: #000000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    height: auto;
    border-radius: 0;
    width: fit-content;
    display: contents;
}

.sidebar .dropdown a {
    line-height: 40px;
    vertical-align: middle;
    font-size: 13px;
}

.sidebar .dropdown a:hover {
    cursor: pointer;
}

.sidebar .dropdown .sub-heading {
    line-height: 20px;
    color:#858585;
}

.sidebar .dropdown-menu > li:hover {
    background-color: transparent;
    outline: none;
}

.sidebar .dropdown-menu li {
    position: relative;
    padding-left: 20px;
}

.sidebar .dropdown ion-icon {
    float: right;
    vertical-align: middle;
    line-height: 40px;
    color: #4B4B4B;
    height: 40px;
    width: 15px;
    text-align: right;
}

/* Carousel */
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10%;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
    font-size: 30px;
}

.controls-center {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
}

.btn-floating.left {
    position: absolute;
    left: -40px;
    top: 45%;
    color: #000;
    font-size: 30px;
}

.btn-floating.right {
    position: absolute;
    right: -40px;
    top: 45%;
    color: #000;
    font-size: 30px;
}
/* ============ */

.page-header {
    background-position: center center;
    background-size: cover;
    height: 60vh;
}

.page-header h1 {
    color: #fff;
    font-weight: 500;
    font-size: 30px;
}

.red-text {
    text-align: center;
    padding: 5% 0;
}

.red-text h2 {
    color: #DD2A12;
    text-transform: uppercase;
    font-weight: 500;
}

.header-search .input-group {
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 0;
}

footer .input-group, .newsletter .input-group {
    border: none;
    border-radius: 10px;
    padding: 0;
    background-color: #fff;
}

.header-search .input-group .form-control, footer .input-group .form-control, .newsletter .input-group .form-control {
    padding: 22px 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.logo a {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.header-links ion-icon, .mobi-header-links ion-icon {
    height: 30px;
    width: 40px;
    color: #000;
    text-align: center;
}

.header-links .login-links p, .header-links .login-links a {
    vertical-align: top;
    line-height: 16px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

header {
    padding-top: 14px;
    padding-bottom: 0px;
    box-shadow: 0px 3px 20px #00000029;
    background-color: #fff;
}

.nav-link {
    color: #000;
}

.nav-link.dropdown-toggle ion-icon {
    color: #023744;
    font-size: 30px;
    vertical-align: middle;
    margin-right: 20px;
}

.nav-link.dropdown-toggle {
    color: #000;
    vertical-align: middle;
}

.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
}

.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-submenu {
    position: relative;
}

.dropdown-menu .dropdown-toggle:after{
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}

.dropdown {
    position: relative;
}

.nav-item .submenu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-menu > li:hover{ 
    background-color: #f1f1f1;
}

.dropdown-menu > li:hover > .submenu{
    display: block;
}

header .dropdown-toggle::after {
    display: none;
}

.dropdown-item.first-level::after {
    content: '>';
    text-align: right;
    position: absolute;
    right: 10px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    /* min-height: 280px; */
    padding: .25rem 0;
    margin: 7px 0;
    color: #000000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #DCDCDC;
    border-radius: 0;
}

.dropdown-no-min-height {
    min-height: 0 !important;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #023744;
}

.dropdown-menu.first-level {
    min-width: 19rem;
}

.nav-link {
    font-weight: 600;
    font-size: 18px;
}

/* Home page */
.home-header .grey-back {
    min-height: 510px;
    padding: 20px 30px!important;
}

.home-header h1 {
    font-size: 30px;
}

.home-header h1>span {
    font-weight: 500;
    font-size: 40px;
}

.intro {
    padding: 5% 0;
}

.intro h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

.intro p {
    color: #A3A3A3;
}

.price {
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    vertical-align: top;
    margin-bottom: 0;
}

.wishlist ion-icon {
    color: #000;
    font-size: 30px;
    height: 40px;
    width: 30px;
}

.home-featured h2 {
    font-size: 25px;
}

/* Product page */

.product-page .nav-tabs .nav-item.show .nav-link, .product-page .nav-tabs .nav-link.active {
    color: #023744;
    background-color: #fff;
    border-color: transparent;
    border-bottom: 2px solid #023744;
}

.product-page .nav-link {
    display: block;
    padding: .5rem 0;
    margin-right: 60px;
    color: #4B4B4B;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.check-icon ion-icon {
    display: inline-block;
    width: 20px;
    height: 25px;
    contain: strict;
    fill: currentcolor;
    box-sizing: content-box !important;
    vertical-align: middle;
}

.alert-icon ion-icon {
    display: inline-block;
    width: 20px;
    height: 25px;
    contain: strict;
    fill: currentcolor;
    box-sizing: content-box !important;
    vertical-align: middle;
    margin-bottom: 2px;
}

.product-form .wishlist ion-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    contain: strict;
    fill: currentcolor;
    box-sizing: content-box !important;
    vertical-align: middle;
}

/* .product-page .nav-tabs .nav-link:hover {
    border-color: transparent;
    outline: none;
} */

/* Vendors */
.features ion-icon {
    font-size: 30px;
}

.vendor-profile-page h1 {
    font-size: 30px;
}

.vendor-card i {
    font-size: 30px;
}

.image-with-close ion-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
}

.input-with-post-icon ion-icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.ct-square {
    display: block;
    position: relative;
    width: 480px;
    height: 400px;
}

/* Customers */
.customer-dashboard ion-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
}

.customer-dashboard a, .image-with-close a {
    color: #000;
}

.file-field {
    border-radius: 13px;
}

.file-field .btn-primary {
    width: 150px;
}

.file-path-wrapper  {
    width: 400px;
    height: 45px;
    border-radius: 13px;
    vertical-align: middle;
}

.file-path.validate {
    display: inline-block;
    height: 50px;
    margin-left: 20px;
    border-radius: 13px;
}

/* Table styles */
.table-head {
    background-color: #023744;
    color: #fff;
    border: none;
}

.table-head th {
    color: #fff;
}

.remove-product ion-icon {
    font-size: 25px;
}

tbody>tr>td>img {
    width: 100px;
}

.table p {
    margin-bottom: 0;
}

.table i {
    font-size: 20px;
}

.cart-table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: inherit;
    border-radius: 1em;
    overflow: hidden;
    border: 1px solid #C5C5C5;
}

.cart-table thead th {
    font-weight: 400;
    border: none;
    padding: .75rem 0px .75rem 10px;
}

.addresses-table  thead th {
    border-top: none;
}

.cart-table thead th:last-child {
    border-bottom-right-radius: 13px;
    border-top-right-radius: 13px;
}

.cart-table thead th:first-child {
    border-bottom-left-radius: 13px;
    border-top-left-radius: 13px;
}

.cart-table>tbody>tr {
    border: 1px solid #C5C5C5;
}

.cart-table>tbody>tr>td {
    vertical-align: top;
    padding: .75rem 0px .75rem 10px;
    font-size: 15px;
    font-weight: 300;
    border: none;
}

.order-table td {
    padding: 20px 20px 10px 20px;
}

.table>tbody>tr>td:first-child, .table>tfoot>tr>td:first-child, .cart-table>tbody>tr {
    border-bottom-left-radius: 13px;
    border-top-left-radius: 13px;
}

.no-radius {
    border-bottom-left-radius: 0px!important;
    border-top-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    border-top-right-radius: 0px!important;
}

.table>tbody>tr>td:last-child, .table>tfoot>tr>td:last-child {
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
}

.order-table thead {
    border-bottom: 2px solid #023744;
}

.totals-block h4 {
    font-size: 20px;
}

/* =================================== */

input.qty-final[type=number] {
    -moz-appearance: textfield;
}

.w-5 {
    width: 5%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-40 {
    width: 40%;
}

.qty-final {
    width: 40px;
    background-color: transparent;
    border: none;
    text-align: center;
    padding: 0;
    padding-left: 5px;
    appearance: none;
    -webkit-appearance: none;
}

.qty {
    border-radius: 13px;
    padding: 10px;
}

.qty-down {
    font-size: 25px;
    color: #000;
}

.qty-up {
    font-size: 20px;
    color: #000;
}

/* form styles */
label {
    display: block;
    margin-bottom: .5rem;
    font-weight: 800;
}

.register-form label {
    color: #023744;
}

.input-with-post-icon .form-control {
    display: inline-block;
    width: auto;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #023744;
    outline: 0!important;
    box-shadow: none!important;
}

.number-input input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
  
.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
  
.number-input {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
  
.number-input button {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    position: relative;
}
  
.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    height: 2px;
    transform: translate(-50%, -50%);
}
  
.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}
  
.number-input input[type=number] {
    text-align: center;
}
  
.number-input.number-input {
    border: 1px solid #DCDCDC;
    width: 7rem;
    border-radius: 10px;
}
  
.number-input.number-input button {
    width: 2.6rem;
    height: .7rem;
}
  
.number-input.number-input button.minus {
    padding-left: 10px;
}
  
.number-input.number-input button:before,
.number-input.number-input button:after {
    width: .7rem;
    background-color: #DCDCDC;
}
  
.number-input.number-input input[type=number] {
    max-width: 3rem;
    padding: .5rem 0;
    border: none;
    border-width: 0 1px;
    font-size: 1rem;
    height: 2rem;
    color: #4B4B4B;
}

.wikishop-select {
    background-image: url('/images/arrow-down-grey.png')!important;
    background-position: calc(100% - 10px) 15px, calc(100% - 0px) 5px, 100% 0px;
    background-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #DCDCDC;
}

.wikishop-select:focus {
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}

input::placeholder {
    color: #E8E8E8;
}

input:-ms-input-placeholder, input:-ms-input-placeholder {
    color: #E8E8E8!important;
	font-weight: 600;
}

input::-ms-input-placeholder {
    color: #E8E8E8!important;
	font-weight: 600;
}

.wikishop-select::placeholder {
	color: #000!important;
	opacity: 1;
	font-weight: 600;
	font-size: 20px;
}



.custom-control-label::before {
    position: absolute;
    top: 0;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #000;
}

.custom-control-label::after {
    position: absolute;
    top: 0;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: none;
    background-image: none!important;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: transparent;
    background-color: #023744;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.form-check .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: middle;
    line-height: 18px;
}

/* input[file] {
    position: absolute;
    z-index: 999;
} */

/* Footer */
footer {
    background-color: #023744;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer .footer-newsletter p {
    font-size: 12px;
}

footer p, footer a, footer li, footer h5, footer h4 {
    color: #fff!important;
    margin-bottom: 15px;
}

footer a, footer li {
    font-weight: 300;
}

footer h5 {
    font-size: 30px
}

footer ion-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    contain: strict;
    fill: currentcolor;
    box-sizing: content-box !important;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
}

#email2 {
    display: none;
}

.chev-none::after {
    content: none !important;
    text-align: right;
    position: absolute;
    right: 10px;
}

.btn-primary.blue {
    padding: 5px 40px!important;
    line-height: 35px;
    background-color: #023744;
    color: #fff;
    border-radius: 10px!important;
    vertical-align: middle;
    font-size: 13px;
    border: none;
}

.btn-primary.blue:hover, .btn-primary.blue:not(:disabled):not(.disabled).active, .btn-primary.blue:not(:disabled):not(.disabled):active, .show>.btn-primary.blue.dropdown-toggle {
    background-color: #023744;
    color: #fff;
}

.btn-primary.blue-transparent {
    padding: 5px 40px!important;
    line-height: 35px;
    background-color: transparent;
    color: #023744;
    font-weight: 700;
    border-radius: 10px!important;
    vertical-align: middle;
    font-size: 15px;
    border: 2px solid #023744;
}

.btn-primary.blue-transparent:not(:disabled):not(.disabled).active, .btn-primary.blue-transparent:not(:disabled):not(.disabled):active, .show>.btn-primary.blue-transparent.dropdown-toggle {
    color: #fff;
    background-color: #023744;
    border-color: #023744;
    outline: none;
}

.btn-primary.orange {
    padding: 5px 40px!important;
    line-height: 35px;
    background-color: #DD2A12;
    color: #fff;
    border-radius: 10px!important;
    vertical-align: middle;
    font-size: 13px;
    border: none;
}

.btn-primary.orange:hover, .btn-primary.orange:not(:disabled):not(.disabled).active, .btn-primary.orange:not(:disabled):not(.disabled):active, .show>.btn-primary.orange.dropdown-toggle {
    background-color: #DD2A12;
    color: #fff;
}

.btn-primary.orange-transparent {
    padding: 5px 40px!important;
    line-height: 35px;
    background-color: transparent;
    color: #DD2A12;
    font-weight: 700;
    border-radius: 10px!important;
    vertical-align: middle;
    font-size: 15px;
    border: 2px solid #DD2A12;
}

.btn-primary.orange-transparent:not(:disabled):not(.disabled).active, .btn-primary.orange-transparent:not(:disabled):not(.disabled):active, .show>.btn-primary.orange-transparent.dropdown-toggle {
    color: #fff;
    background-color: #DD2A12;
    border-color: #DD2A12;
    outline: none;
}

body.login {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    height: 100%;
    background-color: #f5f5f5;
}

.product-name {
    cursor: pointer;
    font-size: 17px;
}

.product-image {
    cursor: pointer;
}

.dataTables_filter label {
    display: inline-block;
}

.contact-page .nav-tabs .nav-item.show .nav-link, .contact-page .nav-tabs .nav-link.active {
    color: #023744;
    background-color: #fff;
    border-color: transparent;
    border-bottom: 2px solid #023744;
}

.contact-page .nav-link {
    display: block;
    padding: .5rem 0;
    margin-right: 60px;
    color: #4B4B4B;
}

.faq-page .nav-tabs .nav-item.show .nav-link, .faq-page .nav-tabs .nav-link.active {
    color: #023744;
    background-color: #fff;
    border-color: transparent;
    border-bottom: 2px solid #023744;
}

.faq-page .nav-link {
    display: block;
    padding: .5rem 0;
    margin-right: 60px;
    color: #4B4B4B;
}