@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap');

@font-face {
    font-family : 'Gibson-Light';
    font-style  : normal;
    font-weight : 300;
    src         : local("Gibson-Light"), url("/catalog/view/theme/default/stylesheet/fonts/Gibson-Light.otf") format("opentype")
}

@font-face {
    font-family : 'Gibson-LightItalic';
    font-style  : normal;
    font-weight : 300;
    src         : local("Gibson-LightItalic"), url("/catalog/view/theme/default/stylesheet/fonts/Gibson-LightItalic.otf") format("opentype")
}

@font-face {
    font-family : 'Gibson';
    font-style  : normal;
    font-weight : 400;
    src         : local("Gibson"), url("/catalog/view/theme/default/stylesheet/fonts/Gibson.otf") format("opentype")
}

@font-face {
    font-family : 'Gibson-Italic';
    font-style  : normal;
    font-weight : 400;
    src         : local("Gibson-Italic"), url("/catalog/view/theme/default/stylesheet/fonts/Gibson-Italic.otf") format("opentype")
}

@font-face {
    font-family : 'Gibson-SemiBold';
    font-style  : normal;
    font-weight : 700;
    src         : local("Gibson-SemiBold"), url("/catalog/view/theme/default/stylesheet/fonts/Gibson-SemiBold.otf") format("opentype")
}

@font-face {
    font-family : 'Gibson-SemiBoldItalic';
    font-style  : normal;
    font-weight : 700;
    src         : local("Gibson-SemiBoldItalic"), url("/catalog/view/theme/default/stylesheet/fonts/Gibson-SemiBoldItalic.otf") format("opentype")
}

@font-face {
    font-family : 'Gibson-Bold';
    font-style  : normal;
    font-weight : 800;
    src         : local("Gibson-Bold"), url("/catalog/view/theme/default/stylesheet/fonts/Gibson-Bold.otf") format("opentype")
}

@font-face {
    font-family : 'Gibson-BoldItalic';
    font-style  : normal;
    font-weight : 800;
    src         : local("Gibson-BoldItalic"), url("/catalog/view/theme/default/stylesheet/fonts/Gibson-BoldItalic.otf") format("opentype")
}


body, html {
    font-family : 'Gibson', sans-serif !important;
    font-weight : 400;
    font-size   : 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family : 'Gibson-SemiBold', sans-serif !important;
    font-weight : 700;
    /*text-transform: uppercase;*/
    color       : #1155aa;
}

#logo img {
    height : 100px;
}

.navbar {
    background-color : #ffffff;
    color            : #478600;
}

.navbar .navbar-brand {
    height : unset;
}

.navbar .pull-left {

}

.navbar .pull-left .btn-link {
    color     : #ffffff;
    font-size : 16px;
}

.navbar #top-links .list-inline li a {
    color          : #ffffff;
    font-size      : 16px;
    text-transform : uppercase;
}

.navbar #top-links .list-inline li:nth-child(1) > span {
    color     : #676765 !important;
    font-size : 16px;
}

.navbar #top-links .list-inline li a:hover {
    color : #676765;
}

a {
    color : #1155aa;
}

a:hover {
    color : #ffdd00;
}

#search.input-group-btn.btn-default {
    border           : none !important;
    background       : #478600 !important;
    color            : #ffffff !important;
    background-image : none !important;
}

.cart-btn {
    border-radius    : 0;
    border           : none;
    background-color : #ffffff;
    color            : #478600 !important;
    font-size        : 16px !important;
    font-weight      : 700;
}

.cart-btn:focus, .cart-btn:active {
    box-shadow : none !important;
    border     : none !important;
    outline    : none !important;
}

.swiper-viewport {
    margin-top : 30px !important;
    box-shadow : none !important;
    border     : none !important;
}

.alert {
    font-size     : 1.25em;
    border-radius : 0;
    font-family   : 'PT Sans', sans-serif !important;
    font-weight   : 700;
    padding       : .75em 1.5em;
}

.alert-success {
    background-color : #ffffff;
    color            : #478600;
    border           : 2px solid #478600;
}

#top-links {
    padding-top : 16px;
}

.btn-link {
    color : #478600;
}

.form-control {
    border        : 1px solid #478600;
    border-radius : 0;
    box-shadow    : none !important;
}

#content .mfilter-box {
    padding-top      : 20px;
    background-color : rgba(0, 0, 0, 0.023);
}

.mfilter-box-32 .mfilter-counter {
    background : #478600 !important;
    color      : #ffffff !important;
}

.mfilter-box-32 .mfilter-counter:after {
    border-right-color : #478600 !important;
}

.btn-inverse {
    background-color : #478600 !important;
    background-image : none !important;
}

.form-group .form-control {
    font-size          : 1em;
    border-radius      : 0;
    border             : 1px solid #ced4da;
    color              : #495057;
    padding            : 1.2rem 1.6rem;
    font-size          : 1em;
    font-weight        : 700;
    box-shadow         : none;
    -moz-box-shadow    : none;
    -webkit-box-shadow : none;
}

.mfilter-content > ul > li.mfilter-gheader {
    padding: 0.5rem;
    background: #1155aa !important;
    font-weight: bold;
    font-family: 'Gibson-SemiBold';
    color: #fff !important;
    text-transform: uppercase;
    font-size: 1.1rem;
    text-align: center;
}

.pr-3 {
    padding-right: 0.5rem;
}

p {
    font-family: 'Gibson-Light', sans-serif;
}

.image-additional {
    max-width: 150px;
}

.btn-primary {
    padding: 1em 1.25em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    border-radius      : 25px;
    border             : 1px solid #1155aa;
    background-color   : #1155aa;
    color              : #ffffff;
    background-image   : none;
    -webkit-transition : color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition         : color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary:hover {
    background-color : #1264c6;
    border-color     : #1155aa;
    color            : #ffffff;
}

.btn-default {
    padding          : .5em 1.25em;
    text-transform   : uppercase;
    font-weight      : 700;
    font-size        : 1em;
    border-radius    : 0;
    border           : 1px solid #478600;
    background-color : #ffffff;
    color            : #478600;
}

.btn-default:hover {
    background-color : #ffffff;
    border-color     : #d66601;
    color            : #d66601;
}

#topNav {
    background    : rgba(255, 255, 255, .95);
    background    : #ffffff;
    border-bottom : 8px solid #478600;
    height        : 92px;
}

#topNav .navbar-brand {
    padding : 0;
}

#topNav .navbar-brand img {
    height : 120px;
    width  : auto;
    margin : 0 auto;
}

#topNav .links {
    height      : 80px;
    margin-left : 10%;
}

#topNav .links li a {
    font-weight : 700;
    font-size   : 18px;
    color       : #478600;
    padding     : 4px 35px;
    line-height : 80px;
    transition  : all .280s ease-in;
}

#topNav .links a {
    padding     : 0 15px;
    line-height : 80px;
}

#topNav .icons-right {
    padding-top : 15px;
}

#topNav .icons-right li a img {
    height : 21.98px;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration  : none;
    background-color : transparent !important;
}

.header-row {
    padding-bottom : 15px;
}

.header-row #logo h1 {
    margin-top : 0 !important;
}

.header-row #logo h1 a:hover {
    color : #478600;
}

.breadcrumb {
    background-color : transparent;
    border-radius    : 0;
}

.breadcrumb > li:after {
    top           : 5px;
    width         : 10px;
    height        : 10px;
    border-right  : 1px solid #478600;
    border-bottom : 1px solid #478600;
}

.breadcrumb > li:last-child:after {
    display : none;
}

.breadcrumb > li a {
    color       : #666666;
    font-weight : 500;
}

/*.list-unstyled :first-child {*/
/*    color: #478600;*/
/*}*/

.list-unstyled :nth-child(2) {
    color : #1155aa;
}

#common-home .col-content-wrap {
    margin-bottom    : 30px;
    height           : 300px;
    position         : relative;
    clip-path        : polygon(100% 0, 100% calc(100% - 70px), calc(100% - 70px) 100%, 0 100%, 0 0);
    background-color : #478600;
    /*border: 8px solid #478600;*/
}

#common-home .col-content-wrap:before {
    content    : '';
    position   : absolute;
    right      : 0;
    content    : '';
    width      : calc(100% - 8px);
    height     : calc(100% - 8px);
    clip-path  : polygon(100% 0, 100% calc(100% - 68px), calc(100% - 68px) 100%, 0 100%, 0 0);
    background : #ffffff;
    display    : block;
    top        : 4px;
    left       : 4px;
}

#common-home .col-content-wrap .img-wrapper {
    position : absolute;
    z-index  : 0;
    height   : 100%;
    right    : 4px;
    top      : 4px;
}

#common-home .col-content-wrap .img-wrapper img {
    max-height : 280px;
}

#common-home .col-content-wrap .title-wrapper {
    position : absolute;
    left     : 30px;
    bottom   : 15px;
}

#common-home .col-content-wrap .title-wrapper .category-title a {
    /*color: #FFF;*/
    text-decoration : none;
    font-family     : 'PT Sans', sans-serif !important;
    font-weight     : 700;
    font-size       : 2em;
}

#common-home .col-content-wrap .title-wrapper .category-title a:hover {
    color : #478600;
}

#mfilter-box-33 > div > div {
    border-top : none !important;
}

.mfilter-content .mfilter-filter-item .mfilter-heading {
    background       : transparent;
    background-color : transparent;
}

.mfilter-content .mfilter-filter-item .mfilter-heading .mfilter-heading-content {
    background       : transparent;
    background-color : transparent;
}

.mfilter-content .mfilter-filter-item .mfilter-heading .mfilter-heading-content .mfilter-heading-text span {
    background-color : transparent;
    font-weight      : 700;
    border-radius    : 0;
    font-size        : 1.25em !important;
    color            : #555555;
}

.mfilter-content .mfilter-filter-item .mfilter-content-opts .form-control {
    height             : calc(1.25em + 1.2rem + 2px);
    padding            : .25rem 2.8rem .25rem 1.2rem;
    border-radius      : 0;
    box-shadow         : none;
    -moz-box-shadow    : none;
    -webkit-box-shadow : none;
    border             : 1px solid #ced4da;
}

.mfilter-button-reset {
    background-color : #478600;
    padding          : 4px;
    padding-bottom   : 6px;
    padding-left     : 6px;
    padding-right    : 8px;
    color            : #ffffff;
    font-size        : 13px;
}

.mfilter-button-reset:hover {
    color : #ffffff;
}

.mfilter-button-reset .mfilter-reset-icon {
    background   : url(../images/reload.png) no-repeat 0 3px;
    display      : inline-block;
    width        : 10px;
    height       : 13px;
    margin-right : 5px;
    margin-top   : 1px;
}

.mfilter-content .mfilter-filter-item .mfilter-content-opts .form-control option {
    font-size : 18px
}

#mfilter-content-container .btn-group {
    padding-top : 8px;
}

#mfilter-content-container .btn-group .btn {
    padding          : 0;
    color            : #6c757d;
    margin-right     : 15px;
    border           : none;
    background       : none;
    background-color : transparent;
    box-shadow       : none;
    outline          : none;
}

#mfilter-content-container .btn-group .btn:active, .btn:focus {
    outline    : none;
    box-shadow : none;
}

#mfilter-content-container .btn-group .active i {
    color : #478600 !important;
}

#mfilter-content-container .btn-group .btn i {
    font-size : 2em;
    color     : #6c757d;
}

#compare-total {
    font-size       : 1em;
    font-weight     : 700;
    text-decoration : none;
    color           : #1155aa;
}

.tab-pane p, .tab-pane span {
    font-family: 'Gibson-Light', sans-serif;
}

#compare-total:hover {
    color : #478600;
}

#mfilter-content-container .input-group .input-group-addon {
    border           : none;
    background-color : transparent;
    font-weight      : 700;
    border-radius    : 0;
    font-size        : 1em;
}

#mfilter-content-container .input-group .form-control {
    height             : calc(1.25em + 1.2rem + 2px);
    padding            : .25rem 2.8rem .25rem 1.2rem;
    box-shadow         : none;
    -moz-box-shadow    : none;
    -webkit-box-shadow : none;
}

#mfilter-content-container .input-group .form-control option {
    padding-top    : 0.75em;
    padding-bottom : 0.75em;
    font-size      : 1em;
}

#mfilter-content-container .input-group .form-control:active, .form-control:focus {
    outline         : none;
    box-shadow      : none;
    -moz-box-shadow : none;
}

#column-left .list-group {

}

#column-left .list-group .list-group-item {
    font-size        : 1em;
    position         : relative;
    display          : block;
    padding          : .75em 1.5em;
    margin-bottom    : -1px;
    background-color : #ffffff;
    border           : 1px solid #dddddd;
    color            : #242828;
    border-radius    : 0;
}

#column-left .list-group .active {
    color            : #ffffff;
    border           : 1px solid #478600;
    background-color : #478600;
}

.product-layout .caption {
    position : relative;
}

.product-layout .caption h4 {
    font-size : 1.0em;
}

#product-product h1 {
    font-family: Open Sans, sans-serif !important;
}

.product-layout .caption h4 a {
    color : #1155aa;
    font-family: 'Open Sans', sans-serif;
}

.product-layout .caption .price {
    position    : absolute;
    bottom      : 0;
    color       : #478600;
    font-weight : 700;
    font-size   : 1.25em;
}

.product-layout .button-group button {
    border-radius      : 0;
    border             : none;
    background-color   : #9b9b9b;
    color              : #ffffff;
    -webkit-transition : color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition         : color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.product-layout .button-group button:hover {
    border: none;
    background-color: #4f80c7;
    color: #ffffff;
    color            : #ffffff;
}

.product-thumb {
    background-color: #FFF;
    padding: 1.5rem;
    box-shadow: 0 19px 38px rgb(0 0 0 / 16%), 0 15px 12px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 19px 38px rgba(0,0,0,0.16),0 15px 12px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0 19px 38px rgb(0 0 0 / 16%), 0 15px 12px rgb(0 0 0 / 16%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border: none;
}

.product-thumb .caption {
    padding: 0;
}

.product-thumb .caption p {
    color: #232323;
    font-family: 'Gibson-Light';
    font-size: 1rem;
}

.product-thumb .button-group {
    display: flex;
    width: 100%;
    border-radius: 25px;
    border: none;
    background: #06357A;
    background: linear-gradient(90deg, #1D78DF 0%, #06357A 100%);
    padding: 0 0.5rem;
}

.quote-label {
    font-size: 1rem;
}

.product-layout .product-thumb .image {
    padding-top : 12px;
}

#content h2 {
    font-size : 40px;
}

#content .img-thumbnail {
    border        : none;
    border-radius : 0;
    /*height        : 175px;*/
}

#content .dsc-container p {
    line-height : 1.5;
}

#content .thumbnails li .thumbnail {
    padding       : 35px;
    border        : none;
    border-radius : 0;
}

#content .thumbnails .image-additional .thumbnail {
    padding       : 4px;
    border-radius : 0;
}

#content .nav-tabs {
    border        : none;
    border-bottom : 2px solid #1155aa;
}

#content .nav-tabs li a {
    background-color : transparent;
    color            : #adb5bd;
    border           : none;
    font-size        : 1.5em;
    font-family : 'Gibson-SemiBold', sans-serif !important;
    font-weight      : 700;
    text-transform   : uppercase;
}

#content .nav-tabs li a:hover {
    background-color : transparent;
}

#content .nav-tabs .active a {
    color : #1155aa;
}

#content .btn-group .btn-pslog {
    border-radius    : 0;
    border           : 1px solid #478600;
    background-color : #ffffff;
    color            : #478600;
    margin-right     : 15px;
}

#content .list-unstyled {
    padding-bottom : 15px;
    border-bottom  : 1px solid rgba(0, 0, 0, .1);
}

#content .list-unstyled li {
    line-height : 1.5;
    color       : #242828;
    font-size   : 1em;
}

#content > div > div.col-sm-4 > ul:nth-child(4) > li:nth-child(1) > h2 {
    font-size : 1.75em;
}

#content > div > div.col-sm-4 > ul:nth-child(4) > li:nth-child(2) {
    color     : #676765 !important;
    font-size : 14px;
}

#content .list-unstyled li .ls-label {
    font-weight : 700;
}

#content #tab-description ul li {
    padding-bottom : 8px;
}

#content #tab-description ul li::marker {
    color : #478600;
}

#content .tag {
    display          : inline-block;
    padding          : 3px 10px 0px;
    font-family      : Teko, sans-serif;
    font-weight      : 700;
    font-size        : 1em;
    letter-spacing   : 0.04em;
    line-height      : 24px;
    text-align       : left;
    color            : white;
    margin-right     : 10px;
    position         : relative;
    height           : 100%;
    background-color : #478600;
    clip-path        : polygon(100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 0);
}

#product {
    padding-top : 15px;
}

#product .form-group label {
    font-size   : 0.875em;
    font-weight : 700;
}

#product .form-group .form-control {
    border-radius : 0;
    border        : 1px solid #666666;
    color         : #666666;
    padding       : 1.2rem 1.6rem;
    font-size     : 1.125em;
    font-weight   : 700;
}

#button-cart {
    font-family : 'Gibson-SemiBold', sans-serif !important;
    font-weight      : 700;
    font-size        : 1.25em;
    line-height      : 1.5;
    border-radius    : 0;
    text-align       : center;
    vertical-align   : middle;
    text-transform   : uppercase;
    color            : #ffffff;
    background-color : #478600;
    border-color     : #478600;
}

.border-line {
    border-left : solid 2px #478600;
    display     : block;
    height      : 30px;
    position    : absolute;
    bottom      : -50px;
}

.pagination li {
    color            : black;
    background-color : #ffffff;
    font-family : 'Gibson-SemiBold', sans-serif !important;
    font-weight      : 700;
}

.pagination li a {
    color         : #478600;
    border-radius : 0 !important;
    margin-right  : 8px;
    border-color  : #478600;
}

.pagination li a:hover {
    color            : #ffffff;
    background-color : #478600;
    border-color     : #478600;
}

.pagination li.active span {
    color            : #ffffff;
    background-color : #478600;
    border-color     : #478600;
    border-radius    : 0 !important;
    margin-right     : 10px;
}

.pagination li.active span:hover {
    color            : #ffffff;
    background-color : #478600;
    border-color     : #478600;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius    : 0;
    border-bottom-right-radius : 0;
}

.panel-group .panel {
    border        : 1px solid #478600;
    border-radius : 0;
}

.panel-group .panel .panel-heading {
    color            : #ffffff;
    background-color : #478600;
    border-color     : #478600;
}

.panel-group .panel .panel-heading h4 {
    font-size : 1.25em;
}

.panel-group .panel .panel-heading h4 a:hover {
    color           : #ffffff;
    text-decoration : none;
}

.product-list .product-thumb .image img {
    height : 80px;
}

.product-list .list-card-body .button-group {
    position : absolute;
    display  : block;
    bottom   : 20px;
    right    : 15px;
    width    : 20%;
}

.product-list .product-thumb .button-group {
    position : absolute;
    display  : block;
    bottom   : 20px;
    right    : 15px;
    width    : 20%;
}

.product-thumb .button-group button {
  width:initial;
    border: none;
    display: flex;
   float: initial;
    background-color: transparent;
    align-items: center;
    color: #fff;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.875rem;
    justify-content: center;
}

footer {
    background: #06357A;
    background: linear-gradient(90deg, #1D78DF 0%, #06357A 100%);
    /*background : #ececec;*/
    /*border-top : 4px solid #9b9b9b;*/
    /*color      : #676765;*/
    padding-top: 65px;
}

footer h5 {
    font-family : 'Gibson-SemiBold', sans-serif !important;
    font-weight : 700;
    font-size   : 1.25em;
    color       : #fff !important;
    text-transform: uppercase;
}

footer a {
    color : #fff !important;
}

footer .list-unstyled li {
    color : #fff !important;
}

footer .bottom-row {
    background-color: white;
    color: #06357A;
    font-size: 0.75rem;
    padding-bottom: 0.5rem;
    margin-top: 3rem;
}

footer .bottom-row p {
    margin-bottom: 0;
    margin-top: 8px;
    font-weight: 700;
}

.checkout-table tr td a .img-thumbnail {
    height : 80px !important;
}

.checkout-table tr td {
    vertical-align : middle !important;
}

.checkout-table tbody tr td .form-control {
    max-width : 200px;
}

.checkout-table tbody tr td:first-child {
    border-top : none;
}

.checkout-total tbody tr td {
    border : none;
}

.checkout-total tbody:last-child tr:last-child td:nth-child(2) {
    color       : #478600;
    font-size   : 2.25em;
    font-family : 'Gibson-SemiBold', sans-serif !important;
    font-weight : 700;
}

thead tr td {
    font-family : 'Gibson-SemiBold', sans-serif !important;
    font-size   : 1.25em;
    color       : #1155aa;
    font-weight : 700;
}

tbody tr td .form-control {
    text-align         : center;
    font-size          : 1em !important;
    border-radius      : 0;
    border             : 1px solid #ced4da;
    color              : #495057;
    font-weight        : 700;
    box-shadow         : none;
    -moz-box-shadow    : none;
    -webkit-box-shadow : none;
}

tbody tr td .input-group-btn .btn-primary {
    background-color : #06357a;
    padding          : 7.5px 12px;
    height           : 34px;
    width            : 38px;
    margin-right     : 15px;
    border-radius    : 0;
    border           : none;
}

tbody tr td .input-group-btn .btn-danger {
    background-image : none !important;
    background-color : #478600 !important;
    padding          : 7.5px 12px;
    height           : 34px;
    width            : 38px;
    margin-right     : 15px;
    border-radius    : 0;
}

@media (max-width : 980px) {
    .navbar .navbar-brand img {
        height : 37px;
    }

    .navbar-toggle {

    }

    .navbar-toggle .icon-bar {
        background : #478600;
    }

    .navbar-collapse {
        max-height : unset !important;
    }

    #topNav {
        height : unset;
    }

    #topNav .navbar-brand img {
        height : 70px;
    }

    #topNav .links {
        height      : unset;
        margin-left : unset;
    }

    #topNav .links li a {
        line-height : unset;
        padding     : 15px 0;
    }

    #topNav .icons-right {
        padding-top : 0;
    }

    #topNav .icons-right li {
        display : inline-flex;
    }
}

/*Header*/
#menu {
    background: #06357A;
    background: linear-gradient(90deg, #1D78DF 0%, #06357A 100%);
    /*background    : #ececec;*/
    border-radius : 0;
    border        : none;
}

#search input {
    border-top   : none;
    border-left  : none;
    border-right : none;
}

#search .btn-lg {
    border     : none;
    background : none;
    padding    : 10px 15px;
}

#search .btn-lg i {
    color : #478600;;
}

#cart .btn-lg {
    box-shadow : none;
}

#menu .dropdown-inner a {
    font-size : 1rem;
}



#customMenu {
    padding-left  : 0;
    padding-right : 0;
}

#menu .nav > li > a {
    padding        : 25px 15px 25px 15px;
    font-weight    : 700;
    font-family: 'Gibson-SemiBold', sans-serif;
    color          : #fff !important;
    text-shadow    : none;
    text-transform : uppercase;
}

#menu .see-all {
    font-size: 14px;
}

#menu .dropdown-inner {
    display: table;
    width: 100%;
}

#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #1155aa;
    font-size: 14px;
}

.navbar {
    border-bottom : none;
    margin-bottom : 0 !important;

}

#top {
    padding-top : 30px;
    /*padding-bottom: 30px;*/
}


header {
}

.form-control {
    border: 1px solid #3a3a3a;
    border-radius: 0;
    box-shadow: none !important;
}

#search .btn-lg i {
    color: #3a3a3a;
}

.wishlist-nav ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0;
    height: 100%;
    padding-top: 16px;
}

a:hover {
    color: #1f86e0;
}

.contact-wrap {
    display : flex;
}

.contact-wrap .contact {
    display       : flex;
    padding-right : 1rem;
}

.contact-wrap .contact .side-text {
    display         : flex;
    flex-direction  : column;
    justify-content : center;
}

.contact-wrap .contact .img-wrap img {
    height        : 55px;
    padding-right : 12px;
}

.contact-wrap .contact .side-text a:nth-of-type(1), .contact-wrap .contact .side-text div:nth-of-type(1) {
    color          : #464646;
    font-size      : 1.375rem !important;
    font-weight    : 700;
    padding-bottom : 0.3rem;
    font-family: 'Gibson-SemiBold', sans-serif;
}

.contact-wrap .contact .side-text a:nth-of-type(2), .contact-wrap .contact .side-text div:nth-of-type(2) {
    color           : #464646;
    font-size       : 1rem;
    text-decoration : none;
}

.mr-menu {
    margin-right : 1rem;
}

#menu .btn-navbar {
    font-size         : 15px;
    font-stretch      : expanded;
    color             : #ffffff;
    padding           : 2px 18px;
    float             : right;
    background-color  : #478600;
    background-image  : none;
    background-repeat : repeat-x;
    border            : 1px solid white;
}

.subpage-content-wrapper {
    padding-left  : 15px;
    padding-right : 15px;
}

@media (max-width : 530px) {
    .contact-wrap .contact .side-text a:nth-of-type(1), .contact-wrap .contact .side-text div:nth-of-type(1) {
        font-size : 0.875rem !important;
    }

    .contact-wrap .contact .side-text a:nth-of-type(2), .contact-wrap .contact .side-text div:nth-of-type(2) {
        font-size : 0.6rem !important;
    }

    .contact-wrap .contact:nth-of-type(2) {
        padding-right : 0 !important;
    }

    .contact-wrap .contact .img-wrap img {
        height        : 30px;
        padding-right : 12px;
    }
}

.header-row {
    margin-top : 5rem;
}

#top-links .list-inline li a {
    border-radius: 0;
    border: none;
    background-color: #ffffff;
    color: #1155aa !important;
    font-size: 16px !important;
    font-weight: 700;
    font-family: 'Gibson-SemiBold', sans-serif;
}

.mfilter-opts-container {
    border-top: none !important;
    border-bottom: 2px solid #ccc;
}