
.btn .btn-search {
  background-color: #000000 !important;
}
.header-search .btn-search {
  color: #000;
  background-color: #fff !important;
}
.header-call .chat a {
  color: #000;
}

.text-light {
  color: #fff !important;
}
.cart-dropdown > a i {
  font-size: 2.6rem;
  color: #000;
}
.header-top {
  background: #b28906;
  font-size: 1.1rem;
  letter-spacing: -0.027em;
  text-transform: capitalize;
  color: #fff;
}
/************************************/
@font-face {
  font-family:Optimus;
  src: url(/fonts/OptimusPrincepsSemiBold.ttf);
	}
  .cust-font{
    font-family:initial;
    font-size: 44px;
    color:#DB8A20;
    text-align: center;
    font-style: italic;
 }
 .pargh{
    font-family:Initial;
    font-size: 38px;
    color:#000;
    padding-top: 25%;
    font-style: italic;
    text-align: center;

 }
 .bg{
  background: url(/img/bg.jpg) no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 550px;
}

/*********************************************/
body #mainBody main.main.bgcolor {
  margin: 0;
  overflow-x: hidden;
  font-family: Poppins, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  
}
.compare-popup {
    display: none;
}
.tit {
  margin: auto;
  display: block;
}

.footer {
  background: #1b1464;
}
.ftb{

    list-style: none;
    text-decoration: none;
    color: #fff;
    margin: 0px;
    }
    .ftb li{
    padding-left: 10em;
    display: inline-block;
    padding-top: 10px;
    }
    .footer-right a{
    padding-left: 25px;
    font-size: 15px;
    }
.themefooter a:hover{
    color: #E8D27F;
    }
.cart-dropdown .cart-label {
  color: #000;
}
.cart-dropdown .cart-count {
  background: #e7d286;
}



.strike-out
{
  display: block;
}
/*******menu toggle******/
.toggle-btn{
  padding-left: 100%;
 }
 #availabilityStatus .status{
  font-size: 16px;
 }
 @media (max-width: 767px) {
  .sidebar-content {
    width: 35rem;
    overflow-x: hidden;
    }
  .shop-table.cart-table .product-price {
    width: 100% !important;
    }
    .welcome-msg {
    width:0px;
    }
    #headermenu_account a{
    margin: 10px;
    }
    
    .mobContenTAlign{
      max-width: 100%;
      white-space: nowrap;
    }
 }
 marquee#dailyrate {
  display: none;
}
.accountPanel{
  margin: auto;
}
.copyright{
  background: #1b1464;
  color:#fff;
}
.menu>li>a {
 
    text-transform: uppercase !important;
}
#mainBody{
  min-height: 300px;
}

.promoCodeDiv{
  top: 0;
  left: 0;
  border-radius: 0px;
}
.promoCodeDiv .promoCodeLabel{
  background: var(--wolmart-secondary-color, #f93);
  border-radius: 0px;
}
/**************************************************/
 @font-face {
      font-family:RhodiumLibre;
      src: url(./fonts/RhodiumLibre-Regular.ttf);
      }
      .custfont{
      font-family:RhodiumLibre;
      color: #B18905;
      }
      .fotlink {
         padding: 0px;
      }
      .fotlink li {
         list-style: none;
        font-size: 1.2em;

      }
      .fotlink li a{
		 color: #B18905;
		 text-decoration: none;
      }
      .fotlink li a:hover{ color: #1B1464; }
	  /*******************************************/
	  /*www.oguzhansengul.com*/
    #rcbrandDemo1, #rcbrandDemo2, #rcbrandDemo3 {
    display:none;
    }
    
    .rc-rcbrand-container {
        position:relative;
        max-width:100%;
        margin-bottom: 20px;
    }
    .rc-rcbrand-ul {
        position:relative;
        width:99999px;
        margin:0px;
        padding:0px;
        list-style-type:none;   
        text-align:center;  
        overflow: auto;
    }
    
    .rc-rcbrand-inner {
        position: relative;
        overflow: hidden;
       
        width:100%;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;  
    }
    
    .rc-rcbrand-item {
        float:left;
        margin:0px;
        padding:0px;
        cursor:pointer;
        position:relative;
       /* line-height:0px;*/
    }
    .rc-rcbrand-item img {
        max-width: 95%;
        cursor: pointer;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .rc-rcbrand-nav-left,
    .rc-rcbrand-nav-right {
        padding:5px 10px;
        position: absolute;
        cursor: pointer;
        z-index: 4;
        top: 50%;
        transform: translateY(-50%);   
        background: rgb(255, 102, 0, 0.5);
        color: #fff;     
    }
    
    .rc-rcbrand-nav-left {
        left: 10px;
    }
    
    .rc-rcbrand-nav-left:before {
        content: "<"
    }
    
    .rc-rcbrand-nav-left.disabled {
        opacity: 0.4;
    }
    
    .rc-rcbrand-nav-right {
        right: 5px;    
    }
    
    .rc-rcbrand-nav-right:before {
        content: ">"
    }
    
    .rc-rcbrand-nav-right.disabled {
        opacity: 0.4;
    }

    .rcbrand2 span{
        display: block;
    }
		.footer{
			background: #000;
			
		}
		.ftb{
			
			list-style: none;
			text-decoration: none;
			color: #fff;
			margin: 0px;
		}
		.theme-footer{
			background: #f5f5f5;
		}
		.ftb li{
			padding-left: 10em;
			display: inline-block;
			padding-top: 10px;
		}
		.footer-right a{
			padding-left: 25px;
			font-size: 15px;
		}
	.themefooter a:hover{
	color: #E8D27F;
	}
	@media (max-width: 1024px){
	.ftb li{
			padding-left: 5em;
			display: inline-block;
			padding-top: 10px;
		}
	}
.footer-top a {
    color: #000;
}
div#success-alert {
    background: green;
    padding : 5px;
}
div#warning-alert {
    background: red;
    padding : 5px;
}
div#pageContainer {
    margin-top: 25px;
}
.wishlist,a.mobile-menu-toggle.w-icon-hamburger{
    color: #000 !important;
}
.footer-top .widget-body li {
  line-height: 3.2;
  margin-bottom: 1.5rem;
}
.footer-top{
  padding: 10px !important;
  }
  .theme-botttom.text-center {
    background: #e21f25;
    color: #fff;
}
@media(max-width:601px){
.logo-footer, .logo-footer img {
    display: block;
    margin: auto;
}
.footer-top{
text-align:center;
}
}
.tab-banner,.mob-banner {
	display:none !important;
}
.web-banner {
	display:block !important;
}

@media (max-width:1080px) {

.cust-font{
    font-family:Initial;
    font-size: 32px;
   }
 .pargh{
    font-family:Initial;
    font-size: 26px;
    padding-top: 15%;
 }

}

@media (max-width: 992px) {
	.web-banner,.mob-banner {
		display:none !important;
	}
	.tab-banner {
		display:block !important;
	}
.cust-font{
    font-family:Initial;
    font-size: 30px;
   }
 .pargh{
    font-family:Initial;
    font-size: 22px;
    padding-top: 25%;
 }

}
@media (max-width:768px) {
.cust-font{
    font-family:Initial;
    font-size: 30px;
    font-style: italic;
   }
 .pargh{
    font-family:Initial;
    font-size: 22px;
    padding-top: 5%;
    font-style: italic;
 }
.mob-img
{
   display:none !important;
}

}
@media (max-width:601px) {
	.web-banner,.tab-banner {
		display:none !important;
	}
	.mob-banner {
		display:block !important;
	}

.cust-font{
    font-family:initial;
    font-size: 30px;
    font-style: italic;

   }
 .pargh{
    font-family:initial;
    font-size: 22px;
    padding-top: 5%;
    text-align : center; 
    font-style: italic;

 }

}

.search-mob-container {
	display : none !important;
}

@media(max-width : 768px) {
	.search-mob-container
	{
	  display : block !important;
	}
}
