.fa-rss-square{
    color: #f26522;
}

#main-container {
    margin-bottom: 1rem;
}

.right{
    float: right;
}

.info-banner {
    color: white;
    border-radius: 0 0 5px 5px;
    background-color: #000000;
    margin-bottom: 1rem;
    padding: 0;
    height: 14rem;
    overflow: hidden;
}

.info-details {
    z-index: 1;
    padding: 1rem 2rem;
    position: absolute;
}

.info-banner h1{
    font-family: 'oswald', sans-serif;
    font-size: 3rem;
}

.info-banner h3{
    font-family: 'oswald', sans-serif;
    margin-top: 15px;
}

.info-banner a{
    color: #ffffff;
    font-size: 1rem;
    font-family: 'oswald', sans-serif;
}

.info-banner img{
    width: 100%;
    opacity: .5;
}

#filter-form ul{
    list-style: none;
    padding: 0;
}

#filter-form .card-header a{
    padding: 0;
    font-weight: 500;
    color: black;
}

#filter-form .card-body .col-12{
    padding-bottom: .4rem;
}

#info-container p{
    font-size: 14px;
}

#info-container h2{
    font-size: 1.2rem;
}

#info-container {
    background-color: white;
    border-radius: 5px;
    padding: 1.5rem;
}

#info-container input{
    width: 75%;
    border-radius: 5px;
    border: 2px solid #eaeaea;
    margin-bottom: 1rem;
}
#unsub-btn,
#sub-btn{
    color: white;
    font-weight: 600;
    background-color: #026CD0;
    border-radius: 5px;
    border: none;
    width: 20%;
    margin: 1rem 0;
}
#unsub-btn label,
#sub-btn label{
    text-align: center;
    padding: .5rem 1rem;
    margin: 0;
}

#social {
    width: 15%;
    position: absolute;
    right: 45px;
}

#social i {
    font-size: 2rem;
}

.fa-twitter-square {
    color: #1da0f3;
}

.fa-facebook-square {
    color: #3b5998;
}

.fa-print {
    color: #545454;
}

.info-section h3 {
    margin: 1rem 0
}

.info-section a {
    color: #026CD0;
}

.disclaimer p {
    color: #5a5a5a;
}

.info-section button {
    color: #026CD0 !important;
    cursor: pointer;
    background-color: inherit;
    border: 0;
    padding: 1rem 0;
    font-weight: 500;
    text-align: left;
}

.info-section button:hover {
    color: #026CD0 !important;
    cursor: pointer;
    background-color: inherit !important;
    text-decoration: underline;
    border: 0;
}

.info-section p,
.info-link ul li {
    font-family: 'Open Sans', sans-serif;
    color: #6c6c6c;
    font-size: 1rem;
}

.info-section p a {
    color: #026CD0;
}

.info-link {
    border-bottom: 1px solid #e0e0e0;
}

.info-link ul li {
    padding: .5rem 0;
    color: #6c6c6c;
}

.show-info {
    max-height: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515);
    -moz-transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515);
    -o-transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515);
    transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515);
}

.show-more {
    height: auto;
    max-height: 100%;
    -webkit-transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515);
    -moz-transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515);
    -o-transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515);
    transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515);
}

#store-info a {
    color: #0e70de;
}

.store-section a {
    display: block;
}

#grading strong {
    color: #0753a8;
}

.line-tight {
    line-height: 10px;
}

.v-tour iframe {
    display: flex;
    margin: auto;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#store-carousel .carousel-inner {
    height: 30rem;
}

#store-carousel .carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
}

#follow-social img{
    width: 100%;
    border-radius: 5px;
}


.store-section .store-img{
    max-height: 200px;
    overflow: hidden;
    border-radius: 5px;
}

.store-section{
    text-align: center;
}

#sitemap .col-4{
    padding: 1rem;
    font-size: .8rem;
}

#sitemap .panel{
    padding: 1rem;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
}
#sitemap .panel ul{
    padding-left: 1rem;
}
#sitemap .panel li{
    list-style: none;
}

#sitemap h4 a{
    font-size: 1rem;
    color: #026CD0;
}

#side-panel img{
    width: 100%;
    border-radius: 5px;
}

#terms img{
    width: 100%
}

.webuyimage{
    padding: 0 25%;   
}

#terms p{
    font-size: 1rem;
}
#terms ul li{
    list-style: circle;
}
#terms ul ul li{
    list-style: lower-alpha;
}

.Newletter-details p{
    font-size: .9rem;
}

#register{
    margin-bottom: 50px;
}

#register input{
    padding: 5px;
}

#register .col-md-12 input{
    width: 100%
}

#register select{
    width: 75%;
    padding: 6px;
}

#register-buttons{
    right: 30px;
    bottom: 10px;
    position: absolute;
    font-size: 1.2rem;
}

#register .primary-btn{
    color: white !important;
    background-color: #026CD0;
    padding: 5px 10px;
     margin-left: 20px;
}

#register .primary-btn:hover{
    color: white !important;
    background-color: #0a5eba !important;
}

#register label{
    margin: 0;
}


#bestSellers .pl-button{
    padding: .5rem;
    color: #026CD0;
    border: 2px solid #026CD0;
    background-color: white;
    font-weight: 700;
    text-align: center;
    align-items: center;
    border-radius: 5px;
    width: 100%;
}

#bestSellers .pl-button label{
    margin-bottom: 0;
}

.best-seller-card{
    background-color: white;
    border-radius: 5px;
    min-height: 300px;
}

#bestSellers .cart-button{
    margin-top: 0;
    margin-bottom: 5px;
}

.cart-button button {
    padding: 0.6rem;
}


#bestSellers .button-container{
    bottom: 0;
    width: 100%;
}

#bestSellers a{
    color: #026CD0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#bestSellers p{
    font-size: 12px;
    overflow: hidden;
}

.bs-title{
    font-size: 16px !important;   
}

#news-letter-panel .checkbox{
    margin-bottom: 10px;
}

#bestSellers .cover{
    align-items: center;
    display: flex;
}

#bestSellers img{
    width: 100%;
    display: flex;
    margin: auto;
}

#bestSellers .price-detail{
    display: flex;
    align-items: baseline;
}

#bestSellers .price-detail p{
    font-size: 14px;
}

#bestSellers .price-detail p{
    padding-right:  10px;
}

#bestSellers .discount{
    font-size: 16px;
}

#bestSellers .sale{
    color: #da0e0e;
    border: 2px solid #da0e0e;
    border-radius: 5px;
    padding: 2px 5px;
    text-align: center;
    font-weight: 700;
}

.best-seller-badge{
/*
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 90%, 0 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 90%, 0 100%);
*/
       -webkit-clip-path: polygon(0% 0%, 93% 0, 100% 6%, 95% 6%, 95% 100%, 47% 90%, 0 100%);
    clip-path: polygon(0% 0%, 93% 0, 100% 6%, 95% 6%, 95% 100%, 47% 90%, 0 100%);
    background-color: rgb(219, 13, 13);
    height: 100px;
    color: white;
    text-align: center;
    padding-top: 20px;
    width: 60px;

}

#searchFAQ{
    width:  100%;
    margin-bottom: 10px;
    padding:  5px 10px
}

.badge-container{
    filter: drop-shadow(0px 5px 3px rgba(0,0,0,0.24));
        position: absolute;
    left: 10px;
    margin-top: -31px;
    z-index: 2;
}

.best-seller-badge h1{
    font-size: 35px;
    padding-left: 5px;
    padding-right: 5px;
}

.shippingTable{
    margin-bottom: 20px;
    table-layout: fixed;
    width: 100%;
}

.rowHeader{
    background-color: #026CD0;
    font-weight: 700;
    color: white;
}

.shippingTable td{
    padding: 5px 10px;
}

.shippingTable tr:nth-child(even){
    background-color: #f7f7f7
}

#indexNav{
    text-align: center;
}

#indexNav a:not(:first-child)::before{
    content:"• ";
}

#indexNav a{
    color: #026CD0;
    padding: 0 2px;
}

#indexNav a:hover{
    cursor: pointer;
}


#index{
    padding: 10px 0;
}

#index h1{
    font-size: 18px;
    padding: 15px 0 0 0;
}

#index div ol{
    list-style: none;
    padding: 0;
}

#index div a{
    display: block;
    color: #026CD0;
}

#index div a:hover{
    cursor: pointer;
}


@media only screen and (max-width: 1500px) {}

@media only screen and (max-width: 1440px) {
    #social {
        width: 20%;
    }
    .shippingTable td{
        font-size: 10px;
    }
    #filter-form .card-header a{
        font-size: 12px;
    }
    
    .card-body div a{
        font-size: 12px;
    }
    
    #side-panel{
        padding: 0;
    }
    
    #unsub-btn, #sub-btn{
        width: 100%;
    }
    
    .button-container .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .best-seller-card {
    background-color: white;
    border-radius: 5px;
    min-height: 365px;
}
}

@media only screen and (max-width: 1280px) {
    #bestSellers .pl-button label {
        margin-bottom: 0;
        font-size: 12px;
    }
}

@media only screen and (max-width: 1080px) {
    .container-fluid,
    #news-letter-container {
        width: 90%;
        padding: 0;
    }
    .card-header {
        padding: 5px;
    }
    .card-header a {
        padding: .5rem;
    }
    .webuyimage{
        padding: 0 10%;   
    }
}

@media only screen and (max-width: 768px) {
    #social {
        display: none;
    }
    .info-details h1 {
        font-family: 'oswald', sans-serif;
        font-size: 2rem;
    }
    .line-tight {
        line-height: 20px;
    }
    .card-header a {
        font-size: 12px;
    }
    .card-body {
        padding: 1vw;
    }
    .card-body a {
        font-size: 12px;
    }
    #main-container > .col-3 {
        padding-left: 0;
        margin-left: 0;
    }
    .info-section p {
        font-size: 2vw;
    }
    #store-carousel .carousel-inner {
        height: 30vw;
    }
    
    .store-section .col-4{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 2vw;
    }
    
    .store-section .store-img{
        width: 100%;
        height: 100%;
    }
    .store-section .store-img{
        max-height: 300px;
    }
    #sitemap .col-4{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #info-container input{
        width: 100%;
        padding: 5px;
    }
    #unsub-btn,
    #sub-btn{
        width: 100%;
    }
    #news-letter-panel h3{
        width: 70%;
    }
    #register select{
        width: 100%;
        margin-bottom: 15px;
    }
    
    #bestSellers .pl-button label,
    .cart-label {
        font-weight: 700;
        font-size: 1.5vw;
    }
    
    #reserveList_btn{
        width: 100% !important;    
    }
    
    
    #weekly-info tr td{
        display: block;
        width: 100%;
    }
    .shippingTable td{
        font-size: 5px;
    }
	
	#main-container > .col-3{
        -ms-flex: 0 0 0%;
        flex: 0 0 0%;
        max-width: 0%;
        display: none;
    }
    
	#main-container > .col-9{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
}

@media only screen and (max-width: 640px) {
    .info-banner {
        height: 30vw;
    }
}

@media only screen and (max-width: 480px) {
    .container-fluid {
        width: 95%;
        padding: 0;
    }
    #news-letter-container {
        width: 100%;
    }
    #store-carousel .carousel-inner {
        height: 40vw;
    }
    .info-banner {
        height: 30vw;
    }
    .info-details h1 {
        font-size: 6vw;
    }
    #main-container .col-3 {
        -ms-flex: 0 0 0%;
        flex: 0 0 0%;
        max-width: 0%;
    }
    #main-container .col-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    #filter-form {
        display: none;
    }
    .info-section p,
    .info-link ul li {
        font-size: 3vw;
    }
    .store-section .store-img {
        max-height: 200px;
    }
    #sitemap .col-4{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 0;
    }
    
    .best-seller-card {
        background-color: white;
        border-radius: 5px;
        min-height: 650px;
    }
    
    #bestSellers .description{
        margin-bottom: 95px;
    }
    
    #bestSellers .pl-button label, .cart-label {
        font-weight: 700;
        font-size: 3.5vw;
    }
    
    .button-container .col-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    #bestSellers .qty{
        width: 91%;
    }
    
    #bestSeller .cart-button{
        margin-bottom: 20px;
    }
    
}

@media only screen and (max-width: 380px) {
    #social {
        right: 2.5rem;
    }
    #news-letter-panel h3{
        font-size: 5vw;
    }
    
}

/************************FOR ACCESSIBILITY PAGE*******/



	.info-link a{
		color: #0071bc ;
		padding-left: 0.2rem;
	}
	
	.info-link h3{
		color: #e31c3d;
		font-weight: bold;
	}
	
	  #accessibility-banner{
    padding:0px 3px;
    width: 100%;
    margin-bottom: 10px;
	margin-top: 1rem;
	background-color: #0071bc ;
	flex: auto;
	text-align: center;
	color: #fff;
		  
   
}
	#accessibility-banner h1{
		text-transform: capitalize; 
		font-size: 5vw;
	}
	
	#social{
		list-style-type:none;
		padding-left:10px;
		padding-right:10px; 
		margin-bottom:2rem; 
	}
    #statement-txt li{
		line-height: 12px;
		color: #000;
		font-size: 16px;
	}
	
	#feedback-txt li{
		line-height: 12px;
		color: #000;
		font-size: 16px;
	}
	
	
	@media only screen and (max-width: 850px){
		
		#accessibility-banner h1{
		font-size: 7vw;
	}
		#social{

		padding-left:0px;
		padding-right:5px;
		margin-right: 3px;
	}
        #statement-txt li{
		line-height: 18px;
	}
		#feedback-txt li{
		line-height: 18px;
	}
        
		
	}
	
	
	@media only screen and (max-width: 575px){
		
		#accessibility-banner h1{
		font-size: 12vw;
	}
	
	}



