<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Oswald&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:800&amp;display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import 'https://fonts.googleapis.com/css?family=Anton';
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/
/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children:hover &gt; ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper &gt; li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper &gt; li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical &gt; ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical &gt; ul li.hs-menu-depth-1 &gt; a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical &gt; ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical &gt; ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical &gt; ul li.hs-item-has-children:hover &gt; ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch &gt; ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper &gt; li.hs-item-has-children &gt; ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 &gt; a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 &gt; a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 &gt; a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 &gt; a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper &gt; li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides &gt; li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_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-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@media only screen and (min-width: 768px){
.image-product {
width: 27% !important;
margin: 0 !important;
}
}
.products.boxing.three
.ws-header {
background: #252525;
overflow: hidden;
}
.ws-header-get-in-touch {
background-color: #d50000;
color: white;
}
.ws-container {
max-width: 100%; !important
margin: 0; !important
}
.ws-header .ws-header-nav .logo {
max-height: 48px;
}
.ws-header .ws-header-nav .hs-menu-item &gt; a {
float: left;
display: block;
color: white;
font-size: 20px;
font-weight: normal;
max-width: 600px;
text-decoration: none;
}
.ws-header .ws-header-nav .hs-menu-item  &gt; a:hover {
background-color: #d50000;
color: white;
}
.ws-content-module {
margin-bottom: 40px;
padding: 0 0px;
}
.ws-content-module-light {
background-color: #e9e9e9;
padding: 0 0px;
}
.ws-content-module-light .ws-video-section {
margin-bottom: 40px;
}
.ws-content-module .ws-centered-content-section {
display: flex;
justify-content: center;
}
.ws-content-module .ws-product-categories-section {
display: flex;
justify-content: center;
}
.ws-content-module-dark {
background-color: #252525;
text-align: center;
margin-bottom: 0px;
}
.ws-content-module-darker {
background-color: #6f0d0d;
text-align: center;
}
.ws-content-module-light {
background-color: #e8e8e8;
}
.row-fluid .ws-brand-logo {
display: inline-block;
}
.ws-overlayed-image-wrapper { 
position: relative;
}
.ws-overlayed-content {
z-index: 2;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.ws-overlayed-image-wrapper .ws-overlayed-content.ws-text-overlay {
margin: auto;
height: 25px;
width: 80%;
pointer-events: none;
color: white;
font-weight: bold;
text-transform: uppercase;
}
.ws-overlayed-image-wrapper .ws-overlayed-image {
margin: 0 auto;
position: relative;
}
.ws-partnerships-module .ws-overlayed-image-wrapper .ws-overlayed-content.ws-text-overlay {
font-size: 38px;
}
.ws-products-range-right-big-img {
padding-right: 11%;
}
.ws-products-range-left-big-img {
padding-left: 11%;
}
.ws-products-range-module .ws-overlayed-image-wrapper .ws-overlayed-content.ws-text-overlay {
font-size: 18px;
font-weight: bold;
}
.row-number-4 .widget-type-custom_widget {
text-align: center;
}
.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li a {
color: white;
font-size: 20px;
font-weight: bold;
max-width: unset;
}
.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul {
vertical-align:middle;
}
@media (max-width: 767px) { 
.row-fluid .ws-brand-logo {
width: 20%;
}
.ws-no-bg-image-on-small {
background-image: unset !important;
background-color: #000;
}
.ws-overlayed-image-wrapper { 
width: 100%;
}
.ws-products-range-right-big-img {
padding-right: unset;
}
.ws-products-range-left-big-img {
padding-left: unset;
}
}
@media (min-width: 768px) {
.span6.widget-span.widget-type-cell {
margin-left:0% !important;
margin-right: -3% !important;
width: 49% !important;
}
.row-fluid .span3.widget-span.widget-type-cell.three {
margin: 0 !important; 
width: 25% !important;
position: relative;
}
.row-fluid .span3.widget-span.widget-type-cell.threeup {
margin: 0 !important; 
width: 25% !important;
position: relative;
}
.row-fluid .span3.widget-span.widget-type-cell.threedown {
margin: 0 !important; 
width: 25% !important;
position: relative;
}
.row-fluid .span3.widget-span.widget-type-cell.threeonee {
margin: 0 !important; 
width: 25% !important;
position: relative;
}
.row-fluid .span3.widget-span.widget-type-cell.threeeonee {
margin: 0 !important; 
width: 25% !important;
position: relative;
}
.row-fluid .span2.widget-span.widget-type-cell.two {
margin: 0 !important; 
width: 16.66666666666667% !important;
position: relative;
}
.row-fluid .span2.widget-span.widget-type-cell.twoup {
margin: 0 !important; 
width: 16.66666666666667% !important;
position: relative;
}
.row-fluid .span2.widget-span.widget-type-cell.twoonee {
margin: 0 !important; 
width: 16.66666666666667% !important;
position: relative;
}
.row-fluid .span2.widget-span.widget-type-cell.twodown {
margin: 0 !important; 
width: 16.66666666666667% !important;
position: relative;
}
.row-fluid .span2.widget-span.widget-type-cell.twooonee {
margin: 0 !important; 
width: 16.66666666666667% !important;
position: relative;
}
.row-fluid .span2.widget-span.widget-type-cell.twooneeee {
margin: 0 !important; 
width: 16.66666666666667% !important;
position: relative;
}
.row-fluid .span4.widget-span.widget-type-cell.four {
margin: 0 !important; 
width: 33.33333333333333% !important;
position: relative;
}
.form-for-mobile-1 {
display: none !important;
}
.form-for-mobile-2 {
display: none !important;
}
.container{
max-width:100% !important;
}
}
/* Custom Tiles */
.category-column {
float: left;
width: 33.33%;
padding: 0px;
}
/* Clearfix (clear floats) */
.category-row::after {
content: "";
clear: both;
display: table;
}
/* Custom Buttons */
.skew-button {
position: absolute;
/*left: 50%;
top: 50%;*/
}
.skew-button {
cursor: pointer;
outline: none;
transform: translate3d(-50%, -50%, 0);
backface-visibility: hidden;
display: inline-block;
padding: 0px;
background-color: transparent;
border: none;
font: 1rem 'Anton', sans-serif;
text-transform: uppercase;
letter-spacing: 0.1em;
color: #fff;
}
.skew-button span {
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
position: relative;
display: block;
width: 100%;
height: 100%;
padding: 20px 40px;
z-index: 3;
}
.skew-button:before, .skew-button span:before {
content: '';
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) skewX(-20deg);
width: 100%;
height: 50px;
border: 1px solid #d50000;
z-index: 2;
}
.skew-button span:before {
display: block;
transform: translate(-50%, -50%) skew(-20deg);
transform-origin: center center;
z-indeX: -1;
}
.skew-button:after {
transition: all 100ms ease-out;
content: '';
position: absolute;
left: 0;
top: 0;
transform: skewX(-20deg) scaleX(0);
width: 100%;
height: 100%;
background-color: #d50000;
border: 1px solid transparent;
z-index: 1;
}
.skew-button:hover span:before {
animation: fill 0.5s ease-out;
animation-fill-mode: forwards;
}
.skew-button:hover:after {
animation: swoosh 0.7s ease-in;
}
.skew-button:active:before {
background-color: #d50000;
}
@keyframes swoosh {
0% {
transform-origin: left center;
}
20% {
transform: skewX(-20deg) scaleX(1);
transform-origin: left center;
}
21% {
transform-origin: right center;
}
50% {
transform: skewX(-20deg) scaleX(0);
transform-origin: right center;
}
}
@keyframes fill {
0% {
background-color: #d50000;
}
20% {
opacity: 0.5;
border-width: 15px;
border-color: #d50000;
}
100% {
opacity: 0.5;
border-width: 1px;
background-color: #d50000;
}
}
/* Custom Button Black */
.skew-button-blk {
position: absolute;
/*left: 50%;
top: 50%;*/
}
.skew-button-blk {
cursor: pointer;
outline: none;
transform: translate3d(-50%, -50%, 0);
backface-visibility: hidden;
display: inline-block;
padding: 0px;
background-color: transparent;
border: none;
font: 1rem 'Anton', sans-serif;
text-transform: uppercase;
letter-spacing: 0.1em;
color: #d50000;
}
.skew-button-blk span {
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
position: relative;
display: block;
width: 100%;
height: 100%;
padding: 20px 40px;
z-index: 3;
}
.skew-button-blk:before, .skew-button-blk span:before {
content: '';
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) skewX(-20deg);
width: 100%;
height: 50px;
border: 1px solid #d50000;
z-index: 2;
color: #fff;
}
.skew-button-blk span:before {
display: block;
transform: translate(-50%, -50%) skew(-20deg);
transform-origin: center center;
z-indeX: -1;
color: #fff;
}
.skew-button-blk:after {
transition: all 100ms ease-out;
content: '';
position: absolute;
left: 0;
top: 0;
transform: skewX(-20deg) scaleX(0);
width: 100%;
height: 100%;
background-color: #d50000;
border: 1px solid transparent;
z-index: 1;
color: #fff;
}
.skew-button-blk:hover span:before {
animation: fill 0.5s ease-out;
animation-fill-mode: forwards;
color: #fff;
}
.skew-button-blk:hover:after {
animation: swoosh 0.7s ease-in;
color: #fff;
}
.skew-button-blk:active:before {
background-color: #d50000;
color: #fff;
}
@keyframes swoosh {
0% {
transform-origin: left center;
color: #fff;
}
20% {
transform: skewX(-20deg) scaleX(1);
transform-origin: left center;
color: #fff;
}
21% {
transform-origin: right center;
color: #fff;
}
50% {
transform: skewX(-20deg) scaleX(0);
transform-origin: right center;
color: #fff;
}
}
@keyframes fill {
0% {
background-color: #d50000;
color: #fff;
}
20% {
opacity: 0.5;
border-width: 15px;
border-color: #d50000;
color: #fff;
}
100% {
opacity: 0.5;
border-width: 1px;
background-color: #d50000;
color: #fff;
}
}
.custom-logo2 a{
padding-top:0px;
padding-bottom:0px;
display:inline-block;
}
.hs-form-required {
display: none;
}
form.hs-form fieldset[class*="form-columns"] .hs-input {
line-height: 15px;
}
.hs-form-booleancheckbox-display {
color: #fff;
}
.checked {
color: orange;
}
@media only screen and (width: 375px)
{
.punchbags .span2:nth-child(3) img{height:223px;}
.coaching .span2:nth-child(2) img{height:265px;}
.accessories .two img{height:222px;}
.accessories .tripletwo img{height:222px;}
.bags .three img{height:221px;}
.mmagloves .two {height: 224px;}
.mmagloves .three {height: 223px;}
.mmagloves .three img{height: 223px;}
.punchbags .two {height:224px;}
.punchbags .trainingg img{height: 224px;}
.coaching .three {height:223px;}
.coaching .focusp p{border-bottom: 1px solid #d50000;}
.protective .two {height: 223px;}
.training .three.vest img{height: 222px;}
.training .three.vest {height: 222px;}
.training .three.sandbag {height: 223px;}
.apparel .twoup {height: 268px;}
.accessories .tripletwo {height: 223px;}
.accessories .tripletwo img{height: 224px;}
.apparel .ggiss {height: 225px;}
.bags .kitbags {height: 222px;}
.accessories .swivel {height: 224px;}
}
@media only screen and (width: 360px)
{
.punchbags .span2:nth-child(3) img{height:214px;}
.coaching .span2:nth-child(2) img{height:254px;}
.mmagloves .two {height: 216px;}
.mmagloves .three {height: 213px;}
.mmagloves .three img{height: 213px;}
.punchbags .two {height:215px;}
.punchbags .trainingg img{height: 214px;}
.coaching .three {height: 214px;}
.protective .two {height: 214px;}
.training .three.vest img{height: 213px;}
.training .three.sandbag {height: 214px;}
.bags .kitbags img{height: 212px;} 
.accessories .tripletwo {height: 214px;}
.accessories .tripletwo img{height: 215px;}
.accessories .swivel {height: 215px;}
.apparel .ggiss {height: 216px;}
.bags .kitbags {height: 214px;}
}
@media only screen and (width: 414px)
{
.punchbags .span2:nth-child(3) img{height:246px;}
.coaching .span2:nth-child(2) img{height:292px;}
.mmagloves .two {height: 247px;}
.mmagloves .three {height: 245px;}
.mmagloves .three img{height: 245px;}
.punchbags .two {height:247px;}
.punchbags .trainingg img{height: 247px;}
.coaching .three {height: 246px;}
.protective .two {height: 246px;}
.protective .three.heada {height: 243px;}
.training .three.vest {height: 245px;}
.training .three.vest img{height: 245px;}
.training .three.sandbag {height: 246px;}
.apparel .twoup {height: 296px;}
.apparel .twoup img{height: 296px;}
.bags .kitbags img{height: 243px;} 
.bags .dubags img{height: 245px;}
.bags .dubags {height: 245px;}
.accessories .tripletwo {height: 246px;}
.accessories .tripletwo img{height: 246px;}
.accessories .swivel {height: 247px;}
.apparel .ggiss {height: 248px;}
.bags .kitbags {height: 245px;}
}
@media only screen and (width: 411px)
{
.punchbags .span2:nth-child(3) img{height:244px;}
.coaching .span2:nth-child(2) img{height:290px;}
.mmagloves .two {height: 245px;}
.punchbags .two {height:246px;}
.punchbags .setts img{height: 121px;}
.coaching .three {height: 245px;}
.coaching .wallp img{height: 242px;}
.protective .two {height: 245px;}
.training .three.vest {height: 244px;}
.training .three.vest img{height: 244px;}
.training .three.sandbag {height: 244px;}
.bags .kitbags img{height: 241px;} 
.bags .dubags img{height: 243px;}
.bags .dubags {height: 243px;}
.accessories .tripletwo {height: 244px;}
.accessories .tripletwo img{height: 244px;}
.accessories .swivel {height: 245px;}
.apparel .ggiss {height: 246px;}
.bags .kitbags {height: 244px;}
}
@media only screen and (width: 320px)
{
.punchbags .span2:nth-child(3) img{height:190px;}
.coaching .span2:nth-child(2) img{height:226px;}
.mmagloves .two {height: 191px;}
.mmagloves .three img{height: 191px;}
.punchbags .two {height:191px;}
.punchbags .trainingg img{height: 191px;}
.coaching .three {height: 191px;}
.coaching .wallp img{height: 188px;}
.protective .three {height: 189px;}
.protective .two {height: 190px;}
.training .three.vest {height: 190px;}
.training .three.vest img{height: 190px;}
.training .three.sandbag {height: 190px;}
.training .legg p{border-bottom: 1px solid #d50000;}
.bags .kitbags img{height: 188px;} 
.bags .dubags img{height: 188px;}
.accessories .tripletwo {height: 190px;}
.accessories .tripletwo img{height: 190px;}
.accessories .swivel {height: 191px;}
.apparel .ggiss {height: 192px;}
.bags .kitbags {height: 190px;}
}
@media only screen and (width: 240px)
{
.punchbags .span2:nth-child(3) img{height:142px;}
.coaching .span2:nth-child(2) img{height:169px;}
.mmagloves .two {height: 144px;}
.punchbags .trainingg img{height: 144px;}
.punchbags .two {height:144px;}
.coaching .three {height: 143px;}
.coaching .wallp img{height: 141px;}
.protective .three {height: 142px;}
.protective .two {height: 144px;}
.training .three.vest {height: 143px;}
.training .three.vest img{height: 143px;}
.training .three.sandbag {height: 143px;}
.training .skippingg p{border-bottom: 0px !important;}
.apparel .threedown {height: 123px;}
.bags .kitbags img{height: 141px;} 
.bags .dubags img{height: 141px;}
.accessories .tripletwo img{height: 142px;}
.accessories .swivel {height: 144px;}
.coaching .padss {height: 144px;}
.apparel .ggiss {height: 144px;}
.bags .kitbags {height: 143px;}
}
@media only screen and (width: 412px)
{
.punchbags .span2:nth-child(3) img{height:245px;}
.coaching .span2:nth-child(2) img{height:291px;}
.mmagloves .two {height: 246px;}
.mmagloves .three {height: 244px;}
.mmagloves .three img{height: 244px;}
.punchbags .two {height:246px;}
.coaching .three {height: 244px;}
.coaching .wallp img{height: 242px;}
.protective .two {height: 245px;}
.training .three.vest {height: 244px;}
.training .three.vest img{height: 244px;}
.training .three.sandbag {height: 244px;}
.apparel .twoup {height: 295px;}
.bags .kitbags img{height: 242px;} 
.bags .dubags img{height: 243px;}
.accessories .tripletwo img{height: 245px;}
.accessories .tripletwo {height: 244px;}
.accessories .swivel {height: 245px;}
.coaching .padss {height: 245px;}
.apparel .ggiss {height: 247px;}
.bags .kitbags {height: 244px;}
}
@media only screen and (width: 640px)
{
.punchbags .span2:nth-child(3) img{height:380px;}
.coaching .span2:nth-child(2) img{height:452px;}
.boxinggloves .span3:nth-child(2) img{height:380px;}
.mmagloves .two {height: 382px;}
.punchbags .fourd {height: 192px;}
.punchbags .two {height: 382px;}
.coaching .wallp img{height: 378px;}
.protective .headd img{height:377px;}
.protective .headd {height:376px;}
.protective .two.shinn {height: 380px;}
.training .three.sandbag {height: 379px;}
.bags .kitbags img{height: 377px;} 
.bags .dubags img{height: 379px;}
.bags .dubags {height: 378px;}
.accessories .tripletwo img{height: 380px;}
.accessories .tripletwo {height: 379px;}
.accessories .swivel {height: 382px;}
.coaching .padss {height: 380px;}
.apparel .ggiss {height: 382px;}
.bags .kitbags {height: 379px;}
}
@media only screen and (width: 384px)
{
.punchbags .span2:nth-child(3) img{height:228px;}
.coaching .span2:nth-child(2) img{height:271px;}
.mmagloves .two {height: 229px;}
.punchbags .two {height:230px;}
.punchbags .trainingg img{height: 230px;}
.coaching .three.padss {height: 229px;}
.coaching .wallp img{height: 226px;}
.protective .two {height: 229px;}
.training .three.vest {height: 228px;}
.training .three.vest img{height: 228px;}
.training .three.sandbag {height: 228px;}
.bags .kitbags img{height: 226px;} 
.accessories .tripletwo img{height: 229px;}
.accessories .tripletwo {height: 228px;}
.accessories .swivel {height: 229px;}
.apparel .ggiss {height: 230px;}
.bags .kitbags {height: 228px;}
}
@media only screen and (width: 480px)
{
.punchbags .span2:nth-child(3) img{height:285px;}
.coaching .span2:nth-child(2) img{height:339px;}
.boxinggloves .span3:nth-child(2) img{height:284px;}
.mmagloves .two {height: 286px;}
.punchbags .two {height:286px;}
.punchbags .setts img{height: 141px;}
.punchbags .setsup p{border-bottom: 0px !important;}
.coaching .three {height: 285px;}
.coaching .wallp img{height: 283px;}
.protective .headd img{height:282px;}
.protective .headd {height:282px;}
.protective .two {height: 285px;}
.training .three.vest {height: 284px;}
.training .three.vest img{height: 284px;}
.training .three.sandbag {height: 285px;}
.bags .kitbags img{height: 282px;} 
.bags .dubags img{height: 284px;}
.bags .dubags {height: 284px;}
}
@media only screen and (width: 600px)
{
.punchbags .span2:nth-child(3) img{height:356px;}
.coaching .span2:nth-child(2) img{height:424px;}
.boxinggloves .span3:nth-child(2) img{height:356px;}
.mmagloves .two {height: 358px;}
.mmagloves .three {height: 357px;}
.mmagloves .three img{height: 357px;}
.mmagloves .gloveess p{border-left: 1px solid #d50000;}
.punchbags .two {height: 358px;}
.punchbags .two .borderssss {border-bottom: 0px !important;}
.punchbags .two .upw p{border-bottom: 0px !important;}
.punchbags .twooup p{border-left: 1px solid #d50000;}
.punchbags .fourd p{border-left: 1px solid #d50000;}
.coaching .three {height: 356px;}
.coaching .wallp img{height: 354px;}
.coaching .curved p{border-left: 1px solid #d50000;}
.protective .headd img{height:353px;}
.protective .headd {height:353px;}
.protective .two {height: 356px;}
.protective .mouth p{border-left: 1px solid #d50000;}
.protective .three .borderssss {border-bottom: 0px !important;}
.protective .headd p{border-bottom: 0px !important;}
.protective .gup p{border-bottom: 1px solid #d50000 !important;}
.protective .shinn p{border-left: 1px solid #d50000 !important;}
.training .sandbag img{height: 354px;}
.training .sandbag p{border-left: 1px solid #d50000 !important;}
.apparel .threedown p{border-left: 1px solid #d50000 !important;}
.bags .kitbags img{height: 353px;} 
.bags .dubags img{height: 355px;}
.bags .dubags {height: 355px;}
.bags .kitbags p{border-left: 1px solid #d50000 !important;}
.bags .dubags p{border-bottom: 0px !important;}
.accessories .swivel {height: 358px;}
.accessories .swivel p{border-left: 1px solid #d50000 !important;}
}
@media only screen and (width: 280px)
{
.punchbags .two {height: 166px;}
}
@media only screen and (width: 390px)
{
.punchbags .two.standinggg {height: 231px;}
}
@media only screen and (width: 540px)
{
.punchbags .two {height: 320px;}
.protective .three .headd {height: 318px;}
}
@media only screen and (width: 428px)
{
.mmagloves .two.gloveess {height: 256px;}
.punchbags .two.bbaggs {height: 255px;}
.coaching .three.padss {height: 255px;}
.protective .two.shinn {height: 254px;}
.training .three.sandbag {height: 254px;}
.apparel .three.ggiss {height: 256px;}
.accessories .two.swivel {height: 255px;}
.bags .three.kitbags {height: 254px;}
}
@media only screen and (width: 432px)
{
.punchbags .two.standinggg {height: 256px;}
  .protective .three.heada {height: 254px;}
}
@media only screen and (width: 430px)
{
.punchbags .two.standinggg {height: 255px;}
  .protective .three.heada {height: 253px;}
}
@media only screen and (width: 424px)
{
.punchbags .two.standinggg {height: 251px;}
.protective .three.heada {height: 249px;}
}
@media only screen and (width: 407px)
{
.punchbags .two.standinggg {height: 241px;}
}
@media only screen and (width: 393px)
{
.punchbags .two.standinggg {height: 233px;}
}
@media only screen and (width: 339px)
{
.punchbags .two.standinggg {height: 201px;}
}
@media 
(-webkit-device-pixel-ratio: 2.75){
.standinggg {height: 233px;}
.coaching .threeonee.chestss {height: 277px !important;}
}
@media only screen and (max-width: 767px)
{
.form.hs-form fieldset[class*="form-columns"] .hs-input {
max-width: 95% !important;
}
.mainbanner {
margin-left: 2% !important;
}
.mainbanner2 {
margin-left: 2% !important;
margin-right: 2% !important;
}
.row-fluid .span3.widget-span.widget-type-cell.three {
margin: 0 !important; 
width: 49% !important;
position: relative;
float: left;
}
.row-fluid .span2.widget-span.widget-type-cell.two {
margin: 0 !important; 
width: 32.7% !important;
position: relative;
float: left;
}
.row-fluid .span4.widget-span.widget-type-cell.four {
margin: 0 !important; 
width: 33.33333333333333% !important;
position: relative;
float: left;
}
.row-fluid .span3.widget-span.widget-type-cell.threeonee {
margin: 0 !important; 
width: 60% !important;
position: relative;
float: left;
}
.row-fluid .span3.widget-span.widget-type-cell.threeeonee {
margin: 0 !important; 
width: 42.85714285714286% !important;
position: relative;
float: left;
}
.row-fluid .span3.widget-span.widget-type-cell.threeup {
margin: 0 !important; 
width: 60% !important;
position: relative;
float: left;
}
.row-fluid .span3.widget-span.widget-type-cell.threedown {
margin: 0 !important; 
width: 42.9% !important;
position: relative;
float: left;
}
.row-fluid .span2.widget-span.widget-type-cell.twoonee {
margin: 0 !important; 
width: 40% !important;
position: relative;
float: left;
}
.row-fluid .span2.widget-span.widget-type-cell.twoup {
margin: 0 !important; 
width: 40% !important;
position: relative;
float: left !important;
}
.row-fluid .span2.widget-span.widget-type-cell.twodown {
margin: 0 !important; 
width: 28.5% !important;
position: relative;
float: left
}
.row-fluid .span2.widget-span.widget-type-cell.twooonee {
margin: 0 !important; 
width: 28.57142857142857% !important;
position: relative;
float: left;
}
.row-fluid .span2.widget-span.widget-type-cell.twooneeee {
margin: 0 !important; 
width: 39.8% !important;
position: relative;
float: left;
}
.bordersss {
border-left: 1px solid #d50000;
}
.borderssss {
border-bottom: none !important;
}
.footer-column {
margin-left: 0px !important;
text-align: center;
margin-top: -12px !important;
}
.SKU8 {
margin-top: 36px;
}
.hs-form-booleancheckbox-display {
font-size: 11px;
}
.products {
margin-bottom: 3px;
margin-top: 3px;
}
.wcs .form-columns-2 .hs-form-field .hs-input {
margin: 0 !important;
}
.wcs .form-columns-1 .hs-form-field .hs-input {
margin: 0 !important;
}
.wcs h3 {
margin: -5px !important;
}
.bg-img {
background-image: url(https://wholesale.rdxsports.com/hubfs/WholeSale_Market_02-mobile.jpg) !important;     
background-repeat: no-repeat !important;     
background-size: contain !important;     
background-position: inherit !important;
}
.first-text {
background-color: #000000d9 !important;
}
.hello224 {
height: 231px;
}
.First-text {
background: #000;
}
.form-for-mobile-1 {
background: #000 !important;
}
.row-fluid .span2
{
width: 33%;
float:left;
}
.real-form {
display: none !important;
}
.second-form {
display: none !important;
}
.boxer-text  {
height: 45px !important;
}
}
@media only screen and (max-width: 767px)
{
.row-fluid .span2.widget-type-cell
{
width: 48%;
float:left;
}
.mainbanner2.apparel {
width: 98%;
}
.ucFooterBottomCenter p {
font-size: 8px !important;
}
.arrowandtext {
display: none !important;
}
.arrowandtext2 {
display: none !important;
}
.spacing1 {
display: none !important;
}
.spacing2 {
display: none !important:
}
.spacing3 {
display: none !important;
}
.spacing4 {
display: none !important:
}
}
.product {
padding-top: 50px;
padding-bottom: 50px;
padding-left: 100px;
padding-right: 100px;
}
@media only screen and (min-width: 768px){
.row-fluid .products {
width: 50% !important;
float: left !important;
}
.for-mobile {
display: none !important;
}
.view-more-mobile {
display: none !important;
}
}
@media only screen and (min-width: 768px){
.row-fluid .products {
margin-left: 10px !important;
width: 24% !important;
text-align: center !important;
margin-top: 10px !important;
margin-bottom: 10px !important;
}
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
.bg-img {
background-image: url(https://wholesale.rdxsports.com/hubfs/WholeSale_Market_022.jpg);     
background-repeat: no-repeat;     
background-size: cover;     
background-position: inherit;
}
.first-text {
background-color: #000000d9;
}
.main-form {
margin-left: 12px !important;
}
}
@media only screen and (max-width: 767px){
.row-fluid .products {
width: 50%;
float: left;
margin-left: 0px !important;
}
.product {
padding: 10px 5px;
}
.product-sizes span .wcs-cta-button{
font-size:7px;
width: 50% !important;
}
.product-sizes strong span{font-size:7px;}
.main-form {
margin-left: 0px !important;
}
}
input.hs-button.primary.large {
background: #d50000;
}
.wcs-col-6 {
width: 100%;
}
.real-form .hs-input {
background: #ffffff;
}
ul.no-list.hs-error-msgs.inputs-list {
display: none !important;
}
.second-form .hs-input {
background: #faf6f1;
}
.real-form .hs-input invalid error {
border: 2px solid red;
}
.second-form .invalid.error {
border: 2px solid red !important;
background: #faf6f1 !important;
}
.real-form .invalid.error {
border: 2px solid red !important;
background: #ffffff !important;
}
.wcs.wcs-modal .invalid.error {
border: 2px solid red !important;
}
.actions {
text-align: center;
padding: 10px;
}
&lt;style&gt;
   .BBBOFC{
   }
   .BBBOFC:hover {
   transform: scale(1.78); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
   transition: transform 0.05s;
   }
&lt;/style&gt;
&lt;div class="zoom"&gt;&lt;/div&gt;
&lt;style&gt;
   .NYAC {
   padding: 50px;
   background-color: green;
   transition: transform .2s; /* Animation */
   width: 200px;
   height: 200px;
   margin: 0 auto;
   }
   .NYAC:hover {
   transform: scale(1.78); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
   transition: transform 0.05s;
   }
&lt;/style&gt;
&lt;div class="zoom"&gt;&lt;/div&gt;
i {
border: solid black;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 3px;
}
.right {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
.left {
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
.up {
transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
}
.down {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.hs-search-field__input {
margin-bottom: 0px !important;
margin-top: 6px;
width: 36% !important; 
}
@media only screen and (max-width: 320px) {
.hello224 {
height: 209px;
}
.body-container .hs-form {
margin-top: 15px;
}
.product .product-inner .products {
height: 335px !important;
padding: 6px !important;
}
}
.real-form .hs-form-booleancheckbox-display {
font-size:10px;
}
.real-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
margin-right: 8px;
}
.product.banner.three .writehere {
display: none;
}
.minheittt .row-fluid [class*="span"] {
min-height: 0px !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li a {
color: #222;
font-size: 18px;
}
@media only screen and (width: 768px){
.mobile-trigger {
margin-right: 2px !important;
}
input[type="text"], input[type="email"], input[type="tel"], select {
font-size: 11px !important;
}
}
@media only screen and (width: 390px){
.heada {
height: 229px !important;
}
}
@media only screen and (width: 428px){
.bagssss, .standinggg {
height: 254px !important;}
.protective .three.heada {height: 252px}
}</pre></body></html>