/*!
Theme Name: Buslink Buy
Description: Theme developed by softscripts.
Version: 2.0
Author: Softscripts
Author URI: http://www.softscripts.net/
Tags: custom
*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/* ==============================================
	 Normalize
 ============================================*/
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* ==========================================
	 Mixins
============================================*/
/* ==========================================
	 Fonts and Icons
============================================*/

.flex-direction-nav a,
.flex-direction-nav a:before {
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
@font-face {
    font-family: flexslider-icon;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/flexslider/2.6.3/fonts/flexslider-icon.eot);
    src: url(https://cdnjs.cloudflare.com/ajax/libs/flexslider/2.6.3/fonts/flexslider-icon.eot?#iefix) format("embedded-opentype"), url(https://cdnjs.cloudflare.com/ajax/libs/flexslider/2.6.3/fonts/flexslider-icon.woff) format("woff"),
        url(https://cdnjs.cloudflare.com/ajax/libs/flexslider/2.6.3/fonts/flexslider-icon.ttf) format("truetype"), url(https://cdnjs.cloudflare.com/ajax/libs/flexslider/2.6.3/fonts/flexslider-icon.svg#flexslider-icon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.flex-container a:hover,
.flex-slider a:hover {
    outline: 0;
}
.flex-control-nav,
.flex-direction-nav,
.slides,
.slides > li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.flexslider {
    padding: 0;
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .flexslider .slides {
    display: block;
}
* html .flexslider .slides {
    height: 1%;
}
.no-js .flexslider .slides > li:first-child {
    display: block;
}
.flexslider .slides {
    zoom: 1;
}
.flexslider .slides img {
    width: 100%;
    display: block;
    height: auto;
    -moz-user-select: none;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
    font-family: flexslider-icon;
    font-size: 40px;
    display: inline-block;
    content: "\f001";
}
.flex-direction-nav a.flex-next:before {
    content: "\f002";
}
.flex-direction-nav .flex-prev {
    left: -50px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    cursor: default;
    z-index: -1;
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: "\f004";
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a.flex-play:before {
    content: "\f003";
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}
@import url(https://netdna.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.css);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@font-face {
    font-family: Tahoma;
    src: url(fonts/Tahoma.eot);
    src: url(fonts/Tahoma.eot?#iefix) format("embedded-opentype"), url(fonts/Tahoma.woff) format("woff"), url(fonts/Tahoma.ttf) format("truetype"), url(fonts/Tahoma.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Tahoma;
    src: url(fonts/Tahoma-Bold.eot);
    src: url(fonts/Tahoma-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/Tahoma-Bold.woff) format("woff"), url(fonts/Tahoma-Bold.ttf) format("truetype"), url(fonts/Tahoma-Bold.svg) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
body,
html {
    margin: 0;
    padding: 0;
    font-family: Tahoma, sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
*,
:after,
:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: none;
}
a {
    color: #044ea6;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
a:hover {
    color: #044ea6;
}
a:focus {
    outline: 0;
}
.clear,
.clearboth,
.clearfix {
    zoom: 1;
    clear: both;
}
.clear:after,
.clear:before,
.clearboth:after,
.clearboth:before,
.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}
.clear:after,
.clearboth:after,
.clearfix:after {
    clear: both;
}
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
iframe {
    max-width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}
h1 {
    line-height: normal;
    font-size: 32px;
    text-transform: uppercase;
}
.summary.entry-summary h1 {
    font-size: 26px;
}
h2 {
    font-size: 26px;
    color: #044ea6;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5,
h6 {
    font-size: 18px;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    outline: 0;
    border: none;
    padding: 5px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    height: 36px;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    border: 1px solid #7d7d7d;
    color: #000;
}
.woocommerce .quantity .qty {
    padding: 2px !important;
}
#review_form .comment-reply-title {
    margin-bottom: 15px !important;
    display: block;
}
#review_form #commentform label {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin-bottom: 20px;
}
div.wpcf7-response-output {
    float: left;
    width: 100%;
    margin: 20px 0;
}
div.wpsf-slider-section img.wpsf-product-img {
    max-width: 100px;
}
div.wpsf-slider-section .wpsf-product-section .owl-controls {
    display: none !important;
}
.woocommerce .star-rating span {
    color: #044ea6;
}
.woocommerce .compare-products .star-rating {
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.product-category mark {
    background-color: transparent;
}
.pro-img {
    display: block;
}
.pro-img img {
    max-width: 80px;
    display: block;
    margin: auto;
}
.compare-products {
    text-align: center;
}
.compare-products td.heading {
    background-color: #e3e3e3;
    padding: 7px 15px;
    width: 120px;
}
.compare-products td.value {
    background-color: #bababa;
}
.compare-products td .button {
    margin-top: 20px;
}
#commentform input[type="submit"],
.button,
.wpcf7-submit {
    border: 1px solid #044ea6 !important;
    background: 0 0 !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    padding: 8px 15px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #044ea6 !important;
    font-family: Lato, sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-top: 12px;
}
#commentform input[type="submit"]:hover,
.button:hover,
.wpcf7-submit:hover {
    color: #fff !important;
    background-color: #044ea6 !important;
}
textarea {
    height: 100px;
}
.wpcf7-submit {
    margin-top: 30px;
    float: right;
}
::-webkit-input-placeholder {
    color: #333;
}
:-moz-placeholder {
    color: #333;
}
:-ms-input-placeholder {
    color: #333;
}
div[id*="ajaxsearchlite"] .probox .proinput input::-moz-placeholder {
    color: #333 !important;
    -webkit-text-shadow: none !important;
    -moz-text-shadow: none !important;
    -ms-text-shadow: none !important;
    -o-text-shadow: none !important;
    text-shadow: none !important;
}
div[id*="ajaxsearchlite"] .probox .proinput input::-webkit-input-placeholder {
    color: #333 !important;
    -webkit-text-shadow: none !important;
    -moz-text-shadow: none !important;
    -ms-text-shadow: none !important;
    -o-text-shadow: none !important;
    text-shadow: none !important;
}
div[id*="ajaxsearchlite"] .probox .proinput input::-ms-input-placeholder {
    color: #333 !important;
    -webkit-text-shadow: none !important;
    -moz-text-shadow: none !important;
    -ms-text-shadow: none !important;
    -o-text-shadow: none !important;
    text-shadow: none !important;
}
div[id*="ajaxsearchlite"] .probox .proinput input::-o-input-placeholder {
    color: #333 !important;
    -webkit-text-shadow: none !important;
    -moz-text-shadow: none !important;
    -ms-text-shadow: none !important;
    -o-text-shadow: none !important;
    text-shadow: none !important;
}
.container {
    max-width: 1180px;
    margin: auto;
}
header {
    zoom: 1;
    clear: both;
    padding: 15px 0;
}
header:after,
header:before {
    content: "";
    display: table;
}
header:after {
    clear: both;
}
header .logo {
    width: 300px;
    float: left;
    margin-top: 12px;
    margin-right: 20px;
}
header .header-right {
    float: right;
    width: calc(100% - 320px);
}
header .header-right .links-section {
    float: right;
    width: 100%;
    text-align: right;
}
header .header-right .links-section ul {
    margin: 0;
    padding: 0;
}
header .header-right .links-section ul li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
    border-right: 1px solid #fff;
}
header .header-right .links-section ul li a {
    text-transform: uppercase;
    padding: 0 10px;
    display: block;
}
header .header-right .site-search {
    float: right;
    width: 100%;
    margin-top: 15px;
    text-align: right;
    position: relative;
}
.aws-container .aws-search-field,
header .header-right .site-search input[type="text"] {
    font-size: 14px;
    color: #044ea6;
    line-height: 1px;
    padding: 10px 15px;
    max-width: 280px;
    border: 1px solid #044ea6;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    background: 0 0;
}
.aws-container .aws-search-form * {
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
}
.aws-container {
    background-image: url(images/search.png);
    width: 100%;
    height: 36px;
    background-size: 36px 36px;
    background-repeat: no-repeat;
    background-position: right center;
}
header .header-right .site-search input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(images/search.png);
    width: 36px;
    height: 36px;
    border: 0;
    font-size: 0;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-banner {
    margin: 20px 0 70px;
    text-align: left;
}
.reviews_bar {
    max-width: 300px;
}
.woocommerce .woocommerce-breadcrumb {
    margin-top: 20px;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #044ea6;
}
.woocommerce div.product form.cart div.quantity {
    margin-right: 20px;
}
.single-productimage {
    padding: 30px;
    border: 1px solid #044ea6;
}
.single-productimage img {
    width: auto;
    max-height: 100%;
    margin: auto;
}
.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a {
    padding: 5px;
    border: 1px solid #044ea6;
}
.summary.entry-summary .price span {
    color: #044ea6;
}
.page-container {
    margin: 20px 0;
    zoom: 1;
    clear: both;
}
.page-container:after,
.page-container:before {
    content: "";
    display: table;
}
.page-container:after {
    clear: both;
}
.page-container .page-sidebar {
    display: none;
    float: left;
    width: 26%;
    margin-right: 3%;
}
.page-container .page-sidebar .widget {
    margin-bottom: 25px;
    padding: 20px;
    border: 1px solid #044ea6;
}
.page-container .page-sidebar .widget h3 {
    color: #044ea6;
    font-size: 22px;
    margin: 0 0 10px;
}
.page-container .page-sidebar .widget ul,
.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
}
.page-container .page-sidebar .widget ul li,
.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    position: relative;
}
.page-container .page-sidebar .widget ul li:before,
.woocommerce-MyAccount-navigation ul li:before {
    content: "»";
    position: absolute;
    left: 0;
    top: -3px;
    display: inline-block;
    font-size: 22px;
}
.page-container .page-sidebar .widget ul li a,
.woocommerce-MyAccount-navigation ul li a {
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
    padding-left: 16px;
}
.page-container .page-sidebar .widget ul li ul {
    padding-left: 15px;
}
.page-container .page-sidebar .widget ul li:hover:before {
    color: #044ea6;
}
.page-container .page-content {
    float: left;
    width: 100%;
}
.page-container .page-content.full-width {
    width: 100%;
}
.page-container .page-content h1 {
    margin-top: 0;
    color: #044ea6;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    min-width: 120px;
}
.column-list.matchheight {
    margin-bottom: 25px;
}
.woocommerce td.product-name dl.variation dd {
    margin: 0;
    padding: 0;
}
.woocommerce td.product-name dl.variation dd p {
    margin-top: 0;
}
body.search .page-section h1.page-title,
body.tax-product_cat .page-section h1.page-title,
body.post-type-archive-product .page-section h1.page-title {
    float: left;
    width: 68%;
    margin-right: 2%;
}
body.search .page-section .categories-list,
body.tax-product_cat .page-section .categories-list,
body.post-type-archive-product .page-section .categories-list {
    float: right;
    width: 30%;
    margin-bottom: 20px;
    display: none !important;
}
body.search .page-section .categories-list {
    display: none;
}
body.tax-product_cat .page-section .categories-list label,
body.post-type-archive-product .page-section .categories-list label {
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}
.nav {
    zoom: 1;
    clear: both;
    background-color: #044ea6;
}
.nav:after,
.nav:before {
    content: "";
    display: table;
}
.nav:after {
    clear: both;
}
.nav ul {
    margin: 0;
    padding: 0;
}
.nav ul li {
    list-style: none;
    float: left;
    margin: 0 8px;
    position: relative;
    padding: 10px 0;
}
.nav ul li a {
    color: #fff;
    padding: 8px 10px;
    display: block;
    text-transform: capitalize;
}
.nav ul li.categories-links > a {
    border: 2px solid #fff;
    padding: 6px 10px 6px 10px;
}
.nav ul li.categories-links a span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: 700;
}
.nav ul li.active > a,
.nav ul li.current-menu-ancestor > a,
.nav ul li.current-menu-item a,
.nav > ul > li:hover a {
    color: #044ea6;
    background-color: #fff;
}
.nav ul.sub-menu {
    display: none;
    position: absolute;
    width: 400px;
    top: 45px;
    left: 0;
    background-color: #044ea6;
    padding: 20px 0;
    z-index: 10;
}
.nav ul.sub-menu li {
    display: block;
    float: none;
    padding: 0;
}
.nav ul.sub-menu li:hover a {
    color: #044ea6;
    background-color: #fff;
}
.nav ul.sub-menu.active, .nav ul li:hover ul.sub-menu{
    display: block;
}
.featured-products {
    padding-bottom: 24px;
    border-bottom: 2px solid #e3e3e3;
    margin-bottom: 36px;
}
.display-products {
    zoom: 1;
    clear: both;
}
.display-products:after,
.display-products:before {
    content: "";
    display: table;
}
.display-products:after {
    clear: both;
}
.display-products h2 {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1;
}
.display-products ul {
    margin: 0;
    padding: 0;
}
.display-products ul li {
    float: left;
    width: 22%;
    list-style: none;
    margin-right: 3%;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -o-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    justify-content: center;
}
.prop-w {
    display: block;
    margin: auto auto 20px;
    padding: 10px;
    background-color: #205ea7;
    color: #fff;
    text-align: center;
}
.prop-w:hover {
    color: #fff;
}
.display-products ul li:last-child {
    margin-right: 0;
}
.display-products ul li .product-image {
    text-align: center;
    padding: 10px;
    position: relative;
}
.display-products ul li h3 {
    margin: 0 0 10px;
}
.display-products ul li h3 a {
    font-size: 16px;
    display: block;
}
.bimg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner-img {
    padding-bottom: 50%;
    background-size: contain;
}
.page-banner .flex-control-nav {
    position: static;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    line-height: 1;
}
.page-banner .flex-pauseplay {
    display: inline-block;
    vertical-align: middle;
}
.page-banner .flex-pauseplay a {
    color: #044ea6;
    position: static;
}
.page-banner .flex-pauseplay a:before {
    font-size: 15px;
}
.page-banner .flex-control-nav li {
    display: inline-block;
    vertical-align: middle;
}
.flex-control-paging li a {
    border: 1px solid #044ea6;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
    background: #044ea6;
}
.footer {
    background-color: #044ea6;
    padding: 25px 0;
}
.footer .footer-menu {
    margin-bottom: 10px;
}
.footer .footer-menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
}
.footer .footer-menu ul li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #fff;
}
.footer .footer-menu ul li a {
    color: #fff;
    padding: 0 10px;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
}
.footer .footer-menu ul li:last-child {
    border-right: 0;
}
.footer .copyright {
    text-align: center;
    color: #fff;
}
div[id*="ajaxsearchlite"].wpdreams_asl_container {
    width: 100%;
    margin: 0;
    max-width: 280px;
    float: right;
    background: 0 0;
}
#ajaxsearchlite1 .probox,
div[id*="ajaxsearchlite"] .probox {
    background-color: transparent;
    background-image: none;
    border: 1px solid #044ea6;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
div[id*="ajaxsearchlite"] .probox .promagnifier {
    cursor: pointer;
    background-image: url(images/search.png);
    width: 36px;
    height: 36px;
    border: 0;
    font-size: 0;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    position: relative;
    left: 1px;
}
div[id*="ajaxsearchliteres"].vertical {
    background: #044ea6;
}
#ajaxsearchlite1 .probox .proinput input,
div[id*="ajaxsearchlite"] .probox .proinput input {
    height: 36px;
    font-family: Tahoma, sans-serif;
    color: #333 !important;
    font-size: 16px;
    font-weight: 400;
}
div[id*="ajaxsearchlite"] .probox div.asl_simple-circle {
    border: 4px solid #000;
}
.newsletter-subscription {
    position: fixed;
    bottom: -100%;
    width: 400px;
    padding: 30px;
    background: #044ea6;
    right: 0;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.subscribe-btn {
    position: fixed;
    bottom: 0;
    width: 150px;
    padding: 10px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 111;
    right: 0;
    background: #6591d0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 14px;
}
.subscribe-btn.active {
    position: absolute;
    top: -36px;
    bottom: auto;
}
.newsletter-subscription.active {
    bottom: 0;
}
.newsletter-subscription .es_textbox input[type="email"] {
    height: 40px;
    border-color: #fff;
}
.es_form_success .es_msg {
    color: #fff;
}
.newsletter-subscription .es_textbox_button {
    width: 100%;
    background: #6591d0;
    border: 0;
    box-shadow: none;
    color: #fff;
    padding: 10px;
    -webkit-appearance: none;
    cursor: pointer;
}
.newsletter-subscription .es_lablebox {
    padding-bottom: 3px;
    color: #fff;
}
.slider_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0 30px;
}
.slider_wrapper .leftblock {
    background-size: cover;
    width: 30%;
    background-position: center;
    padding-bottom: 30%;
    background-repeat: no-repeat;
}
.slider_wrapper .rightblock {
    width: 58%;
    margin-left: 2%;
}
.rightblock .banner_title {
    margin-top: 0;
}
.banner_description ul {
    height: 100%;
    width: 100%;
    list-style-type: disc;
    padding: 20px;
}
.banner_description ul li {
    padding: 0;
    margin: 0 0 10px;
    list-style: disc;
}
.slider_wrapper a.view_more {
    display: block;
    background-color: #044ea6;
    padding: 10px;
    color: #fff;
    width: 350px;
    margin: 50px 0 0;
    text-align: center;
}
.mobile-navigation {
    position: absolute;
    width: 300px;
    left: -300px;
    z-index: 20;
    background-color: #044ea6;
}
.mobile-navigation.active {
    left: 0;
    width: calc(100% - 100px);
}
.mobile-navigation ul {
    margin: 0;
    padding: 0;
}
.mobile-navigation ul li {
    list-style: none;
    display: block;
}
.mobile-navigation ul li a {
    padding: 10px;
    display: block;
}
.mobile-navigation ul li.current-menu-item a,
.mobile-navigation ul li.current-page-ancestor a,
.mobile-navigation ul li:hover a {
    background-color: #fff;
    color: #1f4584;
}
.toggle-menu {
    float: right;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
    padding-right: 5%;
}
.toggle-menu .lines {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 26px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.toggle-menu .lines .mv {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 100%;
    display: block;
    height: 4px;
    background-color: #fff;
    margin-bottom: 7px;
    position: relative;
}
.toggle-menu .lines .mv#mv3 {
    margin: 0;
}
.toggle-menu.active .lines {
    width: 36px;
}
.toggle-menu.active .lines .mv {
    height: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.toggle-menu.active .lines .mv#mv1 {
    margin: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
}
.toggle-menu.active .lines .mv#mv2 {
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.toggle-menu.active .lines .mv#mv3 {
    margin: 0;
    top: -2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mq-mobile {
    display: none;
}
@media only screen and (max-width: 1180px) {
    .container {
        padding: 0 20px;
    }
}
@media (max-width: 1034px) {
    .footer .footer-menu {
        margin-bottom: 38px;
    }
}
@media (max-width: 786px) {
    .display-products ul li {
        width: 32%;
        margin-right: 1%;
    }
    .page-container .page-sidebar .widget ul li a {
        font-size: 14px;
    }
}
@media (max-width: 720px) {
    .slider_wrapper .leftblock {
        background-size: contain;
        width: 100%;
        padding-bottom: 50%;
    }
    .slider_wrapper .rightblock {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    h2 {
        font-size: 20px;
    }
    .banner_description {
        font-size: 15px;
    }
    .banner_description ul li {
        text-align: left;
    }
    .slider_wrapper {
        margin-bottom: 0;
    }
    .slider_wrapper a.view_more {
        margin: 0 auto;
    }
    .page-banner {
        margin: 20px 0 50px;
        text-align: center;
    }
    .display-products h2 {
        text-align: center;
    }
    .display-products ul {
        font-size: 0;
    }
    .display-products ul li {
        width: 50%;
        margin-right: 0;
        display: inline-block;
        padding: 0 10px;
        text-align: center;
    }
}
@media (max-width: 991px) {
    .mq-mobile {
        display: block !important;
    }
    .mq-desktop {
        display: none;
    }
    .nav ul li {
        float: none;
    }
    header .header-right {
        width: 100%;
    }
    header .header-right .links-section {
        float: left;
        width: 46%;
        margin-top: 23px;
        text-align: left;
    }
    header .header-right .site-search {
        width: 53%;
    }
    .footer .footer-menu {
        margin-bottom: 35px;
    }
    .footer .footer-menu ul li a {
        font-size: 12px;
    }
}
@media (max-width: 548px) {
    .footer .footer-menu {
        margin-bottom: 52px;
    }
    .footer .footer-menu ul li a {
        font-size: 12px;
    }
    .home .featured-products li.matchheight {
        width: 100%;
    }
    .page-container .page-sidebar {
        width: 100%;
    }
    .page-container .page-content {
        width: 100%;
        float: none;
    }
    .single-product .page-container .page-content {
        margin-top: 420px;
    }
    #ajaxsearchlite1 .probox .proinput input,
    div[id*="ajaxsearchlite"] .probox .proinput input {
        font-size: 11px;
    }
    body.tax-product_cat .page-section h1.page-title,
    body.post-type-archive-product .page-section h1.page-title {
        width: 100%;
    }
    body.tax-product_cat .page-section .categories-list,
    body.post-type-archive-product .page-section .categories-list {
        float: none;
        width: 100%;
    }
    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        float: none;
    }
    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100%;
    }
    .slider_wrapper a.view_more {
        width: 100%;
    }
    .footer .footer-menu ul li:last-child {
        margin-top: 10px;
    }
    .sfsiplus_footerLnk {
        padding-bottom: 45px;
    }
    .newsletter-subscription {
        width: 300px;
    }
}
@media (min-width: 769px) and (max-width: 868px) {
    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 48%;
        float: left;
        clear: both;
        margin: 0 0 2.992em;
    }
    .woocommerce ul.products[class*="columns-"] li.product:nth-child(2n),
    .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
        float: right;
        clear: none !important;
    }
    .sfsiplus_footerLnk {
        padding-bottom: 40px;
    }
}
.wpmenucart-icon-shopping-cart-0:before {
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: 400;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0;
    margin-right: 0.25em;
}
.wpmenucart-icon-shopping-cart-0:before {
    content: "\f07a";
}
@font-face {
    font-family: FontAwesome;
    src: url(https://buslinkbuy.com/wp-content/plugins/woocommerce-menu-bar-cart/font/fontawesome-webfont.eot);
    src: url(https://buslinkbuy.com/wp-content/plugins/woocommerce-menu-bar-cart/font/fontawesome-webfont.eot) format("embedded-opentype"),
        url(https://buslinkbuy.com/wp-content/plugins/woocommerce-menu-bar-cart/font/fontawesome-webfont.woff2) format("woff2"),
        url(https://buslinkbuy.com/wp-content/plugins/woocommerce-menu-bar-cart/font/fontawesome-webfont.woff) format("woff"),
        url(https://buslinkbuy.com/wp-content/plugins/woocommerce-menu-bar-cart/font/fontawesome-webfont.ttf) format("truetype"),
        url(https://buslinkbuy.com/wp-content/plugins/woocommerce-menu-bar-cart/font/fontawesome-webfont.svg#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.woo-variation-product-gallery {
    max-width: 48% !important;
}
.woo-variation-product-gallery {
    float: left;
    display: inline-block;
    position: relative;
    margin-bottom: var(--wvg-gallery-margin);
}
.woo-variation-product-gallery-thumbnail-columns-4 .woo-variation-gallery-thumbnail-slider:not(.slick-initialized) > div {
    --thumb-wrapper-width: 100%;
    --total-margin: calc(var(--wvg-thumbnail-item-gap) * 3);
    --thumb-wrapper-margin-remove: calc(var(--thumb-wrapper-width) - var(--total-margin));
    width: calc(var(--thumb-wrapper-margin-remove) / 4);
}
.woo-variation-gallery-thumbnail-slider:not(.slick-initialized) > div {
    margin-right: var(--wvg-thumbnail-item-gap);
    margin-bottom: var(--wvg-thumbnail-item-gap);
}
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
    cursor: pointer;
    opacity: 0.3;
    float: left;
    display: inline-block;
    margin: 0;
}
/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.woocommerce-account .woocommerce .col2-set .col-1,
.woocommerce-account .woocommerce .col2-set .col-2,
.woocommerce-account.woocommerce-page .col2-set .col-1,
.woocommerce-account.woocommerce-page .col2-set .col-2 {
    float: left;
    width: 48%;
}
.woocommerce-account .woocommerce .col2-set .col-2,
.woocommerce-account.woocommerce-page .col2-set .col-2 {
    margin-left: 1%;
}
.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
    display: block;
    text-align: center;
    padding: 12px;
    transition: all 0.3s ease;
    color: white;
    font-size: 18px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
    background-color: #000;
}

.facebook {
    background: #3b5998;
    color: white;
}

.twitter {
    background: #55acee;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

@media (min-width: 768px) {
    .page-container .page-content .wpcf7 {
        max-width: 50%;
    }
}
@media (max-width: 768px) {
    .woocommerce-account .woocommerce .col2-set .col-1,
    .woocommerce-account .woocommerce .col2-set .col-2,
    .woocommerce-account.woocommerce-page .col2-set .col-1,
    .woocommerce-account.woocommerce-page .col2-set .col-2 {
        float: none;
        width: 100%;
        margin: 0;
    }
}
