@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');


body{
  font-family: 'Roboto', sans-serif;
}
/*topnav*/
.sct-top-bar {
    background-color: #f1f1f1;
    border-bottom: 0;
    color: #333;
}
/*logo*/
.scp-header .scw-storelogo img {
    max-height: 90px;
}
.scw-storelogo{
    margin-top: 15px;
}
/*Search*/

.scw-search.scws-style-1 .form-control {
    background-color: #fff;
    color: #333;
    height: 32px;
    line-height: 32px;
}
.scw-search.scws-style-1 .form-control-feedback {
    background-color: #fff!important;
    color: #333;
    height: 32px;
    line-height: 32px;
}
.scw-search.scws-style-1 .form-group {
    margin-top: 32px;
}
span.result-right {
     width: calc(100% - 87px);  
}
.scw-search-dropdown {
    top: 68px;
}
/*tollfree*/
.scw-tollfree.scws-style-2>div:before {
    display: none;
}
.scw-tollfree.scws-style-2>span>i {
    color: #c1131e;
}
.scw-tollfree.scws-style-2>div>h4 {
    color: #000!important;
    font-weight: 500;
    font-size: 18px;
}
.scw-tollfree.scws-style-2>span:before, .scw-tollfree.scws-style-2>span:after {
    border-top-color: #000000!important;
}
.scw-tollfree.scws-style-2>div {
    margin-top: 20px;
}
.sc-helpline {
    margin-top: 12px;
}
/*cart*/
.sc-store-cart.scws-style-1 {
    margin-top: 25px;
    line-height: 46px;
}
.sc-store-cart.scws-style-1 .scw-cart-btn:after {
    color: #999!important;
    font-weight: 500;
    left: 47px;
    top:5px;
}
.sc-store-cart.scws-style-1>a>i{
    color: #c1131e;
}
.scw-shoppingcart.scws-style-1>a>span#scpc-cart-item-count {
    border-radius: 22px;
    min-width: 22px;
    min-height: 22px;
    line-height: 22px !important;
    left: 17px;
    background: #000000;
}
.sc-store-cart.scws-style-1>.scw-cart-btn, .sc-store-cart.scws-style-1>.scw-cart-btn:hover, .sc-store-cart.scws-style-1>.scw-cart-btn:focus {
    color: #c1131e!important;
}
/*menu*/
.scp-menu {
    background-color: #000000;
    border-top: 0;
    text-align:center;
}
.scp-menu .navbar .navbar-nav>li>a b {
    font-weight: 500;
}
.scp-menu .navbar .navbar-nav>li>a {
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.scp-menu .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li:hover>a, .scp-menu .navbar .navbar-nav>li:hover>a {
    background: #c1131e;
    box-shadow: none;
}
.SCN_List_Header {
    color: #581e7f;
    font-size: 13px;
    font-weight:500;
}
.scp-menu .navbar .navbar-nav > li .SCNW_List li::after {
    color:#581e7f;
}
.scp-menu .navbar .navbar-nav>li .SCNW_List li:hover a {
    color: #c1131e;
}
.scp-menu .navbar .navbar-nav>li .SCNW_List li:hover:after{
    color: #c1131e;
}
.scw-navigation .scw-navigation-nav>.dropdown>.dropdown-menu {
    top: 100%;
    transition: unset;
}
.scw-navigation li:nth-child(6) .dropdown-menu{
    width: 250px !important;   
    left: 0px;
}
.scw-navigation li:nth-child(6){
      position:relative  !important;
 }
/*.scw-navigation li:nth-child(3) .dropdown-menu .SCN_List_Header, .scw-navigation li:nth-child(4) .dropdown-menu .SCN_List_Header{
    display:none;
}*/
.owl-theme .owl-controls .owl-buttons div {
    color: #000;
}
.scw-carousel .owl-controls .owl-page.active span, .scw-carousel .owl-controls .owl-page:hover span {
    background: #000000;
}
/*product detail*/
.scp-product{
    background-color: #fff;
}
.scp-p-title {
    padding: 2px 8px 0 8px !important;
    color: #333;
    background: #fff;
    font-size: 16px;
}
.scp-p-code, .scp-p-price, .scp-p-hide-price-msg {
    background: #fff;
    padding-left:10px;
}
.scp-p-price-new {
    color: #000000;
    font-weight: 500;
    font-size: 22px;
}
.scp-p-quick span {
    background: #000000;
    font-size: 13px;
    font-weight:500;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
.scp-p-quick:before {
    background: #c1131e;
    height: 30px;
    line-height: 30px;
}
.scp-product:hover {
    border-color: #999;
}
.scp-p-price {
    /* line-height: 20px; */
    margin-top: 10px;
}
.scp-p-price-old {
    font-size:15px;
    color:#4b4b4b;
}
.scp-product:hover .scp-p-image img {
    transform: rotate(0deg) scale(1.1);
    -webkit-transform: rotate(0deg) scale(1.1);
    -moz-transform: rotate(0deg) scale(1.1);
}
.scp-products-holder {
    width: 100%;
    margin-top: 0;
    padding-top: 2px;
}
.scp-product {
    width: 263px;
    margin: 0 2% 2% 0;
}
.scp-p-code {
    font-size: 14px;
    color: #888;
}
.scp-filters>div {
    border-bottom: 0;
}
.noUi-connect {
    background: #000000;
}
.scp-priceslider-parent {
    background: #f5f5f5!important;
    border: 1px #e4e4e4 solid!important;
    padding-left: 15px!important;
    padding-right: 18px !important;
}
.scp-filters {
    box-shadow: none;
}
.scp-filters h4 {
    border-top: 0 !important;
    background: #fff;
    font-size: 13px !important;
    font-weight: 500 !important;
    border-bottom: 1px #e4e4e4 solid;
    border-left: 1px #e4e4e4 solid;
    border-right: 1px #e4e4e4 solid;
}
.scp-priceslider-filters {
    font-size: 13px;
    font-weight: 500;
}
.scw-category-description h1 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
.scp-breadcrumb .breadcrumb .active {
    color: #c1131e;
  font-size: 13px;
}
.scp-breadcrumb .breadcrumb {
    font-size: 13px;
    color: #000000;
}
.scw-subcategories.scws-style-2 .scp-viewall {
    right: 10px;
}
.scw-subcategories h3{
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    border-bottom:0;
    font-weight: 400;
    margin-bottom: 0;
}
.scws-style-2 .scw-subcategory-item span {
    background: rgba(25, 29, 39,.8);
    color: #fff;
    font-weight: 500;
}
.scp-viewall a {
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
.slider-snap-value-lower, .slider-snap-value-upper {
    font-size: 12px;
    color: #444;
    font-weight: 500;
}
.sct-payment li i {
    color: #333;
}
.scp-breadcrumb .breadcrumb a{
    color:#000000;
}
/*product detail page*/
.scpd-template-4 .breadcrumb>li>a {
    color: #999 !important;
    text-decoration: none;
    font-size: 13px!important;
}
.scpd-template-4 .scpd-price .scp-p-price-new {
    font-size: 28px;
}
.scpd-printpage:hover, .scpd-printpage:focus {
    color: #000;
}
.scpd-template-4 .btn-add-to-cart {
    background-color: #000000 !important;
    font-weight: 400;
}
.scpd-template-4 .scpd-quick-buy .btn {
    background-color: #c1131e!important;
    border: 1px solid #c1131e!important;
    color: #fff;
    font-weight: 400 !important;
}
.scpd-template-4 .scpd-tabs .nav-tabs>li.active>a, .scpd-template-4 .scpd-tabs .nav-tabs>li.active>a:hover, .scpd-template-4 .scpd-tabs .nav-tabs>li.active>a:focus {
    border-top: 3px solid #000000;
    color: #000000;
}
.scpd-template-4 .scpd-tabs .nav-tabs>li>a {
    color: #4b4b4b;
    font-size: 15px;
    font-weight: 500;
}
.scpd-template-4 .scpd-product-description.scpd-descriptions p {
    line-height: 22px;
    padding-bottom: 10px;
    padding-top: 5px;
}
.scpd-template-4 .scpd-product-description.scpd-descriptions {
    padding-left: 15px;
    padding-right: 20px;
    color: #565656;
    font-size: 13px;
}
.scpd-template-4 .breadcrumb {
    margin-bottom: 10px;
    margin-top: 0;
}
.scpd-template-4 .scai-product-heading:after {
    background: #dde1e4;
}
.scpd-template-4 .scai-product-heading h4 {
    color: #000;
    font-weight: 500;
    font-size: 15px;
}
.scpd-template-4 .owl-theme .owl-controls .owl-buttons div {
    background: #fff;
}
.scpd-template-4 .scai-products-widgets .owl-buttons {
    top: -48px !important;
}
.scpd-template-4 .scai-products-widgets, .scpd-product-visited {
    padding-left: 0px;
}
.scpd-template-4 #scpd_stock_message {
    font-size: 12px;
}
.scpd-template-4 .cart-box .scpd-title h1 {
    font-size: 22px;
}
.scpd-page .scp-layout:last-child .scp-container {
    border-bottom: 0;
}
.scpd-page .scp-container.scpd-top-container {
    border-top: 0;
}
.scpd-template-4 .scw-recently-viewed .owl-buttons {
    top: -37px !important;
}
.scpd-template-4 .scai-products-widgets .owl-buttons{
    background:#fff;
}
/*cart modal*/
.scp-cart-modal .scp-modal .modal-header {
    background: #333;
}
#shopping_cart_popup .scp-cart-p-info h4 {
    color: #333;
}
.scp-cart-p-qty a {
    color: #000000;
}
.scp-cart-p-actions a.removecartitem {
    color: #f00;
}
.scp-cart-continue-shopping {
    color: #000000;
}
#shopping_cart_popup .btn-primary {
    background: #000000;
    border-color: #000000;
}
#shopping_cart_popup .btn-default {
    background-color: #c1131e;
    border-color: #c1131e;
}
.scp-cart-total>h3 span {
    color: #000000;
}
.mini-storelogo {
    display: none;
}
/*best sellers*/
.scw-product-slider h4 {
    border-bottom: 0;
    border-top: 0;
    font-size: 30px;
    text-transform: uppercase;
    font-weight:400;
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.scw-bestsellers .owl-theme .owl-controls .owl-page span{
    background: #000000;
    border: 0;
    height: 11px;
    width: 11px;
}
.scw-bestsellers .owl-buttons{
    display:none;
}
.scw-bestsellers .owl-pagination{
    position: relative;
  display:block;
}
.scw-bestsellers .scp-product{
    height: 320px;
}
/*footer*/
.sct-footer{
  background-color: #f1f1f1;
  color: #333;
}
.scp-footer h4{
  font-size: 13px!important;
    font-weight: 500;
    letter-spacing: normal;
      font-family:"Roboto",sans-serif;
      color:#000;
}
.scw-storeaddress > p {
    margin: 0px auto 20px;
}
.scw-storeaddress>p>i{
  color: #333;
    font-size: 16px;
}
.scw-storeaddress>p>em {
    color: #333;
}
.scp-footer .scw-storeaddress>p>a{
  color: #333 !important;
}
.scw-storeaddress>p>i{
  margin-right: 12px;
}
.scw-storeaddress .scw-storeaddress-location>span,.scp-footer .scw-storeaddress>p>a {
    font-size: 13px;
    line-height: 21px;
}
.scw-storeaddress .scw-storeaddress-location>i+span{
 vertical-align: middle;
}
.scw-pagelinks>ul>li>a{
  padding: 5px 0;
  font-size: 13px;
}
.sct-footer-below {
    background-color: #ffffff;
    height: 38px;
    padding: 10px 0;
    color: #696969;
}
.connectWithUs h4 {
    font-size: 13px!important;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    border-bottom:0;
    line-height:0;
}
.connectWithUs > ul > li {
    margin: 0 3px 0 0;
    padding: 7px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #e4e4e4;
}
.connectWithUs > ul > li > a> img {
    max-width: 20px;
    opacity:0.7;
}
.connectWithUs > ul > li > a> img:hover {
    opacity:1;
}
/*custom category*/
.scsu-productCategories{
	position: relative;
	text-align: center;
	transition: 0.5s;
	overflow: hidden;
}
.scsu-imageSection{
	display: block;
	text-align: center;
}
.scsu-productTitle{
	position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 15px 0px;
    background-color: rgba(255,255,255,0.6);
    transition: 0.5s;
}
.scsu-categoryName{
	display: block;
	color: #062d56;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.scsu-productCategories:hover{
	background-color: rgba(255,255,255,0.6);
}
.scsu-productCategories:hover .scsu-productTitle{
	bottom: 100px;
}
.scsu-imageSection > img{
	margin: 0 auto;
}
.scsu-imageSection > img{
	transform: scale(1);
    transition: 0.9s;
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
}

.scsu-productCategories:hover .scsu-imageSection > img{
transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
/*about us*/
.innerHeading {
    font-size: 35px;
    margin: 15px 0px 25px;
    border-bottom: 1px solid #e4e4e4;
}
.sc_about-us p strong {
    font-size: 20px;
}
.sc_about-us p{
    font-size: 16px;
}

.scw-gallery-brand-logo .owl-item img {
    max-height: inherit!important;
    max-width: 100px;
    /* -webkit-filter: grayscale(100%); */
    /* filter: grayscale(100%); */
}
.scw-gallery-brand-logo .owl-item img:hover {
    /* filter: none; */
}
.scw-gallery-brand-logo .scw-gallery-slide {
    border: 1px solid transparent;
}
.scin-indusHeadtitle{
	position: relative;
	padding: 50px 0px 40px;
}
.scin-industrialTitle{
	position: relative;
	color: #000000;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	padding-left: 14px;
  text-align: left;
}

.scin-industrialTitle:before{
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 5px;
	height: 34px;
	background-color: #c1131e;
}


/*widget css*/
/*overviewwidget*/

.sc_overviewwidget {
    background: #c1efd87d;
    /* border-bottom: 1px solid #A8B2EF;*/
    padding: 8px 0 !important;
}

.sc-informationheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.sc-informationheader ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sc-informationheader p {
    color: #344054;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}

.sc-infosection-1 p {
    color: #101828;
}

.sc-informationheader span {
    color: #667085;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.sc-informationheader .vertical-line {
    border-left: 1px solid #A8B2EF;
    height: 16px;
    margin-left: 16px;
}

.sc-infoimg .sc-btn {
    background: #E2E5FA;
    margin-left: 16px;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #162578;
}

.sc-infoimg .sc-btn svg {
    margin-left: 8px;
}

.sc-infoleft,
.sc-inforight {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
}

.sc-infosection-4 {
    margin-left: 16px;
}

.sc-infosection-4 .sc-price1 {
    color: #583FFF;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.sc-infosection-4 .sc-pricedes {
    color: #667085;
    font-size: 14px;
    line-height: 20px;
}

.sc-infosection-4 .sc-price2 {
    color: #475467;
    font-size: 14px;
    font-weight: 600;
}

.sc-infosection-4 .sc-date span {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #667085;
}

.sc-infosection-2,
.sc-info {
    margin-left: 16px;
}


.sc-selfwithoutquota {
    display: flex;
    overflow: hidden;
    width: 100%;
    background: #fff;
    /*border-bottom: 1px solid #CED4F6;*/
    /*margin-bottom: 10px;*/
}

.sc_horziontalborder {
    border-bottom: 1px solid #6fcb9d;
}

.scp-layout.sce-l-s.sc_overviewwidget.sc-overview-border {
    border-bottom: 1px solid #6fcb9d;
    /*margin-bottom:15px !important;*/
}

.sc-selfwithoutquota-container {
    display: flex;
    flex-direction: row;
    transition: transform 0.5s ease;
}

.card {
    width: 250px;
    /*flex: 0 0 25%;*/
    padding: 20px;
    box-sizing: border-box;
}

.button-controls .prev,
.button-controls .next {
    background-color: transparent;
    color: #333;
    border: none;
    cursor: pointer;
    padding: 2px;
    z-index: 1;
}

.button-controls .prev {
    margin-right: 10px;
}

.button-controls .next {
    left: 50px;
}

.sc-timeimg {
    display: flex;
    margin-top: 8px;
    align-items: center;
}

.sc-timeimg p {
    margin: 0;
    font-family: "Lato", sans-serif;
}

.sc-selfquota {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Lato", sans-serif;
}

.sc-card1 h2 {
    margin: 0;
    color: #243DC6;
    line-height: 24px;
    font-weight: 600;
    font-size: 16px;
    /* cursor:pointer; */
}

span.sc-prodnum {
    font-weight: 500;
    font-size: 14px;
    color: #583fff;
    line-height: 20px;
    font-family: "Lato", sans-serif;
}

span.sc-proddes {
    font-weight: 500;
    color: #475467;
    line-height: 20px;
    font-size: 14px;
    font-family: "Lato", sans-serif;
}

span.sc-prodleft {
    font-weight: 500;
    color: #475467;
    line-height: 20px;
    font-size: 14px;
    font-family: "Lato", sans-serif;
}

.sc-timeimg p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #475467;
    margin-left: 8px;
    font-family: "Lato", sans-serif;
}

.sc-leftover {
    background: #f2f4f7;
    border-radius: 16px;
    padding: 2px 10px 2px 10px;
}

.button-controls {
    display: flex;
    align-items: center;
    background: #ffffff;
    z-index: 2;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    word-break: auto-phrase;
}

.button-container-text {
    display: flex;
    margin-right: 30px;
    flex-direction: column;
}

.button-container-text p {
    display: flex;
    margin-bottom: 0;
}

.blue-text {
    font-size: 24px;
    color: #111c5b;
    font-weight: 600;
    line-height: 32px;
    font-family: "Lato", sans-serif;
}

.orange-text {
    font-size: 24px;
    margin-left: 10px;
    color: #e58300;
    font-weight: 600;
    line-height: 32px;
    font-family: "Lato", sans-serif;
}

.sc-selfwithoutquota-container .card {
    position: relative;
    /*flex: 0 0 18%;*/
    padding: 10px 20px;
    box-sizing: border-box;
}

.scp-layout.sce-l-s.header-bottom {
    padding-top: 0;
}

.border-div {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40%;
    bottom: 0;
    right: 0;
    width: 1px;
    background-color: #eaecf0;
}

.card:last-child .border-div {
    display: none;
}

.button-controls .prev:disabled,
.button-controls .next:disabled {
    opacity: 0.5;
    /* cursor: not-allowed; */
}

.no-quota-p {
    margin: 10px 10px !important;
}

/*overview widgets*/
.sc_quotamain {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}

.sc_yourquota {
    grid-row-start: 1;
    grid-row-end: 3;
}

.sc_paymentmethods,
.sc_activeorders,
.sc_pendingapprovals,
.orderupload,
.sc_yourquota {
    border: 1px solid #CED4F6;
    border-radius: 4px;
}

.sc_sc_paymentmethodcontent {
    height: 91px;
}

.no-active-orders-text,
.no-payment-text {
    text-align: center;
    display: block;
    padding-top: 19px;
}

p.no-quota-text-vertical {
    font-weight: 600 !important;
    font-size: 14px !important;
}

.no-quota-div-vertical {
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: url('https://cdn.sellerscommerce.com/images/2576/sb-1.png?v=0');*/
    margin-right: 16px;
    background-size: cover;
    border-radius: 3px;
}

.sc_paymentmethodtitle {
    border-bottom: 1px solid #CED4F6;
    padding: 16px;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 30px;
}

.sc_sc_paymentmethodcontent {
    padding: 13px 16px;
}

.sc_sc_paymentmethodcontent p {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #101828;
}

.sc_sc_paymentmethodcontent>span {
    font-weight: 600;
    font-size: 14px;
    color: #101828;
}

.sc_sc_paymentmethodcontent .sc-price1 {
    font-weight: 600;
    color: #583FFF;
    font-size: 16px;
}

/*.sc_pendingapprovals .sc_sc_paymentmethodcontent p:nth-child(3) span:last-child {
    font-weight: 600;
    color: red;
    font-size: 16px;
}
.sc_sc_paymentmethodcontent .order-count {
    color: red;
    font-weight: bold;
}*/
.sc_emp_info {
    font-weight: 600;
}

.sc_carouselbuttons {
    float: right;
    display: flex;
}

.sc_sc_paymentmethodcontent .sc-date {
    float: right;
}
.sc_yourquota .table-container thead th {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
    font-weight: 500;
    color: #111;
}

.sc_yourquota .table-container {
    max-height: 277px;
    overflow-y: auto;
    position: relative;
    padding-left: 16px;
    height: 300px;
}

.sc_yourquota .table-container::-webkit-scrollbar {
    display: none;
}

.sc_yourquota table {
    width: 100%;
    padding: 0 16px;
}

.sc_yourquota td,
.sc_yourquota th {
    text-align: left;
    padding: 8px 0;
}

.sc_yourquota tr td:first-child {
    color: #243DC6;
    font-weight: 500;
    font-size: 14px;
    /* cursor:pointer; */
}

.table-container th {
    width: 20%;
    padding-bottom: 0 !important;
}

.table-container th:first-child {
    width: 40%;
}

.scw-store-quota-horizontal .quotasetgroupname {
    white-space: nowrap;
    width: 135px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sc_yourquota .quotasetgroupname {
    white-space: nowrap;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 0;
}

.sc_yourquota>p {
    display: flex;
}

.sc_yourquota>p {
    color: #344054;
    font-weight: 600;
    font-size: 20px;
    margin-right: 10px;
    margin: 0;
    line-height: 30px;
    padding: 16px 16px 0 16px;
}

.sc_yourquota p span {
    color: #F79009;
    margin-right: 6px;
    margin-left: 6px;
}

.sc_yourquota p {
    font-size: 22px;
    display: flex;
    padding: 16px 16px 0 16px;
    font-weight: 500;
    line-height: normal;
}

.sc_yourquota a {
    color: #111c5b;
}
.sc_redeemnow p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.sc_redeemnow {
    text-align: center;
    border-top: 1px solid #CED4F6;
    padding: 5px 0;
    background: #F9FAFB;
    display: none;
}
.sc_redeemnow a {
    text-decoration: none;
    color: #243DC6;
    padding-top: 8px;
    font-weight: 600;
    display: block;
    padding-top: 0;
}

.sc_redeemnow a svg {
    vertical-align: middle;
    margin-left: 8px;
}

.carousel {
    position: relative;
    overflow: hidden;
}

.carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
    overflow: initial !important;
}

.carousel-item {
    min-width: 100%;
    box-sizing: border-box;
}

.carousel-prev,
.carousel-next {
    background-color: transparent;
    color: white;
    border: none;
    cursor: pointer;
    z-index: 1;
}

.carousel-prev {
    left: 10px;
}

.carousel-next {
    right: 10px;
    }
    .sc_customnewimg {
    background: url('https://cdn.sellerscommerce.com/images/5385/1134614.png');
    height: 331px;
    background-size: cover;
    border-radius: 4px;
}


@media(max-width:766px){
    .ufa-expIndustry>ul>li {
    width: 50%;
    margin: 0px auto 24px;
}
  .scw-shoppingcart.selling-online.scws-style-1.sc-store-cart {
    top: -43px;
    position:absolute !important;
}
  .scw-tollfree{
    margin-top:0
  }
  .sc-cat-img .scw-image {
    text-align: center !important;
}
#cartItems .col-xs-offset-18 {
    margin: 0;
}
}
@media (min-width: 768px) and (max-width: 1024px){
.scw-tollfree.scws-style-2>div>h4 {
    font-size: 14px;
}
   .scw-tollfree.scws-style-2>span>i {
    display: none;
}   
}


.scpage-bulkcards .scw-subcategories-custom .subcat-item {
    height: 200px;
}