
body {
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: #fff;
}
div,
h1,
h2,
h3,
h4,
h5,
h6,
a,
ul,
li,
ol,
p,
span {
    margin: 0;
    padding: 0;
}
div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
    margin: 0;
    padding: 0;
}
table,
tr,
td {
    border: 0;
}
a {
    outline: none;
    color: #333;
    text-decoration: none;
}
a:hover {
    outline: none;
    color: #000;
    text-decoration: none;
}
img {
    border: none;
}
li {
    list-style: none;
}
.clearall {
    clear: both;
}


 
.container {}
@font-face {
    font-family: 'hamurz_free_versionregular';
    src: url('../fonts/hamurz_free_version-webfont.woff2') format('woff2'),
         url('../fonts/hamurz_free_version-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'hamurz_free_versionregular';
    src: url('../fonts/hamurz_free_version-webfont.woff2') format('woff2'),
         url('../fonts/hamurz_free_version-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*------------------------------
COMMOM HEADERS
--------------------------------*/
#header {
    float: left;
    width: 100%;
    background: #373142;
    min-width: 1004px;
}
#header ul {
    float: right;
}
#header ul li {
    float: left;
    line-height: 14px;
    padding: 28px 17px;
}
#header ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
#header ul li:last-child {
    border-right: none;
    padding: 28px 17px 28px 17px;
}
#header ul li.activ,
#header ul li:hover {
    background-color: #b17f53;
}
#header ul li a.activ {
    background-color: #b17f53;
}
/*------------------------------
COMMOM HEADERS END
--------------------------------*/
#contents {
    float: left;
    width: 100%;
    display: block;
    padding-left: 0px;
    padding-top: 0px;
}
h1 {
    float: left;
    width: 100%;
    padding: 10px 0;
    font-weight: 400;
    font-size: 26px;
    color: #ff9800;
    margin: 10px 0;
    text-transform: uppercase;
}
.product-page {
    margin-top: 20px;
    margin-right: 0px;
    overflow: visible;
    height: auto;
    padding-bottom: 20px;
    background-color: #FFF;
}
.t-cart-1 {
    font-weight: 400;
    text-align: left;
    padding: 10px;
    background: white;
    font-size: 17px;
}
.t-cart-2 {
    text-align: center;
    font-size: 17px;
    padding: 10px;
    background: white;
    font-weight: 400;
}
.t-cart-h {
    text-align: left;
    color: #fff;
    padding: 10px;
    font-weight: 400;
    background: #0aa1bc;
    text-align: center;
}
.prod-checkout {
    margin-left: 10px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #002a80;
    text-decoration: none;
    font-size: 16px;
}
.prod-checkout:hover {
    color: blue;
}
a.prod-clearcart,
#browse,
.cont-shop,
.prcd-chk {
    float: left;
    color: #fff;
        background:var(--theme-color);
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 25px;
    /* border: 1px solid #53ba00; */
    font-weight: 600;
    /* clip-path: polygon(0 0, 92% 0, 100% 100%, 5% 100%); */
    margin: 0 4px;
    border-radius: 4px;
}
.cont-shop:hover {
    background: var(--theme-color) !important;
    color: #fff;
}
a.prod-clearcart:hover,
.prcd-chk:hover {
    color: #fff;
    background: var(--theme-color) !important;
    text-decoration: none;
}
a.prod-clearcart,
.cont-shop,
.prcd-chk {
    /*position: absolute;
    left: 58px;
    top: 27px;*/
}
.prcd-chk {}
.cont-shop {}
#browse {
    position: relative;
    right: 0;
    top: 0px;
    margin-right: 10px;
}
.optionlist-long {
    font-weight: 400;
    font-size: 14px;
    width: 340px;
}
.t-cart-add {
    display: block;
    float: right;
    margin-top: 4px;
    margin-right: 15px;
    height: 16px;
    width: 16px;
    background: url(../images/cart-increase.png) no-repeat 3px 3px #3f9528;
    border: none;
    padding: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.t-cart-sub {
    display: block;
    float: left;
    margin-top: 4px;
    margin-left: 15px;
    height: 16px;
    width: 16px;
    background: url(../images/cart-decrease.png) no-repeat center center #808080;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}
.t-cart-del {
    float: left;
    margin-right: 10px;
    display: block;
    height: 18px;
    width: 18px;
    cursor: pointer;
    margin-top: 3px;
    border: 1px solid red;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: url(../images/cart-remove.png) no-repeat;
}
.cart-product {
    float: left;
    width: 50px;
    border: 1px dotted #d0d0d0;
}
.prodnm {
    float: left;
    margin: 2% 0 2% 15px;
    color: #211b2d;
    vertical-align: middle;
}
/* shipping--*/
.frm-container {
    width: 100%;
    float: left;
    background-color: #fff;
    padding-bottom: 15px;
    text-align: left;
}
.frm-container-show {
    display: block !important
}
.frm-container.step1 {
    float: left;
    width: 49%;
    background: #F7EBED;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 12px 12px rgb(41 26 85 / 25%);
}
.frm-container.step2{
    background: #F7EBED;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 12px 12px rgb(41 26 85 / 25%);
}
.inner-container {
    float: left;
    width: 100%;
    /*padding:0 15px;*/
}
.frm-container .frm-container-inner {
    float: left;
    width: 100%;
    padding: 15px 15px;
}
.frm-container-inner {
    background: #ebebeb;
    border: 1px solid #7a7c3a;
}
.frm-container:last-child {
    float: right;
    width: 49%;
}
.cart-smmry {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    border: none;
    float: left;
    width: 100%;
    display: block !important;
}
/************CART ORDER SUMMERY****************/
div#cartBox {
    float: left;
    width: 100%;
}
.cart_hdr {
    float: left;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid var(--theme-color);
    background: var(--theme-color);
}
.prd_img,
.prd_name,
.prd_prc,
.prd_qty,
.prd_total {
    float: left;
    text-align: center;
    width: 20%;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.prd_name,
.prd_prc,
.prd_qty,
.prd_total {
    margin: 8px 0;
}
.prd_name,
.prd_img {
    text-align: left;
    width: 40%;
}
.summry-lft {
    float: left;
    width: 60%;
    background: #e5e5e5;
    padding: 10px 20px;
}
.summry-lft-hdr,
.cart-totl-hdr {
    float: left;
    width: 100%;
    background: #f85372;
    padding: 10px 15px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
}
.summry-lft-hdr span {
    float: right;
}
.prod_details {
    float: left;
    width: 100%;
    position: relative;
    padding: 30px 18px 30px 0;
    margin-bottom: 10px;
    border-bottom: 1px dashed #a1a1a1;
}
.prod_details.last {
    border-bottom: none;
    font-size: 20px;
    margin-bottom: 0;
}
.prod_details img.cart-remv {
    position: absolute;
    right: 18px;
    top: 45px;
}
.prod_name {
    float: left;
    width: 40%;
    position: relative;
    padding: 20px 0 20px 115px;
    text-align: center;
}
.prod_name img {
    max-width: 95px;
    position: absolute;
    left: -11px;
    top: -18px;
}
.prod_smmry {
    position: absolute;
    max-width: 80px;
    left: 0;
    top: 5px;
    border: 1px solid #ccc;
}
.prod_name .product_name {
    color: #130101;
    font-size: 18px;
    line-height: 24px;
    float: left;
    font-weight: normal;
    width: 100%;
    text-align: left;
}
.prod_name .prd_qty {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: left;
}
.cart_prod_qty,
.cart_prc_subtotl,
.cart_prod_prc {
    float: left;
    color: #212121;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    margin-top: 20px;
    width: 25%;
    text-align: center;
}
.cart_prod_qty {
    width: 10%;
}
.cart_prod_prc {}
.cart-totl {
    float: left;
    width: 100%;
    padding: 20px 15px;
    text-align: left;
    position: relative;
}
.cart-summery {
    float: right;
    width: 50%;
}
.cart-links {
    float: left;
    width: 50%;
}
.cart-sb-totl,
.shp-charge,
.total-amt {
    float: left;
    width: 100%;
    padding: 6px 0;
    color: #231f20;
    font-size: 16px;
    line-height: 22px;
}
.cart-sb-totl {
    margin-bottom: 10px;
}
.sub-prc,
.shp-prc,
.total-prc {
    float: right;
}
.total-amt {
    color: #212121;
    padding: 12px 0;
    font-size: 20px;
    font-weight: bold;
    border-top: 2px solid #7a7c3a;
}
.sub-prc {
    color: #292929;
    font-weight: 500;
}
.ofer-trms {
    float: left;
    width: 100%;
    margin-top: 10px;
}
/*********************************/
.shipping_heading {
    width: 100%;
    margin: 0 0 15px 0;
    float: left;
    color: #ffffff;
    padding: 12px 0 12px 13px;
    background:transparent;
    position: relative;
}
.shipping_heading h3 {
    font-size: 32px;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 18px;
    color: var(--theme-color);
    position: relative;

}
input:-webkit-autofill,
input:autofill {
    background-color: transparent !important;
    box-shadow: 0 0 0px 1000px transparent inset !important;
    background-clip: text !important;
    font-weight: 400;
}
.shipping_heading.sub_shipping_heading h3{font-size: 24px;}
/* .shipping_heading:after{
    content:"";width: 100%;background:var(--theme-color);height:3px;position: absolute;left: 0;right: 0;margin: 0 auto;display: block;top: 50%;transform: translateY(-50%);
} */
.shipping_heading h3 img {
    filter: invert(56%) sepia(99%) saturate(1566%) hue-rotate(330deg) brightness(100%) contrast(70%);
    margin-right: 3px;
}
img.step {
    position: absolute;
    right: 0px;
    top: 6px;
}
.sameas-cart {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
}
.label {
    float: left;
    width: 100%;
    margin: 0;
    color: #696969;
    font-size: 15px;
    position: relative;
    margin-bottom: 10px;
}
.label i {
    position: absolute;
    left: 10px;
    top: 15px;
    font-size: 14px;
    z-index: 999;
    display: none;
}
.label p {
    color: #010101;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.is_bill {
    float: left;
    width: 100%;
    padding: 0 10px 0 25px;
    font-size: 15px;
    line-height: 20px;
    color: #4a4a4a;
    position: relative;
    box-sizing: border-box;
}
.is_bill input[type="checkbox"] {
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0px;
    top: 0;
}
.billingDiv {
    display: none
}
.cards {
    float: left;
    width: 100%;
    padding: 8px 10px;
    text-align: center;
}
.cards span {
    float: left;
    padding: 10px 0;
}
.cards img {
    float: left;
    max-width: 210px
}
.exp-year {
    /*left:190px !important;*/
}
.cartcard {
    float: left;
    padding-left: 10px;
}
.Accept {
    float: left;
    color: #696969;
    font: bold 13px tahoma;
    line-height: 43px;
    padding-left: 62px;
}
input[type=text],
input[type=email],
input[type=number],
select {
    width: 100%;
    font-size: 17px;
    padding: 8px 0 8px 12px;
    border: 1px solid #d7d9e0;
    background: #FFF;
    border-radius: 5px;
    height: 43px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* font-family: 'hamurz_free_versionregular'; */
}
select {
    /*padding:8px 0 8px 19px;*/
    background: #fff url(../images/down.png) no-repeat right 10px top 19px;
}
select option {
    padding-left: 0
}
.small-s,
.small {
    width: 49% !important;
    padding-right: 10px;
}
.flr-r {
    float: right;
}
.label a,
.label a:hover {
    color: #211b2d;
    text-decoration: underline;
    float: left;
    margin: 10px 0px 0 16px;
}
.submit-btn {
    background: #357ed8;
    width: 255px;
    height: 46px;
    cursor: pointer;
    border: none;
    margin: 13px auto 0;
    border-radius: 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    clip-path: polygon(0 0, 93% 0, 100% 100%, 7% 100%);
}
.cart-terms {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 10px 8px 25px;
    text-align: left;
    position: relative;
}
.cart-terms a, .cart-terms a:hover{color: #727475;}
.cart-terms input[type="checkbox"] {
    position: absolute;
    left: 10px;
    top: 10px;
}
.clearall {
    clear: both;
}
/* ------------Processing Box------------------ */
#processing-box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    background-color: #000;
    opacity: .7;
    filter: alpha(opacity=70);
}
#processing-box-inner {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    width: 200px;
    height: 90px;
    margin-left: -100px;
    margin-top: -100px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #666;
    font-weight: bold;
    font-family: 'hamurz_free_versionregular';
    padding-top: 20px;
    display: none;
}
/* ------------------------------ */
.middle_box_margin {
    margin: 0 35px;
}
.frm_con_bgcolr {
    display: table;
}
.discount {
    font-weight: bold;
    color: #c41414;
    text-transform: capitalize;
}
@media (max-width: 768px) {
    span.prd_prc,
    .cart_prod_prc.ng-binding {
        width: 60%;
    }
    .prod_name {
        padding: 20px 0 20px 90px !important;
    }
    .prod_name .product_name {
        font-size: 14px !important;
    }
    span.prd_prc,
    .cart_prod_prc.ng-binding {
        width: 60%;
    }
    span.prd_qty,
    span.prd_total,
    .cart_prod_qty,
    .cart_prc_subtotl.ng-binding {
        display: none;
    }
    a.prod-clearcart,
    #browse,
    .cont-shop,
    .prcd-chk {
        font-size: 14px !important;
        margin: 10px 4px !important;
    }
    .prds-left {
        width: 100% !important;
    }
    .prds-right {
        width: 100% !important;
    }
    .cart-summery {
        width: 100% !important;
    }
    .frm-container.step1 {
        width: 100% !important;
    }
    .frm-container:last-child {
        width: 100% !important;
    }
    .choose-thumb {
        left: 0;
    }
    .cont-list li {
        width: 100%;
    }
    .cart-links {
        width: 100%;
    }
    .prds-left {
        width: 100%;
    }
    .prds-right {
        width: 100%;
    }
    .banner-con {
        padding: 40px;
    }
    .banner-con h1 {
        font-size: 32px;
    }
    .banner-con h2 {
        font-size: 17px;
    }
    #top-banner {
        min-height: 535px;
    }
    .ben-box3 {
        margin-top: 1rem;
    }
    .box-content h2 {
        font-size: 18px;
    }
    .banner-bottom {
        bottom: -8px;
    }
    .about-heading h2 {
        font-size: 32px;
    }
    .about-con {
        padding: 0px;
    }
    .product-container h2 {
        font-size: 24px;
        margin-bottom: 15px;
        ;
    }
    .shipping_heading h3 {font-size: 28px;}
    .prod_name img{    max-width:72px;
    left: 0px;top:12px}
    .frm-container{margin-bottom: 20px;}
    .shipping_heading.sub_shipping_heading h3{font-size: 22px;}
    .shipping_heading:after{display: none;}
}
a.prod-clearcart,
#browse,
.cont-shop,
.prcd-chk:hover {
    background-color: var(--theme-color);
    text-decoration: none;
}
input.no-error, select.no-error {
    background: url(../images/tick-input.png) 99.5% 50% no-repeat #fff !important;
    border: 1px solid green !important;
}
input.has-error, select.has-error {
    background: url(../images/error-input.png) 99.5% 50% no-repeat #fff !important;
    border: 1px solid orange !important;
}
@media (max-width:390px){
a.prod-clearcart, #browse, .cont-shop, .prcd-chk {
    font-size: 10px !important;
    margin: 10px 4px !important;
    letter-spacing: 0;    padding: 12px 10px;
}

}
a.cont-shop {
    background: var(--theme-color) !important;
}