.ProductDetailsButtonDetail:hover{
    border: 0px!important;
}

.marquee {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 5s linear infinite;
}

.marquee2 span {
  animation-delay: 2.5s;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

.ProductDetailsButtonDetail{
    border: 0px!important;
}

.mobile-search .SearchHolder{
padding-top:15px;
}

.AddToCartButton{
    background-color: #e11b22!important;
}

#Vanjaro-panel{
    display: none!important;
}

.mobile-search .SearchTxt {
  position: relative;
}

.mobile-search .SearchTxt .SearchBox {
  width: calc(100% - 35px);
  border: none;
  padding: 10px 10px;
  border-radius: 0px;
  outline: none;
  height: 32px;
  font-size:11px;
  font-family:Jost;
}

.mobile-search .SearchPane .SearchBox {
  border-radius: 0px;
  border: 1px solid #ddd;
  padding: 0px 5px;
  height: 100%;
}
.mobile-search .SearchHolder > .SearchTxt {
  height: 32px;
  margin-bottom: 10px
}

.mobile-search .SearchButton {
  width: 35px;
  height: 32px;
  background: url("/images/ico_search.svg") no-repeat 0px 3px;
  background-size: 17px;
  background-color: #fff;
  background-position: center;
  border-radius: 0px;
  border: 0;
  float: left;
}

.bottom-search .SearchTxt {
  position: relative;
}

.bottom-search .SearchTxt .SearchBox {
  width: calc(100% - 35px);
  border: none;
  padding: 10px 0;
  border-radius: 0px;
  outline: none;
  height: 41px;
  font-size:14px;
  font-family:Jost;
}

.bottom-search .SearchPane .SearchBox {
  border-radius: 0px;
  border: 1px solid #ddd;
  padding: 0px 5px;
  height: 100%;
}
.bottom-search .SearchHolder > .SearchTxt {
  height: 41px;
  margin-bottom: 10px
}

.bottom-search .SearchButton {
  width: 35px;
  height: 41px;
  background: url("/images/ico_search.svg") no-repeat 0px 3px;
  background-size: 17px;
  background-color: #fff;
  background-position: center;
  border-radius: 0px;
  border: 0;
  color: #e11b22!important;
    float: left;
}

.top-search .SearchTxt {
  position: relative;
}

.top-search .SearchTxt .SearchBox {
  width: calc(100% - 35px);
  border: none;
  padding: 10px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  outline: none;
  height: 41px;
  font-size:14px;
  font-family:Jost;
}

.top-search .SearchPane .SearchBox {
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 0px 5px;
  height: 100%;
}
.top-search .SearchHolder > .SearchTxt {
  height: 41px;
  margin-bottom: 10px
}

.top-search .SearchButton {
  width: 35px;
  height: 41px;
  background: url("/images/ico_search.svg") no-repeat 0px 3px;
  background-size: 17px;
  background-color: #fff;
  background-position: center;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 0;
    float: left;
}


#i8dpai .menu-style-2 nav.navbar-expand-xl .navbar-nav .nav-link {
    margin-left: 12px;
    font-size: 13px;
}

.DefaultMenu .dropdown-toggle::after {

     vertical-align: middle!important; 
}


.dropdown-toggle::after {
    content: "";
    height: 5px;
    width: 5px;
    overflow: hidden;
    margin: 0px 0px 6px 6px;
    display: inline-block;
    vertical-align: middle!important;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: border ease-in 200ms;
    -ms-transition: border ease-in 200ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
  border-top:none!important;
  border-left:none!important;
}

.cbp-l-caption-title {
    color: #e11b22!important;
    font: inherit!important;
    margin-bottom: 5px;

}

.cbp-l-inline {
  border-radius: 6px!important;
}
.cbp img {

    border-radius: 6px!important;
}

#accordionExample .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333'  xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
  filter:grayscale(1) brightness(4)
}

#accordionExample .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333'  xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  filter:grayscale(1) brightness(4)
}

#accordionExample .accordion-button {
  color: #fff;
  background-color: #202020;
}

#accordionExample .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #202020;
}

#accordionExample .accordion-body {
  color: #fff;
  background-color: #202020;
}

#accordionExample .accordion-button:focus{
border-color: #fff;
}

#accordionExample .accordion-item{
    border: none;
  background-color:#202020
}

#dnn_vj_8583 .SearchTxt {
  position: relative;
}

#dnn_vj_8583 .SearchTxt .SearchBox {
  width: 129px;
  border: none;
  padding: 10px 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  outline: none;
  height: 41px;
  font-size:14px;
  font-family:Jost!important;
}

#dnn_vj_8583 .SearchPane .SearchBox {
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 0px 5px;
  height: 100%;
}
#dnn_vj_8583 .SearchHolder > .SearchTxt {
  height: 41px;
  margin-bottom: 10px
}

#dnn_vj_8583 .SearchButton {
  width: 35px;
  height: 41px;
  background: url("/Portals/0/Ruralco Credit Cards/Search Icon.png") no-repeat 0px 3px;
  background-size: 17px;
  float: left;
  background-color: #fff;
  background-position: center;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border: 0;
}

.photo_box .content h3 {

    margin-bottom: 8px;
}

.EditBarEmptyPane {
    display: none!important;
}

 .slideshow-container{
     margin: 0px!important;
 }


.ModAOResetPasswordC {
 	width:200px;
    margin: 0 auto;
}



.ProductList_Search_New {
	/*display:none;*/
}

.btnLoadMore{
    background:#e11b22!important ;
}

.ModAOSearchResultsATSC  .ProductList_Search_New {
	/*display:none;*/
}


/* Card Start */
	
	.InstoreDays {
		justify-content: space-between;
		flex-direction: column;
		display: flex;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
		max-width: 400px;
		min-height: 600px;
		margin: auto;
		text-align: center;
		font-family: arial;
	}

	.InstoreDays .btn-holder {
		justify-content: flex-end;
		display: flex;
	}

	.InstoreDays p {
		padding: 10px;
	}

	.InstoreDays h2 {
		color: #e11b22;
		padding: 10px;
	}

	.InstoreDaysShopNow#InstoreDaysShopNow {
		bottom: 0;
		border: none;
		outline: 0;
		padding: 12px;
		color: white;
		text-align: center;
		cursor: pointer;
		width: 100%;
		font-size: 18px;
		background-color: #e11b22;
		text-decoration: none;

	}

	.InstoreDaysShopNow#InstoreDaysShopNow:hover {
		opacity: 0.7;
		text-decoration: none;

	}
		/* Card End */
	

/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *---------------------------------------------- -------- -------- 
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *---------------------------------------------- -------- -------- 
 */  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
  text-decoration: none;
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

div.ChoosePathMainText p {
font-size: 18px;
    line-height: 25px;
    color: #6a6563;
}

@media screen and (max-width: 480px) {
    .dnn_logo_Footer {
        width: 90%;
        margin: 0 auto;
        display: block;
        float: none;
    }

    .promotions .promotions-item img {
        height: 180px;
    }
}

@media screen and (max-width: 320px) {
    .promotions .promotions-item img {
        height: 150px;
    }
}

.SearchResultsContainerBorder .TopMatch_AdditionalInfo ul li i.fa-clock-o,
.SearchResultsContainerBorder .TopMatch_AdditionalInfo ul li i.fa-bullseye {
    display: none;
}

#dnn_LoginMenuPane_Top.dnnModuleManager.dnnSortable,
#dnn_LoginMenuPane_Bottom.dnnModuleManager.dnnSortable {
    min-height: auto !important;
}

/* footer policy */
.footer-policy {
  text-align: center;
  width: 100%;
  float: left;
}

.footer-policy .footer-policy__items {
  display: inline-block;
  padding: 0 15px;
}

@media screen and (max-width: 480px) {
  .footer-policy .footer-policy__items {
    display: block;
    padding: 0 15px;
    width: 50%;
    float: left;
  }
}

button, html, input, select, textarea, input[type=search] {
    font-family: ATSFontReg, Arial, Helvetica, sans-serif !important;
}

header.roll_activated .dnn_logo .Logobox,
header.roll_activated .dnn_logo .Logobox img {
    height: 155%;
    margin-top: -15px;
}

.dnn_logo .Logobox, .dnn_logo .Logobox img {
    height: 155%;
    margin-top: -10px;
}

#dnn_Footer_Logo img {
    padding: 0 !important;
}

#dnn_ctr394_View_lblGuestLoginText p {
    height: 100px;
}

#dnn_ctr394_View_lblGuestLoginText p+p {
    display: none;
}

/* checkout */
.marketing-material--checkbox {
        align-items: baseline;
}

.detail-heading:first-child,
.detail-author {
    display: none;
}

@supports (-webkit-touch-callout: none) {
    .ProductList_Products_Grid_Product .instore-text {
        top: 14px!important;
        right: -22px!important;
        font-size: 10px !important;
    }
}

.HeaderWrapRight {
    display: block !important;
}

.XBD_Effect_01_Default .Description h3 {
    font-size: 30px !important;
}

/* color pick of product details */
.OptionsWrap {
  overflow: auto;
}

.css-1vp83je {
    background-color: #cecac1;
}

/* reset the H1-6 tags */
h1,h2,h3,h4,h5,h6 {
    text-transform: unset !important;
}

/* tag */
.ProductList_Products_Grid_Product .instore-text {
    left: 0;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px !important;
}

.ProductList_Products_Grid_Product .instoreText {
    left: 0;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 480px) {
    .ProductList_Products_Grid .ProductList_Products_Grid_Product:nth-child(3n-2),
    .ProductList_Products_Grid .ProductList_Products_Grid_Product:nth-child(3n-1),
    .ProductList_Products_Grid .ProductList_Products_Grid_Product:nth-child(3n) {
        padding: 30px 10px 20px 10px !important;
    }

    .TabSliderContent .ProductList_Products_Grid_Product:nth-child(3n-2),
    .TabSliderContent .ProductList_Products_Grid_Product:nth-child(3n-1),
    .TabSliderContent .ProductList_Products_Grid_Product:nth-child(3n) {
        padding: 30px 10px 20px 10px !important;
    }

    .popular-products-wrapper .ProductList_Products_Grid_Product:nth-child(3n-2),
    .popular-products-wrapper .ProductList_Products_Grid .ProductList_Products_Grid_Product:nth-child(3n-1),
    .popular-products-wrapper .ProductList_Products_Grid .ProductList_Products_Grid_Product:nth-child(3n) {
        padding: 30px 10px 20px 10px !important;
    }

    .ModAOProductDetailsC .instore-text-both {
        width: 100%;
        height: 42px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media screen and (max-width: 768px) {
    .DNNModuleContent.ModAOSearchResultsATSC .col-sm-2.TopMatch_DetailsButton {
        float: left !important;
        width: 100%;
        height: 45px;
    }

    .ProductDetailsButton.btnInstore, .ProductDetailsButton.btnInstore:hover {
        width: 100%;
        left: 0;
    }
}


#dnngo_megamenu .primary_structure > li > a[title="Ruralco Shop"],
#dnngo_megamenu .primary_structure > li > a[title="News & Events"],
#dnngo_megamenu .primary_structure > li > a[title="Products & Services"],
#dnngo_megamenu .primary_structure > li > a[title="About Ruralco"],
#dnngo_megamenu .primary_structure > li > a[title="Join Ruralco"],
#dnngo_megamenu .primary_structure > li > a[title="Contact Us"] {

}

.DefaultMenu .dropdown-submenu > a:after {
    display: none !important;
}

@media (min-width: 992px) {
    .menu-style-2 .DefaultMenu .dropdown ul li .menu-item {
        border: 0 !important;
    }

    .menu-style-2 .DefaultMenu .dropdown ul li .menu-item svg {
        display: none !important;
    }
}

nav.navbar-expand-xl .navbar-nav .nav-link {
    font-family: ATSFontReg, Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
    font-size: 15px !important;
}

.DefaultMenu .dropdown-menu li a.menu-item {
    font-family: ATSFontReg, Arial, Helvetica, sans-serif !important;
}

.DefaultMenu li.dropdown .dropdown-menu.menulist {
    padding: 0 !important;
}

.DefaultMenu .dropdown-menu li a.menu-item {
    border-bottom: 0 !important;
}

.menu-style-2 .DefaultMenu .dropdown-item a, .menu-style-2 .DefaultMenu .dropdown-submenu a, .menu-style-2 .DefaultMenu .dropdown-item span, .menu-style-2 .DefaultMenu .dropdown-submenu span {
    padding: 20px !important;
}

.DefaultMenu .dropdown-item a, .DefaultMenu .dropdown-submenu a, .DefaultMenu .dropdown-item span, .DefaultMenu .dropdown-submenu span {
    padding: 20px !important;
}

.v-logo img {
    height: 100px !important;
    width: auto !important;
}

@media screen and (max-width: 991px) {
    #ImpersonatorApp,
    .show-news-mobile.DNNEmptyPane {
        display: none !important;
    }

    .TopPane {
        margin-bottom: 0;
    }
}

.cart-center {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}

.red-header-right {
    position: relative;
}

.red-header-right-login {
    position: relative;
    right: 60px;
    height: 0;
}

.red-header-right-cart {
    margin-left: 35px;
}

.Side_Custom_Pane.Side_Custom_Pane1 {
    height: 100% !important;
}

@media screen and (min-width: 375px) {
    .CSHiddenHolderProd {
        width: 80%;
        text-align: center;
    }
}

.Side_Custom_Pane .CartHiddenTop {
    height: calc(100vh - 171px) !important;
}

.HeaderCartWrapper_header {
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: 0;
}

.HeaderCartWrapper_descrip {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

.CartHiddenBottom,
.FooterCartSummaryContainer,
.CSHiddenHolderProd {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

.CSHiddenHolder hr {
    display: none;
}

.CSHiddenHolder {
    border-bottom: 1px solid lightgray;
}

.WeatherLink {
    display: none !important;
}

#dnn_ctr1115_ContentPane {
    display: none;
}

.top-search .SearchTxt .SearchBox {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.top-search .SearchButton {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* ModDNNGoxBlogC */
.ModDNNGoxBlogC .detail-gallery p {
    font-size: 11px;
}

#dnn_ContentPane { visibility: hidden; animation: css 0s .3s forwards; }

@keyframes css  { to { visibility: visible; } }
