.banner {
    display: flex;
    justify-content: space-between;
}

section.tds-sds-block .inside-cells > a {
    margin-left: auto;
    margin-right: auto;
}

.products-search-top .radio-wrap span {
    color: #fff;
}

.result-figure {
    font-weight: 700;
}

#fosroc-overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    right: 0.5%;
}

.fosroc-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prod-spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #F82D3F solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

li.facet-item {
    list-style: none;
}

.solutions li.facet-item.facet-item--expanded>label span {
    color: #fff !important;
}

.page-numbers.light-theme ul li {
    margin: 0 4px;
}

/* .Accordion-item:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.Accordion-item.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
 */

.page-paginate ul.pager__items li:first-child {
    padding-right: 70px;
}

.page-paginate ul.pager__items li:last-child {
    padding-right: 42px;
}

.page-numbers li.disabled {
    display: none;
}

.Accordion-item .facets-widget {
    display: none;
}

.Accordion-item {
    cursor: pointer;
}

/* Single Product style */

/*** CONSIDER CSS BELOW ONLY ***/

/*** CREATE ACCOUNT PAGE ***/

.account-body-content .container {
    padding: 47px 0;
    max-width: 1064px;
}

.new-account-body {
    background: #F2F2F2;
}

.new-account-body .container {
    padding: 73px 0;
    max-width: 1064px;
}

.new-account-body .form-wrapper .privacy-block {
    padding: 0;
    margin-bottom: 20px;
}

.form-wrapper .promo-block {
    border: 0;
}

.interest-block {
    margin-bottom: 45px;
}

.interest-group {
    flex-wrap: wrap;
}

.interest-group .interest {
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #182534;
    margin-right: 19px;
    margin-bottom: 19px;
    padding: 13px 35px;
    border: 1px solid #182534;
    border-radius: 35px;
    transition: all 0.3s ease;
}

.interest-group .interest:hover, .interest-group .interest.selected {
    background: #182534;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease;
}

/*** NEW DETAIL PAGE STYLE ***/

.store-search-block {
    position: relative;
}

.multi-product-pricing .store-search-block {
    position: absolute;
    width: calc(100% - 40px);
    bottom: 180px;
}

.post-pin {
    width: 70px;
    height: 80px;
    background-color: #000;
    background-image: url(../images/pin-red.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.store-search-block input {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    padding: 28px 25px;
    background: #F2F2F2;
    border: 0;
    width: calc(100% - 20px);
    flex: 1;

}

.store-search-block label {
    position: absolute;
    font-weight: bold;
    font-size: clamp(12px, 1.8vw, 18px);
    line-height: clamp(16px, 2vw, 24px);
    color: #ED1B2F;
    left: 90px;
    top: 15px;
}

/*   .auto-search {
      position: absolute;
      display: none;
  } */

.auto-search {
    position: absolute;
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
    border-radius: 1px;
    top: 100%;
    right: 0;
    width: calc(100% - 70px);
}

.auto-search ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.auto-search li {
    padding: 0 25px;
    border-bottom: 1px solid #F2F2F2;
    ;
}

.auto-search li:last-child {
    border: 0;
}

.auto-search li:hover {
    background: #F2F2F2;
}

.auto-search li a {
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.15px;
    padding: 9px 0;
    color: #000;
}

.product-detail .multi-product-pricing {
    position: relative;
    width: auto !important;
    padding-left: 40px;
    flex: 1;
}

.product-collection {
    padding-bottom: 73px;
}

.product-collection h5 {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 12px;
}

.product-collection h5+label {
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 11px;
}

.product-collection .qty-wrap {
    max-width: 696px;
    margin-bottom: 36px;
}

.product-collection .qty-wrap input {
    border: 1px solid #828282;
    margin-right: 20px;
    border-radius: 0;
    font-size: 14px;
    line-height: 24px;
    padding: 13px 23px;
    width: 50%;
    max-width: 108px;
}

.product-collection .qty-wrap input+span {
    font-size: 14px;
    line-height: 19px;
}

.collection-table {
    padding-bottom: 63px;
}

.collection-table thead {
    border-bottom: 1px solid #C4C4C4;
}

.collection-table th, .collection-table td {
    padding: 15px;
    /*width: 100%;*/
    border: 0;
}

.collection-table th {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.collection-table tr {
    border: 0;
}

.collection-table tbody tr:nth-of-type(even) {
    background: #F2F2F2;
}

.collection-table tr:last-child {
    border-bottom: 1px solid #C4C4C4;
}

.collection-table td {
    border: 0;
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #747474;
    text-align: center;
    vertical-align: middle;
}

.collection-table tr td:first-child {
    border-left: 0;
}

.collection-table tr td:last-child {
    border-right: 0;
}

.collection-table tr td:first-child, .collection-table tr td:nth-child(3) {
    font-weight: 500;
    width: 52%;
    color: #000;
    text-align: left;
}

.collection-table tr td:nth-child(2) {
    font-weight: 500;
    color: #000;
    text-align: left;
}

.collection-table tr td:nth-child(3) {
    width: 19%;
}

.collection-table td input {
    width: 100%;
    min-width: 66px;
    padding: 10px;
    height: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.collection-table tr td:nth-child(4) {
    width: 18%;
    text-align: left;
}

.collection-table tr td:nth-child(5) {
    /*width: 100%;*/
    text-align: left;
}

.collection-table td .red {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #ED1B2F;
}

.collection-table td .red+br+span {
    font-size: 14px;
    line-height: 26px;
    color: #747474;
    font-weight: 300;
}

.collection-table + div .store-search-block {
    flex: 1;
    max-width: 630px;
    margin-right: 14px;
}

.collection-table + div .store-search-block label {
    top: 27px;
}

.collection-table + div {
    margin-bottom: 19px;
}

.collection-table + div .store-search-block .change-loc {
    position: absolute;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    right: 33px;
    top: 27px;
    color: #000;
}

.stock-info {
    padding-left: 90px;
}

.stock-label {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    padding-left: 48px;
    margin-bottom: 10px;
}

.stock-label:before {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    left: 0;
    top: calc(50% - 17px);
}

.stock-label.available {
    color: #005F28;
}

.stock-label.available:before {
    background: url(../images/available-icon.svg) no-repeat center;
}

.stock-label.unavailable {
    color: #000000; 
}

.stock-label.unavailable:before {
    background: url(../images/unavailable-icon.svg) no-repeat center;
}

.calc-and-cart label {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    margin-right: 60px;
    color: #747474;
}

.calc-and-cart label span {
    display: block;
    text-align: right;
}

.calc-and-cart label span:first-child {
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
    color: #ED1B2F;
}

.calc-and-cart .cart-btn {
    width: auto;
    padding: 0 19px 0 49px;
    background: #F82D3F url(../images/cart-icon-white.svg) no-repeat 15px center;
}

/*** Custom selectbox style ***/

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 48px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    /*background-color: #c0392b;
    padding: 8px 15px;*/
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.15px;
    font-weight: 300;
    color: #2B282F;
    border: 1px solid #828282;
    appearance: none;
    padding: 8px 34px 8px 16px;
    background: url(../images/dropdown-arrow.svg) no-repeat calc(100% - 17px) center;
    height: 48px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    max-height: 250px;
    overflow-y: scroll;
}

.select-options li {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    padding: 8px 16px;
    /*border-top: 1px solid #962d22;*/
    border: 1px solid #828282;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.select-options li:hover {
    /*color: #c0392b;*/
    /*background: #fff;*/
}

.select-options li[rel="hide"] {
    display: none;
}

.prod-col {
    width: 32px;
    height: 32px;
    margin-right: 13px;
    /*background: #828282;*/
}

.prod-col.red {
    background: #8F0808;
}

.skew-full-vector-bg .calculator-cell {
    width: 48%;
}

.calculator-cell .custom-select {
    width: 100%;
    /*background-color: #fff;*/
    background: #fff url("../images/dropdown-arrow.svg") no-repeat calc(100% - 16px) center;
}

.calculator-cell .form-field {
    margin-bottom: 24px;
}

.variable-three-fields .form-field {
    /*width: calc(33% - 9px);*/
    margin-right: 17px;
}

.half-form-field .form-field, .calculator-cell .form-wrapper .half-form-field:last-child {
    margin-bottom: 0;
}

.variable-three-fields .form-field:nth-of-type(3n) {
    margin-right: 0;
}

.calculator-cell .half-form-field .custom-select {
    width: auto;
    min-width: 193px;
    max-width: 100%;
}

.calc-btn {
    margin: 0 0 0 auto;
    background: #F82D3F url(../images/calc-icon-white.svg) no-repeat 23px center;
    padding: 0 25px 0 54px;
    border: 4px solid #fff;
    line-height: 40px;
}

.row .col-half {
    width: 50%;
    flex: 1;
    margin-right: 16px;
}

.row .col-half:last-child {
    margin-right: 0;
}

.calc-result {
    display: none;
}

.col-half label {
    display: block;
}

.calc-result .row .col-half {
    margin-bottom: 30px;
}

.calc-result .row .col-half h5 {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 8px;
}

.calc-result .row .col-half label {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.calc-result .row .col-half label span:first-child {
    font-weight: 300;
}

.calc-result .row:last-child .col-half:last-child span {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
}

.calc-result .btn {
    width: auto;
    display: inline-block;
    border: 1px solid #ED1B2F;
    padding: 8px 14px 9px 47px;
    font-size: 16px;
    line-height: 24px;
    height: auto;
    color: #ED1B2F;
    background: url(../images/reset-red.svg) no-repeat 17px center;
}

.no-info-table tr td:first-child {
    width: 25%;
}

.quote-cta-block .stock-info {
    padding-left: 0;
    max-width: 500px;
    margin-right: 20px;
    width: 58%;
}

.quote-cta-block .btn {
    width: auto;
    flex: 1;
    max-width: 524px;
    margin-right: 16px;
}

.quote-cta-block .btn:last-child {
    margin-right: 0;
}

.form-submission-content .container {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 52px 0 80px;
}

.form-submission-content .container p:last-of-type {
    margin-bottom: 48px;
}

.form-submission-content .container img, .form-submission-content .container h2 {
    margin: 0 0 32px;
}

.success-heading {
    font-size: 32px;
    line-height: 37px;
    color: #27AE60;
}

.error-heading {
    font-size: 32px;
    line-height: 29px;
    letter-spacing: 0.15px;
    color: #DE1D2F;
}

.abn-look {
    display: flex;
}

.abn-look input, .abn-look .btn {
    width: auto;
}

.abn-look input {
    flex: 1;
}

.credit-signup .container {
    padding: 70px 0;
}

.credit-signup .card {
    width: 308px;
    margin-right: 126px;
}

.credit-signup .card-image-block {
    background: #F2F2F2;
    width: 100%;
    height: 272px;
}

.product-list-view {
    padding: 0 !important;
    background: #FFF;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
    display: block;
}

.product-list-view .left-cell {
    padding: 28px 0 15px !important;
}

.product-list-view .left-cell img {
    width: 195px;
    /*margin-bottom: 24px;*/
}

.product-list-view .footlinks {
    padding: 20px 33px 21px 17px;
    background: #F2F2F2;
}

.product-list-view .left-cell .custom-checkbox-wrap, .product-list-view .footlinks .custom-checkbox-wrap {
    position: relative;
    background: #2B282F;
    text-align: center;
    padding: 10px;
    display: block;
    /*margin: 0 auto;*/
    width: 185px;
    /*visibility: hidden;*/
}

.custom-checkbox-wrap [type="checkbox"]:not(:checked)+label, .custom-checkbox-wrap [type="checkbox"]:checked+label {
    padding-left: 0;
    padding-right: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
}

.custom-checkbox-wrap [type="checkbox"]:not(:checked)+label:after, .custom-checkbox-wrap [type="checkbox"]:checked+label:after {
    left: auto;
    right: -1px;
    top: calc(50% - 7px) !important;
    background: #fff url(../images/checkbox-checked-icon.svg) no-repeat center / 13px;
    width: 11px !important;
    height: 11px !important;
}

.custom-checkbox-wrap [type="checkbox"]:not(:checked)+label:before, .custom-checkbox-wrap [type="checkbox"]:checked+label:before {
    left: auto;
    right: 0;
    top: calc(50% - 5px) !important;
    width: 12px;
    height: 12px;
    background: url(../images/checkbox-icon.svg) no-repeat center / 12px;
}

.product-list-view .center-cell {
    position: relative;
    width: calc(100% - 227px) !important;
    flex: 1;
    margin: 0 0 0 25px !important;
    padding: 28px 10px 0 0;
    display: flex;
    flex-direction: column;
    border-right: 0;
}

.tooltip-box {
    position: absolute;
    align-self: flex-end;
    margin: 0px 24px 0px 0 !important;
    right: 31px;
    cursor: pointer;
}

.product-list-view .center-cell .tooltip {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.15px;
    color: #000;
    position: relative;
    padding: 5px 40px 5px 16px;
    background: #F2F2F2;
    border-radius: 29px;
}

.product-list-view .tooltip .tooltip-ico {
    position: absolute;
    color: #fff;
    right: 16px;
    top: 50%;
    margin-top: -8px;
    border-radius: 50%;
    background: url(../images/question-icon.svg) no-repeat center;
    background-size: cover;
    width: 16px;
    height: 16px;
}

.product-list-view .tooltip .tooltip-ico:hover, .product-list-view .tooltip:hover .tooltip-ico {
    background: url(../images/question-icon-white.svg) no-repeat center;
    color: #000;
}

.product-list-view .tooltip:hover {
    background: #663366;
    color: #fff;
}

.product-list-view .tooltip-content {
    left: initial !important;
    right: 0;
}

.product-list-view .tooltip-content:before {

    left: initial !important;
    right: 19px;
}

.product-list-view .tooltip-content h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.15px;
    color: #2B282F;
    position: relative;
    padding-left: 33px;
    margin: 0 16px 16px;
}

.product-list-view .tooltip-content h3::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: #663366;
    border-radius: 50%;
    left: 0;
    top: -2px;
}

.product-list-view .tooltip-content p {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.15px;
    color: #000000;
    padding: 12px 16px 0;
    display: block;
    border-top: 1px solid #F2F2F2;
}

.product-list-view .center-cell h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.15px;
    color: #000;
    margin: 0 0 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #F2F2F2;
    margin-top: -25px;
}

.product-list-view .center-cell p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #000000;
    margin: 0 0 34px 0;
    padding-right: 24px;
}

.product-list-view .center-cell .link, .product-list-view .footlinks .link {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #F82D3F;
    background: url("../images/arrow_forward_red.svg") no-repeat right 5px;
    padding-right: 36px;
    /*margin:0 25px 24px 24px;*/
    display: inline-block;
}

.product-list-view .quote-btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.15px;
    padding: 12px 30px;
    background: #DE1D2F;
    color: #fff;
    height: auto;
}

.skew-full-vector-bg .tab-content .skew-inside-cell{
    width: 90% !important;
}


/* Added from existing css */

.product-detail-price-banner h1:after {
    border-top: 174px solid rgba(43, 40, 47, 0.9);
}

.banner--grey-frame h1 {
    background: rgba(43, 40, 47, 0.9);
    width: 711px;
}
.product-detail .product__image{
    width: 582px !important;
}

.zoomImg {
    cursor: url(../images/zoom_in_big.svg), auto;
}

.zoomImg:hover .zoon .small {
    display: none;
}

.zoom img {
    display: block;
}

.zoom img::selection {
    background-color: transparent;
}

.products .main-content {
    max-width: 1280px;
    margin: 0 auto;
    width: calc(100% - 32px);
}

.product-search {
    margin-bottom: 72px;
}

.tabs-block .tab-pills {
    justify-content: flex-start;
}

.tabs-block .tab-pills li {
    padding: 10px 20px !important;
    /*flex: 1;*/
}

.related-products .owl-stage {
    padding: 30px 0;
    display: flex;
}


.related-products .triangle-shape + .flex {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: stretch;
    flex-flow: wrap;
}
.related-products .related-products-carousel .owl-stage-outer,
.related-products .related-products-carousel .owl-dots{
    width: 100%;
}
@media screen and (max-width: 767px) {
    .related-products .related-products-carousel .owl-dots{
        display: block;
    }
}

.related-products .card {
    float: unset;
    display: flex;
    flex-direction: column;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    height: 100%;
}

.related-products .card .card-heading {
    flex: 1;
}


.spec-clause-wrapp a {
    display: inline-block;
    max-width: 200px;
    margin-right: 20px;
}

.banner h1 span:nth-of-type(1) {
    padding-left: 26px !important;
}

.banner h1 span:nth-of-type(2) {
    padding-left: 46px !important;
}

.banner h1 span:nth-of-type(3) {
    padding-left: 66px !important;
}

.banner h1 span:nth-of-type(4) {
    padding-left: 86px !important;
}


/* Added on 18oct2021 */

.flex-justify-content-start {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.product-search-filter .text-field {
    height: 48px;
    max-width: 400px;
    width: 100%;
    padding: 10px 16px;
    vertical-align: top;
}

.productsearch {
    background: #F82D3F;
    border: 0;
    color: #fff;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    width: 127px;
    text-align: center;
    cursor: pointer;
    margin-left: -5px;
    line-height: 40px;
}

.related-products .card .card-heading {
    background: #F2F2F2;
    text-align: center;
}
.webform-submission-quote-form .js-form-item-product, .webform-submission-specification-form-form .js-form-item-product { display: none;}
.error.agree-label{ color: #F82D3F;}
#edit-product-api,#edit-product-api--2{ background-color: #f2f2f2;}



.files-container {
    display:flex;
    flex-wrap: wrap;
    width: 100%;
}

.file-info-wrap {
   /* display: flex;
    flex-direction: column;
    justify-content: space-between;*/
    width: calc(20% - 56px);
    margin-right: 70px;
    margin-bottom: 16px;
}

.file-info-wrap:nth-child(5n) {
    margin-right: 0;
}

.related-file-icon {
    background: url(/themes/custom/fosroc/images/pdf-icon.svg) no-repeat center;
    width: 100%;
    height: 200px;
    background-color: #fff;
    margin-bottom: 20px;
    display: block;
}

.file-info-wrap span {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #000;
}

.tabs-block-mobile {
    display: none;
}


.external-logo-wrapper {
    right: calc(20% - 132px);
}


.external-logo-wrapper a {
    max-height: 200px;
    max-width: 256px;
}


.external-logo-wrapper a img {
    width: 100% !important;
    height: 100%;
    object-fit: contain;
}

.custom-data-table,
.custom-data-table + label {
    display: none !important;
}

.product-list-wrapper.list-wrapper-mobile {
    display: none !important;
}

.brochures-tab .files-container .related-file-icon {
    background-size: 60% !important;
}

/* product page left slider starts*/

body .product-detail-pricing .product-image-block .product__image {
    height: 488px;
    padding: 0 60px;
    margin-bottom: 18.5px;
    border: 1px solid #C4C4C4;
    padding-top: 30px;
}

body .product-detail-pricing .product-image-block .product__image .large {
    z-index: 1;
}

body .product-detail-pricing .product__image--sm li {
    width: 95px;
    height: 79px;
    list-style: none;
    margin-bottom: 16px;
}

.product-detail-pricing .product__image--sm li img {
    height: 100%;
    object-fit: contain;
    border: 1px solid #C4C4C4;
}

.product-detail .product__image img {
    transition: all 0.3s;
}

.product-detail .product__image {
    position: relative;
}

.product-detail .product__image:after {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.9);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.product-detail .product__image.changing:after {
    opacity: 0.1;
}

.product-detail .product__image img {
    vertical-align: top;
}

.product-detail .product__image .img-label {
    position: absolute;
    font-weight: 500;
    text-align: center;
    width: 100%;
    right: 60px;
    left: 0px;
    margin-top: 6px;
    top: 0;
    z-index: 2;
    padding: 0 8px;
}

/* .product-detail .product__image.changing {
    opacity: 0.6;
} */

.product-detail-pricing .product__image--sm li .img-thumbnail {
    cursor: pointer;
}

.product-detail-pricing .product__image--sm.in-process li .img-thumbnail {
    cursor: progress;
}

.product-detail-pricing .product__image--sm li.active .img-thumbnail {
    border: 1px solid #F82D3F;
}

.product-detail-pricing .product-image-block .product__image span {
    height: 100%;
    width: 100%;
    display: block;
}

.product-detail-pricing .product-image-block .product__image span.zoom-in {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.product-detail-pricing ul.product__image--sm {
    display: flex;
    flex-flow: wrap;
    max-width: 582px;
}
.product-detail .product__image .zoom:before{
    content: "";
    position: absolute;
    background: url(/themes/custom/fosroc/images/zoom_in.svg) no-repeat center;
    background-size: cover;
    height: 48px;
    width: 48px;
    bottom: 4px;
    right: 11px;
    visibility: visible;
    cursor: pointer;  
}

/* product page left slider ends*/


/*** RESPONSIVE ***/

@media screen and (max-width: 1280px), print {
    .product-detail .product__image {
        width: 100% !important;
    }
}

@media screen and (max-width: 1199px), print {
    .product-list-wrapper.list-wrapper-mobile {
        display: none !important;
    }

    .product-list-wrapper {
        display: flex !important;
    }

    .product-list-view .center-cell {
        max-width: 100% !important;
    }

    .product-search-filter > form {
        flex: 1;
    }
}


@media screen and (max-width: 1089px) {
    .product-detail-pricing .product-image-block {
        width: 50% !important;
    }

    .file-info-wrap {
        width: calc(25% - 53px);
    }

    .file-info-wrap:nth-child(5n) {
        margin-right: 70px;
    }

    .file-info-wrap:nth-child(4n) {
        margin-right: 0;
    }
}


@media screen and (max-width: 1024px) {
    .product-detail .product__image {
        height: 487px !important;
    }

    .product-detail .product__image .zoom-in {
        bottom: 10px;
        right: 10px;
    }

    .collection-table {
        overflow: auto;
    }

    .collection-table table {
        min-width: 800px;
    }

    .related-file-icon {
        height: 140px;
    }

    body.products .product-search-filter .view-wrapper {
        padding-top: 10px !important;
    }

    .product-search-filter .text-field {
        max-width: 100% !important;
    }

    .product-list-view .left-cell {
        margin: 0 !important;
    }

    .tooltip-box {
        margin: 0px 24px 16px 0 !important;
        right: 0;
    }

    .product-list-view .footlinks {
        padding: 15px;
    }

    .calc-and-cart label {
        margin-right: 40px;
    }

    .external-logo-wrapper {
        left: 20%;
    }

    .product-detail .product-specification p {
        font-size: 16px !important;
        line-height: 22px !important;
        margin-bottom: 28px !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 10;
    }

    .post-pin {
        height: 72px;
    }

    .store-search-block input {
        padding: 24px 25px;
    }

    .store-search-block label {
        top: 12px;
    }
}

@media screen and (max-width: 767px) {
    body .product-detail-pricing .product__image--sm{
        margin-bottom: 20px;
    }
    .multi-product {
        display: block !important;
    }

    .product-detail.product-detail-mobile {
        display: none !important;
    }

    .product-detail {
        padding-bottom: 0 !important;
    }

    .address_search_section {
        margin-top: 40px;
    }


    .multi-product-pricing .store-search-block {
        position: relative;
        bottom: unset !important;
        width: 100%;
    }

    .product-detail-pricing .product-image-block {
        width: 100% !important;
    }

    .banner--grey-frame h1 {
        width: 95% !important;
    }

    .quote-cta-block {
        flex-direction: column;
    }

    .quote-cta-block .stock-info {
        width: 100%;
        margin-right: 0;
        margin-bottom: 42px;
    }

    #store-search-block2 {
        width: 100% !important;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .select-styled,
    .select-options li {
        font-size: 12px;
        line-height: 18px;
    }

    .select-options {
        max-height: 133px;
        overflow-y: scroll;
    }

    .prod-col {
        width: 26px;
        height: 26px;
        min-width: 26px;
    }

    .stock-label {
        font-size: 14px;
        line-height: 20px;
    }

    .post-pin {
        min-width: 50px;
        background-size: 26px;
    }

    /*.tabs-block .tab-pills {
        display: flex !important;
        width: 100%;
        overflow: auto;
    }

    .tabs-block .tab-pills a {
        white-space: nowrap;
    }

    .tabs-block .skew-full-vector-bg {
        display: block !important;
    }*/

    .tabs-block-mobile {
        display: block;
        padding: 0 18px;
        margin-bottom: 60px;
    }

    .tabs-block-mobile h3.md-expand {
        color: #F82D3F !important;
        border: 1px solid #000000;
        border-bottom: none;
        padding: 16px;
        width: 100%;
        margin: 0;
        position: relative;
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
        letter-spacing: 0.15px;
        color: #000;
        text-transform: capitalize;
    }

    .tabs-block-mobile h3.md-expand:last-of-type {
        border-bottom: 1px solid #000;
    }

    .tabs-block-mobile h3.md-expand:after {
        content: '';
        position: absolute;
        right: 26px;
        vertical-align: middle;
        width: 0;
        height: 0;
        border-top: 7px solid #F82D3F;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        top: calc(50% - 3px);
    }

    .tabs-block-mobile .md-expand-content {
        display: none;
        background: #f2f2f2;
        padding: 32px 16px;
    }

    .tab-content {
        opacity: 1 !important;
        position: relative;
        width: 100% !important;
        max-height: 100% !important;
    }

    .file-info-wrap,
    .file-info-wrap:nth-child(5n) {
        width: calc(25% - 45px);
        margin-right: 60px;
    }

    .related-file-icon {
        height: 60px;
        background-size: 32px;
    }

    .file-info-wrap span {
        font-size: 12px;
        line-height: 16px;
    }

    .file-info-wrap:nth-child(4n) {
        margin-right: 0;
    }

    .tabs-block .skew-full-vector-bg .tab-content {
        flex-direction: column;
    }

    .skew-full-vector-bg .tab-content .skew-inside-cell h2 {
        font-size: 16px !important;
    }

    .skew-full-vector-bg .tab-content .skew-inside-cell ul li {
        font-size: 14px;
        line-height: 20px;
    }

    body.products .selectors .sort-selector {
        padding-top: 20px;
    }

    .products-sort-filter {
        position: relative;
        padding-bottom: 40px !important;
    }

    .result-figure {
        position: absolute;
        bottom: 0;
    }

    article.desktop {
        display: block !important;
    }

    .product-list-view .left-cell {
        width: 20% !important;
        padding: 28px 0 15px !important;
    }

    .product-list-view .left-cell {
        margin: 0 !important;
    }

    .product-list-view .center-cell .tooltip {
        font-size: 12px;
        line-height: 18px;
    }

    .product-search-filter > form {
        flex: unset;
    }

    .collection-table + div {
        flex-direction: column;
    } 

    .calc-and-cart {
        width: 100%;
        justify-content: space-between;
    }

    .stock-info {
        padding-left: 0;
        /*text-align: right;*/
    }

    .stock-label {
        display: inline-block;
    }

    .calc-and-cart label {
        font-size: 13px;
        flex: 1;
        margin-right: 18px;
    }

    .calc-and-cart label span:first-child {
        font-size: 24px;
        line-height: 24px;
    }

    .store-search-block label {
        top: 15px;
    }

    .quote-cta-block .btn {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .product-collection .qty-wrap,
    .non-mto-product > label,
    .collection-table,
    .product-collection h5,
    .product-collection h5 + label {
        display: none;
    }

    .custom-data-table,
    .custom-data-table + label {
        display: block !important;
    }

    .custom-data-table + label {
        margin: 20px 0;
    }

    .custom-data-table + label + .flex-center {
        flex-wrap: wrap;
    }

    .custom-data-table .row {
        display: flex;
        flex-wrap: wrap;
        padding: 15px;
        border: 1px solid #C4C4C4;
    }

    .custom-data-table .data-group {
        margin-top: 18px;
    }

    .custom-data-table .data-group:first-child {
        margin-top: 0;
    }

    .custom-data-table .data-group label {
        display: block;
        font-weight: 500;
        font-size: 12px;
        line-height: 26px;
    }

    .custom-data-table .data-group span {
        display: inline-block;
        font-weight: 300;
        font-size: 14px;
        line-height: 26px;
        color: #747474;

    }

    .custom-data-table .row:nth-child(even) {
        background: #F2F2F2;
    }

    .data-group {
        width: 50%;
    }

    .name-group,
    .price-group,
    .order-group {
        width: 100%;
    }

    .custom-data-table .data-group .red {
        font-weight: bold;
        color: #ED1B2F;
        margin-right: 26px;
    }

    .custom-data-table .data-group .red + span {
        font-size: 12px;
    }

    .custom-data-table .name-group span,
    .custom-data-table .code-group span,
    .custom-data-table .data-group:nth-child(2) span,
    .custom-data-table .data-group:nth-child(3) span {
        font-weight: 500;
        color: #000;
    }

    .custom-data-table .data-group input {
        text-align: center;
        width: 66px;
        min-width: 66px;
        padding: 11px 15px;
        border-radius: 0;
        border: 1px solid #828282;
        color: #000;
        font-weight: 500;
    }

    .quote-cta-block {
        margin-top: 42px;
    }

    .quote-cta-block .stock-info {
        margin-top: 8px;
    }

    .calc-and-cart {
        flex-direction: row-reverse;
    }

}



@media screen and (max-width: 576px) {
    
    .file-info-wrap,
    .file-info-wrap:nth-child(5n),
    .file-info-wrap:nth-child(4n) {
        width: calc(33% - 40px);
        margin-right: 60px;
    }

    .related-file-icon {
        height: 50px;
        background-size: 28px;
    }

    .file-info-wrap:nth-child(3n) {
        margin-right: 0;
    }

    .product-list-view > .flex-justify-content-between {
        align-items: center;
    }

    .product-list-view .footlinks .custom-checkbox-wrap {
        /*display: none;*/
        width: auto;
        padding: 10px 14px;
    }

    .product-list-view .footlinks .link {
        font-size: 14px;
    }

    .product-list-view .left-cell {
        padding: 15px 0 !important;
    }

    .product-list-view .center-cell {
        padding: 15px 10px 15px 0 !important;
    }

    .product-list-view .left-cell {
        margin: 0 !important;
    }

    .product-list-view .left-cell {
        width: 35% !important;
    }

    .external-logo-wrapper {
        left: 0;
        margin: 0 auto;
    }

    .quote-cta-block .btn {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .product-detail .product__image {
        height: 387px !important;
    }

    
    .file-info-wrap,
    .file-info-wrap:nth-child(5n),
    .file-info-wrap:nth-child(4n),
    .file-info-wrap:nth-child(3n) {
        width: calc(50% - 30px);
        margin-right: 60px;
    }

    .related-file-icon {
        height: 50px;
        background-size: 28px;
    }

    .file-info-wrap:nth-child(2n) {
        margin-right: 0;
    }

    .product-list-view .footlinks {
        flex-direction: column;
        /*align-items: flex-end;*/
    }

    .product-list-view .footlinks .custom-checkbox-wrap {
        /*display: none;*/
        width: 100%;
        margin-bottom: 14px;
    }

    .product-list-view .footlinks .link {
        font-size: 16px;
    }
}

@media screen and (max-width: 374px) {
    .product-list-view .left-cell {
        width: 35% !important;
    }

    .product-list-view .left-cell {
        margin: 0 !important;
    }
}

@media screen and (max-width: 360px) {

    .product-list-view .left-cell {
        margin: 0 !important;
    }
}

.form-required-back-order:before{
    display: inline-block;
    width: 7px;
    height: 14px;
    margin: 0 0.3em;
    content: "*";
    color: red;
    font-size: 20px;
    vertical-align: super;
    background-image: url(../../../../misc/icons/ee0000/required.svg);
    background-repeat: no-repeat;
    background-size: 6px 6px;
}

button.slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

button.slick-arrow {
    left: -1px;
    z-index: 999999;
    cursor: pointer;
    border: 2px solid #ccc;
    border-radius: 50%;
}

button.slick-next.slick-arrow {
    right: -4px;
    left: auto;
    background: url(/themes/custom/fosroc/images/287-2870203_file-antu-arrow-right-svg-arrow-right-icon.png);
    border: 2px solid #ccc;
    background-size: 85%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
body .product-detail-pricing .product__image--sm li {
    margin: 0 8px;
}

button.slick-prev.slick-arrow {
    background: url(/themes/custom/fosroc/images/287-2870203_file-antu-arrow-right-svg-arrow-right-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    transform: translate(0%, -50%) rotate(180deg);
    background: #f1f1f1;
}button.slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

button.slick-arrow {
    left: -1px;
    z-index: 999999;
    cursor: pointer;
    border: 2px solid #ccc;
    border-radius: 50%;
}

button.slick-next.slick-arrow {
    right: -4px;
    left: auto;
    background: url(/themes/custom/fosroc/images/287-2870203_file-antu-arrow-right-svg-arrow-right-icon.png) #f1f1f1;
    border: 2px solid #ccc;
    background-size: 85%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
body .product-detail-pricing .product__image--sm li {
    margin: 0 8px;
}

button.slick-prev.slick-arrow {
    background: url(/themes/custom/fosroc/images/287-2870203_file-antu-arrow-right-svg-arrow-right-icon.png) #f1f1f1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    transform: translate(0%, -50%) rotate(180deg);
}

button.slick-arrow.slick-disabled {
    display: none !important;
}