/* Theme Customize add css */
@charset "utf-8";
/* CSS Document */
/* @import url('http://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.0.0/css/font-awesome.min.css');*/

/* ======== Fixed header icon on app boostrap css overflowing ======== */

#Header [class^="icon-"], #Header [class*=" icon-"]{
  width: auto !important;
  background: transparent !important;  
  vertical-align: inherit !important;
}


/***** site default color add css *****/

html,
body{
   speak: none;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.newsletter-subscription1 input[value*= "Name"],
.newsletter-subscription1 input[value*= "Email"]{
   text-transform: uppercase;
}

.newsletter-subscription1 input.Textbox::-webkit-input-placeholder { 
  text-transform: uppercase;
}
.newsletter-subscription1 input.Textbox::-moz-placeholder { 
  text-transform: uppercase;
}
.newsletter-subscription1 input.Textbox:-ms-input-placeholder { 
  text-transform: uppercase;
}
.newsletter-subscription1 input.Textbox:-moz-placeholder { 
  text-transform: uppercase;
}

a, b, p, span, strong, small {
    -webkit-text-shadow: 0 0 0 rgba(82, 61, 38, 0.7);
    text-shadow: 0 0 0 rgba(82, 61, 38, 0.7);
}
.bg-Primary, .row-bg .bg-Primary {
    background: rgba(255, 198, 0, 1) ;
}
.bg-Dark, .row-bg .bg-Dark {
   background: rgba(88, 60, 31, 1);
}
.bg-graphics {
    background: url() no-repeat;
}

.full{
padding-left: 20px;
    padding-right: 20px;
}
.siteLogo,
.siteLogo a,
.siteLogo img{
   display: block;
   max-width: 98%;
   margin: 0 auto;
}
#ContactForm input.Textbox,
#ContactForm textarea, 
#ContactForm input[type="text"],
#ContactForm input[type="password"]{
    max-width: 360px;    
    width: 100%;
}

.Left .ProductActionAdd a{
  font-weight: 700;
  
}
.header-logo{
    position: absolute;
    top: 15%;
    z-index: 10;
}

.header-logo:before,
.header-logo:after{    
    box-sizing: border-box;
    clear: both;
    content: "";
    display: block;
    height: auto;
    max-height: 192px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.resp-tab-item{
   display: block;
   position: relative;
   z-index: 100;
}
.resp-tab-item.resp-tab-active:after,
.resp-tab-item.resp-tab-active:before{    
    -webkit-box-sizing: border-box;
    border-right: 1px solid #fa8000;
    box-sizing: border-box;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;   
}
.resp-tab-item.resp-tab-active a:after,
.resp-tab-item.resp-tab-active a:before{  
    
    -webkit-box-sizing: border-box;
     box-sizing: border-box;       
     background: #fa8000;    
    border-radius: 0 100px 100px 0;
    -webkit-border-radius: 0 100px 100px 0;
    border-bottom: 12px solid #FBFBFB;
    border-left: 30px solid #FBFBFB;   
    border-right: 0 solid #FBFBFB;     
    border-top: 12px solid #FBFBFB;
    display: inline-block; 
    content: "";    
    height: 34px;
    margin-top: -5px;    
    position: absolute;
    right: -5px;
    top: 24%;    
    width: 36px;
    z-index: 5;   
}
#ModalButtonRow .btn.alt{
  color: #fff;
}


/* Button css */
.login-form .btn,
#CreateAccountForm .btn{
    background: #fa8000;
    border: 3px solid #e06e00;
    color: #fff;    
    font-weight: 600;
    height: 45px;
    line-height: 24px;
    margin: 7px 0;
    padding: 7px;
    text-align: center;
    text-transform: uppercase !important; 
    
}
.login-form .AccountLogin input,
.PurchaseGiftCertificate input.Field200,
.PurchaseGiftCertificate textarea{
    max-width: 300px;
    width: 100%;
}

.login-form #LoginButton.btn{
    max-width: 165px;
    width: 100%;
}

.btn.btn-location{
    background: #fa8000;
    border: 3px solid #e06e00;
    color: #fff;
    display: block;
    font-size: 12pt;
    font-weight: 600;
    height: 45px;
    line-height: 24px;
    margin-top: 10px;
    max-width: 168px;
    padding: 7px;
    text-align: center;
    text-transform: uppercase !important;   
}

.btn.btn-location:hover{
  color:#fff;   
}

.TopCart .dropdownCart a.ViewCartLink,
.TopCart .dropdownCart a.CheckoutLink{
    font-weight: 600;
    height: 40px;
    line-height: 35px;
    text-align: center;
    width: 135px;
}
.btn{

}

.social-icon{
position: relative;
}

.footer-main #cutomSocail .fa{    
    position: relative;
    z-index: 5;
}


.PageMenu #cutomSocail .fa{
    color: #523d26;
    font-size: 20px;
    margin: 0;
    opacity: 0.9;
    position: relative;
    z-index: 5;
}

.social-icon:before,
.social-icon:after{ 
   border-radius: 100px;
  -webkit-border-radius: 100px; 
  display: block;
  clear: both;
  content: "";
  height: 0;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0; 
  left: 0;
  right: 0;  
  z-index: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.footer-main .facebook:hover:before,
.footer-main .facebook:hover:after{
  background: #3e6ce0;
  border-radius: 100px;
  -webkit-border-radius: 100px; 
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.footer-main .twitter:hover:before,
.footer-main .twitter:hover:after{
  background: #8dadfe;
  border-radius: 100px;
  -webkit-border-radius: 100px; 
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.footer-main .inaragram:hover:before,
.footer-main .inaragram:hover:after{
  background: #fe5858;
  border-radius: 100px;
  -webkit-border-radius: 100px; 
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}


.PageMenu .social-icon:hover:before,
.PageMenu .social-icon:hover:after{ 
  background: #fff;   
  height: 100%;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;   
}



#CartContent .btn,
.fastCartSummaryBox .ProceedToCheckout a,
.fastCartSummaryBox .actionLink .btn {
    /*background: #fa8000;
    border: 3px solid #e06e00; 
    color: #fff;   
    font-weight: 700;
    height: auto;
    margin: 15px 7px;*/

      background: #fa8000;
    border: 3px solid #e06e00;
    color: #fff;
    font-weight: 700;
    height: auto;
    margin: 1px;
    padding: 0;
    width: 212px;
}

.CartCode .GiftCertificate input.btn, .CartCode .CouponCode input.btn{
    background: #fa8000;
    border: 3px solid #e06e00;
    font-weight: 700;
    line-height: 27px;
  }

.fastCartSummaryBox .subtotal .ProductPrice,
.fastCartItemBox .ProductPrice{
    color: #583c1f;
    font-size: 20pt;
    font-weight: 700;
    text-overflow: ellipsis;
    text-rendering: optimizelegibility;

}
.fastCartTop .actionLink #fastCartNumItemsTxt{
    color: #fa8000;
    font-weight: 700;
}

.fastCartTop .actionLink p{
    color: #040404;
    margin-bottom: 5px;
}
/******* Button css end here ********/


.footer-main #cutomSocail a,
.footer-main #cutomSocail span{

}


/******* Button css end here ******/
/* creze css remove */

#SideNewsletterBox1 {
    background:#523d26 !important;
    box-shadow: none !important;
}
/******** end here ************/

.main img{
    max-width: 100%;   
}

img.LogoImage {
    max-width: 98%;   
}

.page {
    max-width: 100%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    width: 1160px!important;
}

.header {
    background: rgba(255, 198, 0, 1);
}

#Header {  
    padding: 10px 0;   
}

.header-secondary, .TopMenu .inner {
    border: 0;
    padding: 0;
}

.header-logo {    
    z-index: 100;
}

.PageMenu .inner {
    position: relative;
    text-align: right;
    z-index: 200;
}

.TopMenu,
.TopMenu .miniSearch,
.TopMenu li, 
.TopMenu li a,
.TopMenu li span {
    color: #523d26;
    /*font-family: bodegasans-mediumoldstyleRg; */
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;  
    font-weight: 400;
    line-height: 1.4;
    text-shadow: rgba(82, 61, 38, 0.6);
    -webkit-text-shadow: rgba(82, 61, 38, 0.6);   
     text-transform: capitalize;
   }

.TopMenu .header-miniSearch, .TopMenu .topLinks {
    display: inline-block;
    max-width: 395px;
    vertical-align: top;
}

.TopMenu,
.TopMenu a,
.TopMenu span { 
  transition: all 0.5s;
  -webkit-transition: all 0.5s;

}

.TopMenu a:hover,
.TopMenu span:hover{
   color:#bc1212
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
}


.miniSearch {
    text-align: center;
    cursor: pointer;
    position: relative;
}
.miniSearch .fa.fa-search, .miniSearch .fa, .TopMenu .fa {
    color: #523d26;
    font-size: 12pt;
    margin: 0;
    padding: 0;
    width: 18px;
}

.toggle-search {
    /*height: 71px;
    padding: 0;
    position: absolute;
    top: 34px;
    z-index: 1000;*/

    height: 71px;
    margin-right: 20px;
    max-width: 285px;
    padding: 0;
    position: absolute;
    right: 32%;
    top: 28px;
    z-index: 1300;
}

.TopMenu .TopCart.icon-link .menu-text, .TopMenu .cart-iconImg {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    padding: 5px
}

.TopMenu .TopCart.icon-link .cart_item, 
.TopMenu .cart-text,
.addto .BulkDiscount.wishlistLinks {
    display: block;
    padding: 3px 0;
    text-align: center;
    text-transform: capitalize;
}

.addto .BulkDiscount.wishlistLinks a{
    display: block;
    padding: 10px 0 0;
    text-align: left;
    text-transform: uppercase;
}

.addto .BulkDiscount.wishlistLinks a span{
  margin-left: 7px;
}

.TopMenu .cart-text,
.TopMenu .TopCart.icon-link .cart_item{
   font-family: bodegasans-mediumoldstyleRg;
}

.TopMenu .cart-text {
    color: #523d26;    
    font-size: 18pt;
    font-weight: 400;
}

.TopMenu .TopCart.icon-link .cart_item {
    font-size: 16pt;
    font-weight: 400;
}

.PageMenu .sf-menu li a {
    color: #f1f1f1;
    font-family: bodegasans-mediumoldstyleRg;
    font-weight: 400;
    line-height: 1.5;
    opacity: 0.98;
    text-shadow: none;
}

.PageMenu .sf-menu li a:hover,
.PageMenu .sf-menu li a:focus,
.PageMenu .sf-menu li a:active{
  color:rgba(255, 198, 0, 1) ;
}

.PageMenu li {
    margin: 0 0!important;
}


/********* Home top section css *********/

.panel-inner .PanelHeading,
.PanelHeading a {    
    /*color: #fff;    
    font-size: 16pt;
    font-weight: 900;    
    left: 0;
    margin-top: -5px;    
    padding: 0;
    position: absolute;
    z-index: 10;
    text-transform: uppercase;
    top: 50%;    
    width: 100%;*/

    color: #fff;
    font-size: 16pt;
    font-weight: 800;
    left: 0;
    margin-top: -3px;
    padding: 0;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    width: 100%;
    z-index: 10;
}
.PanelHeading a{

}
.panel-box:hover {
   background: transparent;
   -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.panel-box {
   background: rgba(0, 0, 0, 0.3);
   -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.panel-box:before, 
.panel-box:after {
   
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; 
   -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.panel-box:hover:before{
  background:rgba(0,0,0,0.5);
  left: 0;
  height:100%;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.panel-box img{
 max-width: 100%;
 width: 100%;
}
.panel-box{
    display: table;
    margin: 7px 0;
    padding: 0;
    position: relative;
    width: 100%;
} 

.bannerTop-Bottom{
    background: rgba(0, 0, 0, 0.2);
    padding: 25px 0;
}
.Home-banner-Bottom .panner-Heading,
.bannerTop-Bottom .panner-Heading,
.titleHeading{
    color: #342617;
    font-size: 16pt;
    font-weight: 700;
    padding: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.bannerTop-Bottom ul {
    display: table;
    vertical-align: middle;
    padding: 0;
    max-width: 1060px;
    margin: 0 auto;
    text-align: center;
}
.bannerTop-Bottom ul li {   
    /*list-style: outside none;
    margin: 0 45px 5px;
    max-width: 170px;
    display: inline-block;
    *display: inline;*/

    display: table-cell;
    height: 75px;
    justify-content: center;
    list-style: outside none none;
    margin: 0 0 5px;
    max-width: 300px;
    padding: 10px;
    vertical-align: middle;  
    width: 10%;  
}

.bannerTop-Bottom ul li .partnalLogo {
}
.row-bg.bg-lightgrey,
.bg-lightgrey{
  background: rgba(0, 0, 0, 0.2);
}
/********* Home Product part css **********/
.col-cm-4{
    display: table-cell;    
    padding: 0 5px;
    width: 387px;
    margin: 15px 0;
}

#HomeFeaturedProducts .ProductList,
#Home .ProductList{
  /*padding: 0 60px;*/    
}

#Home .ProductList{
  padding: 0 60px;
}

#HomeFeaturedProducts .ProductList li,
#Home .ProductList li{
  border: 10px solid #fff;
}
#home #LayoutColumn1,
.Block.BlockContent.banner_home_page_bottom{
  margin-bottom: 0;
}

#HomeFeaturedProducts .ProductList li,
#Home .ProductList li{
    height: auto !important;
    min-height: 280px !important;
}
#HomeFeaturedProducts .itemlist .ProductPriceRating,
#HomeFeaturedProducts .itemlist .listimage,
#HomeFeaturedProducts .itemlist .buttonbefore,
#HomeFeaturedProducts .itemlist .buttonafter,
.ProductDetails .itemlist .ProductPriceRating,
.ProductDetails .itemlist .listimage,
.ProductDetails .itemlist .buttonbefore,
.ProductDetails .itemlist .buttonafter,
.Content div.TitleHeading{
    
     display: none;
     visibility: hidden;

}
#HomeFeaturedProducts  .itemlist{
    border: 0 none;
    margin-top: 7px;
    bottom: 0;
    position: inherit;
    top: 0;
}
.panel-Insfeed{
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
}
/* Home Product part css end here */

/* Footer customize css */

#SideNewsletterBox1 h4 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: #fff;
    font-size: 16pt !important;
    font-weight: 400 !important;
    padding: 0 !important;
    text-align: center;
}
.footer-main h4 {
    color: #352b2b;
    font-size: 15pt !important;
    font-weight: 700 !important;
    border-bottom: 1px solid #352b2b !important;
}
.footer-main, .footer-main a {
    color: #352b2b;
    font-weight: 400;
}
.footer-main li, .footer-main li a, .footer-main a {
    text-transform: capitalize;
    font-weight: 400;
    -webkit-transition: all 0.3s;
   transition: all 0.3s;
}
.footer-main li a:hover,
.footer-main a:hover{
   color:#BC1212;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}
.footer-main .contactInfo,
.footer-main .contactInfo ul,
.footer-main .contactInfo span{
     display: table;
    font-size: 11pt;
    padding: 0 0 15px !important;
    /*text-transform: capitalize;*/
}
.footer-main .contactInfo a{
  text-transform: capitalize;
}
.PageMenu #cutomSocail{   
    background: #34210d;
    
}

.PageMenu #cutomSocail{     
    display: inline-block;
    *display: inline;
    margin: 0;
    padding: 8px 15px;
    vertical-align: top;
    width: auto;
}

#cutomSocail li { 
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    width: auto;
}


.PageMenu #cutomSocail li a{
    background: rgba(255, 198, 0, 1) ;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    color: #523d26;
    display: block;
    height: 35px;
    margin: 0 3px;
    line-height: 35px;
    padding: 0 !important;
    text-align: center;
    width: 35px;
}


/* footer soceial  */
.email_tittle .fa.fa-paw{
    font-size: 20pt;
    margin-right: 5px;
}

.email_tittle b{
     font-weight: 600;
}

.Stay #cutomSocail{     
    display: inline-block;
    *display: inline;
    margin: 0;
    padding: 20px 0 25px;
    vertical-align: top;
    width: 100%;
}

.Stay #cutomSocail .fa{
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.Stay #cutomSocail li {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    width: auto;
    margin-right: 10px;
}


.Stay #cutomSocail li a{    
    border-radius: 100px;
    -webkit-border-radius: 100px;
    color: #523d26;
    display: block;
    height: 35px;
    margin: 0 3px;
    line-height: 38px;
    padding: 0 !important;
    text-align: center;
    width: 35px;
}

.footer-main #cutomSocail a[title="Facebook"]{
  background: #1f4ab7;
}

.footer-main #cutomSocail a[title="Instagram"]{
  background: #bc1212;
}

.footer-main #cutomSocail a[title="Twitter"]{
  background: #507def;
}

.row-info span{
    display: inline-block;
    *display: inline;
    vertical-align: middle;
}

#copyrights {
    color: #000;
    padding-top: 7px !important;
    font-size: 11pt;
    text-shadow: 0 0 0;
    text-transform: capitalize;
}

.powered-by,
#copyrights{
margin-top: 18px;
}


.ModalContent a.btn{
    /*font-size: 10pt !important;
    max-width: 97% !important;*/
    clear: both;
    font-size: 9pt !important;
    margin: 0 auto !important;
    max-width: 225px;
    width: 95% !important;
}




/****** Category pages css ************/

#SideNewsletterBox1 .btn, .ProductActionAdd .btn{
  font-size: 12pt;
}

.full-breadcrump{
  background:#EFF0EF;
  padding: 5px 0 5px;
  margin-bottom: 0;
}
.Breadcrumb li a{
   font-size: 9pt;
}
.Breadcrumb li,
.Breadcrumb li a{
   color:#000;
   text-shadow: 0 0 0;
    -webkit-text-shadow: 0 0 0;
}
.Breadcrumb ul{
  position: relative;
 /* z-index: 1000;*/
  }

.categorypage .Panel.Block  ,
.categorypage .Content {
  margin: 0;
}

.container-wrap .ProductList {   
    /*padding: 50px 0;*/  
}

/* category pages css end here */


/*************** Product page css ************/


.productPage .ProductPrice.VariationProductPrice{
   
}

.Breadcrumb ul{
  padding-left: 30%;  
  }

.create_thanks .btn,
.btn.add-to-cart,
#ProductReviews .btn{
    border: 3px solid #c76e06;
    font-size: 13pt;
    font-weight: 600;
    height: 50px;
    line-height: 45px;
    padding: 0;
    width: 160px;
}

.DetailRow.Rating{     
    /*margin-bottom: 30px !important;
    padding: 15px 0;*/
}

.DetailRow.Rating,
.ProductDetailsGrid.ProductAddToCart .PriceRow.p-price,
.productPage .ProductDetailsGrid .productAttributeList,
.ProductDetailsGrid .DetailRow.qty{    
    padding: 5px 0;
}
#ProductDetails h1,
.DetailRow.Rating,
.ProductDetailsGrid.ProductAddToCart .PriceRow.p-price,
.productPage .ProductDetailsGrid .productAttributeList,
.ProductDetailsGrid .addto{  
    border-bottom: 1px dashed #e4e4e4;    
}

.ProductDetailsGrid.ProductAddToCart div.selector{
  width: 270px;
}
.DetailRow.qty,
.AddThisButton{
 padding-top: 12px !important;
}
.email_box .inputForm{
  margin-bottom: 10px;
}
.addto .PriceRow.p-price,
.addto .addto-row1.addto-cart{
    display: inline-block;
    margin-top: 0;
     margin-bottom: 0;
    vertical-align: middle;
}

.addto .addto-row1.addto-cart{    
   /* margin-left: 15px;*/
    margin-left: 0;
    margin-right: 0;
}

/********** Product page css end here *******/
/* Responsive issue */
/* Shopping cart page fixed start here */

@media screen and (max-width: 479px) {
.bannerTop-Bottom ul li,
.bannerTop-Bottom ul li .partnalLogo
 {
    display: block;
    height: auto;
    margin: 10px auto;
    max-width: 320px;    
    }
.bannerTop-Bottom ul li {   
    position: relative;
    z-index: 10;
    width: 60%; 
    }
.bannerTop-Bottom ul li img{
   width: 100%!important;
}
.bannerTop-Bottom ul li:before,
.bannerTop-Bottom ul li .partnalLogo:before,
.bannerTop-Bottom ul li:after,
.bannerTop-Bottom ul li .partnalLogo:after{
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; 
   -webkit-transition: all 0.7s;
    transition: all 0.7s;
  }


.bannerTop-Bottom ul li:hover:before,
.bannerTop-Bottom ul li:hover:after{
   background: rgba(0, 0, 0, 0.1);
   -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


}

@media screen and (max-width: 670px) {
   .header-logo {    
    top: 3%;    
   }
   #cartForm table.CartContents tbody tr, #cartForm table.CartContents tbody td {
    display: block;
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
    width: 90%;
  }
.Home-banner-Bottom .panner-Heading,
.bannerTop-Bottom .panner-Heading,
.titleHeading {   
    font-size: 18pt;

}
.fastCartItemBox{
   text-align: center;
}

.panel-inner .PanelHeading,
.PanelHeading a{
    display: block;
    font-size: 15pt;
    font-weight: 900;
    padding: 0 4px;
    text-align: center;
 }
.ProductActionAdd .btn{
   font-size: 9pt;
}
.giftCertificate .page-content{
   padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
.productPage .main{
  padding: 10px;
}
#ChooseShippingAddress dt,
#CreateAccountForm dt{
  width: 100%;
}
.TopMenu .inner .TopCart.icon-link {
    display: inline !important;
    *display: inline !important;    
}
#CartHeader .TitleHeading,
.CartCode .CouponCode, .CartCode .GiftCertificate{
    text-align: center;
}
.CartContents .ProductName a,
.CartContents .CartItemIndividualPrice,
.CartContents tfoot .SubTotal td{
   font-size: 20px;
 }
.productAttributes label, .productAttributes span,
.CartContents .CartItemTotalPrice {
   font-size: 16px;
}

#cartForm table.CartContents thead tr{ 
 display: none;
}
#CartContent .btn,
.fastCartSummaryBox .actionLink .btn.standbutton {
    /*display: block;*/
    float: none;
    height: 40px;
    margin: 10px auto;
    max-width: 300px;
  
}
.KeepShopping{
  margin: 0!important;
}
.standbutton {    
    float: none;    
    margin: 10px auto;
    max-width: 740px;
  
}
.BlockContent .CartThumb img {
    float: none;
    margin: 0 auto;
    max-height: 270px !important;
    max-width: 270px !important;
}

#cartForm table.CartContents,
.CartContents table.productAttributes,
.CartContents .SubTotal,
.CartContents .SubTotal td{
  max-width: 740px;
  margin: 15px auto;
  width: 95%;
}
    #cartForm table.CartContents tbody tr,
    #cartForm table.CartContents tbody td,
    .CartContents .SubTotal,
    .CartContents .SubTotal td,
.ProceedToCheckout, .KeepShopping,
.CartContents tfoot .SubTotal td{
    text-align: center !important;
}

}

/* Shopping cart page fixed */
@media screen and (max-width: 999px) {

.productPage .ProductTabList li.Tablist a{
  font-size: 13pt !important;
}
.full-breadcrump {   
    padding: 5px 15px;
}

#Header {
    padding: 0 0 10px !important;
}

.toggle-search {
  width: 55%;
 }

}

@media screen and (max-width: 1023px) {
.TopCart img{
  max-width: 100%;
}
.TopMobMenu .inner{
 padding: 10px 15px !important;
}

.TopMobMenu .inner ul{
   text-align: center;
}

.TopMenu .TopCart.icon-link .cart_item,
.TopMenu .cart-text {    
    font-size: 17pt;
}

.comparisionBox:after, 
.dropdownCart:after {   
    right: 4px !important;
}

.full-breadcrump {
    padding: 5px 15px;
  }

}

@media screen and (max-width: 779px) {
.fastCartItemBox strong,
.fastCartItemBox div a,
.fastCartItemBox div small,
.fastCartItemBox .Quantity,
.fastCartSummaryBox .subtotal .ProductPrice,
.fastCartItemBox .ProductPrice {	 
           font-size: 18pt;          
  }
}


@media screen and (min-width: 768px) {




.productPage .main{
  padding: 25px;
}

  .LogoImage { 
 max-width: 100%;
 position: absolute; 
 margin-top: 20px;
 z-index: 0; 
  }
.ProceedToCheckout .CheckoutButton,
.CartContents tfoot .SubTotal td,
.FloatRight.PayPalExpressCheckout{
  text-align: right;
}
.FloatRight.PayPalExpressCheckout{
  padding-right: 10px;
  }
  .bannerTop-Bottom ul li {    
    padding: 0 35px;    
   } 
  .col-cm-4 {   
    padding: 0 10px;    
  }
#ChooseShippingAddress dt, #CreateAccountForm dt{
  width: 23.333%;
  }

.fastCartItemBox strong,
.fastCartItemBox div a,
.fastCartItemBox div small,
.fastCartItemBox .Quantity,
.fastCartSummaryBox .subtotal .ProductPrice,
.fastCartItemBox .ProductPrice {	 
           font-size: 13pt;           
  }

}

@media screen and (min-width: 1024px) {

.LogoImage { 
 max-width: 100%;
 position: absolute; 
 margin-top: 20px;
 z-index: 0;
 top: 15px;
  }
}



@media screen and (min-width: 1280px) {
 .LogoImage {
 bottom: 0;
 left: 20px;
 max-width: 100%;
 right: 0;
 top: 0;

}

.productPage #ModalContainer{
  width: 100% !important;
  }
 .productPage #ModalContainer {
    left: 40% !important;
    }

.Breadcrumb ul{
   padding-left: 22%;
  }
}


@media screen and (min-width: 1350px) {

.productPage #ModalContainer{
   overflow-y: hidden !important;
  }
}



