/* 
    Created on : Jul 15, 2015, 12:21:23 PM
    Author     : mrosenello
*/
#answerdash-circle-help-button{
    display:none !important;
}
body {
    font-family: Georgia, Times, Times New Roman, serif !important;
}
label .red{
    color:red;
}

#TNT_FEDEXGROUND,#TNT_FEDEX2DAY,#TNT_UPS_Ground,#TNT_UPS_2nd_Day_Air{
  display:none !important;
} 
.panel{
    /* min-height:230px; */
}
.feedback{
    position: fixed;
    bottom:-10px;
    left:20px;
    width:120px !important;
    min-height:45px !important;
    z-index:500;
}
.rotate-text {

/* Safari
-webkit-transform: rotate(-90deg);

/* Firefox
-moz-transform: rotate(-90deg);

/* IE 
-ms-transform: rotate(-90deg);

/* Opera 
-o-transform: rotate(-90deg);

/* Internet Explorer 
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
*/

}
.wtso-image-container-desktop{
    margin-left:-15px !important;
}
.dt-buttons{
    width:100%;
    margin-bottom:15px !important;
    text-align:center;
}
.buttons-excel{
    background-color: #672225 !important;
    display: block !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    width:31% ;
    border:none !important;
    color: white !important;
    margin-right:10px !important;
}
.dt-buttons > a{
    background-color: #672225 !important;
    display: block !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    width:31%;
    border:none !important;
    color: white !important;
    margin-right:10px !important;   
    
}

.buttons-csv{
    background-color: #672225 !important;
    display: block !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    width:31% ;
    border:none !important;
    color: white !important;
    margin-right:10px !important;
}
.buttons-pdf{
    background-color: #672225 !important;
    display: block !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    width:31% ;
    border:none !important;
    color: white !important;
    margin-right:10px !important;

}
.buttons-excel:after{
    content:"\a";
    white-space: pre;    
}
.buttons-csv:after{
    content:"\a";
    white-space: pre;    
}
.buttons-pdf:after{
    content:"\a";
    white-space: pre;    
}
select[name="quantity"] { 
   font-family:Arial;
}
/*NEED TO CLEAN BELOW */
.form-group{
    overflow:auto !important;
}
.my-account-content ul li{
    line-height:27px !important;
}
#toTop{
	position: fixed;
	bottom: 95px;
	right: 25px;
	cursor: pointer;
	display: none;
        background-color:#4e2a74 !important;
        border-color:#2c0852 !important;
}
#toTop .fa {margin-right: 5px;}
.footer ul{
    width:100%;
}
.footer ul li{
    width:100%;
    display:block;
    line-height:25px;
}
.footer ul li a{
    width:100%;
    display:block;
    border-bottom:1px solid #DDDDDB;
}

.modal-backdrop
{
    background-color: black;
    opacity:0.85 !important;
}
.next{
    cursor:pointer;
}
.prev{
    cursor:pointer;  
}
	.checkout-container{
		padding-bottom:20px;
		border-bottom:1px solid #eee;
		overflow:auto;
	}

	.no-pad-top{
		padding-top:0px !important;
		padding-bottom:0px !important;
		margin-top:0px !important;
		margin-bottom:0px !important;
	}

    #inputs input {
      background: #f1f1f1;
      padding: 6px 5px;
      margin: 0 0 5px 0;
      width: 238px;
      border: 1px solid #ccc;
      border-radius: 3px;
      box-shadow: 0 1px 1px #ccc inset;
    }
	 
	 .wtso-secondary-heading{
		 margin-top:-15px;
	 }
	 .italic{
		 font-style:italic;
	 }
	 .red{
		 color:#672225;
	 }
	 .purple{
		 color:#4E2A74;
	 }
	 .underline{
		 border-bottom:1px solid #DDDDDB;
	 }
	 tr.underline > td{
		 padding-bottom: 1em;
	 }
	 .wtso-add-new{
		 width:150px;
	 }
	 .wtso-add-new-a{
		 background-color:#672225;
		 display:block;
		 padding-top:4px;
		 padding-bottom:4px;
		 color:white;
	 }
	 .grey-bg{
		 background-color: #ABABAB;
	 }
	 .extra-pad{
		 padding:8px;
	 }
	 .odd{
		 background-color:#DDDDDB;
	 }


/*NEED TO CLEAN above */

p {
    font-family: Georgia, Times, Times New Roman, serif;
}
.footer ul{
    list-style:none;
}
.footer h5{
    margin-bottom:10px;
}
.acid-body-tannin{
    margin-bottom:25px;
    overflow:auto;
}
.align-center{
    text-align:center;
}
.how-we-work-tiles{
    text-align:center;
}
.my-account-content{
    width:225px !important;
    padding:5px !important;
}
.td-right{
    text-align:right;
}
.my-account-content ul{
    list-style:none;
    padding: 0px !important;
}
.my-account-content a{
    display:block;
    width:100%;		
}
.wtso-footer-container {
    width: 100%;
    background-color: #f8f8f8;
    border-top: 2px solid #DDDDDB;
}
#login-content {
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 999;
    background: #fff;
    background-image: linear-gradient(top, #fff, #eee);
    padding: 15px;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .9);
    border-radius: 3px 0 3px 3px;
}
#login-trigger:hover #login-content {
    display: block;
}
#login-trigger {
    position: relative;
}
#login-content #submit {
    background-color: #672225;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    color: white;
    width: 100%;
}
#inputs input {
    background: #f1f1f1;
    padding: 6px 5px;
    margin: 0 0 5px 0;
    width: 238px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 1px #ccc inset;
}
.read-description{
    margin-left:15px;
    margin-top:25px;
}
.hide-description{
    margin-left:15px;
    display:none;
}
.footer {
    min-height: 150px;
    padding-top:25px;
}
.footer ul li a{
    color:black;
}
.main-product-description
{
    display:none;
}
.wtso-top-h {
    color: white;
    font-family: Georgia, Times, Times New Roman, serif;
    margin-top: 10px;
    margin-bottom: 10px;
}
.marcellus {
    font-family: Georgia, Times, Times New Roman, serif;
}
.wtso-top-h-login {
    display: block;
    border: 2px solid white;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}
.wtso-top-h-login:hover {
    background-color: white;
    color: #4E2A74;
    text-decoration: none;
}
.wtso-notification {
    width: 100%;
    background-color: #DDDDDB;
}
.buy-now-desktop{
    padding-left:0px !important;
    padding-right:0px !important;
}
.wtso-nav {
    padding-top: 42px;
    font-size: 1.5em;
}
.wtso-nav a {
    color: black;
}
.wtso-nav .active {
    border-top: 3px solid #4E2A74;
    margin-top: -3px;
}
.nav-container {} .wtso-nav li:hover {
    border-top: 3px solid #4E2A74;
    margin-top: -3px;
    background-color: #e7e7e7
}
.current-offer-banner {
    width: 100%;
    background-image: url(../images/current-offer-small.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 60px;
}
.current-offer-text {
    color: white;
    padding-top: 6px;
}
.wtso-container {
    /*max-width:1400px;*/
    max-width:100%;
    margin: 0 auto;    
    margin-top: -10px;
    margin-bottom: 50px;
}
.wtso-secondary-heading {
    margin-top: -15px;
}
.italic {
    font-style: italic;
}
.wtso-thumb {
    margin-bottom: 23px;
    margin-top: 3px;
}
.red {
    color: #672225;
}
.purple {
    color: #4E2A74;
}
.underline {
    border-bottom: 1px solid #DDDDDB;
}
tr.underline > td {
    padding-bottom: 1em;
}
.wtso-buy-now {} .wtso-buy-now-a {
    background-color: #672225;
    /* display: block; */
    padding-top: 8px;
    padding-bottom: 8px;
    width:95%;
    border:none;
    color: white;
    border:1px solid #672225;
    border-radius:4px;
}

.wtso-buy-now-a:hover{
    border:1px solid #DDDDDB;
}

.wtso-checkout-a{
    width:80% !important;
}
.btn-purple {color: #ffffff; background-color: #4e2a74 !important; border-color: #2c0852 !important;}
.btn-purple:hover {color: #ffffff; background-color: #815da7 !important; border-color: #2c0852 !important;}
.btn-purple:focus {color: #ffffff; background-color: #815da7 !important; border-color: #2c0852 !important;}

.wtso-button-red {
    /*background-color: #672225;*/
    background-color: #4e2a74 !important;
    border-color: #2c0852 !important
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    width:100%;
    border:none;
    color: white;
}
.wtso-button-red:hover {
    /*background-color: #672225;*/
    background-color: #815da7 !important;
    border-color: #2c0852 !important
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    width:100%;
    border:none;
    color: white;
}
.wtso-button-red-small {
    /*background-color: #672225;*/
    background-color: #4e2a74 !important;
    border-color: #2c0852 !important
    border:none;
    color: white;
}
.wtso-button-red-small:hover {
    /*background-color: #672225;*/
    background-color: #815da7 !important;
    border-color: #2c0852 !important
    border:none;
    color: white;
}
.white-link{
    color:white;
}
.white-link:hover{
    color:white;
}
.wtso-ratings {
    border: 3px solid #ABABAB;
    width: 100%;
}
.grey-bg {
    background-color: #ABABAB;
}
.extra-pad {
    padding: 8px;
}
.odd {
    background-color: #DDDDDB;
}
.wtso-nav-container {
    border-bottom: 2px solid #DDDDDB;
}
#sticky_buy_now {
    padding-right: 0px !important;
    padding-right: 0px !important;
    position: fixed;
    bottom: 0;
    left: 0;
    min-height: 30px;
    width: 100%;
    background-color: #BBBBBD;
}
.wtso-no-pad {
    padding: 0px !important;
}
@media (max-width: 768px) {
    
    .dt-buttons a{
         width:100% !important;  
         border-radius:0px !important;
         margin-bottom:15px !important;
    }
    
    .buttons-excel{
        display:none !important;
    }
    
    .buttons-pdf{
        width:100% !important;
        float:left !important;
        clear:left !important;
    }
    .buttons-excel{
        width:100% !important;
        float:left !important;
        clear:left !important;
    }
    .buttons-csv{
        width:100% !important;
        float:left !important;
        clear:left !important;
    }
    
    .container-mobile {
        margin-top: 20px;
    }
    .wtso-buy-now {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .icon-bar {
        background-color: #4E2A74 !important;
    }
    button {
        margin-top: 5px;
    }
    .mobile-left {
        float: left !important;
        width: 100%;
    }
    .wtso-buy-now-a {
        background-color: #672225;
        display: block;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        color: white;
        width: 100%;
    }
    .wtso-block-select {
        display: block;
        width: 100%;
        height: 42px;
    }
    .wtso-image-container {
        padding-right: 5px;
        padding-left: 5px;
    }
    .wtso-price-container {
        background-color: #DDDDDB;
        min-height: 42px;
    }
    .small-h3 {
        font-size: 17px !important;
    }
    .navbar-toggle {
        margin-top: 18px;
    }
    .wtso-mobile-table {
        display: table !important;
    }
    .swiper-slide {
        text-align: left;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}

.btn-purple {color: #ffffff; background-color: #4e2a74 !important; border-color: #2c0852 !important;}
.btn-purple:hover {color: #ffffff; background-color: #815da7 !important; border-color: #2c0852 !important;}
.btn-purple:focus {color: #ffffff; background-color: #815da7 !important; border-color: #2c0852 !important;}

.panel-purple { border-color: #2c0852 !important; border-style: solid; border-width: 1px; }
.panel-purple > .panel-heading { background-image: none; background-color: #4e2a74 !important; color: #ffffff; }

@media print
{ 
    #footer,.modal,#header,.feedback,#toTop,#sticky-buy-now{
        display:none !important;
    }  
    .wtso-footer-container{
        display:none !important;
    }
    .img-responsive{
        max-width:300px !important;
    }
    .btn{
        display:none !important;
    }
    .wtso-container{
        font-size: 10px !important;
    }
}