.itopplus-background {

}
/*effect icon หน้าขั้นตอนการจองพระ*/
figure {
margin: 0;
padding: 0;
overflow: hidden;
}

figure:hover span {
bottom: -36px;
opacity: 1;
}

.hover01 figure img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
  border-radius: 50%;
}

.hover01 figure:hover img {
-webkit-transform: scale3d(0.95,0.95,1);
transform: scale3d(0.95,0.95,1);
   -moz-box-shadow: 0 0 3px #b28200;
    -webkit-box-shadow: 0 0 3px #b28200;
    box-shadow: 0 0 3px #b28200;
border-radius: 50%;
background-color: #b28200;
}




a{
  color:#000;
}
a:hover{
  color:#b28200;
}



ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
margin: 0;
}

.navbar-default {
    background: #1d0d00;
    border-radius: 0;
}
.navbar-default .navbar-nav>li>a {
    font-size: 20px;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    border-color: transparent;
}
.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
    color: #000;
    background-color: #b28200;
}
.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    background-color: #b28200;
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
    background-color: #b28200;
    font-size: 20px;
}
.navbar-default .navbar-nav .open .dropdown-menu .menu-item a:hover {
    background: #b28200;
}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    background-color: #b28200!important;
}
@media (max-width:768px) {
  	.navbar-default {
        background: #070300;
    } 
}

/*เมนูกึ่งกลาง*/
/* Medium Devices, Desktops */
@media only screen and (min-width : 1024px) {
h1,.h1 { font-size: 2.250em;}
h2,.h2 { font-size: 1.875em;}
h3,.h3 { font-size: 1.500em;}
h4,.h4 { font-size: 1.125em;}
h5,.h5 { font-size: 0.875em;}
h6,.h6 { font-size: 0.750em;}
p { margin: 0 0 10px;}
.navbar .nav,
.navbar .nav > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: top;
}
#main-navbar-collapse{
  text-align:center ;
}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1366px) {
h1,.h1 { font-size: 2.250em;}
h2,.h2 { font-size: 1.875em;}
h3,.h3 { font-size: 1.500em;}
h4,.h4 { font-size: 1.125em;}
h5,.h5 { font-size: 0.875em;}
h6,.h6 { font-size: 0.750em;}
p { margin: 0 0 10px;}
.navbar .nav,
.navbar .nav > li {
    float:none;	
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: top;
}
#main-navbar-collapse{
  text-align:center ;
}

}


/*menu ด้านข้าง*/
.menuVertical .nav-pills>li>a {
    color: #000;
    font-size: 22px;
    font-weight: bold;
}
.menuVertical .nav-pills>li>a, .menuVertical .nav-stacked>li+li {
    background-color: #fff0;
    border-bottom: solid 1px #b28200;
}
.menuVertical .nav>li>a:hover, .nav>li>a:focus {
    color: #fff;
    background-color: #b28200;
    border-bottom: solid 1px #fff;
    font-size: 22px;
}
.menuVertical .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #b28200;
    border-color: #b28200;
    color: #fff!important;
}
.menuVertical .dropdown-menu>li>a {
    color: #000;
    font-size: 20px;
}

/*ตะกร้าสินค้า*/
.shopcart {
    background: url(https://demo166.itopplus.com/distribution/css/Images/Shopcart/cart.png) no-repeat, linear-gradient(to bottom, rgba(255,236,199,1) 0%, rgba(247,214,152,1) 46%, rgba(180,128,32,1) 77%, rgba(108,73,34,1) 100%);
    background-position: 75% 85%;
}
                    

                    
                    
                    
                    

/*อัลบั้มมีขอบ*/
.thumbnail, .img-thumbnail {
   -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.075);
   box-shadow: 0 0px 0px rgba(0,0,0,.075);
}
.thumbnail {
    background-color: #ffffff00;
    border-radius: 0px!important;
    border: 0px solid rgba(255,255,255,.15);
}

.thumbnail:hover{
    -moz-box-shadow: 0 0 10px #585858;
    -webkit-box-shadow: 0 0 10px #585858;
    box-shadow: 0 0 10px #585858;
}
   







/*ตะกร้า*/
.Template-B-frame {
    padding: 5px 5px 5px 5px;
}
.Template-B-pic {
    background-color: #fff0;
    border: solid 0px #ccc;
    padding: 0px;
    height: inherit!important;
}
.Template-B-Des {
    color: #000;
    height: 140px;
}
.Template-B-Des:hover {
    color: #000;
}
.Template-B-button {
    width: 50%;
    background-color: #1d0d00;
    color: #fff;
    border-radius: 5px;
    font-weight: normal;
}
.Template-B-button:hover {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    background-color: #b28200;
}
.Template-B-Icon{
   display:none;
}
.Template-B-button.shopbottom span:before {
  content: url(https://itp1.itopfile.com/ImageServer/b3ad24faad7df372/18/0/iTopPlus264006123499.webp);
  width: 15%;
  padding: 0 5px 5px 0;
  vertical-align: text-top;
}
.Template-B-CateName {
    font-size: 24px;
}
.Template-B-ProName {
    color: #b28200;
    font-size: 24px;
    font-weight: bold!important;
}
.Template-B-Big {
     border: solid 1px #b7b7b7;
    height: inherit!important;
}
.Template-B-smallpic {
    height: inherit;
    border: solid 1px #b7b7b7;
}
.PictureOverflow {
    width: 100%;
}
.shopcartID-Head-Default {
    font-family: ThaiSansNeue;
}
.shopcartID-Default {
    font-size: 22px;
    font-family: ThaiSansNeue;
    color: #b28200;
    font-weight: bold;
}
.shopcartName-Head-Default {
   font-family: ThaiSansNeue;
}
.shopcartName-Default {
    font-size: 22px;
    font-family: ThaiSansNeue;
    color: #b28200;
    font-weight: bold;
}
.Template-B-PriceNormal {
    color: red;
    font-family: ThaiSansNeue;
    font-size: 28px!important;
}
.Template-B-Quantity {
    font-family: ThaiSansNeue;
    font-size: 18px!important;
}
.Template-B-Item {
    font-family: ThaiSansNeue;
    font-size: 18px!important;
}
.input-sm, .form-horizontal .form-group-sm .form-control {
    font-size: 18px;
    font-family: ThaiSansNeue;
}               
 .Template-B-buttonDetail {
    background-color: #1d0d00;
    color: #fff;
    font-weight: normal;
    font-family: ThaiSansNeue;
    font-size: 20px;
}              
.Template-B-buttonDetail:hover {
    background-color: #b28200;
}               
.shopcartDetail-Default {
    font-size: 24px;
    font-family: ThaiSansNeue;
    font-weight: bold;
}               
 .Template-B-Name {
    font-size: 18px;
    height: 70px;
}              
.ui.steps .step.active .title {
    color: #b28200;
}
.ui.steps .step .title {
    font-family: ThaiSansNeue;
    font-size: 13px;
}               
.step1checkout {
    background-color: #805821;
    border: 5px solid #d1a654;
}               
.btnCheckoutprevious {
    background-color: #b28200;
}               
.step5checkout {
    background-color: #805821;
    border: 7px solid #d1a654;
}               
.shopcart-paymentpage {
    background-color: #b28200;
}               
               
               
               
.pagination>li>a, .pagination>li>span {
    color: #b28200;
}               
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #b28200;
    border-color: #b28200;
}            
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #b28200;
    background-color: #fff;
    border-color: #ddd;
}          
               
               

 .btn-sm, .btn-group-sm>.btn {
    padding: 5px 7px;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 3px;
        font-weight: bold;
}              
.input-sm, .form-horizontal .form-group-sm .form-control {
    height: 42px;
    font-size: 22px!important;
    font-weight: bold;
}               
 form.form-search:before, form.form-search .input-group:before {
    top: 10px;
    left: 5px;
}              
 .radio label, .checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    font-size: 18px!important;
}              
.checkbox span {
    font-size: 22px!important;
    color: #797979;
    font-weight: bold;
}            
.nav-template7 li a {
   color: #fff;
    font-size: 28px !important;
    text-align: center;
    text-shadow: 2px 2px 5px #000
}  
.nav-template7 li:hover a {
    color: #fff;
    text-decoration: none;
}
               
              
.nav-template7 li {
    border-bottom: 0px solid #e2e2e2;
    border-top: 0px solid #f6f6f6;
    background-color: #b78426;
    border-radius: 7px;
}          
 .nav-template7 li:hover {
    background-color: #b78426;
    text-decoration: none;
}              
/*.collapse.in {
    display: block;
    padding: 5px 0px;
}*/
 .fa-plus:before {
    content: "\f067";
    color: #b78426;
    font-size: 0px;
}            
/*.landingpagemanager {
    display: none;
}              
 */
.nav-template1 li a {
    font-size: 22px !important;
}
 .nav-template1 li {
    border-bottom: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
}
 .nav-template1 li:hover {
    background-color: #b78426;
}              
.h3, h3 {
    color: #b78426;
    font-weight: bold;
}
#Contentmanager .post-time {
    font-size: 20px;
    color: #000;
}               
.page-header {
    border-bottom: 2px solid #000;
}
    
select.input-sm {
    height: 40px;
}
               
.form-control-feedback {
    top: 45px;
    right: 5px;
}    

.shopcart_shipping_value_items1 {         
   display: none;
}   
               
.ng-dirty {
  width: 100%!important;
}
.form-group .ng-dirty {
    width: 116px!important;
}               
    
@media (max-width: 769px){
.form-group .ng-pristine {
    width:100%!important;
}         
        #uploadimage5ba21246e3e91a001a35a0a2 .form-group {
    width: 100%!important;
  }

  @media (min-width:768px) {
  .form-group .ng-pristine {
    width: 100%!important;
}  

}
}   
  
    @media (max-width:414px) {
  .form-group .ng-pristine {
    width: 100%!important;
}  
}
p.search_urlSearch {
       word-wrap: break-word;
}
               
.col-md-12 {
    font-family: THaiSansNeue;
}



@media only screen and (max-width: 768px)
  #scrollTop{
    position: fixed;
    
    bottom: 5px;
    opacity: 0.5;
  }

  #scrollTop:hover{
    opacity: 1.5;
  }
  .zIndex-pos3 {
    z-index: 100;
  }
.Template-H-smallpic {
    width: 29%;
    border: solid 1px #9e9e9e;
    margin: 5% 3% 3% 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}
.PictureOverflow {
    -ms-overflow-x: auto;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    max-height: 200px;
    cursor: pointer;
}

