@charset "utf-8";
body {
    margin: 0px;
    padding: 0px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}
.TopDiv {
    height: 100px;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333;
}
.TopDiv .SearchBox {
    width: 190px;
    float: right;
    clear: right;
    height: 30px;
    text-align: right;
}
.TopDiv .HelpLine {
    float: left;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 20px;
    color: #00ADEF;
    margin: -6px;
}
.TopDiv .HelpLine b {
    font-size: 18px;
    color: #ED3237;
}
.TopDiv .HelpLine small {
    color: #666;
    font-size: 12px;
}

.MailPage {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.leftBox {
    width: 230px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-width: 4px;
    border-top-style: double;
    border-top-color: #999;
}
.leftBox h3 {
    margin: 1px;
    padding: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #F00;
}


.TopDiv .SearchBox form {
    margin: 0px;
    padding: 0px;
}
.TopDiv .SearchBox form #q {
    /* margin:0px;
    border: 1px solid #D92419;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    width: 150px;
    padding: 3px;
    border-radius: 8px; */
}
.TopDiv .SearchBox form #q:focus{
    /* border: 1px solid #090;
    -webkit-border-top-left-radius:2px;
    -webkit-border-bottom-left-radius:2px;
    width: 150px; */
}

.TopDiv .SearchBox form #q_bt {
    background-color: #F00;
    color: #FFF;
    border: 1px solid #D92419;
    margin:0px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
}


.TopDiv .logo{
    height: 90px;
    width: 240px;
    float: left;
}
.TopDiv .top_right_box {
    /* width: 400px; */
    float: right;
    height: 35px;
    line-height: 35px;
    clear: right;
    margin-top: 10px;
    margin-bottom: 10px;

}
h2 {
    color: #D92419;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D92419;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 0px;
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 5px;
    margin-left: 8px;
}
.Pro {
    position: relative;
    float: left;
    width:166px;
    border: 1px solid #999;
    height: 210px;
    background-color: #FFF;
    margin-top: 10px;
    margin-right: 8px;
    margin-bottom: 10px;
    margin-left: 8px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
}
.Pro .AddToCart{
    position:absolute;
    left:0;
    bottom:0;
    padding:0px;
    margin:2px;
    float:left;

}
.Pro .AddToCart a{
    /* line-height:25px; */
    padding-left:5px;
    padding-right:5px;
    font-size:10px;
    background-color:#FF0000;
    color:#FFFFFF;
    text-decoration:none;
    display:block;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.Pro .AddToCart a:hover{
    background:#006600}
.Cart div{
    background-image: url(new_cart.png);
    height: 24px;
    width: 44px;
    line-height: 24px;
    padding-left: 50px;
    background-repeat: no-repeat;
    margin-top: 6px;
    margin-left: 6%;
    border-radius: 14px;
}
.Cart a{
    color:#000;
    text-decoration:none;
}
.Cart div b{
    font-size:22px;
}

.Pro .Price{
    position:absolute;
    right:0;
    bottom:0;
    padding:3px;
    width:100px;
    float:right;
}

.Pro h4 {
    font-size: 12px;
    margin: 0px;
    padding: 3px;
    background-color: #999;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    z-index: 500;
}
.Pro h4 a {
    text-decoration: none;
    color: #FFF;
}
#flying {
    background-color: #D92419;
    text-align: center;
}
.proimgDiv {
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
.proimgDiv img {
    /* position: absolute;
    margin-right: auto;
    margin-left: auto; */
}
.bottom {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    background-color: #999;
}
#MiniCart {
    width: 300px;
    position: absolute;
    background-image: url(mini_cart.png);
    height: 457px;
    display: none;
    z-index:5000;
}
.SubProTable {
    border-collapse:collapse;
}
.SubProTable tr {
    position: relative;
}
#pro_tip_div {
    position: absolute;
    background-color: #FF9;
    border: 2px solid #F90;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -webkit-border-top-left-radius:10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    z-index:9998;
}


.SubProTable th {
    font-size: 12px;
    background-color: #069;
    color: #FFF;
    height: 25px;
    line-height: 25px;
}

.SubProTable, .SubProTable th, .SubProTable td{
    border: 1px solid #999;
}
.SubProAddBt {
    background-color: #09F;
    font-size: 12px;
    line-height: 24px;
    padding-right: 7px;
    padding-left: 7px;
    color: #FFF;
    text-decoration: none;
    background-image: url(bt_bg_24h.png);
    background-repeat: repeat-x;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    text-shadow:1px 1px 2px #000000;
}
.SubProAddBt:hover {
    background-color:#090;
}
.nav {
    height: 35px;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    background-color:#ED3237;
}
.nav ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.nav ul li{
    float: left;
}
.nav ul li a{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    line-height:35px;
    font-size:15px;
    text-decoration:none;
    color:#fff;
    font-weight:bold;
    padding-left:10px;
    padding-right:10px;
    display: block;
}
.nav ul li a:hover{
    text-decoration:none;
    color:#000;
    background-color: #00ADEF;
}
.RandomDivBg {
    /* background-color: #CCC; */
    padding-top: 10px;
    padding-bottom: 10px;
    /* border: 2px solid #999; */
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    margin-bottom: 20px;

}
.HotDivBg {
    /* background-color: #DAFFC1; */
    border-top-width: 2px;
    /* border-top-style: solid; */
    /* border-right-style: solid; */
    /* border-bottom-style: solid; */
    /* border-left-style: solid; */
    /* border-top-color: #B4FF82; */
    /* border-right-color: #B4FF82; */
    /* border-bottom-color: #B4FF82; */
    /* border-left-color: #B4FF82; */
    margin-bottom: 20px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;

}
.pageBody {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-top: 5px;
    margin-right: 8px;
    margin-bottom: 5px;
    margin-left: 8px;
    text-indent: 10px;
}
.bottom {
    background-color: #999;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #666;
}

.OrderTable {
    margin:0px;padding:0px;
    width:100%;
    border:1px solid #ff0000;

    -moz-border-radius-bottomleft:8px;
    -webkit-border-bottom-left-radius:8px;
    border-bottom-left-radius:8px;

    -moz-border-radius-bottomright:8px;
    -webkit-border-bottom-right-radius:8px;
    border-bottom-right-radius:8px;

    -moz-border-radius-topright:8px;
    -webkit-border-top-right-radius:8px;
    border-top-right-radius:8px;

    -moz-border-radius-topleft:8px;
    -webkit-border-top-left-radius:8px;
    border-top-left-radius:8px;
}.OrderTable table{
    border-collapse: collapse;
    border-spacing: 0;
    height:100%;
    margin:0px;padding:0px;
}.OrderTable tr:last-child td:last-child {
    -moz-border-radius-bottomright:8px;
    -webkit-border-bottom-right-radius:8px;
    border-bottom-right-radius:8px;
}
.OrderTable table tr:first-child td:first-child {
    -moz-border-radius-topleft:8px;
    -webkit-border-top-left-radius:8px;
    border-top-left-radius:8px;
}
.OrderTable table tr:first-child td:last-child {
    -moz-border-radius-topright:8px;
    -webkit-border-top-right-radius:8px;
    border-top-right-radius:8px;
}.OrderTable tr:last-child td:first-child{
    -moz-border-radius-bottomleft:8px;
    -webkit-border-bottom-left-radius:8px;
    border-bottom-left-radius:8px;
}.OrderTable tr:hover td{

}
.OrderTable tr:nth-child(odd){ background-color:#ffeaea; }
.OrderTable tr:nth-child(even)    { background-color:#ffffff; }.OrderTable td{
    vertical-align:middle;


    border:1px solid #ff0000;
    border-width:0px 1px 1px 0px;
    text-align:left;
    padding:7px;
    font-size:12px;
    font-family:Arial;
    font-weight:bold;
    color:#000000;
}.OrderTable tr:last-child td{
    border-width:0px 1px 0px 0px;
}.OrderTable tr td:last-child{
    border-width:0px 0px 1px 0px;
}.OrderTable tr:last-child td:last-child{
    border-width:0px 0px 0px 0px;
}
.OrderTable tr:first-child td{
    background:-o-linear-gradient(bottom, #ff0000 5%, #bf0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #bf0000) );
    background:-moz-linear-gradient( center top, #ff0000 5%, #bf0000 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#bf0000");	background: -o-linear-gradient(top,#ff0000,bf0000);

    background-color:#ff0000;
    border:0px solid #ff0000;
    text-align:center;
    border-width:0px 0px 1px 1px;
    font-size:15px;
    font-family:Arial;
    font-weight:bold;
    color:#ffffff;
}
.OrderTable tr:first-child:hover td{
    background:-o-linear-gradient(bottom, #ff0000 5%, #bf0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #bf0000) );
    background:-moz-linear-gradient( center top, #ff0000 5%, #bf0000 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#bf0000");	background: -o-linear-gradient(top,#ff0000,bf0000);

    background-color:#ff0000;
}
.OrderTable tr:first-child td:first-child{
    border-width:0px 0px 1px 0px;
}
.OrderTable tr:first-child td:last-child{
    border-width:0px 0px 1px 1px;
}

#FlyTop {
    background-color: #FFF;
    width: 100%;
    height: 57px;
    position: fixed;
    top: 0px;
    display:none;
    z-index:9999;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #D92419;
}
.SiteBY:hover {
    left: 0px;
    bottom: 0px;
    background-color: #9FC;
}
.SiteBY {
    position:fixed;
    left: 0px;
    bottom: -45px;
    padding: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #CCC;
    border: 1px solid #999;
}
#FlyTop .FlyRight {
    width: 500px;
    float: right;
    text-align: right;
    height: 45px;
}
#FlyTop .FlyRight .FlySearchBox {
    width: 250px;
    float: right;
}
#FlyTop .FlyRight .Fly_Cart {
    float: right;
    width: 80px;
    font-size: 24px;
}

#FlyTop .FlyLogo {
    width: 240px;
    float: left;
}
#FlyTop .FlyRight .FlySearchBox form {
    margin: 0px;
    padding: 0px;
}
#FlyTop .FlyRight .FlySearchBox form #q {
    margin: 0px;
    border: 1px solid #D92419;
    width: 150px;
}
#FlyTop .FlyRight .FlySearchBox form #q_bt {
    color: #FFF;
    background-color: #F00;
    border: 1px solid #F00;
}
.BotMenu ul {
    margin: 0px;
    padding: 0px;
}
.BotMenu ul li {
    line-height:25px;
    float: left;
    list-style-type: none;
}
.BotMenu ul li a{
    margin-left:8px;
    margin-right:8px;
}

.Pro {
    text-align: center;
    margin: 20px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.Pro h4 {
    margin: 10px 0;
    font-size: 1.2em;
}

.proimgDiv {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.proimgDiv a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.proimg {
    /* width: 100%;
    height: 100%; */
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

.AddToCart a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

.AddToCart a:hover {
    background-color: #0056b3;
}

.Price {
    margin-top: 10px;
    font-size: 1.1em;
    color: #333;
}


/* search bar */

/* From Uiverse.io by satyamchaudharydev */ 
/* From uiverse.io by @satyamchaudharydev */
/* removing default style of button */

.form button {
    border: none;
    background: none;
    color: #8b8ba7;
  }
  /* styling of whole input container */
  .form {
    --timing: 0.3s;
    --width-of-input: 200px;
    --height-of-input: 40px;
    --border-height: 2px;
    --input-bg: #f0f0f0;
    --border-color: #dc3545;
    --border-radius: 30px;
    --after-border-radius: 1px;
    position: relative;
    width: var(--width-of-input);
    height: var(--height-of-input);
    display: flex;
    align-items: center;
    padding-inline: 0.8em;
    border-radius: var(--border-radius);
    transition: border-radius 0.5s ease;
    background: var(--input-bg,#fff);
  }
  /* styling of Input */
  .input {
    font-size: 0.9rem;
    background-color: transparent;
    width: 100%;
    height: 100%;
    padding-inline: 0.5em;
    padding-block: 0.7em;
    border: none;
  }
  /* styling of animated border */
  .form:before {
    content: "";
    position: absolute;
    background: var(--border-color);
    transform: scaleX(0);
    transform-origin: center;
    width: 100%;
    height: var(--border-height);
    left: 0;
    bottom: 0;
    border-radius: 1px;
    transition: transform var(--timing) ease;
  }
  /* Hover on Input */
  .form:focus-within {
    border-radius: var(--after-border-radius);
  }
  
  input:focus {
    outline: none;
  }
  /* here is code of animated border */
  .form:focus-within:before {
    transform: scale(1);
  }
  /* styling of close button */
  /* == you can click the close button to remove text == */
  .reset {
    border: none;
    background: none;
    opacity: 0;
    visibility: hidden;
  }
  /* close button shown when typing */
  input:not(:placeholder-shown) ~ .reset {
    opacity: 1;
    visibility: visible;
  }
  /* sizing svg icons */
  .form svg {
    width: 17px;
    margin-top: 3px;
  }