@charset "utf-8";
/* CSS Document */

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

table, table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
}

img {
    vertical-align: top;
}

embed {
    vertical-align: top;
}

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
    display: block;
}

mark, rp, rt, ruby, summary, time {
    display: inline;
}

input, textarea {
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
}

iframe {
    border: 0;
    margin: 0;
    padding: 0;
}

input, textarea, select {
    margin: 0;
    padding: 0px;
}

.form-control {
    font-size: 14px;
    border-radius: 0px;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none
}

a:hover {
    color: inherit;
}

li {
    list-style: none;
}

*:focus {
    outline: none !important;
}

/*font block start*/

@import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap');

@font-face {
    font-family: 'Work Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Work Sans Regular'), url('../fonts/WorkSans-Regular.woff') format('woff');
}

@font-face {
    font-family: "CoreSansNW01-45Regular";
    src: url("../fonts/CoreSansNW01-45Regular.eot");
    /* IE9*/
    src: url("../fonts/CoreSansNW01-45Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/CoreSansNW01-45Regular.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/CoreSansNW01-45Regular.woff") format("woff"), /* chrome、firefox */
    url("../fonts/CoreSansNW01-45Regular.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/CoreSansNW01-45Regular.svg#Core Sans N W01 45 Regular") format("svg");
    /* iOS 4.1- */
}

/*-----------------------------------------------------font block end--------------------------------------------*/

/*-----------------------------------------------------animation start--------------------------------------------*/

* {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 1px transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*-----------------------------------------------------animation end--------------------------------------------*/

/*---------------------------------------------Globel html tags--------------------------------------------*/

html, body {
    font-family: "CoreSansNW01-45Regular";
    color: #333;
    font-size: 16px;
}

body {
    font-family: "CoreSansNW01-45Regular";
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
}

p, label {
    font-family: "CoreSansNW01-45Regular";
    font-weight: 300;
}

button {
    cursor: pointer;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

h1 {
    font-size: 36px;
    font-weight: 300;
}

h2 {
    font-size: 32px;
    font-weight: 300;
}

h3 {
    font-size: 28px;
    font-weight: 300;
}

h4 {
    font-size: 24px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 16px;
    font-weight: 300;
}

p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}

*:focus {
    box-shadow: none !important;
}

/*---------------------------------------------Globel html end--------------------------------------------*/

a.btn_m_size {
    color: #000;
    border: solid 1px #000000;
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s ease all;
    min-width: 200px;
    font-size: 14px;
    text-transform: capitalize;
    outline: 0;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    height: 40px;
    line-height: 14px;
    padding: 14px 15px;
    cursor: pointer;
}

a.btn_l_size {
    color: #000;
    border: solid 1px #000000;
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s ease all;
    min-width: 180px;
    font-size: 14px;
    text-transform: capitalize;
    outline: 0;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    height: 40px;
    line-height: 14px;
    padding: 12px 15px;
    cursor: pointer;
}

a.btn_l_size:hover {
    color: #fff;
    border: solid 1px #000000;
    background: #000;
}

a.btn_l_size:hover svg#btn_bagicon path {
    stroke: #fff !important;
}

a.btn_l_size svg {
    width: 16px;
    height: auto;
    margin-top: -6px;
    margin-right: 4px;
}

a.btn_m_size svg {
    width: 16px;
    height: auto;
    margin-top: -6px;
    margin-right: 18px;
}

a.btn_m_size.btn_m_size_nxt {
    background: #bdd755;
    border: #bdd755;
}

a.btn_m_size.btn_m_size_nxt:hover {
    background: #b4cc51;
}

a.btn_m_size {
    background: #bdd755;
    border: #bdd755;
}

a.btn_m_size:hover {
    background: #b4cc51;
}

.btn_full_size {
    color: #fff;
    background: #D8452C;
    border: #D8452C;
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s ease all;
    font-size: 14px;
    text-transform: capitalize;
    outline: 0;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    height: 40px;
    line-height: 14px;
    padding: 14px 15px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.btn_full_size:hover {
    background: #000;
    color: #F7EB62;
}

/*---------------------------------------------Globel BUTTON html end--------------------------------------------*/

/**************price tag****************/

.price-tag {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
}

b.em-dirham {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    padding-top: 7px;
    display: inline-block;
}

b.price {
    font-weight: 400;
    font-size: 18px;
}

span.old-price {
    margin-left: 6px;
}

span.old-price {
    font-size: 12px;
    color: #808080;
    font-weight: 400;
    padding-left: 10px;
    line-height: 10px;
    padding-top: 10px;
    display: inline-block;
}

.price-tag.price-tag-detail span.old-price {
    font-size: 12px;
    color: #808080;
    font-weight: 400;
    padding-left: 0px;
    line-height: 10px;
    padding-top: 10px;
    display: inline-block;
    margin-left: 0px;
}

.price-tag.price-tag-detail b.price {
    font-weight: 400;
    font-size: 24px;
}

.price-tag.price-tag-detail b.em-dirham {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    padding-top: 13px;
    display: inline-block;
}

.price-tag.price-tag-detail {
    margin-bottom: 4px;
}

/**************price tag****************/

/*************** FOOTER **********************/

/*=============breadcrumb==================*/

.breadcrumb {
    background-color: white;
}

li.bred-li i {
    font-size: 12px;
    line-height: 14px;
}

li.bred-li {
    font-size: 12px;
}

li.bred-li i {
    font-size: 12px;
    padding-top: 2px;
    padding: 2px 5px;
    text-transform: uppercase;
}

.breadcrumb {
    background-color: white;
    padding-left: 0;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

li.bred-li.bread-li-home img {
    width: 14px;
    height: auto;
}

.breadcrumb1 {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 10px;
}

/*=============breadcrumb end==================*/

/********************** input-btn ************************/

input.btn_m_size {
    background: #bdd755;
    border: #bdd755;
    height: 40px;
    text-transform: capitalize;
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

input.btn_m_size:hover {
    background: #b4cc51;
}

select.form-control:not([size]):not([multiple]) {
    height: 38px !important;
    font-size: 14px;
}

select.form-control {
    color: #495057;
    font-weight: 500;
    font-size: 1rem;
    width: 100%;
    padding: 7px 10px 7px 10px;
    text-decoration: none;
    -webkit-appearance: none;
    border-radius: 0rem;
    -webkit-border-radius: 0rem;
    -moz-border-radius: 0rem;
    -ms-border-radius: 0rem;
    -o-border-radius: 0rem;
}

/********************** input-btn ************************/

@media (min-width: 1200px) {
    .container {
        max-width: 1440px;
        width: 90%;
    }
}