/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 16 2021 | 07:18:19 */
.brands-carousel-flip ul#flipbox-carousel .owl-item { padding:0 10px; }
.brands-carousel-flip ul#flipbox-carousel .owl-item .flipbox-front {
  background: #1e5799;
  background: -moz-linear-gradient(top,#1e5799 0%,#5cb856 0%,#132348 100%) !important;
  background: -webkit-linear-gradient(top,#1e5799 0%,#5cb856 0%,#132348 100%) !important;
  background: linear-gradient(to bottom,#1e5799 0%,#5cb856 0%,#132348 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799',endColorstr='#132348',GradientType=0) !important;
  width: 100% !important;
  height: 100% !important;
  padding: 15% 30px 0;
  text-align: center !important;
}

.brands-carousel-flip ul#flipbox-carousel .owl-item .flipbox-front .flipbox-heading {
  border: 1px solid #fff; border-radius: 30px; font-size: 12px; padding: 8px 12px; font-weight:400;
  margin:20px 0; margin:0 0 20px 0;  color:#fff;
}

.brands-carousel-flip ul#flipbox-carousel .owl-item .flipbox-front .flipbox-front-inner img { 
  	width: 72%;
    margin: 0% auto 24px;
    padding: 0 0 0 0;
    max-height: 250px;
    object-fit: contain;
    height: 250px;
    object-position: bottom;
    /*image-rendering: pixelated;*/ }

.brands-carousel-flip ul#flipbox-carousel .owl-item .flipbox-back {
  /*opacity: 0;*/
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.5s;
  text-align: center;
  border-left: 5px solid #5bb656;
  border-right: 5px solid #152849;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 0,0 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 5px;
  -moz-background-size: 100% 5px;
  background-size: 100% 5px;
  background-image: -webkit-linear-gradient(left,#3EC8AC 0%,#4E90A4 100%),-webkit-linear-gradient(left,#3EC8AC 0%,#4E90A4 100%);
  background-image: -moz-linear-gradient(left,#3EC8AC 0%,#4E90A4 100%),-moz-linear-gradient(left,#3EC8AC 0%,#4E90A4 100%);
  background-image: -o-linear-gradient(left,#3EC8AC 0%,#4E90A4 100%),-o-linear-gradient(left,#3EC8AC 0%,#4E90A4 100%);
  background-image: linear-gradient(to right,#5ab556 0%,#162849 100%),linear-gradient(to right,#5ab455 0%,#152748 100%);
  padding: 15% 30px 0;
}

.brands-carousel-flip ul#flipbox-carousel .owl-item .flipbox-back .flipbox-back-inner img { margin: auto; width:120px; }
.brands-carousel-flip ul#flipbox-carousel .owl-item .flipbox-back .flipbox-btn { margin-top: 50px; }
.brands-carousel-flip ul#flipbox-carousel .owl-item .flipbox-back .flipbox-btn a { background:unset !important; }
.brands-carousel-flip ul#flipbox-carousel .owl-item .flipbox-back .flipbox-button-text {
  content:url(/wp-content/uploads/2021/11/product_link.png);
}

.flyoutslider .slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-size: 17px !important;
}

.flyoutslider .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-size: 17px !important;
}

.flyout_overlay {
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity .2s ease-in-out 1s
}
.flyout_overlay.active {
	opacity: 1;
	display: block;
	position: fixed;
	z-index: 9999
}
.flyout {
	background-color: transparent;
	bottom: 0;
	height: 90%;
	overflow-y: auto;
	position: fixed;
	right: 0%;
	top: 7%;
	transform: translate3d(100%, 0, 0);
	width: 90%;
	-webkit-transition: transform 0.2s ease-in-out;
	-moz-transition: transform 0.2s ease-in-out;
	-ms-transition: transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	z-index: 9999;
	background-image: url(../images/flyout_bg.webp);
	background-size: cover;
	background-position: center
}
.flyout.active {
	transform: translate3d(0, 0, 0);
	right: 5%
}
.flyout-header {
	background-color: #452632;
	color: white;
	padding: 1em
}
.flyout-header h4 {
	display: inline-block;
	margin: 0
}
.flyout-body {
	overflow-y: auto;
	height: 95%
}
.flyoutslider {
	width: 94%;
	margin: 3% auto 0
}
.flyout-close {
	cursor: pointer;
	float: right
}
.flyoutslider .slick-track .card_item {
	height: 340px;
	margin: 0 12px!important
}
.flyoutslider .slick-track .card_item .front {
	background: #1e5799;
	background: -moz-linear-gradient(top, #1e5799 0%, #5cb856 0%, #132348 100%);
	background: -webkit-linear-gradient(top, #1e5799 0%, #5cb856 0%, #132348 100%);
	background: linear-gradient(to bottom, #1e5799 0%, #5cb856 0%, #132348 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#132348', GradientType=0);
	width: 100%;
	height: 100%;
	text-align: center
}
.flyoutslider .slick-track .card_item .front .image img {
	width: 72%;
	margin: 0% auto 24px;
	padding: 10% 0 0 0;
	max-height: 250px;
	object-fit: contain;
	height: 250px;
	object-position: bottom;
	image-rendering: pixelated
}
.flyoutslider .slick-track .card_item .front span.link_btn {
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 150px;
	margin: 0 auto;
	border: 1px solid #fff;
	padding: 8px 12px;
	border-radius: 30px;
	text-decoration: none;
	position: absolute;
	bottom: 25px;
	left: calc(50% - 75px);
	font-size: 13px
}
.flyoutslider .slick-track .card_item {
	position: relative
}
.flyoutslider .slick-track .card_item .back .product_logo {
	text-align: center;
	display: inline-block;
	margin-top: 24%
}
.flyoutslider .slick-track .card_item .back .product_logo img {
	width: 120px
}
.flyoutslider .slick-track .card_item .back .product_link {
	text-align: center;
	width: 100%;
	margin-left: calc(50% - 30px);
	margin-top: 0;
	position: absolute;
	bottom: 40px
}
.flyoutslider .slick-track .card_item .back .product_link span img {
	width: 60px
}
.flyout-body .description {
	position: relative
}
.flyout-body .description .content {
	width: 70%;
	margin: 0 4%;
	height: 75px
}
.flyout-body .description .content h3 {
	float: left;
	width: auto;
	color: #16358b;
	font-size: 43px;
	font-weight: 700;
	font-family: 'Ludicrous';
	letter-spacing: 2px;
	line-height: 60px
}
.flyout-body .border {
	border: 4px solid #fff;
	width: 94%;
	height: 86%;
	margin-left: 3%;
	margin-top: 4%
}
.flyout-body .description .label {
	position: absolute;
	top: -74px;
	right: 50px;
	width: 150px;
	height: 150px;
	-moz-border-radius: 50vw 0;
	-webkit-border-radius: 50vw 0;
	border-radius: 50vw 0;
	transform: rotate(38deg);
	transition: 0.5s;
	display: inline-block;
	margin-left: 0;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 0;
	background: rgba(174, 205, 61, 1);
	background: -moz-linear-gradient(top, rgba(174, 205, 61, 1) 0%, rgba(174, 205, 61, 1) 0%, rgba(92, 184, 86, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(174, 205, 61, 1)), color-stop(0%, rgba(174, 205, 61, 1)), color-stop(100%, rgba(92, 184, 86, 1)));
	background: -webkit-linear-gradient(top, rgba(174, 205, 61, 1) 0%, rgba(174, 205, 61, 1) 0%, rgba(92, 184, 86, 1) 100%);
	background: -o-linear-gradient(top, rgba(174, 205, 61, 1) 0%, rgba(174, 205, 61, 1) 0%, rgba(92, 184, 86, 1) 100%);
	background: -ms-linear-gradient(top, rgba(174, 205, 61, 1) 0%, rgba(174, 205, 61, 1) 0%, rgba(92, 184, 86, 1) 100%);
	background: linear-gradient(to bottom, rgba(174, 205, 61, 1) 0%, rgba(174, 205, 61, 1) 0%, rgba(92, 184, 86, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aecd3d', endColorstr='#5cb856', GradientType=0)
}
.flyoutslider .slick-track .card_item a {
	display: inline;
	transition: 0.5s
}
.flyoutslider .slick-track .card_item a .front {
	display: block
}
.flyoutslider .slick-track .card_item a .back {
	opacity: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: 0.5s;
	text-align: center;
	border-left: 5px solid #5bb656;
	border-right: 5px solid #152849;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 5px;
	-moz-background-size: 100% 5px;
	background-size: 100% 5px;
	background-image: -webkit-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%), -webkit-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%);
	background-image: -moz-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%), -moz-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%);
	background-image: -o-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%), -o-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%);
	background-image: linear-gradient(to right, #5ab556 0%, #162849 100%), linear-gradient(to right, #5ab455 0%, #152748 100%)
}
.flyoutslider .slick-track .card_item a:hover .back {
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
	transition-timing-function: ease-in-out
}
.flyoutslider .slick-track .card_item a:hover .front {
	opacity: 0;
	transition: 0.5s;
	transition-timing-function: ease-in-out
}
.flyout_div.brands_div {
	/*margin: 20px auto 0 auto;
	max-width: 1600px;
	width: 94%;
	padding-bottom: 60px*/
}
.flyout_div.brands_div .flyout-body {
	padding: 1em 0;
	flex: 0 1 0%;
	height: 86%;
	padding-top: 10px
}
.flyout_div.brands_div .flyout-body .border {
	border: 0;
	width: 100%;
	margin: 0;
	height: auto
}
.flyout_div.brands_div .flyout-body .border .desc {
	width: 70%;
	margin: 0 auto;
	text-align: center
}
.flyout_div.brands_div .flyout-body .border .desc p {
	color: #000;
	font-weight: 500
}
.brands_page .page_title {
	text-align: center;
	margin-top: 100px
}
.brands_page .page_title h3 {
	color: #16358b;
	font-size: 43px;
	font-weight: 700;
	font-family: 'Ludicrous'
}
.landing_breadcrumb {
	position: absolute;
	top: 10px;
	right: 10px
}
.landing_breadcrumb .breadcrumb {
	background: rgba(0, 0, 0, .5)
}
.landing_breadcrumb .breadcrumb li {
	font-size: 13px
}
.landing_breadcrumb .breadcrumb li a {
	color: #7fe004
}
.landing_breadcrumb .breadcrumb li.active {
	color: #fff
}
.flyoutslider .slick-arrow {
	background: #5bb756;
	width: 30px;
	height: 30px;
	border-radius: 50%
}
.flyoutslider .slick-arrow:hover {
	background: #5bb756
}
.flyoutslider .slick-arrow:before {
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	line-height: 15px
}
.footer_div .before_footer {
	width: 94%
}
.sm_font_34 {
	font-size: 34px!important;
	line-height: 34px!important
}
.explore_brands_sec {
	background-image: url(../images/explore_brands.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	width: 94vw
}
.explore_brands_sec .container {
	text-align: center
}
.explore_brands_sec .container .content {
	height: 300px;
	padding-top: 95px
}
.explore_brands_sec .container .content h3 {
	font-family: 'Ludicrous';
	color: #1b3e90;
	font-size: 40px
}
.explore_brands_sec .container .content a {
	border: 0;
	padding: 12px 54px;
	text-transform: uppercase;
	color: #fff
}


