
body {
    margin: 0px;
    padding: 0px;
   
   
}
ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 700;
    font-size: 13px;
    display: block;
    padding: 15px 25px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
    border-left: 1px solid #f6f6f2;
    position: relative;
    text-align: center;
}
.resp-tabs-list li:first-child {
    border-left: 0 none;
}
.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 30px 15px;
}
.page .ProductDescription, .page .ProductReviews, .page .ProductsByCategory,.page .ProductOtherDetails{
    margin: 0;
}
.resp-tab-active:after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #1d818a;
    content: "";
    left: 50%;
    margin-left: -12px;
    position: absolute;
    text-align: center;
    top: 50px;
}
.resp-tab-active {
    border: 0px solid #c1c1c1;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding:15px 25px ;
}

.resp-tab-active {
    background-color: #1d818a;
    border-bottom: medium none;
    color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 0 none;
}
.resp-tab-active a{
    color: #fff;
}
.Tablistdiv a {
    font-family: arial;
    font-size: 14px;
    text-transform: uppercase;
}
h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #b5b5a5;
    border-bottom: 0px solid #b5b5a5;
    border-left: 0px solid #b5b5a5;
    border-right: 0px solid #b5b5a5;
    margin: 0px 0 4px;
    padding: 10px 15px;
    text-align: left;
    font-family: "Gillsansmt";
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

/*.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #1d818a;
}*/
.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
}
.resp-arrow:before{
     content: "\f078";
    float: left;
    font-family: fontawesome;
    font-size: 20px;
    margin: -7px 0 0 -15px;
    position: absolute;
    color:#1d818a;
}
h2.resp-tab-active span.resp-arrow:before {
    content: "\f077";
    float: left;
    font-family: fontawesome;
    font-size: 20px;
    margin: -7px 0 0 -15px;
    position: absolute;
    color:#fff;
}

/*h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #ccc;
}*/

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB ;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }
    #SideProductRecentlyViewed .ProductPriceRating > em{
        width:2% !important;
    }
    .footer .footer-top {    
        padding: 30px 0 15px;
        background: none;
    } 
    .TopMenu .fa-angle-down {
        font-size: 15px;
        margin-right: 0; 
        top: 0;
    }
    .TopMenu .FloatRight li.Account, .TopMenu .FloatRight li.Wishlist {
        padding: 0 0 0 5px;
    }
    .TopMenu .HeaderChat > a {
        display: none;
    }
    .TopMenu .fa-comments, .TopMenu li.shipping {
        margin-left: 0;
    }
    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #f6f6f2;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
    .resp-tabs-list li,.resp-tab-active{
        padding: 15px 14px;
    }
}
@media only screen and (max-width: 1199px) {
     .resp-tabs-list li,.resp-tab-active{
        padding: 15px 12px;
    }
    .PageMenu li a
    {
        font-size: 13px;
        padding: 10px 10px 5px;
    }
    #QuickViewContent .productAttributeValue .alt{
        clear: both;
        display: inline-block;
        float: none;
        margin: 0 !important;
        width: auto;
    }
}


.Producttop {
    border-bottom: 1px solid #747474;
    float: left;
    width: 100%;
    padding: 10px 0;
}
.page .Breadcrumb {
  
}
.page .Breadcrumb li,.page .Breadcrumb li a{
    color: #747474;
    font-family: "Droid Sans",sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.page .Breadcrumb li a:after {
    color: #202020;
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    right: 0;
}
.product .page .Breadcrumb ul{
  padding: 9px 0 0;
}
.addthis_sharing_toolbox {
    float: right;
}
.Lefttop {
    padding-left: 0;
}
.Righttop {
    padding-right: 0;
}
.Righttop > span {
    color: #0f0f0f;
    display: block;
    float: left;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 0 0;
    position: relative;
    right: -5px;
    text-align: right;
    text-transform: uppercase;
}

#ProductDetails .ProductMain h1 {
    border-bottom: 1px solid #747474;
    color: #454545;
    font-size: 18px;
    margin: 30px 0 25px;
    padding: 0 0 20px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
}
.page .productAttributeList .required{
    display: none;
    
}
.ProductBottom {
    float: left;
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    width: 100%;
}
.Productfull {
    border-bottom: 1px solid #d5d5d5;
    float: left;
    margin-bottom: 25px;
    padding: 10px 0 25px;
    width: 100%;
}
.reviewFormLink {
    text-align: right;
    margin: 0 0 0 3px;
    letter-spacing: 1px;
}
#ReviewListLink {
    letter-spacing: 1px;
    margin: 0 4px;
    text-transform: capitalize;
}
.ReviewListLink {
    color: #638c15;
    float: left;
    margin-top: 3px;
    text-align: right;
    width: 100%;
}
.Productright {
    padding-right: 0;
}
.Productleft .ProductPrice.VariationProductPrice {
    color: #1d818a;
    font-size: 24px;
}
.optionFull {
    background: none repeat scroll 0 0 #c6ddde;
    float: left;
    padding: 35px 22px;
    width: 100%;
    margin: 15px 0;
}
.ProductDetailsGrid.ProductAddToCart .DetailRow .Label {
    float: left;
    margin-right: 10px;
    text-align: left;
    width: auto;
}
.ProductDetailsGrid.ProductAddToCart .DetailRow {
    color: #747474;
    font-size: 14px;
    margin-bottom: 12px;
    padding-left: 20px;
    text-transform: uppercase;
}
.BrandName > a {
    margin-left: 10px;
    color: #747474;
}
.BrandName {
    padding-left: 20px;
    font-size: 14px;
    color: #747474;
    text-transform: uppercase;
}
.Value.AddCartButton {
    float: left;
}
.page .ProductAddToCart .productAttributeLabel {
    font-weight: bold;
    text-align: left;
}
.productAttributeList {
    padding-left: 0;
}
.optionFull .DetailRow.qty {
     float: left;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.Label.QuantityInput {
    color: #292929;
    font-size: 14px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.ProductAddToCart .addto .BulkDiscount input{
   display: inline-block;
    float: left;
    font-size: 16px;
    height: auto;
    letter-spacing: 1px;
    padding: 8px 27px;
    width: auto;
}
.ProductAddToCart .addto .BulkDiscount input:hover{
    background-color: #333; 
    color: #fff;
    border:2px solid #333;
}
.page #SideProductAddToWishList .btn.alt.wishTrigger.Tiny.wishbtn {
    background: url("images/AddWishlistimage.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
     border: 0 none;
    float: left;
    padding: 0 0 0 25px;
    width: auto !important;
}
.page #SideProductAddToWishList .shareSlide {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    border-radius: 3px;
    float: right;
    margin: 0;
    position: relative;
    text-align: center;
    width: 50px;
}
.page.addto .BulkDiscount {
    display: inline-block;
    float: left;
    width: auto;
}
#ProductTabListhorizontalTab .emptyTablist {
    display: none !important;
}
.ProductTabList{
    float: left;
    width: 100%;
    display: block; 
}
.resp-tabs-list {
    background-color: #e4e4e4;
    float: left;
    width: 100%;
    display: block;
}
.Leftside {
    padding-left: 0;
    padding-right: 0;
}
.product #SimilarProductsByCustomerViews .ProductListInner {
    border: 0 none;
}
.product .page #SimilarProductsByCustomerViews ul.ProductList li {
    border: 1px solid #ebebeb;
    float: left;
    margin: 0 0 15px 20px;
    position: relative;
    width: 260px;
    padding: 0 0 15px;
}
p.ProductImageDescription {
    text-align: center;
}
#SimilarProductsByCustomerViews .pname {
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}
.Rightside {
    padding-right: 0;
}
.Rightside #SideProductRelated.SideRelatedProducts {
    background-color: #f6f6f2;
    float: left;
    text-align: center;
    width: 100%;
}
.page .Rightside #SideProductRelated.SideRelatedProducts .ProductList li,.Rightside .ProductList li {
    background: none repeat scroll 0 0 #ffffff;
    margin-bottom: 18px;
    margin-left: 0px;
    width: 230px;
    border: 1px solid #ebebeb;
    padding-bottom:0;
}
.page .Rightside #SideProductRelated.SideRelatedProducts .ProductList,.Rightside .ProductList{
    margin:0;
    padding:0;
    height: auto !important;
}
.page .Rightside #SideProductRelated.SideRelatedProducts .ProductList .ProductImage a ,.Rightside .ProductList .ProductImage a{
  
    border: 0 none;
}
#SideProductRecentlyViewed h2 ,#SimilarProductsByCustomerViews h3,#SimilarMultiProductsByCustomerViews h2{
  border-bottom: 4px solid #747474;
    padding: 0 0 12px;
    text-align: center;
    font-size: 16px;
      
}
.Rightside #SideProductRelated  h2{
     border-bottom: 0px solid #747474;
      padding: 0;
      font-size: 14px;
}
.Rightside #SideProductRelated  h2,#SideProductRecentlyViewed h2 ,.Rightside h2,#SimilarProductsByCustomerViews h3,
#SimilarMultiProductsByCustomerViews h2{
    color: #1d818a;
    font-family: arial;
    font-weight: bold;
    margin: 18px 0;
    text-transform: uppercase;
    
}
.page .Rightside #SideProductRelated.SideRelatedProducts .sidefull em ,.page #SideProductRecentlyViewed .ProductPriceRating em,.Rightside .sidefull em{
    font-weight: bold;
     text-align: left;
     margin: 2px 0 0;
}
#SideProductRelated .pname,#SideProductRecentlyViewed .pname{
    float: none;
    text-align: center;
    width: 100%;
}
#ProductDetails {
    float: left;
    width: 100%;
}
/*.page .Rightside #SideProductRelated.SideRelatedProducts .ProductList .pname,.page #SideProductRecentlyViewed .ProductList .ProductDetails a,.Rightside .ProductList .pname {
    color: #1d818a;
    display: table-cell;
    float: none;
    font-size: 13px;
    height: 40px;
    line-height: 21px;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
}*/
.Rightside #SideProductRelated .ProductDetails {
  
}
.PageMenu ul li ul li:hover  a{
    color: #1d818a;
}
#SideProductRelated .pname ,#SideProductRecentlyViewed .ProductDetails a{
    text-align: center;
    text-transform: uppercase;
    color: #1d818a;
    font-size: 13px;
}
.priceleft {
    padding-left: 0;
    padding-right: 0;
}
.sidefull .ratingright {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
}
.sidefull {
    float: left;
    padding-bottom: 10px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.product .prodAccordionContent ul {
    height: auto !important;
}
#rating_box > h5 {
    border-bottom: 0 none;
}
.page .PriceBorderBottom{
    margin-bottom: 10px;
}
.productAttributeList span.name {
     color: #292929;
    float: left;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 13px;
    text-transform: uppercase;
    width: 100%;
    line-height: 20px;
    letter-spacing: 1px;
}

.productAttributeValue .productOptionPickListSwatch .textureContainer, 
.productAttributeValue .productOptionPickListSwatch .swatchColours {
    border: 0 solid #ededed !important;
    }
.productAttributeValue .productOptionPickListSwatch .textureContainer, 
.productAttributeValue .productOptionPickListSwatch .swatchColours, 
.productAttributeValue .productOptionViewRectangle .option label, 
.productAttributeValue .recaptchatable #recaptcha_response_field, 
.productAttributeValue .zoomWrapper{
   
} 
.Value.AddCartButton #uniform-qty_ > span {
    padding: 1px 10px 5px 10px !important;
    width:75px;
}
#SideProductAddToWishList {
    clear: inherit;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 26px 0 0;
    width: auto;
}

.Value.AddCartButton .selector.fixedWidth {
    background: url("images/downarrow.png") no-repeat scroll 90% center #fff;
    border: 1px solid #d9d6d6;
    box-shadow: 0 0 8px #e3e1e1 inset;
    padding: 8px 25px;
    position: relative;
}
.Tablist11 p {
    padding: 0 0 10px;
}
#SideProductAddToWishList > span {
    float: left;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 6px 10px 0 5px;
    text-transform: uppercase;
}

#SideProductAddToWishList .btn.alt.wishTrigger.Tiny.wishbtn {
    border-radius: 0;
    color: #3b3b3b;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1.5px;
    font-family: "Gillsansmt";
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
}
/*#SideProductAddToWishList:before {
    color: #ff0707;
    content: "\f004";
    display: inline-block;
    float: left;
    font-family: fontawesome;
    font-size: 20px;
    left: 34px;
    position: absolute;
    top: 26px;
}*/
.Emailfreind {
    float: right;
    padding: 33px 0 0 27px;
    position: relative;
    right: 15px;
    width: auto;
    display:none;
}
.Emailfreind  a {
   color: #393939;
    display: inline-block;
    float: left;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.Emailfreind a:before {
    color: #1d818a;
    content: "\f0e0";
    float: left;
    font-family: fontawesome;
    font-size: 27px;
    margin-left: -37px;
    margin-top: -13px;
    position: absolute;
    padding:0;
}
#ProductDetails .ProductTinyImageList {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.page #ProductDetails .ProductTinyImageList ul {
    height: auto;
    list-style-type: none;
    margin: 6px auto 0;
    overflow: hidden;
    padding: 0 10%;
    text-align: center;
    width: 100%;
}
.page #ProductDetails .ProductTinyImageList ul li{
    margin: 2px 18px 5px 0;
}
.Productfull .PriceRow.p-price .YouSave {
    display: none;
}
.Productfull .ProductPrice.VariationProductPrice {
    float: left;
    margin: -6px 10px 0 0;
    padding: 0;
    position: relative;
}
.DetailRow.Availability .Value {
     color: #598405;
    float: left;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    width: 70%;
    letter-spacing: 1px;
}
.page .productAttributeValue .productOptionViewRectangle .name {
    padding: 5px 3px;
}
.DetailRow.Rating.ProductDetailReviewRow .divRating {
    padding-top: 4px;
}
.DetailRow.Rating.ProductDetailReviewRow .Value > span {
    float: right;
    text-align: right;
}
.divRating > a {
    color: #598405;
    font-size: 12px;
}
.addthis_toolbox .at_a11y {
    color: #3b3b3b !important;
    overflow: visible !important;
    padding: 0 0 0 17px;
    width: auto !important;
    text-indent: -9999px;
}
.addthis_toolbox .at16nc.at300bs.at15nc.at15t_email.at16t_email {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0) !important;
}
 .swatch.hasPreview.swatchOneColour.selectedValue label {
    border: 1px solid #747474!important;
}
.ProductDetailsGrid.desktop.PriceBorderBottom {
    float: left;
    width: 100%;
}
.product  .ProductAddToCart textarea{
    height: 25px;
    margin: 5px 0 0;
    min-height: 25px;
    padding: 2px 7px;
    width: auto;
}
.DetailRow.checkbox .checker,.DetailRow.inputbox .uploader {
    margin: 5px 0 0;
}
.DetailRow.inputbox .uploader {
     letter-spacing: 1px;
     
}
.DetailRow.inputbox .uploader span.action{
    cursor: pointer;
}
.DetailRow.inputbox .uploader .Textbox {
   font-family: "Gillsansmt";
   
}
.DetailRow.inputbox {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.product div.selector{
    
}
.DetailRow.selectbox .selector.fixedWidth {
    padding: 3px 0;
}
.product .selectbox div.selector{
   margin: 5px 0 0;
    max-width: 98%;
    min-width: 254px;
    width: auto;
}
.DetailRow.inputbox .Value > em {
    font-size: 12px;
}
.productOptionViewSelect .selector.fixedWidth {
    background: url("images/downarrow.png") no-repeat scroll 95% center #fff;
    border: 1px solid #d9d6d6;
    box-shadow: 0 0 8px #e3e1e1 inset;
    padding: 9px 0;
    width: 85%;
}
#qty_ > option ,.selector.fixedWidth option{
    padding: 0 10px;
}
.selector.fixedWidth > span {
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
}
.ProductDetailsGrid.ProductAddToCart .ProductCustonFieldlist .DetailRow .Label {
    width: 100%;
}
.ProductCustonFieldlist {
    display: inline-block;
    float: left;
    width: 100%;
}
.lasttab.Tablist:last-child {
    
    position: relative;
    right: 0;
}
.ProductPriceRating > em {
    float: left;
    width: 40%;
    height: 40px;
    overflow: hidden;
}
.ProductPriceRating .Rating {
    float: right;
    width: 60%;
}
#SideProductRecentlyViewed .ProductDetails {
    margin-left: 0;
}
.page .ProductList  li {
    
   
}
.page #SideProductRecentlyViewed .ProductList  li{
    border: 1px solid #eee;
    display: inline-block;
    float: left;
    margin: 0 0 15px 20px;
    padding: 0 0 15px;
    position: relative;
    width:255px;
}
.page .ProductList li:first-child {
   
}
.ProductDetails  strong {
    font-weight: normal;
}
#SideProductRecentlyViewed .BlockContent > form {
    display: inline-block;
    float: left;
    width: 100%;
}
#SideProductRecentlyViewed .ProductList {
    float: left;
    width: 100%;
}
#SideProductRecentlyViewed .ProductList {
    float: left;
    overflow: visible;
    width: 100%;
}
.footer-top .Block3 {
    float: right;
    text-align: right;
    padding-left: 0;
}
#ImageScrollPrev.prev:before {
    content: "\f053";
    font-family: fontawesome;
    position: absolute;
   
}
#ImageScrollNext.next:before{
    content: "\f054";
    font-family: fontawesome;
    position: absolute;
}
.Tablist.Tablist2.Tablistdiv a {
   
}
.Tablist.Tablist1.Tablistdiv.resp-tab-item {
    width: 18%;
}
.Tablist.Tablist2.Tablistdiv.resp-tab-item {
    width: 13%;
}
.Tablist.Tablist7.Tablistdiv.resp-tab-item {
    width: 16%;
}
.Tablist.Tablist6.Tablistdiv.resp-tab-item {
    width: 20%;
}
.Tablist.Tablist9.Tablistdiv.resp-tab-item {
    width: 19%;
    
}
.lasttab.Tablist.Tablist3.Tablistdiv.resp-tab-item {
    width: 14%;
}
.product .DetailRow.Rating.ProductDetailReviewRow .divRating {
    width: 100%;
    color: #598405;
}
.product .DetailRow.PriceRow.p-price .Value ,.product .DetailRow.PriceRow.p-price .retail-product-price{
    font-family: "Gillsansmt";
}
/*.Rightside #SideProductRelated .ProductDetails {
    display: inline-block;
    float: none;
    height: 38px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 100%;
}*/
#SideProductRelated .ProductPriceRating ,#SideProductRelated .p-price{
    padding: 0 0 15px;
}
#SideProductRecentlyViewed .ProductPriceRating > em {
    display: table-cell !important;
    float: none;
    height: 45px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width:auto;
}
#MultipleWishListForm {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #f0efee;
    display: block;
    left: 0;
    margin-left: 20px;
    padding: 15px;
    position: absolute;
    top: 58px;
    width: 250px;
    z-index: 99999;
}
#MultipleWishListForm .insideWishList > h2 {
    color: #1d818a;
    font-size: 15px;
    font-weight: bold;
    margin: 1px 0 0;
    position: relative;
    text-transform: uppercase;
    top: 0px;
    padding:0 0 10px;
}
.page #MultipleWishListForm .btn.alt {
    background: none repeat scroll 0 0 #1d818a;
    border: 0 none;
    border-radius: 0;
    clear: left;
    color: #fff;
    float: left;
    height: 26px;
    padding: 0 30px;
    text-align: left;
    width: auto !important;
}
.page #MultipleWishListForm .btn.alt:hover {
    background: none repeat scroll 0 0 #333;
    color: #fff;
}
#frmWishList > p {
    padding: 0 0 10px;
}
#frmWishList .radio-inline{
    padding-left: 0;
    padding-bottom: 3px;
    float: left;
}
.page #MultipleWishListForm .insideWishList label {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
}
.prodAccordionContent .btn.Small {
    background: none repeat scroll 0 0 #1d818a;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 8px 27px;
    width:auto;
}
.prodAccordionContent .btn.Small:hover {
    background: none repeat scroll 0 0 #333;
    color: #fff;
}
.page #VideoList ul{
     overflow: hidden;
}
.page #VideoList li{
    margin: 0 0 15px;
    padding:0;
}
.Title .ProductImageName{
    color:#1d818a;
}
.ProductReviewFormContainer textarea {
    min-height: 100px;
}
#CategoryContent .pname {
    text-align: center;
    text-transform: uppercase;
}
.page .Breadcrumb{
    border-bottom: 1px solid #747474;
}
.product .page .Breadcrumb{
     border-bottom: 0px solid #747474;
}
.FloatRight.SortBox .desktop {
    font-weight: normal;
}
#SideShopByBrand > h4,#SideCategoryShopByPrice > h4,#SideCategoryList > h4 , .Left h5,#GiftCertificatesMenu h4{
    margin-bottom: 0;
}
.page .TitleHeading ,.p-name{
    border-bottom: 1px solid #d5d5d5;
    color: #1d818a;
    font-size: 30px;
    line-height: 40px;
    margin: 15px 0 20px;
    padding-bottom: 13px;
    text-transform: uppercase;
}  
.page .Left h4,#BlogRecentPosts h2, .Left h5,#GiftCertificatesMenu h4{
    background: none repeat scroll 0 0 #1d818a;
    color: #fff;
}
.page .Left #SideCategoryList li li a {
   background-color: #f6f6f2;
    border-bottom: 1px solid #ebebeb;
    padding-left: 35px;
}
.page .Left #SideCategoryList li ul li.last a:last-child {
  
}
#SideNewsletterBox .btn.Small {
    height: 36px;
}
#uniform-sort option {
    color: #747474;
    font-size: 13px;
    margin: 2px 0;
    text-transform: uppercase;
}
.categorypage .Left.fleft,.cartpage .Left.fleft,.checkoutpage .Left.fleft,.checkoutpage .Left.fleft{
    padding-left: 0;
}
.categorypage .Content.Widest,.cartpage .Content.Widest,.checkoutpage .Content.Widest ,.checkoutpage .Content.Widest{
    padding-left: 20px;
    padding-right: 0;
}
#QuickViewContent #ProductDetails {
    display: inline-block;
    float: left;
    width: 100%;
}
#QuickViewContent #QuickViewProductDetails h4 {
    margin: 0;
    padding: 0;
}
#QuickViewContent .DetailRow {
    padding: 0;
}
#QuickViewContent .DetailRow.PriceRow.p-price {
    float: left;
    margin-right: 5px;
    margin-top: -5px;
    color: #1d818a;
}
#QuickViewContent #ProductDetails .BrandName > a {
    margin: 0;
}
#QuickViewContent  #ProductDetails .YouSave ,#QuickViewContent  #ProductDetails .DetailRow.RetailPrice .Label {
    display: none;
}
#QuickViewContent .ProductDetailsGrid.ProductAddToCart .DetailRow .Label{
    float:none;
}
#QuickViewContent .DetailRow.selectbox .selector{
    padding:3px;
}
#QuickViewContent .DetailRow.inputbox .Textbox {
    float: left;
    height: 36px;
    padding: 0;
    color: #747474;
}
#QuickViewProductDetails .required, #QuickViewProductDetails .Required{
    display: none;
}
#QuickViewContent .productAttributeLabel > label {
    color: #747474;
    float: left;
    font-weight: normal;
    text-transform: uppercase;
}
#QuickViewContent .ProductAddToCart .productAttributeLabel {
    font-weight: normal;
    text-align: left;
}
#QuickViewContent .productAttributeValue span {
    
    text-transform: uppercase;
    padding:0;
}
#QuickViewContent .productAttributeValue option {
    padding: 0 5px;
}
#QuickViewContent div.selector{
    padding: 4px 20px;
}
#QuickViewContent .DetailRow.PriceRow.p-price .ProductPrice.VariationProductPrice {
    font-size: 22px;
}
html.javascript #QuickViewContent .productOptionViewRectangle .selectedValue label {
    background: none repeat scroll 0 0 #fff !important;
    border: 1px solid #6a6a6a !important;
    color: #333!important;
}
html.javascript #QuickViewContent .productOptionViewRectangle .option label {
    border: 1px solid #ededed;
}
#QuickViewContent .productAttributeValue .alt{
    background: none repeat scroll 0 0 #1d818a;
    border: 1px solid #1d818a;
    color: #ffffff;
}
#QuickViewContent .productAttributeValue .btn.cta.Small{
     padding: 8px 22px;
     margin-right: 4px;
}
#QuickViewContent .productAttributeValue .alt{
   margin-left: 4px;
    padding: 10px 22px;
    position: relative;
    top: 2px;
    
}
#QuickViewContent .productAttributeValue .btn.cta.Small ,#QuickViewContent .productAttributeValue .alt{
    border-radius: 0;
    font-size: 16px;
    letter-spacing: 1px;
    border: 1px solid #1d818a;
    
}
#QuickViewContent .productAttributeValue .btn.cta.Small:hover,#QuickViewContent .productAttributeValue .alt:hover{
   background: none repeat scroll 0 0 #333;
    border: 1px solid #333;
    color: #ffffff;
}
#QuickViewContent .DetailRow.QuickViewReady > a {
    float: left;
    margin: 4px 8px;
    padding: 0;
    text-transform: capitalize;
    width: 100%;
}
#QuickViewContent .ProductDetailsGrid .Label{
    margin: 0 0 5px;
}
#QuickViewContent .productAttributeValue .productOptionViewRectangle .option label, 
#QuickViewContent .productAttributeValue .recaptchatable #recaptcha_response_field{
    border: 1px solid #eee;
}
#QuickViewContent .productAttributeConfigurableEntryCheckbox .productAttributeValue span {
    font-weight: normal;
    text-transform: capitalize;
}
#QuickViewContent .list-horizontal .name {
    font-size: 13px;
    font-weight: normal;
}
#ProductTabListhorizontalTab.ProductTabList {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width:1199px){
    .AddCartButton #uniform-qty_ {
    width: 75% !important;
}
#SideProductAddToWishList{
    clear:both;
}
.Righttop > span{
    padding: 3px 0 5px;
    text-align: right;
     width: 100%;
}
.page .Rightside #SideProductRelated.SideRelatedProducts .ProductList li, .Rightside .ProductList li{
    width: 89.3%;
}
.Rightside #SideProductRelated.SideRelatedProducts{
    width:auto;
}
.product .page #SimilarProductsByCustomerViews ul.ProductList li,.page #SideProductRecentlyViewed .ProductList li{
    width: 29.3%;
}
#SimilarProductsByCustomerViews .ProductPriceRating {
    padding-right: 5px;
}
#SimilarProductsByCustomerViews .p-price {
    margin-left: 5px;
}
.CartCode.cf .CouponCodeWrapper, .CartCode.cf .GiftCertificateCode{
    height: 160px;
}
.desktop_view1 {
    display: none;
}
.footer-top{
    padding: 40px 0 30px;
}
.footer-top .Block2 {
    padding: 0 3%;
}
.subscribe_form input[type="text"]{
    width: 160px;
}
}

@media (max-width:991px){
    .PrimaryProductDetails .ProductMain{
        float: left;
        padding-left: 0;
    }
    .page #SimilarProductsByCustomerViews .ProductPriceRating {
        padding-right: 0px;
    }
    #SideProductRecentlyViewed .ProductPriceRating
    {
        height:auto;
        margin: 0 0 0px;
    }
    .ProductList em{
        height: 32px;
        margin-left: 0 !important;
        width: 100%;
    }
    .ProductList .ProductPriceRating {
        float: right;
        padding-right: 0;
        text-align: center;
        width: 100%;
    }
    .newsletter-subscription-Cnt .subscribe_form, .ProductPriceRating .Rating {
        float: none;
    }
    .subscribe_form input[type="text"]{
        width: 80%;
    }
    .slide-show h2{
        font-size: 25px;
    }
    .slide-show .slide-text{
        font-size: 20px;
    }
    .slide-button .btn{
        font-size: 16px;
        margin-top: 4%;
        line-height: 35px;
    }
    .PageMenu li a {
        font-size: 12px;
        letter-spacing: 0;
        padding: 10px 6px 5px;
    }
    .optionFull .DetailRow.qty{
       
    }
    #SideProductAddToWishList {
    clear: inherit;
    }
    .Emailfreind {
    float: left;
    padding: 33px 0 0 48px;
    }
    .page .Rightside #SideProductRelated.SideRelatedProducts .ProductList li, .Rightside .ProductList li{
        width: 30.3%;
        margin: 0 8px 15px;
    }
    .DetailRow.Availability .Value{
        width: auto;
        left: -26px;
         position: relative;
    }
    #fastCartContainer .fastCartBottom {
    display: none;
}
.product .fastCartItemBox {
    padding-left: 5px;
}
.product .ProceedToCheckout .CheckoutButton  .btn.Small.cta {
    font-size: 13px;
}
.desktop_view1 {
    display: none;
}
.footer-top .Block3 .img-responsive {
    display: inline-block;
    float: none;
}
.footer-top .Block3 {
    text-align: center;
    width: 100%;
     margin-top: 20px;
}
.footer-top .Block1, .footer-top .Block2{
    width: 50%;
}
.NewsletterBox {
    display: inline-block;
    margin: 20px 0 0;
}
.grid__item.one-quarter {
    width: 25%;
     padding-left: 0;
}
.slide-button .btn{
    display: inline;
    font-size: 14px;
    line-height: 30px;
    margin-top: 3%;
    padding: 5px 10px;
}
#ModalContainer {
    left: 2.5% !important;
    margin-left: 0 !important;
    overflow: auto;
    width: 95% !important;
}
}

@media (max-width:768px){
    .product .ProductDetailsGrid.ProductAddToCart .DetailRow .BrandName {
    text-align: left;
}
.border.visible-xs {
    display: inline-block !important;
    margin-left: 8px;
} 
.PrimaryProductDetails .ProductMain{
    float:none;
}
.ProductDetailsGrid.mobile .BrandName {
    display: none;
}
#ProductDetails .ProductDetailsGrid.mobile h1 {
    margin: 20px 0;
}
.ProductDetailsGrid.mobile .YouSave {
    display: none;
}
.ProductDetailsGrid.mobile .ProductPrice.VariationProductPrice {
    color: #1d818a;
    font-size: 22px;
}
.Value.AddCartButton {
    float: none;
}
.optionFull .DetailRow.qty {
    float: left;
    padding-left: 5px;
}
.AddCartButton #uniform-qty_ {
    width: 100% !important;
}
#SideProductAddToWishList > span{
   
}
#SideProductAddToWishList input.btn.alt.wishTrigger.Tiny.wishbtn {
    position: relative;
}
#SideProductAddToWishList {
    clear: inherit;
}
.page #SideProductAddToWishList .btn.alt.wishTrigger.Tiny.wishbtn{
    
}
.Emailfreind {
    float: left;
    left: 55px;
    padding: 33px 0 0;
    position: relative;
}
h2.resp-accordion{
    background-color: #f6f6f2;
}

h2.resp-tab-active {
    background: none repeat scroll 0 0 #1d818a;
}
.resp-tab-active:after{
    display:none;
}
.resp-tab-active a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.resp-accordion > a {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.resp-tab-content {
    border-bottom: 1px solid #f6f6f2;
    border-left: 1px solid #f6f6f2;
    border-right: 1px solid #f6f6f2;
    display: none;
    margin: 0 0 10px;
    padding: 30px 15px;
}
.resp-tabs-container{
    padding: 0 0 25px;
}
.ProductList .ProductActionAdd {
    display: none;
}
.Tablistdiv .ReviewTitle {
    text-align: left;
}
.Lefttop {
    display: none;
    padding-left: 0;
}
.Righttop {
    display: inline;
    padding-right: 0;
    position: relative;
    text-align: center;
    width:100%;
}
.addthis_sharing_toolbox {
    display: inline-block;
    float: left;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
}
#SideProductRecentlyViewed .ProductDetails,#SimilarProductsByCustomerViews .ProductDetails,#SideProductRelated .ProductDetails{
    padding-right:0px
}
#SideProductRelated .pname,#SideProductRecentlyViewed .pname{
    width: 2%;
}
.Rightside {
    padding-left: 0;
}
.Righttop > span {
    padding: 3px 0 5px;
    text-align: center;
    width: 100%;
}
.cartpage #LayoutColumn1{
    padding-left:0;
}
.cartpage .Breadcrumb {
    border-bottom: 0 none;
}
#CategoryBreadcrumbMobile .last {
    display: none;
}
.cartpage .Content.Widest {
    width: 100%;
}
.CartCode.cf .CouponCodeWrapper, .CartCode.cf .GiftCertificateCode{
    height: 200px;
}
.product .fastCartItemBox {
    padding-left: 5px;
}
.product .ProceedToCheckout .CheckoutButton  .btn.Small.cta {
    font-size: 13px;
}
.page .Breadcrumb {
    border-bottom: 0 solid #747474;
}
#CreateAccountForm .box .Submit a {
    float: left;
    padding: 15px 0 0;
}
#NewsContent .p-name {
    padding: 10px 0;
}
.page .TitleHeading, .p-name{
    margin: 15px 0 5px;
}
.e-content.BlockContent img {
    margin: 0 0 5px;
}
.footer-left .copyRight {
    float: left;
}
#socnet {
    margin-top: 0;
}
.slide-show .slide .slide-overlay{
    background: transparent;
    padding: 0;
}
.slide-content .slide-image-wrapper{
    padding-bottom: 0;
}
.slide-show h2{
    margin-bottom: 0;
}
#SearchForm {
    float: right;
    margin: 5px 0;
}

}

@media (max-width:767px){
    .productPage.product #ModalContainer.modalContainer.AddToCart {
        display:none;
    }
    .footer-top .Block1, .footer-top .Block2 {
   display: inline-block;
    margin: 0 0 15px;
    text-align: left;
}
.footer-top .BlockInner {
    float: none;
}
.footer-top .BlockInner p{
    white-space: nowrap;
}
.footer-top .Block3 {
    margin-top: 0;
    padding-left: 15px;
    text-align: center;
}
.footer-top img {
    margin-bottom: 10px;
}
.TopBanner .middle {
    border-left: 0 solid #e0dfd6;
    border-right: 0 solid #e0dfd6;
    border-top: 1px solid #e0dfd6;
    border-bottom: 1px solid #e0dfd6;
    padding-top: 10px;
}

}

@media (max-width:740px){
    .product .page #SimilarProductsByCustomerViews ul.ProductList li, .page #SideProductRecentlyViewed .ProductList li {
    width: 45.3%;
}
.page .Rightside #SideProductRelated.SideRelatedProducts .ProductList li, .Rightside .ProductList li {
    margin: 0 8px 15px;
    width: 45.3%;
}
#SideProductAddToWishList {
    clear: inherit;
}
}

@media (max-width:700px){
    #SideProductAddToWishList {
    clear: inherit;
    width: auto;
}
.slide-show .slide .slide-overlay{
   
}
.slide-show h2{
    margin-top: 0;
}
}

@media (max-width:630px){
    #SideProductAddToWishList {
    clear: both;
}
.Emailfreind {
     float: left;
    left: 0;
    padding: 0 0 0 22px;
    text-align: left;
    width: 100%;
}
#SideProductAddToWishList{
     padding: 10px 0;
}
#SideProductAddToWishList:before{
    top: 12px;
}
.page .productAttributeValue .productOptionViewRectangle .name {
    padding: 2px 3px;
}
.grid__item.one-quarter {
    width: 50%;
    margin-bottom: 20px;
}
.slide-show h2 {
    font-size: 16px;
    line-height: 12px;
}
.footer-main{
    padding: 30px 0;
}
}

@media (max-width:630px){
    #SideProductAddToWishList {
    clear: both;
}
.page .productAttributeValue .productOptionViewRectangle .name {
    padding: 2px 3px;
}
.Emailfreind{
  
}
.CartCode.cf .CouponCode {
    margin-bottom: 20px;
}
.TopMenu .FloatLeft {
    
}
.footer-top .Block3{
    text-align: left;
}
.footer-top .BlockInner {
    float: none;
    margin-left: 80px;
}
.footer-top .Block1, .footer-top .Block2
{
    width: 100%;
}
.footer-top img {
    display: inline-block;
    margin-right: 15px;
}
}
@media (max-width:540px){
    #SideProductAddToWishList {
    clear: both; 
}
.footer .footer-left .copyRight {
    display: inline-block;
    float: none;
}
.footer .footer-links .footer-left {
    float: none;
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
}
.footer .footer-links .FloatRight {
    float: none;
    padding-top: 0;
    text-align: center;
    width: 100%;
}
.footer .FloatRight > a:first-child {
    padding-left: 0;
}

}
    
@media (max-width:510px){
    #SideProductAddToWishList {
    clear: both;
    width: auto;
}
.flex-control-nav {
    bottom: 0 !important;
}
}

@media (max-width:480px){
.product .page #SimilarProductsByCustomerViews ul.ProductList li, .page #SideProductRecentlyViewed .ProductList li {
    width:100%;
    margin: 0 0 15px;
}
#ProductDetails .Leftside {
    padding-left: 0px;
    padding-right: 0px;
}
.subscribe_form input[type="text"], #SideNewsletterBox .btn.Small {
   width:100%; 
}
.TopMenu li.shipping{
    display: none;
}
.TopMenu li ul{
    right: 0;
    left:auto;
}
.OrderContents .CartContents.General td, #OrderConfirmationForm .CartContents td{
    padding-left: 3%;
    padding-right: 3%;
}

.optionFull .DetailRow.qty {
    float: left;
    padding-left: 0;
    width: 30%;
}
.page .productAttributeValue .productOptionViewRectangle .name {
    padding: 3px;
}
.productAttributeList {
    padding-left: 0;
    width: 100%;
}
#ProductDetails .ProductDetailsGrid.mobile h1 {
    font-size: 25px;   
}
.page .Rightside #SideProductRelated.SideRelatedProducts .ProductList li, .Rightside .ProductList li {
    margin: 0 0 15px;
    width: 90%;
}
#SideProductAddToWishList:before{
    top: 5px;
}
#SideProductAddToWishList {
    clear: both;
    padding: 5px 0 10px;
    width: auto;
}
.Emailfreind {
    float: left;
    padding: 0 0 0 20px;
}
div.uploader{
     width: 255px;
}
.recaptcha_nothad_incorrect_sol.recaptcha_isnot_showing_audio {
    overflow-x: auto;
}
.ExpressCheckout .ExpressCheckoutBlock .btn.Small {
    font-size: 13px;
}
.CartContents tfoot .SubTotal td div{
    text-align: center;
}
.grid__item.one-quarter {
    width: 100%;
}
#Header {
    background: none repeat scroll 0 0 transparent;
    position: relative;
}
#ToggleMenu{
    
}
#HeaderCart{
    display:none;
    
}
#HeaderCart1 {
    float: right;
    padding-left: 8px;
    padding-right: 5px;
    position: relative;
    top: 11px;
    display: block !important;
}
.fa-shopping-cart:before {
    color: #1d818a;
    font-size: 18px;
}
#SearchForm{
   margin: 5px 0;
}
#Header .search-mobile {
    
}
#home .ProductList li, .productPage .ProductList li, 
#SimilarMultiProductsByCustomerViews .ProductList li, .WishlistProductList.ProductList li, .CategoryContent .ProductList li {
    width:100%;
}
.slide-show .slide-text {
    font-size: 15px;
}
}

@media (max-width:340px){
  

}

@media (max-width:320px){
div.uploader {
    width: 255px;
}
#ToggleMenu {
   
}
#Header{ margin: 0 0 0px;}
}

.page .btn.alt.Small, .btn {
    border-radius: 0;
    padding: 6px 20px;
}
#cartForm .tableTrSep h4 {
    font-size: 15px;
    text-align: center;
}
.SubTotal .EstimateShippingLink.btn.alt.Small {
    margin: 14px 10px 14px 0;
}
.ExpressCheckoutBlock #BillingDetailsLabel > h4 {
    line-height: 15px;
}
#cartForm .ProductName a {
    font-size: 15px;
}
#cartForm .productAttributes label {
    font-weight: normal;
}
#CartContent .btn.cta:hover,.txtR .btn.cta:hover {
    background-color: #333;
    border: 2px solid #333;
    color: #fff;
}
.CartCode .GiftCertificate input.btn:hover, .CartCode .CouponCode input.btn:hover {
    background: none repeat scroll 0 0 #333;
    color: #fff;
}
#cartForm  table tr td h4{
    text-align: center;
}
.CartCode.cf .CouponCode h4,.CartCode.cf .GiftCertificate h4{
    font-family: arial;
    background: none repeat scroll 0 0 #1d818a;
    color: #fff;
}
.SubTotal.gtotal.Last .Odd h3 {
    font-size: 16px;
    line-height: 28px;
    margin: 10px 0;
}
.CartCode.cf .CouponCodeWrapper, .CartCode.cf .GiftCertificateCode {
    padding: 20px 22px;
}
.CouponCodeWrapper p ,.GiftCertificateCode p{
    padding-bottom: 10px;
}

.SubTotal.gtotal.Last .ProductPrice {
    font-size: 17px;
    line-height: 28px;
    margin: 10px 10px 10px 0;
}

/*.KeepShopping.FloatLeft .btn.alt.Small,.SubTotal .EstimateShippingLink.btn.alt.Small {
    background: none repeat scroll 0 0 #1d818a;
    border: 1px solid #1d818a;
    color: #fff;
    font-size: 15px;
}
.KeepShopping.FloatLeft .btn.alt.Small:hover,.SubTotal .EstimateShippingLink.btn.alt.Small:hover{
    background: none repeat scroll 0 0 #333;
    border: 1px solid #333;
    color: #fff;
}*/

.AlternativeCheckout .PTB20 {
    padding: 5px 0;
}
.AlternativeCheckout .PTB20 strong {
    font-weight: normal;
}
.ExpressCheckoutBlock .ExpressCheckoutTitle h4 {
    line-height: 13px;
    padding: 0;
    text-transform: capitalize;
    font-size: 16px;
}
.ExpressCheckoutBlock .billingButton.btn.Small:hover {
    color: #fff;
}
.ExpressCheckoutBlock .billingButton.btn.Small:hover {
    color: #fff;
}
.ExpressCheckoutBlock .ShippingProviderList label {
    font-style: normal;
    font-weight: normal;
    margin: 4px 0 0;
}
#shippingMethod_5423b5e9c66a2_0 .ShipperPrice.ProductPrice {
    font-style: normal;
}
.ExpressCheckoutBlock .btn.Small {
    font-size: 16px;
}
.ExpressCheckoutBlock .btn.Small:hover {
 
    color:#fff;
}
.ExpressCheckoutBlock .Required{
    margin: 0 3px;
}
.ProductCustonFieldlist .Value {
    float: left;
    width: 100%;
}
#fastCartWrapper .fastCartSummaryBox {
    float: right;
    margin:2px 0 0;
}
.product #ModalContainer {
    width: 100%;
}

.product .fastCartSummaryBox {
    float: right;
    margin-top: -37px;
}
.product .fastCartItemBox {
    padding-left: 50px;
    padding-right: 20px;
}
.fastCartContent .alt {
    letter-spacing: 1px;
    text-transform: uppercase;
}
.product .ProceedToCheckout .btn.Small.cta {
    font-size: 16px;
    padding: 6px 0;
}
.product .ProceedToCheckout .btn.Small.cta:hover {
    background-color: #333;
    border: 2px solid #333;
    color: #fff !important;
}
#ModalContentContainer{
    float: left;
    width: 100%;
}
#ModalContentContainer .ModalContent{
    overflow-y: auto;
}
.ShippingProviderList .ShipperPrice.ProductPrice {
    font-style: normal;
}
#SideBrandTagCloud.BrandTagCloud,#BlogRecentPosts.BrandList,#SideSubPageList,#SideAccountMenu{
    background: none repeat scroll 0 0 #f6f6f2;
    display: block;
}
.BrandCloud > a {
    
    margin-bottom: 5px;
    width: 100%;
}
#SideBrandTagCloud .desktop > a {
    color: #fff;
}

.e-content.BlockContent > p {
    margin: 10px 0 0;
}
#SideShopByBrand ul li.last,#SideCategoryList ul li.last {
    padding-bottom: 0;
    padding-top: 0;
}

#BlogRecentPosts h2 ,#SideSubPageList > h4,#SideAccountMenu h4{
    margin-bottom: 0;
    margin-top: 0;
    float: left;
    width: 100%;
}
#BlogRecentPosts.BrandList ,#SideSubPageList,#SideAccountMenu {
    float: left;
    margin: 15px 0 0;
    width: 100%;
}

#BlogRecentPosts .BlockContent ul li a ,#SideSubPageList ul li a,#SideAccountMenu ul li a{
    float: left;
    width: 100%;
}
.Pagelayout .BlockContent.PageContent strong {
    font-size: 15px;
}
.boxin h2 {
    margin: 0;
    padding: 0;
}
.mtop strong {
    font-weight: normal;
}
.list-icon .icon:before {
    background: none repeat scroll 0 0 #1d818a;
    color: #ffffff;
    content: "\f09e";
    font-family: fontawesome;
    padding: 0 6px;
    position: absolute;
}
.page .Left.fleft {
    padding-left: 0;
}
.page .Content.Widest {
    padding-right: 0;
    padding-left: 15px;
}
.AccountOrderStatus .btn{
    border-radius: 0;
    line-height: 30px;
    padding: 6px 20px;
}
.login .actions {
    margin: 10px 0 0;
}
.login .btn.Small {
    padding: 6px 20px;
    font-size: 15px;
}
#LoginForm h3 {
    color: #1d818a;
    font-size: 20px;
    text-transform: uppercase;
}
.login .btn.Small:hover {
    background: none repeat scroll 0 0 #1d818a;
    color: #ffffff;
}
#ContactForm .btn.Small:hover {
    background: none repeat scroll 0 0 #333;
    color: #fff;
}

.btn.Small {
    font-size: 15px;
    padding: 6px 20px;
}
#CreateAccountForm .box.borderB p {
    padding: 0 0 8px;
}
.thanks .BlockContent.full-width .mtm {
    margin-bottom: 15px;
}
.e-content.BlockContent img{
    margin-bottom: 15px;
}
.blog .page .Breadcrumb .Newslist2 > a:after {
    content: "";
}
.e-content.BlockContent {
    font-size: 15px;
}
.blog #NewsContent.h-entry.Block {
    border-bottom: 1px solid #d5d5d5;
}
.blog .BlogPostContent {
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.blog .BlogPostContent h3 {
    margin-top: 0;
}
#WishListEditFrom .btn.alt.Small ,#wishlistsform .btn.alt.Small{
    background: none repeat scroll 0 0 #333333;
    border: 1px solid #333333;
    color: #ffffff;
}
#WishListEditFrom .btn.alt.Small:hover,#wishlistsform .btn.alt.Small:hover {
    background: none repeat scroll 0 0 #1d818a;
    border: 1px solid #1d818a;
    color: #ffffff;
}
#WishListEditFrom .HorizontalFormContainer label {
    float: left;
    font-weight: normal;
}
.InfoMessage > strong {
    float: left;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 14px;
    width: 100%;
}
.ExpressCheckoutContent .CartContents th {
    font-weight: normal;
    text-align: center;
    font-size: 13px;
}
.ExpressCheckoutContent .CartContents strong {
    font-size: 15px;
    font-weight: normal;
}
.CheckoutRedeemCoupon.codeUno #apply_code.btn.alt.Small {
    height: 36px;
    margin: -3px 0 0;
    padding: 2px 20px;
}
.ExpressCheckoutContent .RedeemCouponWrapper label {
    font-weight: normal;
}
#payment_options strong {
    font-weight: normal;
}
#provider_list .ProviderNamecheckout_paypalexpress, .ProviderNamecheckout_payflowpro,.CheckoutOrderComments .PTB20 > strong {
    font-weight: normal;
}
.CheckoutOrderComments .PTB20 > strong{
    font-size:17px;
}
.CheckoutOrderComments .PTB20 {
    padding-bottom: 3px;
}
.ExpressCheckoutContent .SubTotal .ProductPrice ,.ExpressCheckoutContent .SubTotal h3{
    font-size: 16px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
    float: right;
}
.ExpressCheckoutContent .SubTotal h3{
    
}
.btn.cta:hover{
    background-color: #333;
    border: 2px solid #333;
    color: #ffffff;
}

#CheckoutStepConfirmation .SubTotal.dos strong ,#CheckoutStepConfirmation  .SubTotal.uno strong{
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: normal;
}
#OrderConfirmationForm label,.PTB20 > strong {
    font-weight: normal;
}
.PTB20 > strong {
    font-size: 16px;
    
}
.footer-links .FloatRight {
    float: right;
    text-align: right;
}
#ToggleMenu.active{
    
}
.TopMenu ul li ul li {
    margin-top: 2px;
}

#QuickViewProductDetails .inputbox .Value br {
    display: none;
}
#SideAccountNavigationList > li:last-child {
    display: none !important; 
} 
#provider_list div.radio input{
    left: 0;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
}