/* primary html5 tags */

body.stop,
html.stop {
    overflow: hidden;
}

button {
    border-radius: 0 !important;
}

main {
    float: left;
    width: 100%;
    margin: 30px auto;
}


/*
 headings
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Sans Pro', sans-serif;
}

h1 {
    font-weight: 600;
}

.sizing_header {
    text-align: center;
}
.sizing_header h3 {
    font-weight: 800;
    text-transform: uppercase;
    margin: auto auto 25px;
}

.pm_atc.rc_btn {
    font-size: 16px;
    padding: 20px;
}

.rc_btn i {
    font-size: 18px;
    margin-left: 5px;
    top: 1px;
    position: relative;
}

.rc_btn.active {
    background-color: rgba(208, 87, 73, 1);
}

.customized_content {
    display: flex;
    align-items: center;
    background-color: rgba(204, 204, 204, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 90.4%;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -backface-visibility: hidden;
    transition: opacity 400ms cubic-bezier(0.22, 0.61, 0.36, 1) 250ms, visibility 400ms ease 250ms, transform 400ms ease 250ms, -webkit-transform 400ms ease 250ms;
}
.cc_inner {
    margin: auto;
}
.cc_inner button {
    width: 100%;
    padding: 15px 10px;
    border: none;
    outline: none;
    background-color: rgba(102, 102, 102, 1);
    color: rgba(255,255,255,1);
    font-weight: 600;
    /* box-shadow: 0 6px 13px 3px rgba(119, 118, 118, 0.5); */
    font-size: 20px;
    border-radius: 4px;
    transition: box-shadow 0.35s ease, transform 0.35s ease;
}
.cc_inner button:hover {
    box-shadow: 0 16px 23px -7px #989898;
    transform: translateY(-3%);
}
.cc_btn_row:not(:last-child) {
    margin-bottom: 20px;
}


.customized_content.reveal {
     visibility: visible;
        -backface-visibility: visible;
        opacity: 1;
        transform: translateY(0%);
}
/*
 custom classes [headings, labels, etc]
*/

aside.filter-nav h3 {
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 1px;
    color: #aaa;
}

.sht_product_design {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    /*width: 110px;
     height: 110px; */
    width: 130px;
    height: 130px;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    transform: translateY(-17%);
    /* transform: translateY(-20%); */
    transition: all 0.25s ease;
}

.callout_block {
    background: rgb(130, 29, 33);
    margin: 20px auto;
    float: left;
    width: 100%;
    text-align: center;
}

.wm_callout {
    background-color: rgba(130, 29, 33, 1);
    margin: 0 auto 30px auto;
}
.wm_callout.rot_callout {
    margin: 0 auto 20px;
}

.wm_callout .wm_pc {
    color: rgba(255,255,255,1);
    font-size: 18px;
    text-align: center;
    padding: 20px 10px;
    position: relative;
    overflow: hidden;
}

.wm_content {
    position: relative;
    z-index: 9;
    float: none;
    margin: auto;
}

.stock_catalog {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
}
.stock_catalog img {
    width: 230px;
    margin: auto;
    display: block;
}

.wm_callout > .wm_pc > p {
    font-weight: 600;
    margin: 0;
}

.wm_callout .wm_sc {
    background-color: rgba(109, 25, 29, 1);
    padding: 10px;
    text-align: center;
}
.wm_callout .wm_sc p,
.wm_callout .wm_sc a {
    color: rgba(222, 222, 222, 1.0);
    font-size: 15px;
    margin: 0;
}

.sc_btn {
    background-color: rgba(255,255,255,1);
    border-radius: 30px;
    color: rgba(130, 29, 33, 1);
    font-size: 16px;
    font-weight: 600;
    display: block;
    max-width: 230px;
    margin: 15px auto 4px;
    padding: 12px;
    opacity: 1;
    transition: opacity 300ms ease;
}
.sc_btn:hover {
   color: rgba(130, 29, 33, 1);
   opacity: 0.8;
}

.callout_block p {
    margin: 0;
    text-align: center;
}

.callout_block .main_head {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    padding: 20px;
    font-weight: 600;
    max-width: 35em;
    margin: auto;
}

.callout_block .sub_head {
    color: rgba(222, 222, 222, 1.0);
    font-size: 15px;
    background: rgba(109, 25, 29, 1);
    padding: 12px 20px;
}

.callout_block .sub_head a {
    color: rgba(222, 222, 222, 1.0);
    text-decoration: underline;
}

.filter-accordion h5 {
    font-size: 0.9rem;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    color: #aaa;
    border: solid 1px #ddd;
}

.filter-accordion h5.active {
    color: #919191;
    background-color: #eee;
}

.filter-accordion h5.active:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    color: #aaa;
}

.filter-accordion h5:after {
    font-size: 1.2rem;
    content: '+';
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    color: #c4c4c4;
}

.offscreen-menu h3,
.offscreen-menu label {
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
}

.product_dim:before {
    display: inline-block;
    margin-right: 5px;
    content: 'Dimensions: ';
}

.product_desc {
    font-size: 16px;
    color: #8e8e8e;
}

.product_size:before {
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
    content: 'Product Size: ';
}

.product_info h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #686868;
}

.product-listing li .product-info p {
    font-size: 16px;
    font-weight: 600;
    color: #b9b9b9;
}

.product-listing li .typography {
    margin: 20px auto;
    display: block;
}

.product_sku,
.product_specs {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #c1c1c1;
}

.product_sku:before {
    content: 'SKU: #';
}

.product_specs {
    margin-left: 20px;
}

.product_specs:before {
    content: 'Product Size: ';
}


/*
 paragraphs
*/

p {
    line-height: 1.5;
}


/* *
 sets .content bg to #fff
*/

.content-wrapper,
.right-side {
    background-color: white;
}


/* *
 clearfix hack
*/

.fn_bar ul:after,
.fn_bar ul:before,
.offscreen-menu ul.fn_options:after,
.offscreen-menu ul.fn_options:before,
.product-actions:after,
.product-actions:before,
.product-listing:after,
.product-listing:before,
aside.products:after,
aside.products:before,
main:after,
main:before,
ul.fn_labels:after,
ul.fn_labels:before,
ul.fn_options,
ul.fn_options > li > a:after,
ul.fn_options > li > a:before,
ul.fn_options ul.fn_so:before,
ul.fn_so:after {
    display: table;
    content: '';
}

.fn_bar ul:after,
.offscreen-menu ul.fn_options:after,
.product-actions:after,
.product-listing:after,
aside.products:after,
main:after,
ul.fn_labels:after,
ul.fn_options > li > a:after,
ul.fn_options ul.fn_so:after {
    clear: both;
}

#wrapper:after,
#wrapper:before {
    display: table;
    content: '';
}

#wrapper:after {
    clear: both;
}

main[role='main'] > section:after,
main[role='main'] > section:before {
    display: table;
    content: '';
}

main[role='main'] > section:after {
    clear: both;
}

.container:after,
.container:before {
    display: table;
    content: '';
}

.container:after {
    clear: both;
}

.order_stock_wrapper:after,
.order_stock_wrapper:before {
    display: table;
    content: '';
}

.order_stock_wrapper:after {
    clear: both;
}

.product-listing > li > a:after,
.product-listing > li > a:before {
    display: table;
    content: '';
}

.product-listing > li > a:after {
    clear: both;
}

.product_modal:after,
.product_modal:before {
    display: table;
    content: '';
}

.product_modal:after {
    clear: both;
}

.cs_controls:after,
.cs_controls:before {
    display: table;
    content: '';
}

.cs_controls:after {
    clear: both;
}


/* *
 override default form components
*/

input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 100%;
    padding: 15px;
    -webkit-transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border: none;
    border: solid 1px transparent;
    border-radius: 0;
    outline: none;
    background-color: #fff;
}

.fn_bar input:active,
.fn_bar input:focus,
.fn_bar select:active,
.fn_bar select:focus {
    border: solid 1px rgba(134, 141, 143, .4);
    box-shadow: inset 0 0 2px rgba(134, 136, 137, .7);
}


/*
 overrides default select
*/

select {
    color: rgba(174, 174, 174, 1);
    background-image: url('../img/stock/svgs/icon-arrow-down.svg');
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 20px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(174, 174, 174, 1);
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(174, 174, 174, 1);
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(174, 174, 174, 1);
}

:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(174, 174, 174, 1);
}


/*
 filter nav [aside]
*/

aside.fn {
    display: none;
    position: relative;
    float: left;
    width: 26.35%;
    transition: all 0.35s ease;
}

aside.fn.glue {
    position: fixed;
    top: 0;
    width: 24.6%;
    margin-top: 22rem;
}


/*
 featured categories [slider]
*/

.fcs_container {
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 0;
}

.featured_categories .slick-arrow {
    position: absolute;
    z-index: 6;
    top: 0;
    bottom: -2px;
    overflow: auto;
    width: 55px;
    height: 75px;
    margin: auto;
    transition: box-shadow 0.35s ease-in-out;
    border: none;
    background: rgba(0, 0, 0, .75);
    -webkit-appearance: none;
}

.featured_categories .slick-arrow:focus {
    outline: none;
    box-shadow: 0 16px 27px 2px rgba(0, 0, 0, .5);
}

.featured_categories .slick-arrow i {
    font-size: 23px;
    top: 3px;
    color: #fff;
}

.featured_categories .slick-prev.slick-arrow {
    left: 0;
}

.featured_categories .slick-next.slick-arrow {
    right: 0;
}

.featured_categories .slick-slide {
    margin: 0 10px;
}

.featured_categories .slick-list {
    margin: 0 -10px;
}

.slick-slide img {
    width: 100%;
}


/*
 featured category bucket callouts
*/

.category_callouts {
    margin: 0 auto 35px;
}

.cc_grid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cc_grid .cc_bucket {
    border: solid 1px #eee;
    flex: 1;
}

.cc_grid .cc_bucket:not(:last-child) {
    margin-bottom: 20px;
}

.cc_grid .cc_bucket img {
    width: 100%;
    max-width: 100%;
}


/*
 filter navbar [styles]
*/

.fn_bar {
    clear: both;
    position: relative;
    z-index: 5;
}

.fn_bar ul {
    display: flex;
    margin: 0;
    padding: 20px;
    list-style-type: none;
    background-color: #eee;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.fn_bar ul li {
    display: flex;
}

.fn_bar ul li:not(:last-child) {
    padding-right: 15px;
    flex: 3 0;
}

.fn_bar ul li:last-child {
    flex: 1 0;
}

.fn_bar.glue {
    position: fixed;
    top: 110px;
    left: 0;
    width: 100%;
}

.filter-text {
    font-size: 0.9rem;
    color: #aaa;
}

.filter-options {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.filter-options li:not(:last-child) {
    margin-bottom: 12px;
    border: solid 1px #d5d4d4;
}

.filter-options li:last-child {
    float: right;
    width: 100%;
    margin-top: 5px;
}

.filter-options li:last-child a {
    display: block;
    padding: 10px;
    text-align: center;
    color: #fff;
    background-color: #61bc61;
}

ul.fn_labels {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #757575;
}

ul.fn_labels li {
    float: left;
    text-align: center;
}

ul.fn_labels li:first-child {
    width: 85px;
}

ul.fn_labels li:last-child {
    float: right;
    width: 80px;
}

ul.fn_labels li a {
    font-size: 11px;
    position: relative;
    padding: 28px 0 !important;
    text-decoration: none;
    letter-spacing: 1px;
    color: #fff;
}

ul.fn_labels li a,
ul.fn_labels li span {
    display: inline-block;
    padding: 25px 0;
}

ul.fn_labels li span {
    color: #d5d5d5;
}

ul.fn_labels li a:after {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    margin: 2px auto auto;
    content: '';
    background-color: #fff;
}

ul.fn_options {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
}

ul.fn_options li a {
    font-size: 14px;
    display: block;
    cursor: pointer;
    -webkit-transition: background-color 350ms ease-in-out, box-shadow 350ms ease-in-out;
    transition: background-color 350ms ease-in-out, box-shadow 350ms ease-in-out;
    text-decoration: none;
    color: #aeaeae;
}

ul.fn_options li a.toggled {
    background-color: #fff;
    box-shadow: 0 4px 11px -3px #d5d4d4;
}

ul.fn_options li a.toggled:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

ul.fn_options > li > a {
    font-size: 14px;
    position: relative;
    padding: 15px;
    border-right: solid 1px #d5d4d4;
    border-bottom: solid 1px #d5d4d4;
    border-left: solid 1px #d5d4d4;
    background-color: #fff;
}

ul.fn_options > li > a:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 100%;
    content: '';
    -webkit-transition: transform 250ms ease-in-out, box-shadow 250ms ease-in-out;
    -webkit-transition: box-shadow 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
    transition: box-shadow 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, box-shadow 250ms ease-in-out;
    transition: transform 250ms ease-in-out, box-shadow 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
    background: url("../img/stock/svgs/plus-icon.svg") no-repeat;
    background-position: center;
    background-size: 18px;
}

ul.fn_options ul.fn_so {
    position: relative;
    display: none;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 153px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-right: solid 1px #d5d4d4;
    border-left: solid 1px #d5d4d4;
    background-color: #f8f8f8;
}

ul.fn_options ul.fn_so::-webkit-scrollbar {
    width: 12px;
}

ul.fn_options ul.fn_so::-webkit-scrollbar-track {
    background-color: #d5d4d4;
}

ul.fn_options ul.fn_so::-webkit-scrollbar-thumb {
    background: rgba(117, 117, 117, .8);
}

ul.fn_options ul.fn_so li {
    border-bottom: solid 1px #d5d4d4;
}

ul.fn_options ul.fn_so li:last-child {
    margin-bottom: 0;
}

ul.fn_options ul.fn_so li a {
    padding: 10px 15px;
}

ul.fn_so > li > div {
    font-size: 14px;
    display: block;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: background-color 350ms ease-in-out, box-shadow 350ms ease-in-out;
    transition: background-color 350ms ease-in-out, box-shadow 350ms ease-in-out;
    text-decoration: none;
    color: #aeaeae;
}

.fn_sr,
.fn_st {
    display: inline-block;
}

.fn_st {
    position: relative;
    bottom: 6px;
    margin-left: 10px;
}

.fn_choice.selected {
    color: white;
    background: #61bc61;
}

.fn_choice.selected span.fn_sr {
    border-color: #fff;
}

.fn_choice.selected span.fn_sr:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.fn_sr {
    position: relative;
    top: 2px;
    width: 25px;
    height: 25px;
    -webkit-transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border: solid 2px #aeaeae;
    border-radius: 100%;
    background-color: #fff;
}

.fn_sr:before {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 13px;
    height: 14px;
    margin: 4px auto;
    content: '';
    -webkit-transition: transform 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 100%;
    background: url("../img/stock/svgs/checkmark.svg") no-repeat;
    background-position: center center;
    background-size: contain;
}

#update_cat_filters {
    font-size: 16px;
    font-weight: 900;
    display: block;
    width: 100%;
    padding: 14px;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: solid 1px #61bc61;
    outline: none;
    background-color: #61bc61;
}

#update_cat_filters:focus,
#update_cat_filters:hover {
    background-color: #46a446;
}

#update_filters {
    font-size: 14px;
    display: block;
    float: right;
    margin: 15px 0;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    color: #fff;
    border: none;
    outline: none;
    background: #757575;
    -webkit-appearance: none;
}

#update_filters:focus,
#update_filters:hover {
    background: #5c5b5b;
}

.disable_pe {
    pointer-events: none;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.disable_pe:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9;
    margin: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/*
  product container [aside]
*/

aside.products {
    float: right;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
}

aside.products.full {
    width: 100%;
}

aside.products.move {
    margin-top: 84px;
}


/*
  product listing container [ul]
*/

.product-listing {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-content: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.product-listing > li > a {
    display: block;
    width: 100%;
    transition: box-shadow 0.45s ease-in-out;
}

.product-listing li {
    width: 100%;
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    transition: box-shadow 0.45s ease-in-out;
    border: solid 1px #eee;
    box-shadow: 0 10px 26px 5px rgba(210, 210, 210, 0);
}

.quantity-action {
    display: flex;
    max-width: 200px;
    margin: 20px auto;
}

.quantity-action input {
    font-size: 22px;
    font-weight: 600;
    padding: 5px;
    margin: 0 10px;
    text-align: center;
    width: 50%;
    color: #494949;
    border: solid 1px #eee;
}

.quantity-action .quantity-btn {
    display: block;
    text-indent: -9999rem;
    border: none;
    outline: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px;
    width: 60px;
    /*padding: 5px 20px;*/
    -webkit-appearance: none;
    -mz-appearance: none;
    -o-appearance: none;
}

.quantity-action .quantity-btn.minus {
    background-image: url("../img/stock/svgs/down_arrow_icon.svg");
}

.quantity-action .quantity-btn.plus {
    background-image: url("../img/stock/svgs/up_arrow_icon.svg");
}

.product-listing li:focus,
.product-listing li:hover {
    box-shadow: 0 12px 39px -4px rgba(210, 210, 210, 0.65);
}

.product-listing li:hover .pi_imagery {
    background-size: 0%;
}

.product-listing li:hover .pi_imagery img {
    width: 70%;
    margin: 40px auto;
}

.product-listing li:hover .sht_product_design {
    transform: translateY(0%);
}

.product-listing li .product-info {
    float: left;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.product-listing li .product-info h4 {
    font-weight: 600;
    overflow: hidden;
    width: 100%;
    height: 22px;
    padding: 0 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-listing li .sku-num small {
    display: inline-block;
}

.sku-num {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 20px;
}


/*
  product listing [load more btn]
*/

#load_more {
    font-size: 18px;
    font-weight: 800;
    display: block;
    margin: 25px auto;
    padding: 1.75rem;
    -webkit-transition: background-color 325ms linear, box-shadow 325ms linear;
    -ms-transition: background-color 325ms linear, box-shadow 325ms linear;
    transition: background-color 325ms linear, box-shadow 325ms linear;
    letter-spacing: 1px;
    color: white;
    border: none;
    outline: none;
    background-color: #00c0ef;
    box-shadow: 0 8px 33px -10px rgba(0, 0, 0, .2);
    -webkit-appearance: none;
    -mz-appearance: none;
    -ms-appearance: none;
    -mz-transition: background-color 325ms linear, box-shadow 325ms linear;
}

#load_more i {
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px;
    transition: all 0.5s ease-in-out;
    transform-origin: center center;
}

#load_more:hover {
    box-shadow: 0 8px 33px -5px rgba(90, 79, 79, .4);
}

#load_more:hover i {
    transform: rotate(160deg);
}

#load_more.bg-yellow:hover i {
    transform: rotate(0deg);
}


/*
  product listing [customization btn]
*/

.quick_atc {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    margin: 10px auto 0;
    padding: 12px 20px;
    -webkit-transition: background-color 0.35s ease-in-out;
    -ms-transition: background-color 0.35s ease-in-out;
    transition: background-color 0.35s ease-in-out;
    color: #fff;
    border: none;
    outline: none;
    background-color: #61bc61;
    -webkit-appearance: none;
    -mz-appearance: none;
    -ms-appearance: none;
    -mz-transition: background-color 0.35s ease-in-out;
}

.quick_atc:focus,
.quick_atc:hover {
    background-color: #46a446;
}

.quick_atc i {
    position: relative;
    top: 1px;
    margin-left: 3px;
}

.more_info {
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    margin: 10px auto 0;
    padding: 10px 20px;
    -webkit-transition: background-color 0.35s ease-in-out;
    -ms-transition: background-color 0.35s ease-in-out;
    transition: background-color 0.35s ease-in-out;
    color: #fff;
    border: none;
    outline: none;
    background-color: #505050;
    -webkit-appearance: none;
    -mz-appearance: none;
    -ms-appearance: none;
    -mz-transition: background-color 0.35s ease-in-out;
}

.more_info i {
    top: 3px;
    margin-left: 5px;
}

.more_info:focus,
.more_info:hover {
    background-color: #373737;
}


/*
  product customization modal
*/

.product_mw {
    position: fixed;
    z-index: 1052;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    transition: all 0.25s linear;
    opacity: 0;
    background: rgba(185, 185, 185, .9);
}

.product_mw.show {
    visibility: visible;
    opacity: 1;
}

.product_modal {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    max-width: 95%;
    margin: 20px auto;
    transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, top 0.4s ease-in-out, transform 0.4s ease-in-out;
    opacity: 0;
    backface-visibility: hidden;
}

.product_modal.show {
    visibility: visible;
    opacity: 1;
}

.tshirt_canvas_slider {
    flex-grow: 1;
    max-width: 40rem;
    margin: auto;
}

.tshirt-canvas {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    min-height: 460px;
    position: relative;
    overflow: hidden;
    max-width: 400px;
    margin: auto;
    /*transition: background-image 0.35s ease-in-out;*/
}

.tshirt-canvas img {
    margin: auto;
    display: block;
    max-width: 120px;
}

.tshirt-canvas .sht_product_design {
    width: 140px;
    height: 140px;
    transform: translateY(-20%);
}

.pm_atc.reveal {
    background-color: #c74d3e;
}

.design-canvas {
    /*display: flex;
  align-items: center;
  justify-content: center;
  height: 460px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    height: 370px;
    margin: 70px 25px auto;
    transition: background-color 0.35s ease-in-out;
}

.design-canvas.dc_slide {
    margin: 30px 25px auto;
}

.design-canvas img {
    max-width: 260px;
    max-height: 350px;
    margin: auto;
}

.tshirt_canvas_slider .owl-dots {
    display: none;
}

.tshirt_canvas_slider .owl-dots .owl-dot {
    display: inline-block;
    width: 92px;
    height: 45px;
    background-color: silver;
}

.tshirt_canvas_slider .owl-dots .owl-dot.tshirt {
    
}

.tshirt_canvas_slider .owl-dots .owl-dot.active {
    background-color: #00c0ef;
}

.owl-thumbs {
    display: flex;
    position: relative;
    flex-grow: 1;
    max-width: 200px;
    margin: auto;
    text-align: center;
}

.owl-thumbs .owl-thumb-item {
    background-repeat: no-repeat;
    background-size: 25px;
    width: 100px;
    height: 50px;
    background-position: center;
    outline: none;
    border: none;
    margin-right: 5px;
    transition: background-color 0.35s ease-in-out;
}

.owl-thumbs .owl-thumb-item.active {
    background-color: #00c0ef;
}

.owl-thumbs .owl-thumb-item.tshirt {
    background-image: url(../img/stock/svgs/shirt_icon.svg);
}

.owl-thumbs .owl-thumb-item:hover {
    background-color: #00c0ef;
}

.owl-thumbs .owl-thumb-item.tshirt:hover::before,
.owl-thumbs .owl-thumb-item.tshirt:hover::after,
.owl-thumbs .owl-thumb-item.design:hover::before,
.owl-thumbs .owl-thumb-item.design:hover::after {
    opacity: 1;
}

.owl-thumbs .owl-thumb-item.tshirt::after {
    left: 38px;
}

.owl-thumbs .owl-thumb-item:before {
    opacity: 0;
    display: block;
    position: absolute;
    top: -50px;
    width: 140px;
    padding: 10px;
    margin: auto;
    background: rgba(0, 0, 0, 1);
    color: white;
    z-index: 2;
    transition: opacity 0.35s ease-in-out;
}

.owl-thumbs .owl-thumb-item.tshirt:before {
    content: "T-shirt with design";
    top: -50px;
    left: -100px;
    right: 0;
}

.owl-thumbs .owl-thumb-item:after {
    opacity: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    position: absolute;
    top: -13px;
    z-index: 8;
    margin: auto;
    transition: opacity 0.35s ease-in-out;
}

.owl-thumbs .owl-thumb-item.design {
    background-image: url(../img/stock/svgs/layers_icon.svg);
}

.owl-thumbs .owl-thumb-item.design:before {
    content: "Design Only";
    top: -50px;
    right: -9px;
    left: auto;
    width: 120px;
}

.owl-thumb-item.design.dm_btn:after {
    left: 0 !important;
}

.owl-thumbs .owl-thumb-item.design:after {
    left: 95px;
    right: 0px;
}

.owl-thumbs img {
    width: 100%;
}

.owl-thumbs div {
    display: inline-block;
    width: 60px;
}


/*
  product customization modal [content]
*/

.product_modal section {
    display: flex;
    width: 100%;
    box-shadow: 0 3px 15px 0 #a4a4a4;
    /*flex-wrap : wrap;*/
}

.product_modal aside {
    position: relative;
    transition: background-color 0.4s ease-in-out;
    background: #fff;
    flex: 2.25 0;
    overflow: hidden;
}

.product_modal aside:first-child {
    background: #dddbdb;
    flex: 3;
}

.product_modal aside:not(:last-child) {
    background-color: #ececec;
    display: flex;
    flex-direction: column;
}

.product_info {
    max-width: 90%;
    margin: auto;
    padding: 30px 40px 0 40px;
}


/*
  product modal [inner container]
*/

.ss_container {
    position: relative;
    width: 40rem;
    max-width: 100%;
    margin: 50px auto;
    padding: 0 1rem;
}

.ss_container:before {
    font-size: 15px;
    font-weight: 600;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    content: 'Colors';
    text-align: center;
    text-transform: uppercase;
    color: #5b5b5b;
}


/*
  product modal [swatch slider]
*/

.color-container {
    width: 100%;
    max-width: 50rem;
}

.color-container:before {
    font-size: 15px;
    font-weight: 600;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    content: 'Colors';
    text-align: center;
    text-transform: uppercase;
    color: #5b5b5b;
}

.swatch_slider:after,
.swatch_slider:before {
    position: absolute;
    z-index: 6;
    top: 0;
    display: block;
    width: 165px;
    height: 50px;
    content: '';
}

.swatch_slider:before {
    left: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.swatch_slider:after {
    right: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.swatch_slider {
    margin-left: -12px;
}

.swatch_slider .owl-item {
    height: 57.5px;
}

.swatch_slider .owl-item .color-swatch {
    display: block;
    width: 45px;
    height: 45px;
    margin: 3px auto;
    transition: all 0.4s ease-in-out;
    transform: scale(.5);
    text-indent: -9999rem;
    border: solid 1px rgba(155, 155, 155, 1);
    border-radius: 100%;
    box-shadow: 0 12px 8px -6px rgba(133, 133, 133, .5);
}

.swatch_slider .owl-item.center .color-swatch {
    transform: scale(1.05);
    opacity: 1;
}

.swatch_slider .owl-item.active.center {
    margin: 0 10px;
}


/*
swatch slider nav
*/

.cs_nav {
    position: absolute;
    z-index: 10;
    bottom: 18px;
    width: 100%;
}

.cs_nav .owl-next.disabled,
.cs_nav .owl-prev.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.cs_nav .owl-next i,
.cs_nav .owl-prev i {
    top: 8px;
}


/*
swatch slider nav [arrow btns]
*/

.cs_nav .owl-prev {
    top: 3px;
    left: -12px;
}

.cs_nav .owl-next,
.cs_nav .owl-prev {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-align: center;
    color: #aba0a0;
    border-radius: 100%;
    background-color: white;
    background-image: none;
    box-shadow: 0 2px 13px 0 rgba(153, 153, 153, .25);
}

.cs_nav .owl-next {
    top: 3px;
    right: 20px;
}


/*
product modal [actions]
*/

.pm_actions {
    /*margin: 30px auto 0;*/
    /*margin: 60px auto 80px auto;*/
    margin: 0 auto 110px;
}

.pm_quantity_actions {
    display: block;
}

.pm_quantity_actions:before {
    content: "Quantity: ";
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin: 30px auto 10px;
    content: 'Quantity';
    text-align: center;
    text-transform: uppercase;
    color: #5b5b5b;
}


/*
product modal quantity actions
*/

.pm_btns {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    z-index: 1010;
}

.pm_btns button {
    width: 50%;
}

.pm_btns button:focus,
.pm_btns button:hover {
    box-shadow: 0 5px 13px 0 rgba(104, 104, 104, .5);
}

.pm_atc,
.pm_dm {
    border-radius: 0 !important;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: box-shadow 0.35s ease-in-out, background-color 300ms ease 500ms;
    -o-transition: box-shadow 0.35s ease-in-out, background-color 300ms ease 500ms;
    transition: box-shadow 0.35s ease-in-out, background-color 300ms ease 500ms;
    text-transform: uppercase;
    color: #fff;
    border: none;
    outline: none;
    box-shadow: 0 5px 13px 0 rgba(104, 104, 104, .2);
    -webkit-appearance: none;
    -mz-appearance: none;
    -o-appearance: none;
    -mz-transition: box-shadow 0.35s ease-in-out, background-color 300ms ease 500ms;
}

.pm_atc {
    padding: 20px;
    background-color: #61bc61;
}

.pm_dm {
    background-color: #2f3d48;
}


/*
product modal [details & info]
*/

.product_pricing {
    margin: 15px auto;
    padding: 0;
    list-style-type: none;
}

.product_pricing li {
    font-size: 15px;
    display: inline-block;
    color: #6b6163;
}

.product_pricing li:before {
    font-weight: 600;
}

.product_pricing li.unit_price:before {
    content: 'Unit Price: ';
}

.product_pricing li.product_size:after {
    display: inline-block;
    width: 1px;
    height: 11px;
    margin: -1px 12px;
    content: '';
    background-color: black;
}

.product_pricing li.stock_price:before {
    content: 'Stock Price: ';
}

.title-bar {
    position: relative;
    overflow: hidden;
    padding: 15px;
    background-color: #8c8c8c;
}

.title-bar h4 {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow: hidden;
    width: 47%;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}


/*
product modal [exit btn]
*/

#pm_geb {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    display: block;
    width: 55px;
    height: 55px;
    transition: background-color 0.35s ease-in-out;
    text-indent: -9999rem;
    border: none;
    outline: none;
    background: #919191 url("../img/stock/svgs/exit-icon.svg") no-repeat center;
    background-size: 22px;
    -webkit-appearance: none;
    -mz-appearance: none;
    -o-appearance: none;
}

#pm_geb:hover {
    background-color: #7c7c7c;
}

#pmw_exit_btn {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 20px;
    text-indent: -99999rem;
    border: none;
    outline: none;
    background: url("../img/stock/svgs/modal_exit_btn.svg") no-repeat center;
    background-position: center;
    background-size: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    z-index: 1011;
}


/*
product modal [imagery]
*/

.pm_product_img {
    position: relative;
    display: block;
    width: 400px;
    height: 400px;
    margin: auto;
    background-image: url('../img/stock/placeholders/tshirt-canvas.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.pm_product_img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 130px;
    margin: auto;
}

.product_modal aside:nth-child(odd) .pm_product_img {
    background-image: url('../img/stock/placeholders/tshirt-canvas.png');
}

.product_modal aside:nth-child(even) .pm_product_img {
    background-image: url('../img/stock/placeholders/mens-shirt.png');
}


/*
product listing [imagery]
*/

.pi_imagery {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 350px;
    margin: auto;
    cursor: zoom-in;
    -webkit-transition: background 0.4s ease-in-out, margin 0.4s ease-in-out;
    transition: background 0.4s ease-in-out, margin 0.4s ease-in-out;
    background-repeat: no-repeat;
    background-position: center;
    /*background-size    : 110%;*/
    background-size: 130%;
}

.pi_imagery img {
    /*position          : absolute;
  top               : 0;
  right             : 0;
  bottom            : 0;
  left              : 0;
  width: 40%;
  max-width: 100%;
  margin            : auto;*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* width: 90px; */
    width: 40%;
    max-width: 100%;
    margin: 80px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/*
offscreen mobile menu
*/

.offscreen-menu {
    position: fixed;
    z-index: 1052;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: auto;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.79);
    left: 0;
}

.offscreen-menu-modal {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    /* z-index: 1053; */
    width: 100%;
    /* height: 100%; */
    max-width: 40em;
    margin: auto;
    background-color: rgba(255, 255, 255, 1);
    padding: 0 0 20px;
}

.offscreen-menu-modal ul.fn_options {
    margin-top: 20px;
}

.offscreen-menu-modal #update_cat_filters {
    margin: 15px auto 0;
}

.offscreen-menu-modal .grid {
    margin: 30px 20px 0 !important;
}

.offscreen-menu #update_filters {
    font-size: 15px;
    width: 100%;
    margin: 5px auto 0;
}

.offscreen-menu #reset_filters:before {
    display: none;
}

.offscreen-menu.show {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.offscreen-menu ul.fn_options ul.fn_so {
    overflow-y: scroll;
    max-height: 153px;
}

.offscreen-menu ul.fn_options > li {
    margin-bottom: 12px;
}

.offscreen-menu ul.fn_options > li:last-child {
    margin-bottom: 0;
}

.offscreen-menu ul.fn_options > li > a {
    border: solid 1px #d5d4d4;
}

.offscreen-menu .grid {
    margin: 30px 20px;
}

.offscreen-menu > .grid > ul:not(:last-child) {
    margin-bottom: 30px;
}


/*
filter navigation mobile btn
*/

#filter-trigger {
    position: fixed;
    z-index: 1050;
    right: 0;
    bottom: -30em;
    left: 0;
    display: block;
    width: 55px;
    height: 55px;
    margin: 15px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    border: solid 1px #d5d4d4;
    border-radius: 100%;
    background-color: #eee;
    background-image: url('../img/stock/svgs/filter-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 38px;
    box-shadow: 0 8px 16px -5px rgba(118, 118, 118, .8);
}

#filter-trigger:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 100%;
    background-color: #db4d4d;
    background-image: url('../img/stock/svgs/exit-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}

#filter-trigger.nav-down {
    bottom: -100em;
    opacity: 0;
}

#filter-trigger.nav-up {
    bottom: 0;
    opacity: 1;
}

#filter-trigger.swap {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    box-shadow: none;
}


/*
offscreen mobile menu [exit btn]
*/

#ft_close {
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 55px;
    height: 55px;
    margin: 15px;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform: rotate(-90deg);
    text-indent: -9999rem;
    opacity: 0;
    border-radius: 100%;
    background-color: #db4d4d;
    background-image: url('../img/stock/svgs/exit-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}

#ft_close.reveal {
    transform: rotate(0deg);
    opacity: 1;
}

.offscreen-menu #ft_close {
    position: relative;
    width: 100%;
    margin: 0;
    transform: rotate(0deg);
    border-radius: 0;
}


/*
offscreen mobile menu [components]
*/

.overlay-window {
    position: fixed;
    z-index: 0;
    z-index: 1050;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 0;
    background: rgba(0, 0, 0, .8);
}

.overlay-window.show {
    visibility: visible;
    opacity: 1;
}
.fcs_header {
  margin: 20px auto;
  text-align: center;
}
.fcs_header h3 {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.fcs_header h3:after {
  background-color: rgba(130, 29, 33,1);
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  margin: 10px auto;
}

.welcome_message_mw {
  visibility: visible;
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
  transition: opacity 300ms ease, visibility 300ms ease;
}
.welcome_message_mw.active,
.welcome_message_mw .welcome_message.active {
  opacity: 0;
  visibility: hidden;
}
.welcome_message_mw .welcome_message {
  background-color: rgba(130, 29, 33,1);
  color: rgba(255,255,255,1);
  max-width: 60rem;
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 10px;
  transform: translateY(100%);
  transition: opacity 300ms ease, visibility 300ms ease;
}
#wm_exit {
    margin-bottom: 10px;
    display: block;
    text-align: right;
    width: 20px;
    color: rgba(255,255,255,1);
    float: right;
    margin: auto 5px auto 0;
    font-size: 17px;
    overflow: hidden;
}
.welcome_message_mw .welcome_message h3 {
    clear: both;
    margin: 0;
    text-align: center;
    line-height: 1.3;
    padding: 10px;
    margin-bottom: 10px;
}

.welcome_message_mw .welcome_message p {
    background-color: rgba(101, 23, 26, 1);
    margin-bottom: 0;
    padding: 10px;
    margin: 0px auto;
    text-align: center;
    color: rgba(255,255,255,1);
}

.welcome_message_mw .welcome_message p a {
  color: rgba(255,255,255,1);
}

/*
media query (max-width: 926 pixels)
*/

@media (max-width: 928px) {
    #pmw_exit_btn {
        display: none;
    }
}


/*
media query (min-width: 927 pixels)
*/

@media (min-width: 57.938rem) {
    #pm_geb {
        display: none;
    }
}


@media (max-width: 991px) {
    .stock_catalog {
        opacity: 0.5;
        left: 0;
        right: 0;
    }
}

/*
media query (max-width: 900 pixels)
*/

@media (max-width: 56.250rem) {
    .pm_product_img {
        margin: 25px auto;
    }
    .product_modal {
        margin: 0 auto;
    }
    .product_modal.show {
        position: relative;
        margin: 10px auto;
    }
    .title-bar {
        text-align: left;
    }
    .title-bar h4 {
        width: 262px;
        margin: 0;
        text-align: left;
    }
}


/*
media query [min-width: 520px pixels]
and [max-width: 979 pixels]
*/

@media screen and (min-width: 32.5rem) and (max-width: 61.188rem) {
    aside.products.move {
        margin-top: 0;
    }
    .offscreen-menu #ft_close {
        display: block;
    }
}


/*
media query [min-width: 645 pixels]
and [max-width: 979 pixels]
*/

@media screen and (min-width: 40.313rem) and (max-width: 61.188rem) {
    .filter-options li:last-child {
        width: auto;
    }
    .offscreen-menu {
        /*top      : -30em;*/
        right: 0;
        /*left     : 0;*/
        /*max-width: 70%;*/
        /*height   : auto;*/
        margin: auto;
    }
    .offscreen-menu #ft_close {
        /*display: none;*/
    }
    .offscreen-menu #update_filters {
        width: auto;
    }
}


/*
media query [min-width: 645 pixels]
*/

@media (min-width: 40.250rem) {
    /*.product-listing li {
    margin: auto 2% 2rem 0;
  }*/
    .cc_grid {
        flex-direction: row;
    }
    .cc_grid .cc_bucket {
        width: 49%;
        flex: none;
    }
    .cc_grid .cc_bucket:not(:last-child) {
        margin-bottom: 0;
    }
}


/*
media query [min-width: 768 pixels]
*/

@media (min-width: 48rem) {
    #filter-trigger {
        margin: 15px 25px;
    }
}


/*
media query [min-width: 800px pixels]
*/

@media (min-width: 50rem) {
    #load_more {
        width: auto;
        padding: 1.5rem 4rem;
    }
    .filter-choice {
        width: 33.333%;
        padding-right: 1%;
    }
    .product-listing li:hover .pi_imagery {
        background-size: 0%;
    }
    .product-listing li:hover .pi_imagery img {
        /*width: 95%;*/
        /*width: 70%;*/
    }
    .product-listing li:hover .product-actions button.act-btn {
        transform: scale(1.065);
        color: white;
        border: solid 1px #46a446;
        background-color: #46a446;
    }
    .search-bar {
        overflow: visible;
        width: 33.333%;
    }
}


/*
media query [min-width: 861 pixels]
*/

@media (min-width: 53.813rem) {
    #filter-trigger {
        display: none;
    }
}


/*
media query [min-width: 980 pixels]
*/

@media (min-width: 61.250rem) {
    .category_hero {
        height: 300px;
    }
    .filter-nav {
        padding: 0;
    }
    aside.fn {
        display: block !important;
    }
    .fn_bar {
        display: block !important;
    }
    .offscreen-menu {
        display: none !important;
    }
    aside.products {
        width: 72%;
    }
    aside.products.fix {
        margin-top: 85px;
    }
}


/*
media query [max-width: 800 pixels]
*/

@media (max-width: 50rem) {
    #pmw_exit_btn {
        left: 0;
        display: none;
        margin: 15px auto;
    }
    .pm_btns {
        position: relative;
    }
    .pm_actions {
        flex-direction: column;
        margin: 30px auto;
    }
    .pm_actions .quantity-action {
        margin: auto;
    }
    .pm_product_img {
        top: calc(100% - 300px);
        width: 250px;
        height: 250px;
    }
    .pm_product_img img {
        width: 90px;
    }
    .product_info {
        height: auto;
        padding: 30px 10px;
    }
    .cs_nav .owl-next {
        right: 12px;
    }
    .product_info h3 {
        overflow: hidden;
        max-width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .product_modal section {
        flex-direction: column;
        flex-wrap: nowrap;
    }
}


/*
media query [max-width: 861 pixels]
*/

@media (max-width: 53.813rem) {
    .fn_bar {
        display: none;
    }
}


/*
media query [min-width: 318 pixels]
and [max-width: 519 pixels]
*/

@media screen and (min-width: 635px) and (max-width: 767px) {
    aside.products.move {
        margin-top: 0;
    }
    main[role='main'] > section {
        padding: 0;
    }
    main {
        margin: 0;
    }
    #pmw_exit_btn {
        right: 0;
        left: 0;
        margin: 15px auto 0;
    }
    #load_more {
        padding: 1.75rem 4rem;
    }
    .pi_imagery {
        width: 90%;
        margin: auto 5% auto auto;
    }
    .product-listing li:hover .pi_imagery img {
        /*margin: 0 auto;*/
        margin: 60px auto;
    }
    .pi_imagery img {
        top: 20px;
    }
    .product-listing .product-info {
        float: right;
        width: 50%;
    }
    .product-listing .product-info h3 {
        font-size: 18px !important;
    }
    .product-listing li {
        display: flex;
        width: 100%;
        margin: auto;
        border: none;
        border-bottom: solid 1px #eee;
    }
    .product-listing li:focus,
    .product-listing li:hover {
        box-shadow: none;
    }
    .product-listing li:last-child {
        border-bottom: 0;
    }
    .product-listing li:hover > a {
        box-shadow: none;
    }
    .product-listing li .pi_contents {
        float: left;
        width: 40%;
    }
    .product-listing li .product-info {
        overflow: hidden;
        width: 90%;
        margin: auto;
    }
    .product-listing li .product-info h4 {
        width: 100%;
    }
    .product_modal section aside:last-child {
        flex: 1 auto;
    }
    .quantity-action a {
        width: 29px;
        height: 28px;
    }
}

@media screen and (min-width: 66.875rem) and (max-width: 78.75rem) {
    .pi_imagery {
        width: 100%;
        height: 290px;
        background-size: 100%;
    }
    .pi_imagery img {
        width: 110px;
    }
    .product-listing li {
        width: 31.9222%;
    }
    .product-listing li:nth-child(3n) {
        margin-right: 0;
    }
}


/*
media query [min-width: 850 pixels]
and [max-width: 1049 pixels]
*/

@media screen and (min-width: 78.75rem) and (max-width: 82.5rem) {
    .pi_imagery {
        width: 100%;
        height: 270px;
    }
    .product-listing li {
        width: 31.9222%;
    }
    .product-listing li:nth-child(3n) {
        margin-right: 0;
    }
}


/*
media query [min-width: 850 pixels]
and [max-width: 1049 pixels]
*/

@media screen and (min-width: 82.5rem) and (max-width: 97.5rem) {
    .pi_imagery img {
        width: 40%;
    }
    .product-listing li {
        width: 31.9222%;
    }
}

@media screen and (min-width: 768px) and (max-width: 66.875rem) {
    .product-listing li:hover .pi_imagery img {
        width: 60%;
        /*margin: 20px auto;*/
    }
    .pi_imagery img {
        /*margin: 50px auto;*/
    }
    .product-listing li {
        width: 48.9222%;
        margin: auto 2% 2rem 0;
    }
    .product-listing li:nth-child(2n) {
        margin-right: 0;
    }
}


/**************************************************************************************
 media query - [min-width: 645 pixels] and [max-width: 849 pixels]
**************************************************************************************/

@media screen and (min-width: 66.875rem) and (max-width: 78.75rem) {
    .pi_imagery {
        width: 100%;
        background-size: 130%;
    }
    .pi_imagery img {
        width: 40%;
        /*top: 30px;*/
    }
    .product-listing li:hover .pi_imagery img {
        width: 60%;
    }
}


/**************************************************************************************
 media query - [min-width: 850 pixels] and [max-width: 1049 pixels]
**************************************************************************************/

@media screen and (min-width: 78.75rem) and (max-width: 82.5rem) {
    .pi_imagery {
        width: 100%;
        height: 40vh;
        background-size: 130%;
    }
    .pi_imagery img {
        width: 10rem;
        margin: 0 auto;
        top: 55px;
        /*bottom: 18px;*/
    }
    .product-listing li {
        width: 31.9222%;
    }
    .product-listing li:nth-child(3n) {
        margin-right: 0;
    }
    .product-listing li:hover .pi_imagery img {
        width: 160px;
        margin: 0 auto;
        top: 40px;
    }
}


/**************************************************************************************
 media query - [min-width: 1070 pixels] and [max-width: 1599 pixels]
**************************************************************************************/

@media screen and (min-width: 66.88rem) and (max-width: 99.94rem) {
    .product-listing li {
        width: 32.6222%;
        margin-right: 1%;
    }
    /*.pi_imagery img {
      margin: 0 auto;
  }*/
    .product-listing li:nth-child(3n) {
        margin-right: 0;
    }
}


/**************************************************************************************
 media query - [min-width: 1400px pixels] and [max-width: 1599 pixels]
**************************************************************************************/

@media screen and (min-width: 87.5rem) and (max-width: 99.94rem) {
    #load_more {
        margin: 40px auto 20px;
    }
    .fcs_container {
        margin: 0 auto 40px;
    }
    .product-listing li .product-info h4 {
        width: 100%;
    }
    .product_modal {
        max-width: 80%;
    }
    .product_modal section aside:last-child {
        /*flex: 1 auto;*/
    }
    .quantity-action a {
        width: 29px;
        height: 28px;
    }
}


/**************************************************************************************
 media query - [min-width: 1600 pixels]
**************************************************************************************/

@media (min-width: 100rem) {
    .product_modal {
        max-width: 60%;
    }
    aside.fn {
        width: 21.5%;
    }
    aside.fn.glue {
        width: 21%;
    }
    aside.products {
        width: 77%;
    }
    .pi_imagery {
        width: 100%;
        height: 40vh;
    }
    .pi_imagery img {
        width: 40%;
    }
    .product-listing li {
        width: 24.222%;
        margin-right: 1%;
    }
    .product-listing li:nth-child(4n) {
        margin-right: 0;
    }
}

@media (max-width: 1010px) {
    .callout_block .main_head {
        color: #fff;
        /*font-size: 20px;*/
        font-size: 17px;
        padding: 20px;
        font-weight: 600;
    }
    .callout_block .sub_head {
        color: #dedede;
        /*font-size: 15px;*/
        font-size: 13px;
        background: #5d1417;
        padding: 10px 20px;
    }
    .product_modal section {
        flex-wrap: wrap;
    }
}
