html {scroll-behavior: smooth;}
html, body {font-family: 'Roboto';min-height: 100%;height:100%;}
body.change-overflow {overflow:hidden;}
* {outline:0;}
a:hover, a:active, a:focus {text-decoration: none;}
a, button {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
}

ul {margin:0;padding:0;list-style-type: none;}
.mobile-visible {display:none;}
.tablet-visible {display:none;}
.padNone {padding:0;}
.full {width:100%;}
.table-content {display: table;  width: 100%;  height: 100%;}
.table-cell-content {display: table-cell; vertical-align: middle;}
.animation-- {-webkit-transition: all .1s ease-in-out;-moz-transition: all .1s ease-in-out;-o-transition: all .1s ease-in-out;transition: all .1s ease-in-out;  }
.animation-one {-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;  }
.animation-two {-webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}
.animSlow {-webkit-transition: all 1s ease-in;-moz-transition: all 1s ease-in;-o-transition: all 1s ease-in;transition: all 1s ease-in;}
.fl-right {float:right;}
.height-fix {height:100%;}
.h-fix {height:100%;}
.height-very {height:80%;}
.stream-iframe {position:relative;padding-bottom:56.25%;height:0;overflow:hidden;}
.stream-iframe iframe, .stream-iframe img {position:absolute;top:0;left:0;width:100%;height:100%;}
.stream-iframe .player {background:transparent !important;}
.grayscale img, .grayscale iframe {-webkit-filter: grayscale(100%);filter: grayscale(100%);}
.grayscale img:hover {-webkit-filter: grayscale(0%);filter: grayscale(0%);}
.relative {position: relative;}

a:hover {color:#0000FF;}

.card-stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.overlay.active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 8;
    opacity: .2;
}
/* header */
.headerTop {
    height: 35px;
    background: #EFEFEF;
}
.headerTop a, .headerTop div {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 35px;
    color: #03071E;
}
.speratorT {margin:0 8px;}
.headerCenter {padding: 12px 0;}
.headerCenter .logo {max-width: 207px;width: 100%;}
.headerCenter label {display: block;margin:0;}
.headerCenter .search {
    opacity: 0.5;
    border: 1px solid #000000;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 55px;
    color: #000000;
    height: 55px;
    width:100%;
    max-width: 394px;
    padding-left: 67px;
}
.headerCenter svg.searchIcon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left:20px;
}
.headerBottom {
    height: 56px;
    background: #EFEFEF;
    border-radius: 5px;
    line-height: 56px;
}
.headerBottom nav ul li a {width: 138px;height:56px;display: block;text-align: center;font-weight: 600;font-size: 16px;color:#000}
.headerBottom nav ul li:hover a {background: rgb(255 255 255 / 30%);}

#sliderArea {width:100%;background: url(../../uploads/sliderBack.jpg) center center no-repeat;background-size: cover;}
#sliderArea .slideLeft img {padding:20px 0;}

.contentTop {margin:20px 0;}
.contentTop .item {width:100%;height:183px;background: #EFEFEF;border-radius: 10px;}
.contentTop .item svg {margin-bottom:20px;}
.contentTop .item:hover {background: #efefef63;}
.contentTop .item p {
    color: #000000;
    margin:0;
}
.contentTop .item p strong {
    font-size: 20px;
    line-height: 20px;
}

header .headerItem.login {
    margin-right: 19px;
}
header .headerItem {
    height: 55px;
    border: 1px solid #000000;
    border-radius: 5px;
    width: 100%;
    max-width: 159px;
    position: relative;
}
header .headerItem .itemLink {position: absolute;top:0;left:0;width:100%;height: 100%;z-index: 9;}
header .headerItem .left {margin:0 17px 0 17px;}
header .headerItem .right {line-height: 12px;}
header .headerItem small {
    font-weight: 600;
    font-size: 10px;
    color: #000000;
    opacity: 0.5;
}
header .headerItem span {
    font-weight: 600;
    font-size: 15px;
    color: #000000;
    display: block;
}
header .login:hover .loginHover {
    visibility: visible;
    height: auto;
}
header .login .loginHover {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 11;
    visibility: hidden;
    transition: all ease-in-out .2s;
    height: 0;
    overflow: hidden;
}
header .login .loginHover .inline {
    border: 1px solid #000000;
    border-radius: 5px;
    width: 100%;
    background: #fff;
    padding: 6px 11px;
    margin-top:16px;
}
header .login .loginHover .inline:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 11px solid #fff;
    top: 6px;
    left: 50%;
    position: absolute;
    margin-left: -5px;
    z-index: 1;
}
header .login .loginHover .inline:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 12px solid #000;
    top: 5px;
    left: 50%;
    position: absolute;
    margin-left: -6px;
    z-index: -1;
}
header .login .loginHover a:first-child {
    border-bottom: 1px solid #efefef;
}
header .login .loginHover a:hover {
    color: #F77F00;
}
header .login .loginHover a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    padding: 4px;
}
header ul li ul {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    z-index: 8;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;


    visibility: hidden;
    transition: all ease-in-out .2s;
    height: 0;
    overflow: hidden;
}
header ul li:hover ul {
    visibility: visible;
    height: auto;
}
header ul li ul li .name {
    margin-top:15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
}
header ul li ul li {
    width: 100%;
    max-width: 15%;
    background: #EFEFEF;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    min-height: 163px;
    float: left;
    margin: 9px;
    border:1px solid #EFEFEF;
    position: relative;
}
header ul li ul li:hover {
    border:1px solid #F77F00;
    background: #fff;
}
header ul li ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.headerBottom nav ul li:hover ul li a {
    background: rgb(255 255 255 / 0);
}




.categories {margin-bottom:20px;}
.categories .head {}
.categories .head h2 {
    margin:24px 0 19px;
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    color: #03071E;
}
.categories .product .imgArea img{
    border-radius: 10px;
}
.categories .product {
    padding: 30px 35px;
    border: 1px solid #BBBBBB;
    border-radius: 10px;
}
.categories .productName {
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #03071E;
    margin:20px 0;
}
.categories .priceArea .currentPrice {
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #F77F00;
}
.categories .priceArea .oldPrice {
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    text-decoration-line: line-through;
    color: #BBBBBB;
}
.categories .productLink {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    background: #F77F00;
    border-radius: 5px;
    width: 100%;
    max-width: 114px;
    display: block;
    padding: 10px;
    margin: 24px auto 0;
}
.categories .product:hover .productLink{
    color:#fff;
}
.categories .product:hover {
    background: #F7F5F5;
    border-color:#F7F5F5;
}
.categories .all a:hover {
    color:#F77F00;
}
.categories .all a {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #03071E;
}
.seoTitle {
    margin:50px 0 25px;
}
.seoTitle p {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
}

footer {
    background: #EFEFEF;
    margin-top:50px;
    padding: 34px 0 100px;
}


.footerTop .item {width:100%;height:183px;background: #E1E1E1;border-radius: 10px;padding:0 15px;}
.footerTop .item svg {margin-bottom:20px;}
.footerTop .item:hover {background: #e1e1e173;}
.footerTop .item p {
    color: #000000;
    margin:0;
    font-size:15px;
}
.footerTop .item p strong {
    font-size: 20px;
    line-height: 20px;
}
footer hr {
    border: 1px solid #E1E1E1;
    margin:40px 0 30px;
}
footer h3 {
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    color: #03071E;
}
footer ul li, footer ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #03071E;
}
footer ul li a:hover {color:#F77F00;}
footer a.phone {
    font-weight: 600;
    font-size: 24px;
    line-height: 177%;
    color: #03071E;
}

.categoryPage h1 {
    margin: 24px 0 19px;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #03071E;
}
.filterArea {
    background: #efefef;
    padding: 20px 20px;
    border-radius: 10px;
}
.filterArea .head {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #03071E;
}
.filterArea label {display:block;width: 100%;margin:0;}
.filterArea select {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 10px 5px;
    border-color: #d9d9d9;
    font-size: 14px;
}
.mbottom30 {margin-bottom:30px;}
.sticky-top {z-index: 7;}
.checkboxDiv {padding: 10px 0;}
label.checkboxLabel {
    display: inline-block !important;
    width: auto;
    font-size: 18px;
    line-height: 24px;
}
label.checkboxLabel span {
    padding: 0px 8px;
}
label.checkboxLabel input {
    width: 24px;
    height: 24px;
    float: left;
}
.breadcrumb {background: none;padding-left: 0;margin:0;}
.breadcrumb a {color:#000;font-weight: 500;}

.productHeader {background: #F77F00;height:70px;}
.productHeader h1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 70px;
    color: #FFFFFF;
    letter-spacing: -1px;
}

.productDetails {margin:24px 0;}
.productDetails .productImage img{
    border: 1px solid #EFEFEF;
    border-radius: 10px;
}

.productDetails .optionsDiv .optionsHead svg {
    display: none;
}
.productDetails .optionsDiv .optionsHead {
    background: #c1c1c1;

    height: 55px;
    padding: 0 25px;
    font-weight: 600;
    font-size: 20px;
    line-height: 0;
    color: #FFFFFF;
}
.productDetails .optionsDiv .optionsHead.active svg {
    display: block;
}
.productDetails .optionsDiv .optionsHead.active {
    background: #F77F00;
}
.productDetails .optionsDiv:last-child  {
    border-radius: 0 0 10px 10px;
}
.productDetails .optionsDiv:first-child  {
    border-radius: 10px 10px 0 0;
}
.productDetails .optionsDiv:first-child .optionsHead  {
    border-radius: 10px 10px 0 0;
}
.productDetails .optionsDiv  {
    background: #EFEFEF;
}
.productDetails .optionsDiv .optionsChoice div:first-child {
    text-align: left;
}
.productDetails .optionsDiv .optionsChoice div:last-child {
    text-align: right;
}
.productDetails .optionsDiv .optionsChoice div {
    text-align: center;
}
.productDetails .optionsDiv .optionsChoice:last-child {
    border:0;
}
.productDetails .optionsDiv .optionsChoice label {
    width: 100%;
    cursor: pointer;
    padding: 25px;
    margin:0;
}
.productDetails .optionsDiv .optionsChoice small {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.productDetails .optionsDiv .optionsChoice {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #03071E;
    border-bottom: 1px solid #D6D6D6;
}
.productDetails .optionsDiv .optionsChoice.first {
    padding: 25px;
}
.productDetails .optionsDiv label.active {
    background: #ffdcb8;
}
.productDetails .optionsDiv .optionsChoice input[type='radio'] {
    margin-right:15px;
    height: 12px;
}
.productDetails .optionsDiv .optionsChoice input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.productDetails .optionsDiv .optionsChoice.customChoice input[type='text'] {
    width: 100%;
    border:1px solid #ffa500;
    pointer-events: none;
}
.productDetails label.active input {
    pointer-events:auto !important;
}
.productDetails .optionsDiv .optionsChoice input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #ffa500;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
#getCustomPrice {
    border: 0;
    display: block;
    margin: 40px 0 0;
    background: #F77F00;
    color: #fff;
    padding: 7px 15px;
    pointer-events: none;
}
.pointerControl.active #getCustomPrice {
    pointer-events: auto;
}
.divMinmax {
    font-size: 14px;
    margin-top: 5px;
}

.productProcess {margin:20px 0 0;}
.productProcess .pieceDiv{
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    margin:0 20px;
    padding: 6px;
}
.productProcess .piece{
    text-align: center;
    width: 40px;
    border: 0;
    margin:0 10px;

}
.fixedCenter {position: fixed;top:50%;left:50%;transform:translate(-50%,-50%)}
.productProcess .head {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #03071E;
}
.productProcess .plus, .productProcess .minus {
    cursor: pointer;
    padding: 3px 10px;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */
}
.productProcess .addCart {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    background: #F77F00;
    border-radius: 5px;
    border: 0;
    padding: 10px 30px;
}
header .countCart {
    position: absolute;
    background: #F77F00;
    font-size: 10px;
    font-weight: 300;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    text-align: center;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    top: 2px;
    right: 2px;
}
.productDescription h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #03071E;
}
.productDescription {
    background: #EFEFEF;
    border-radius: 10px;
    padding: 20px;
}
.productDetails p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;

    color: #000000;
}

.memberLogin {margin:50px 0;}
.memberLogin form {}
.memberLogin h1 {
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    color: #03071E;
}
.memberLogin label {
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 119%;
    color: #000000;
    margin-top: 20px;
}
.memberLogin label button:hover {
    color:#F77F00;
    background: #fff;
}
.memberLogin label button {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #F77F00;
    border-radius: 5px;
    width: 100%;
    height: 55px;
    border: 1px solid #F77F00;
    display: block;
    text-transform: uppercase;
}
.memberLogin label input {
    display: block;
    border:1px solid #e2e2e2;
    border-radius: 5px;
    height:55px;
    width:100%;
    margin-top:11px;
    padding: 0 10px;
}
.memberLogin .goRegister:hover {
    color: #fff;
    background: #F77F00;
}
.memberLogin .goRegister {
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #F77F00;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    height: 55px;
    border: 1px solid #F77F00;
    display: block;
    line-height: 55px;
    text-transform: uppercase;
}
.memberLogin .goBtn {
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    color: #fff;
    background: #F77F00;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    border: 1px solid #F77F00;
    display: block;
    line-height: 40px;
    text-transform: uppercase;
}
.memberLogin .goBtn:hover {
    background: #fff;
    color:#F77F00;
}
.memberLogin .forgot {
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #000000;
}
.memberLogin .approve {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 0;
}
.memberLogin .contract, .memberLogin .contract a {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #03071E;
}
.memberLogin .contract a {text-decoration: underline;font-weight: 500;}

.sidebar {margin-top:15px;}
.sidebar .listArea {}
.sidebar .listArea li {}
.sidebar .listArea li.active a {
    color: #fff;
    border: 1px solid #F77F00;
    background: #F77F00;
}
.sidebar .listArea li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #03071E;
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    padding: 16px 28px;
    margin-bottom: 10px;
}
.sidebar .listArea li a:hover {
    border-color:#F77F00;
}
.rightArea {
    margin-top: 15px;
}
.rightArea.accountDetails {
    background: #F7F5F5;
    border-radius: 5px;
    margin-top:15px;
    padding: 0px 30px 30px;
}
a.newAddress {
    margin-top: 30px;
}
.rightArea .addressCon .name {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #03071E;
    margin-bottom:10px;
}
.rightArea .addressCon {
    background: #EEEDED;
    border: 1px solid #000000;
    border-radius: 5px;
    margin-top:30px;
    padding: 20px 15px;
}

.cartPage {}
.cartPage h1 {
    margin: 24px 0 19px;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #03071E;
}
.cartProducts {
    margin-top:20px;
    padding: 30px 15px;
    background: #F7F5F5;
    border-radius: 5px;
}

.cartProducts .content .proImage {border-radius: 5px;max-width: 100px;width:100%;}
.cartProducts .content .first {margin-right:10px;}
.cartProducts .content .productName.firstN {margin-bottom:10px;}
.cartProducts .content .delete:hover {
    color:red;
    background: #fff;
    border:1px solid red;
}
.cartProducts .content .delete {
    border:1px solid transparent;
    color: #fff;
    font-weight: 500;
    background: red;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
}
.cartProducts .content .productName {
    font-weight: 400;
    font-size: 14px;
    line-height: 119%;
    color: #000000;
}
.cartProducts .head {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    margin-bottom:15px;
}
.cartSidebar {
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    padding: 30px 15px;
    margin-top:20px;
}
.cartSidebar {}
.cartSidebar .cartPrice .list {
    border-bottom: 1px solid #BBBBBB;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.cartSidebar .cartPrice .list:last-child {
    border:none;
}
.cartSidebar .cartPrice {
    font-weight: 400;
    font-size: 16px;
}
.cartPieceInput {
    max-width: 50px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.1);
}

.approveCart {}
.approveCart input {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    width: 24px;
    height: 24px;
}
.approveCart .head {
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    color: #03071E;
    text-align: center;
}
.approveCart .price {
    font-weight: 800;
    font-size: 30px;
    line-height: 45px;
    color: #00C72E;
    text-align: center;
}
.approveCart label a {
    font-size: 14px;
    color: #000;
}
.approveCart button {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    background: #F77F00;
    border-radius: 5px;
    border: 0;
    display: block;
    width: 100%;
    height: 55px;
    color: #fff;
    margin-top: 10px;
    cursor:pointer;
}
.cartPage .addressCon .head{
    font-weight: 800;
    font-size: 20px;
    line-height: 25px;
    color: #03071E;
}
.cartPage .addressCon {
    margin-top:20px;
    background: #F7F5F5;
    border-radius: 5px;
    padding: 28px 40px;
}
.cartPage label  {
    display: block;
    width:100%;
}
.cartPage label .addressDetails .name {
    margin-bottom:10px;
}
.cartPage label .addressDetails {
    background: #EEEDED;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 20px 10px;
    margin-top: 20px;
    cursor: pointer;
    font-weight: 400;
    line-height: 119%;
    color: #000000;
    font-size: 14px;
}
input.addressCheck {
    display:none;
}
input.addressCheck:checked + label .addressDetails {
    background: #F77F00;
    color: #fff;
    border-color:transparent;
}
.memberLogin label input.radioC {
    float: left;
    width: 25px;
    height: 25px;
    margin: 0;
    margin-right: 10px;
}
.addNewAddress:hover {
    color: #fff;
    background: #F77F00;
}
.addNewAddress {
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #F77F00;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    height: 55px;
    border: 1px solid #F77F00;
    display: block;
    line-height: 55px;
    text-transform: uppercase;
}
.cartPage .paymentCon {
    margin-top: 20px;
    background: #F7F5F5;
    border-radius: 5px;
    padding: 28px 40px;
}
.cartPage .paymentCon .head{
    font-weight: 800;
    font-size: 20px;
    line-height: 25px;
    color: #03071E;
}
.cartPage.successPage svg.successSvg {
    fill: #F77F00;
}
.cartPage.successPage {
    margin-top:50px;
}
.btnViewOrder {
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    background: #F77F00;
    border-radius: 5px;
    display: inline-block;
    height: 55px;
    color: #fff;
    margin-top: 10px;
    cursor: pointer;
    line-height: 55px;
    padding: 0 20px;
    border:1px solid #F77F00;
}
.btnViewOrder:hover {
    background: #fff;
    color:#F77F00;
}
a.classicLink:hover {
    text-decoration: underline;
}
a.classicLink {
    color:#F77F00;
}
.userOrderList {margin-top:10px;}
.userOrderList .list {border: 1px solid #B2B2B2;padding: 25px;border-radius: 5px;margin-bottom:20px;}
.userOrderList .list .productImage {width:100px;height:100px;}
.userOrderList .list .productImage.half {width:50px;height:50px;}
.userOrderList .list .productImage.quart {width:75px;height:75px;}
.userOrderList .list {font-size: 18px;line-height: 22px;}
.userOrderList .list .mAr {margin-bottom:10px;}
.userOrderList .list .orderStatus {
    margin-left: 20px;
    margin-right: 20px;
}
.hkh div {margin:3px 0;}
.userOrderList .list .orderStatus svg {margin-right:20px;}
.userOrderList .list .toggleOrder {margin-left:20px;}
.userOrderList .list .bhj {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px;
    margin-right: 20px;
}
.brtH {position: relative;}
.brtH span{
    position: absolute;
    left: 20px;
}
.grayA {
    background: #F2F2F2;
    border-radius: 5px;
    padding: 16px 9px;
    margin: 8px 0 20px;
}
.toggleDiv {cursor: pointer;}
.proMar {margin:10px 0;padding-bottom:5px;}
.hym {margin:0 10px;-webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;}
.scaleModel {transform: scaleY(0);transform-origin: top;transition: transform 0.26s ease;height: 0;}

.scaleModel.active {transform: scaleY(1);height: auto;}
.userOrderList .list.active .toggleOrder {
    transform: rotate(
            180deg
    );
}
.userOrderList .list.active .scaleModel {
    transform: scaleY(1);height: auto;
}
.pageCon {margin-top:30px;}
.pageCon h1 {
    margin: 24px 0 19px;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #03071E;
}








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

}
@media only screen and (max-width: 800px) {


}
@media only screen and (max-width: 700px) {

}

#hamburger {
    width: 49px;
    height: 40px;
    position: relative;
    margin: 40px auto;
    cursor: pointer;
    position: absolute;
    top: 21px;
    right: 20px;
    background-color: transparent;
    z-index: 10;
}

#hamburger:hover span:nth-child(1) {
    top: -4px;
    -webkit-transition: .20s ease-in-out;
    -moz-transition: .20s ease-in-out;
    -o-transition: .20s ease-in-out;
    transition: .20s ease-in-out;
}

#hamburger:hover span:nth-child(3) {
    top: 20px;
    -webkit-transition: .16s ease-in-out;
    -moz-transition: .16s ease-in-out;
    -o-transition: .16s ease-in-out;
    transition: .16s ease-in-out;
}

#hamburger span {
    z-index: 3;
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #111;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(
            0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(
            0deg);
    -webkit-transition: .20s ease-in-out;
    -moz-transition: .20s ease-in-out;
    -o-transition: .20s ease-in-out;
    transition: .25s ease-in-out;
}

#hamburger span:nth-child(1) {
    top: 0px;
}

#hamburger span:nth-child(2) {
    top: 8px;
}

#hamburger span:nth-child(3) {
    top: 16px;
}

#hamburger.open span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    background-color: #fff;
}

#hamburger.open span:nth-child(2) {
    opacity: 0;
    left: -18px;
    -webkit-transition: .16s ease-in-out;
    -moz-transition: .16s ease-in-out;
    -o-transition: .16s ease-in-out;
    transition: .16s ease-in-out;
}

#hamburger.open span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background-color: #fff;
}
#mobileMenu.active {
    right:0;
}
#mobileMenu {
    background: #00f;
    position: fixed;
    top: 0;
    right:100%;
    width: 100%;
    height: 100%;
    z-index: 9;
}
#mobileMenu ul {
    padding: 0 30px;
    position: absolute;
    top: 54px;
}
#mobileMenu ul li {
    margin:3px 0;
}
#mobileMenu ul li a {
    font-size: 18px;
    color: #fff;
    padding: 3px;
    font-weight: 700;
}

.paymentCon nav {margin-top:30px;}
.paymentCon .nav-tabs .nav-item.show .nav-link, .paymentCon .nav-tabs .nav-link.active {background: #F77F00;color: #fff;}
.paymentCon .nav-tabs .nav-item.show .nav-link:hover, .paymentCon .nav-tabs .nav-link.active:hover {color: #fff;}
.paymentCon .nav-tabs .nav-link {color:#000;}
.paymentCon .nav-tabs .nav-link:hover {color:#F77F00;}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotatingReverse {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
.rotating {
    -webkit-animation: rotating 15s linear infinite;
    -moz-animation: rotating 15s linear infinite;
    -ms-animation: rotating 15s linear infinite;
    -o-animation: rotating 15s linear infinite;
    animation: rotating 15s linear infinite;
}
.reverse {
    -webkit-animation: rotatingReverse 15s linear infinite;
    -moz-animation: rotatingReverse 15s linear infinite;
    -ms-animation: rotatingReverse 15s linear infinite;
    -o-animation: rotatingReverse 15s linear infinite;
    animation: rotatingReverse 15s linear infinite;
}


.shake {
    animation: shakeAnim 2s cubic-bezier(.36,.07,.19,.97) both infinite;
}
@keyframes shakeAnim {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.bounce-7 {
    animation-name: bounce-7;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}
@keyframes bounce-7 {
    0%   { transform: scale(1,1)      translateY(0); }
    10%  { transform: scale(1.1,.9)   translateY(0); }
    30%  { transform: scale(.9,1.1)   translateY(-30px); }
    50%  { transform: scale(1.05,.95) translateY(0); }
    57%  { transform: scale(1,1)      translateY(-3px); }
    64%  { transform: scale(1,1)      translateY(0); }
    100% { transform: scale(1,1)      translateY(0); }
}

@media only screen and (max-width: 1024px) {
    .cartSidebar .cartPrice .list {font-size:13px;}
    .approveCart .head {font-size:20px;}
    .approveCart .price {font-size:26px;}
    .approveCart label a {font-size:12px;}
}
@media only screen and (max-width: 800px) {
    .headerCenter .search {font-size:12px;padding-left: 33px;}
    .headerCenter svg.searchIcon {
        margin-left: 9px;
        width: 15px;
    }
    .contentTop .item p {font-size:14px;}
    .categories .product {padding: 10px 15px;}
    .footerTop .item p strong {font-size:16px;}
    .footerTop .item {padding:10px 15px;height: auto;}
    footer h3 {font-size:15px;}
    footer ul li, footer ul li a {font-size:13px;}
    footer a.phone {font-size:16px;}
    .productDetails .optionsDiv .optionsChoice div:last-child, .productDetails .optionsDiv .optionsChoice div input {max-width:100%;}
}
@media only screen and (max-width: 600px) {
    .headerCenter label {margin:10px 0;}
    .headerCenter .search {height:40px;}
    header .headerItem {height:46px;}
    .mbet {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important;
    }
    header .headerItem span {font-size:13px;}
    .headerBottom nav ul li a {font-size:14px;}
    .headerBottom nav ul li a {width: auto;padding:0 10px;}
    .contentTop .item p strong {font-size:16px;}
    .contentTop .item {margin-top:30px;}
    .categories .head h2 {font-size:18px;}
    .categories .all a {font-size:16px;}
    .categories .product {margin-bottom:30px;}
    .mMar {margin-bottom:30px;}
    .footerTop .item {margin-bottom:15px;}
    .footerLinks ul {margin-bottom:15px;}
    header ul li ul {height:300px !important;overflow: auto;}
    header ul li ul li {max-width: 32.1%;margin: .5%;}
    .headerBottom ul li ul li img {max-width: 50px;}
    header ul li ul li .name {font-size:14px;}
    .categoryPage h1 {font-size: 22px;line-height: 10px;}
    .filterArea .head {font-size:16px;}
    label.checkboxLabel input {width:20px;height: 20px;}
    .filterArea {margin-bottom:15px;}
    .filterArea hr {margin:5px 0;}
    .filterArea hr:last-child {display:none;}
    .breadcrumb-item, .breadcrumb-item a {font-size:12px;}
    .breadcrumb {display:none;}
    .productHeader {height:50px;}
    .productHeader h1 {font-size: 16px;line-height: 50px;}
    .productDetails .optionsDiv .optionsHead {font-size:16px;}
    .productDetails .optionsDiv .optionsChoice {font-size:13px;}
    .productDetails .optionsDiv .optionsChoice .col-3 {padding: 0 3px;}
    .productProcess .head {font-size:16px;}
    .productProcess .addCart {font-size:14px;padding: 10px;}
    .productProcess {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important;
    }
    .divMinmax {font-size:12px;}
    .productDescription {margin-top:15px;}
    .productDetails p {font-size:13px;}
    .cartPage h1 {font-size:24px;}
    .cartPageCount {font-size:14px;}
    .mHidden {display:none;}
    .sidebar .listArea li a {font-size: 14px;line-height: 5px;}
    .sidebar .listArea li a {margin-bottom:5px;}
    .userOrderList .list {padding:5px;}
    .userOrderList .list .mAr {font-size:14px;}
    .userOrderList .list .bhj {margin:0 10px;}
    .toggleDiv {display:block !important;text-align: center;}
    .userOrderList .list .orderStatus {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
        margin: 20px 0;
    }
    }
    .gaJ {display:block !important;}
}
