@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600&display=swap"); body {
    font-family: Montserrat, sans-serif;
    color: rgb(60, 68, 76);
    background-color: rgb(255, 255, 255);
    font-size: 14px;
    margin: 0px auto;
}
.sct-top-bar {
    background-color: transparent;
    border-bottom: 1px solid rgb(238, 238, 238);
    color: rgb(131, 131, 131);
}
.sct-top-bar .container a {
    font-size: 11px;
    letter-spacing: 0px;
    font-weight: 500;
}
.scp-layout.sce-l-s.sct-sub-top-bar {
    background-color: rgb(242, 245, 247);
}
/*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: 26px;
}
span.result-right {
     width: calc(100% - 90px);   
}
.scw-search-dropdown {
    top: 70px;
}
/*toolfree*/
.scw-tollfree.scws-style-2>div:before {
    display: none;
}
.scw-tollfree.scws-style-2>span>i {
    color: #030001;
}
.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: #353839!important;
}
.scw-tollfree.scws-style-2>div {
    margin-top: 20px;
}
.sc-helpline {
    margin-top: 8px;
}
/*cart*/
.scw-shoppingcart.scws-style-2 .scw-cart-btn > i {
    font-size: 26px;
    color: #030001;
    vertical-align: middle;
    margin-right: 0px;
}

.scw-shoppingcart.scws-style-2 .scw-cart-btn > span {
    background: #353839;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    padding: 3px 8px;
}

.sc-store-cart #scpc-cart-item-count {
    margin-left: 0px;
}
.sc-store-cart.scws-style-2 {
    padding-top: 0px;
}
.scw-shoppingcart{
    line-height: 85px;
}
/*trending items*/
/*trending section*/
.scmr-carousel {
    padding: 24px;
}
.scms-trendingItems {
    position: relative;
    overflow: hidden;
}
.scms-trendingItems > a {
    display: block;
    text-align: center;
}
.scms-trendingItems > a > img {
    max-width: 100%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}
.scms-trendingItems > a > img:hover {
    transform: scale(1.1);
}
.scms-retailerName {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 60px;
    margin: 0px auto;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 28px;
    padding: 12px 0px;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
    z-index: 6;
    transition: all 0.5s ease 0s;
}
.scmr-carousel img {
    border: 1px solid #d9d6d6;
}
/*menu*/
.scp-menu {
    background-color: transparent;
    text-align: center;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.scp-menu .navbar .navbar-nav > li > a {
    position: relative;
    color: rgb(60, 68, 76);
    padding: 16px 24px;
}
.scp-menu .navbar .navbar-nav > li > a::before {
    content: "";
    position: absolute;
    top: 18px;
    right: 0px;
    width: 1px;
    height: 16px;
    background-color: rgb(213, 213, 213);
}
.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-color: rgb(53 56 57);
    box-shadow: 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: #202a44;
    margin-top: 28px;
    margin-bottom: 10px;
}
.scw-bestsellers .owl-theme .owl-controls .owl-page span{
    background: #01b7e9;
    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: 300px;
}
/*product display*/
.scp-product{
    background-color: #fff;
}
.scp-p-title {
    padding: 2px 8px 0 8px !important;
    color: #333;
    background: #fff;
    font-size:13px;
}
.scp-p-code, .scp-p-price, .scp-p-hide-price-msg {
    background: #fff;
    padding-left:10px;
}
.scp-p-price-new {
    color: #030001;
    font-weight: 500;
    font-size: 20px;
}
.scp-p-quick span {
    background: #030001;
    font-size: 13px;
    font-weight:500;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
.scp-p-quick:before {
    background: #353839;
    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: 10px;
    color: #888;
}
.scp-filters>div {
    border-bottom: 0;
}
.noUi-connect {
    background: #030001;
}
.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: #353839;
  font-size: 13px;
}
.scp-breadcrumb .breadcrumb {
    font-size: 13px;
    color: #030001;
}
.scw-subcategories.scws-style-2 .scp-viewall {
    right: 10px;
}
.scw-subcategories h3{
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    color: #030001;
    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: #030001;
    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:#030001;
}

/*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: #030001!important;
    font-weight: 400;
}
.scpd-template-4 .scpd-quick-buy .btn {
    background-color: #353839!important;
    border: 1px solid #353839!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 #030001;
    color: #030001;
}
.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*/
.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: #030001;
}
.scp-cart-p-actions a.removecartitem {
    color: #f00;
}
.scp-cart-continue-shopping {
    color: #030001;
}
#shopping_cart_popup .btn-primary {
    background: #030001;
    border-color: #030001;
}
#shopping_cart_popup .btn-default {
    background-color: #353839;
    border-color: #353839;
}
.scp-cart-total>h3 span {
    color: #030001;
}
.mini-storelogo {
    display: none;
}
.innerHeading {
    font-size: 35px;
    margin: 15px 0px 25px;
    border-bottom: 1px solid #e4e4e4;
}
.subheadings h2 {
    border-bottom: 0;
    border-top: 0;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    color: #202a44;
    margin-top: 28px;
    margin-bottom: 20px;
}

.scms-productDisounts {
    position: relative;
}
.scms-productDisounts > ul {
    font-size: 0px;
    margin: 0px -22px;
  padding-left:0;
  
}
.scms-productDisounts > ul > li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 50%;
    padding: 0px 22px;
}
.scms-separateBrand {
    margin: 44px auto 0px;
}
/*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: #030001;
    height: 38px;
    padding: 10px 0;
}
.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;
}
.scch-footForm {
    position: relative;
}
.scch-footForm > label {
    display: block;
    color: rgb(48, 48, 48);
    font-weight: 600;
    font-size: 14px;
    margin: 0px;
}

.scch-footForm > input {
    width: 100%;
    color: rgb(112, 112, 112);
    border: 1px solid rgb(34, 34, 34);
    padding: 8px 12px;
    border-radius: 2px;
    line-height: 20px;
    margin: 14px auto;
}

.scch-hadTag {
    display: block;
    color: rgb(48, 48, 48);
    font-size: 11px;
}

.scch-getNext {
    position: absolute;
    top: 35px;
    right: 0;
}

.scch-getNext > input {
    background-color: rgb(16, 16, 16);
    border: 1px solid rgb(16, 16, 16);
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 500;
    padding: 8px 10px;
    cursor: pointer;
}

.scch-socialLinks {
    position: relative;
    margin: 48px auto 0px;
}

.scch-socialLinks > b {
    display: block;
    font-size: 14px;
    color: rgb(48, 48, 48);
    font-weight: 600;
    letter-spacing: normal;
    margin: 0px auto 20px;
    text-transform: uppercase;
}

.scch-sLinks {
    font-size: 0px;
    margin: 0px -9px;
  padding:0
}

.scch-sLinks > li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding: 0px 9px;
}

.scch-sLinks > li > a {
    display: inline-block;
    width: 34px;
    height: 34px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
}

.scch-sLinks > li > a > img {
    max-width: 18px;
}
.about-us ol{
    padding-left: 15px;
}
.about-us ol li {
    padding-bottom: 15px;
}


.scpage-Group_Shell .scp-product {
    width: 259px;
}


/*Responsive*/
@media (max-width: 767px){
  .sc-helpline {
    margin-top: 0;
}
  .scw-shoppingcart {
    top: -36px;
    position: absolute !important;
    line-height: 0;
    height: 0;
}
  .scw-search.scws-style-1 .form-group {
    margin-top: 0;
    margin-bottom: 0;
}
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #000000;
}
  .scw-storelogo img {
    max-width: 180px;
}
.scw-search-dropdown {
    top: 35px;
}
.scw-navigation li:nth-child(3) .dropdown-menu, .scw-navigation li:nth-child(4) .dropdown-menu, .scw-navigation li:nth-child(6) .dropdown-menu, .scw-navigation li:nth-child(7) .dropdown-menu{
    width: 100% !important;   
}
  .scw-storeaddress a {
    color: #1a0e18 !important;
}
}
 @media (min-width: 768px) and (max-width: 1024px){
.scw-tollfree.scws-style-1>div>h4 {
    font-size: 14px;
}
   .scw-tollfree.scws-style-1>span>i {
    display: none;
}
   .scms-retailerName {
    bottom: 20px;
    font-size: 13px;
}
   .scw-tollfree.scws-style-2>div>h4 {
    font-size: 14px;
}
   .scw-tollfree.scws-style-2>span>i {
    display: none;
}
}

@media (min-width: 768px) and (max-width: 1199px){
.scw-cart-btn {
    padding: 0;
}
}

@media(min-width:767px){
  .content-boxes .col-sm-5 {width: 20%;}  
}

/**Also found in hide**/

.scpd-options.cart-box:last-child {
    border: 0;
}
.scpd-partialviews.scpd-category-taggings, .scpd-tier-pricing.scpd-partialviews.cart-box {
    display: none;
}



.sc-group-8169 .scp-menu, .sc-group-8169.scpd-brand, .sc-group-8169 .sct-top-bar, .sc-group-8169 .scw-storelogo, .sc-group-8169 .scw-search.scws-style-1, .sc-group-8169 .scw-tollfree  {
    display: none;
}
.sc-group-8169 .sct-footer-below, .sc-group-8169 .scw-pagelinks  {
    display: none !important;
}



/*rivierstore*/
.sc-group-8255 .scp-menu, .sc-group-8255.scpd-brand, .sc-group-8255 .sct-top-bar, .sc-group-8255 .scw-storelogo, .sc-group-8255 .scw-search.scws-style-1, .sc-group-8255 .scw-tollfree  {
    display: none;
}
.sc-group-8255 .sct-footer-below, .sc-group-8255 .scw-pagelinks  {
    display: none !important;
}