html { overflow-y: scroll !important;}::-webkit-scrollbar {display: none;}
.itopplus-background {

}
.itopplus-bgmain a {
    color: #0d0d0d;
}
.itopplus-bgmain a:hover {
    color: #eb1b23;
}




.navbar-default .navbar-nav>li>a {
    font-size: 20px;
}
.dropdown-menu>li>a {
    font-size: 20px;
}
.navbar-default {
    background: #464750;
  	border-radius: 0px;
}
.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
    color: #ea1c26;
    background-color: none;
    -webkit-box-shadow: 0 2px 0 0 #ea1c26;
    -moz-box-shadow: 0 2px 0 0 #ea1c26;
    box-shadow: 0 2px 0 0 #ea1c26;
}
.navbar-default .navbar-toggle:focus .icon-bar,.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #ea1c26;
}
.navbar-default .navbar-toggle:focus .text-bar,.navbar-default .navbar-toggle:hover .text-bar {
    color: #ea1c26!important
}
@media (max-width:768px) {
    .navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
        color: #ea1c26;
    }
  .navbar-default .navbar-toggle {
    border-color: #ddd0;
  }
}
@media (max-width:768px) {
  .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
   box-shadow: 0px 3px 0px -1px #ea1c26;
}
}
/*เวลา hover focus ที่  opendropdown ตัวอักษรจะเป็นสีขาว*/
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    color: #ea1c26!important;
}
/*เมนูย่อย เมนูย่อยเปลี่ยนสีพื้นหลัง*/
.navbar-default .navbar-nav .open>.dropdown-menu {
    background: #464750;
}
.dropdown-submenu:hover>.dropdown-menu {
    background-color: #464750;
}
.dropdown-menu, .dropdown-menu>li>a {
    background-color: #464750;
}

/*เมนูกึ่งกลาง*/
/* 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 ;
}

}

.shopcart {
    background-color: #f8f8f8;
    -webkit-border-radius: 0 0 0 0;
    background-position: 55% 60%;
    background-repeat: no-repeat;
    position: fixed;
    width: 85px!important;
    height: 85px!important;
    transition: width .3s,height .3s;
    cursor: pointer;
    top: 0;
    right: 0;
    box-shadow: 0 0 10px 0px black;
}

figure.effect-jazz {
    background: transparent;
}
figure.effect-jazz figcaption::after {
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
}



@media (max-width: 768px){
.shopcart {
    background-color: #f8f8f8;
    -webkit-border-radius: 0 0 0 0;
    background-position: 55% 60%;
    background-repeat: no-repeat;
    position: fixed;
    width: 85px!important;
    height: 85px!important;
    transition: width .3s,height .3s;
    cursor: pointer;
    top: 90%;
    right: 0;
    box-shadow: 0 0 10px 0px black;
   }
  .itopplus-bgmain {
    background-image: url(../image/bgmain_jjr-tools.jpg);
    background-repeat: no-repeat;
    background-size: 96% auto;
    background-color: #f4f4f4;
  }
}




.hvr-grow {
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    transform: scale(1.1);
}

.boxp {
    background-color: white;
    padding: 35px 0px;
    border: 5px solid #f4f4f4;
    border-radius: 5px;
    height: 185px;
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.boxp:hover {
    transform: translateY(-12px);
}



.menuVertical .nav-pills>li>a {
    color: #0d0d0d;
    font-size: 20px;
    text-align: center;
}
.menuVertical .nav-stacked>li {
    float: none;
    border-bottom: solid 1px #595959;
}
.menuVertical .nav-stacked>li+li{
    border-bottom: solid 1px #595959;
}

.menuVertical .nav-pills>li>a, .menuVertical .nav-stacked>li+li {
    border-bottom: solid 1px #595959;
}
.menuVertical .nav>li>a:hover, .nav>li>a:focus {
    color: #ffffff;
    background-color: #f25a29;
    border-bottom: solid 1px #f25a29!important;
}
.menuVertical .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #f25a29;
    border-color: #e6e6e6;
    color: #fff!important;
}
.menuVertical .dropdown-menu {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 160px;
    width: 100%;
    padding: 10px 0px 10px 0px;
    margin: 2px 0 0;
    color: #fff;
    font-weight: normal;
    text-align: center;
    list-style: none;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    box-shadow: none;
}
.no-js .menuVertical .dropdown-menu>li>a {
    background-image: none;
    color: #ffffff;
    background-color: #f25a29;
    margin-top: -12px;
    margin-bottom: 0px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    padding: 15px 10px 20px;
    font-size: 20px;
}




.Template-B-frame {
    padding: 20px 20px 20px 20px;
    border-radius: 0px;
    margin-bottom: 10%;
    background-color: white;
    box-shadow: 0 0 10px #ccc;
}

.Template-B-Name {
    color: #0d0d0d;
    font-size: 19px;
    height: 95px;
    margin-top: 0%;
    padding: 9px;
    line-height: 20px;
}
.Template-B-Name label {
    font-weight: normal;
}
.Template-B-pic {
    background-color: transparent;
    border: solid 2px #bdbdbd;
    padding: 0px;
     height: inherit!important;
}
.priceNoPromotion {
    color: #eb1c24;
    font-weight: normal;
    font-size: 20px;
}
.Template-B-button {
    background-color: #0043bf;
    color: #ffffff;
    border-radius: 0px;
    font-weight: normal;
    padding: 2px 0 3px 3%;
}
.Template-B-button:hover {
    background-color: #eb1b23;
}
.Template-B-CateName {
    color: #0d0d0d;
    font-size: 26px;
}
.Template-B-ProName {
    color: #eb1b23;
    font-size: 26px;
    font-weight: bold!important;
}
.Template-B-Big {
    border: solid 2px #bdbdbd;
    height: inherit;
}
.Template-B-smallpic {
    height: inherit;
    border: solid 2px #bdbdbd;
}
.PictureOverflow {
    width: 100%;
    max-height: inherit;
}
.col-xs-12.col-md-6 {
    font-family: ThaiSansNeue!important;
}
.shopcartID-Head-Default {
    font-size: 24px;
    color: #0d0d0d;
}
.shopcartID-Default {
    font-size: 24px;
    color: #eb1b23;
    font-weight: bold;
}
.shopcartName-Head-Default {
    font-size: 24px;
    color: #0d0d0d;
}
.shopcartName-Default {
    font-size: 24px;
    color: #eb1b23;
    font-weight: bold;
}
.Template-B-PriceNormal {
    color: #eb1b23;
    font-size: 30px!important;
    text-shadow: 2px 1px 2px #fec030;
}
.Template-B-Quantity {
    color: #0d0d0d;
    font-size: 20px!important;
}
.Template-B-Item {
    color: #0d0d0d;
    font-size: 20px!important;
}
.input-sm, .form-horizontal .form-group-sm .form-control {
    font-size: 16px;
}
.Template-B-buttonDetail {
    background-color: #0043bf;
    color: #fff;
    border-radius: 0px;
    font-weight: normal;
}
.Template-B-buttonDetail:hover {
    background-color: #eb1b23;
}
.shopcartDetail-Default {
    font-size: 26px;
    font-family:  ThaiSansNeue;
}
.Template-B-Price {
    color: #eb1b23;
    font-weight: normal;
    font-size: 20px!important;
}
.ui.steps .step.active .title {
    color: #eb1b23;
}
.ui.steps .step .title {
    font-family: ThaiSansNeue;
    font-weight: normal;
}
.step1checkout {
    background-color: #eb1c23;
    border: 5px solid #fee01c;
}
.btnCheckoutprevious {
    background-color: #eb1d23;
    border-radius: 0px;
    font-weight: normal;
}
.step5checkout {
    background-color: #eb1b23;
    border: 7px solid #fee01c;
}
.shopcart-paymentpage {
    font-size: 15px;
    background-color: #eb1c24;
    border-radius: 0px;
    width: 17%;
}

.input-group .form-control {
    font-size: 18px;
}

#capcha0 {
    margin-left: -7px;
    margin-right: -44px;
}

.btn-danger {
    font-size: 18px;
}


@media only screen and (max-width : 768px) {  
  .row-fluid [class*=col-sm-5fix] {
    display: block;
     float: left;
     width: 33.33%;
 }
  .row.margin.Shopcart-Related-Main .col-xs-6.col-sm-12 {
    width: 50%!important;
}
.itopplus-search-image-flex-container {
   width: 100%!important;
   display: block!important;
}
.itopplus-search-image-flex-item {
   height: auto!important;
   width: 100%!important;
   padding: 10px;
   text-align: left;
}
  .Template-B-Icon {
    width:22%;
}
  .Template-B-Name {
    color: #0d0d0d;
    font-size: 19px;
    height: 110px;
    margin-top: 0%;
    padding: 9px;
    line-height: 20px;
}
 .btn-primary {
    background-image: linear-gradient(to bottom,#eb1c23 0,#eb1c23 100%);
    border-color: #eb1c23;
}
  .btn-primary:hover, .btn-primary:focus {
    background-color: #eb1c23;
}
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    border-color: #eb1c23;
}
  .btn-primary:active, .btn-primary.active {
    background-color: #eb1c23;
    border-color: #eb1c23;
}

}


@media only screen and (max-width: 480px){
.row-fluid [class*=col-sm-5fix] {
    display: block;
     float: left;
     width: 50%;
 }
  .Template-B-Icon {
    width: 11%;
}
  .Template-B-button {
    background-color: #0043bf;
    color: #ffffff;
    border-radius: 0px;
    font-weight: normal;
    padding: 2px 0 3px 3%;
    width: 100%;
}
}

.row.margin.Shopcart-Related-Main .col-xs-6.col-sm-12 {
   width:33%;
}

