html {
  position: relative;
  min-height: 100%;
}

body {
	background: #f4f7fc;
    color: white;
	font-family: 'Roboto', 'Tajawal', 'Heebo', sans-serif;
}

.cart-footer,
.home-cart {
    position: fixed;
    bottom: 0;
    padding: 20px;
    background: white;
    width: 100%;
    left: 0;
    z-index: 1;
    height: 84px;
}

#loading {
    position: fixed;
    margin: -20px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgb(0 0 0 / 60%);
    z-index: 999;
    display: inline-table;
    font-size: 60px;
}


.loading-container {
    margin-top: 300px;
}

.mobile-container {
    padding: 20px;
    overflow: hidden;
    min-height: 100%;
    position: absolute;
    width: 100%;
    padding-bottom: 130px;
}

.home-items {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
body {
	background: #f1f1f1;
}

.cart-footer,
.home-cart {
    position: sticky;
}

#loading {
    width: 321px;
    height: 611px;
}

.home-items {
    margin-bottom: 140px;
}

.mobile-container {
    background: #f4f7fc;
    position: inherit;
    width: 330px;
    height: 620px;
    margin: 0 auto;
    box-shadow: 0px 20px 60px hsl(0deg 0% 0% / 27%);
    margin-top: 70px;
    border: 5px solid white;
    border-radius: 13px;
    overflow-y: auto;
    padding-bottom: 0;
}

.add-footer {
    position: sticky!important;
    width: 322px!important;
}

}

h6 {
	font-size: 17px;
	color: #b8bbc6;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: 15px;
}

h1 {
    color: #241f3b;
    font-size: 31px;
    font-weight: 900;
}

.home-page {
    padding-top: 20px;
}

.input-group-addon:first-child {
    border: 0;
    background: white;
}

.input-group-addon:first-child i {
    color: #b6b8c4;
    font-size: 18px;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border: 0;
}

.form-control {
	height: 50px;
}

.input-group-addon:last-child {
    border-left: 0;
    background: white;
    border: 0;
}

.input-group {
    border-radius: 12px;
    overflow: hidden;
}

.btn {
	outline: none!important;
}

.btn-warning {
    color: #fff;
    background-color: #ee7951;
    border: 0!important;
    border-radius: 10px;
}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.home-category {
    display: inline-block;
    float: left;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 33px #d5d7e3;
    text-align: center;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
}

.home-category-circle {
    background: white;
    height: 130px;
    width: 130px;
    display: block;
    position: absolute;
    border-radius: 50%;
    right: -37px;
    top: -30px;
    opacity: 0.4;
}

.home-category img {
    width: 52%!important;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 0;
    mix-blend-mode: hard-light;
}

.home-category h4 {
    margin: 0;
    font-size: 14px;
}

.home-categories .owl-stage-outer {
	overflow: inherit!important;
}

.category-title {
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 400;
}

.home-item {
    background-size: cover!important;
    background-position: center center!important;
    display: block;
    height: 190px;
    border-radius: 15px;
    box-shadow: 0 10px 33px #a0a6ca;
    color: white;
    padding: 20px;
    padding-top: 60px;
    width: calc(100% - 80px);
}

.home-item h2 {
    font-weight: 900;
    margin: 0;
    font-size: 35px;
}

.home-item h3 {
    font-weight: 500;
    font-size: 18px;
}

.home-item h4 {
    margin: 0;
    font-size: 25px;
    font-weight: 400;
}



.home-categories {
	margin-bottom: 30px;
}

.home-items .owl-stage-outer {
	overflow: inherit!important;
}


.item-img {
    margin: -20px;
    height: 280px;
    background-size: cover!important;
    padding: 20px;
    color: white;
    position: relative;
}

.item-img h2 {
    font-weight: 900;
    margin: 0;
    font-size: 35px;
}

.item-img h3 {
    font-weight: 300;
    font-size: 18px;
}

.item-img h4 {
    margin: 0;
    font-size: 25px;
    font-weight: 400;
}

.item-img-info {
    bottom: 20px;
    position: absolute;
}

.review-box {
    background: transparent;
    color: white;
    padding: 20px;
    margin: -20px;
    margin-top: 20px;
    margin-bottom: 20px;    
}

.back-btn {
    background: #ee804c;
    border-radius: 10px;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
}



.option-group {
    position: relative;
}

.option-right {
    position: absolute;
    right: 0;
    font-size: 11px;
    font-weight: 100;
    margin-top: 4px;
}

.option-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 7px;
    position: relative;
}

.option-item label {
    margin: 0;
    margin-left: 5px;
    font-weight: 400;
}

.option-item input {
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.option-item .right-label {
	position: absolute;
	right: 0;
	font-weight: 500;
	font-size: 12px;
	color: red;
}




.addon-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 7px;
    position: relative;
}

.addon-item label {
    margin: 0;
    margin-left: 5px;
    font-weight: 400;
}

.addon-item input {
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.addon-item .right-label {
	position: absolute;
	right: 0;
	font-weight: 500;
	font-size: 12px;
	color: red;
}

.add-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
    padding: 20px;
    margin: 0 -20px;
    border-top: 1px solid #dfe1e6;
}

#item-form {
    padding-bottom: 10px;
}

.option-item:last-child,
.addon-item:last-child {
	border-bottom: 0;
}


.item-total-title {
    display: block;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 12px;
    color: #d8534e;
}



.item-total {
    position: absolute;
    right: 20px;
    text-align: right;
}

#item-count {
    margin-right: 3px;
}

#item-price {
    margin-left: 3px;
    font-size: 24px;
}

.btn-default {
    color: #d8534e;
    background-color: #fff;
    border-color: #d8534e;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #d8534e;
    background-color: #ffccca;
    border-color: #d8534e;
}

.btn-default:hover {
    color: #d8534e;
    background-color: #ffccca;
    border-color: #d8534e;
}



.list-header {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.list-header h3 {
    padding-top: 13px;
    margin-left: 40px;
    font-size: 22px;
    color: white;
}

.list-header .back-btn {
    position: absolute;
    left: 0;
    top: 0;
    color: white;
}


.list-item {
    box-shadow: 0 10px 33px #a0a6ca8a;
    background: white;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 15px;
    display: inline-block;
    width: 100%;
}

.item-image {
    width: 81px;
    height: 81px;
    background-size: cover!important;
    border-radius: 50%;
    float: left;
}

.item-info {
    width: calc(100% - 96px);
    margin-left: 15px;
    display: inline-block;
    float: right;
}

.item-info h4 {
    margin: 0;
}

.item-info h5 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 200;
    font-size: 13px;
}

.item-add {

}

.item-add .btn {

}

.item-add h3 {
    color: #ee7a51;
    display: inline-block;
    float: right;
    margin: 0;
    font-size: 18px;
    margin-top: 14px;
    font-weight: 300;
}

.item-add h3 small {
    margin-left: 3px;
    font-size: 17px;
    font-weight: 100;
    color: #ee7a51;
}

.input-group .form-control {
    border: 0;
}

.search-box {
    margin-bottom: 30px;
}


#no-result {
    font-weight: 100;
}


:not(input):not(textarea) {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.freeze {
    overflow: hidden!important;
}

.loading-container {
    color: #ee7951;
}


.cart-container {
    display: inline-block;
    width: 100%;
    background: transparent;
    padding: 15px;
    border: 2px #a7a7a7 solid;
    border-bottom: 0;
    background-image: url('data:image/svg+xml;utf8, <svg viewBox="0 0 200 110" xmlns="http://www.w3.org/2000/svg"><path d="M -15 110 L100 10 L215 110" fill="none" stroke="%23a7a7a7" stroke-width="3" vector-effect="non-scaling-stroke"/></svg>');
    background-position: bottom left;
    background-size: 10% auto;
    background-repeat: repeat-x;
    margin-bottom: 30px;
}

.cart-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #b5b5b5;
}

.cart-item:last-child {
    border: 0;
}

.total-table>tbody>tr>td {
    border-top: 0;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
}

textarea.form-control {
    height: auto;
    font-weight: 100;
}

.cart-footer .btn {
    border-radius: 5px;
    border: 1px solid #ee7951!important;
    margin-right: 5px;
    width: calc(50% - 5px);
}

.cart-footer .btn:last-child {
    margin-right: 0;
}




.home-cart {

}

.home-cart .btn {
    width: 100%;
    text-align: left;
    height: 43px;
    border-radius: 5px;
    font-weight: 100;
    padding: 0 20px;
}

.home-cart-count {
    border: 2px solid white;
    height: 24px;
    width: 24px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
}

.home-cart-sum {

}

.cart-footer, .add-footer {
    z-index: 9;
    height: 84px;
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #f74e15;
    border-color: #bd3000;
}

.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #f74e15;
    border-color: #bd3000;
}

.btn-warning:hover {
    color: #fff;
    background-color: #f74e15;
    border-color: #bd3000;
}

.checkout-container {

}

.checkout-container input {
    height: 34px;
    border: 1px solid #ccc!important;
}

.checkout-container textarea {
    border: 1px solid #ccc!important;
}

.finish-img {
    text-align: center;
}

.finish-img img {
    margin-top: 100px;
    width: 110px;
    margin-bottom: 20px;
}

.finish-img h3 {
    font-weight: 300;
}

.finish-img h4 {
    font-weight: 100;
}



.verify-input {
    border-radius: inherit;
    box-shadow: none;
}

.verify-input .btn {
    outline: none!important;
    height: 34px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 0;
}

.verify-input span {
    padding: 0;
}




.home-categories {
    margin-bottom: 30px;
    width: 75px;
    overflow: hidden;
    margin-left: -28px;
}


.home-category {
    display: inline-block;
    float: left;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
}


.home-category h4 {
    margin: 0;
    font-size: 14px;
    transform: rotate(-90deg);
}

.home-categories {
    float: left;
}

.home-items {
    margin-bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

h1 {
    color: #241f3b;
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 30px;
}

.mobile-container {
    padding-bottom: 0;
}

.home-categories {
    padding-bottom: 0;
}

.active-cat {

}


.fashion-item {
    width: calc(50% - 10px);
    margin-right: 10px;
    display: inline-block;
    height: 260px;
    overflow: hidden;
    margin-bottom: 10px;
}

.home-items .fashion-item:nth-child(2n) {
    margin-right: 0;
}

.fashion-item img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 10px;
    height: 185px;
}

.fashion-item h4 {
    font-size: 15px;
    margin-bottom: 10px;
    height: 16px;
    overflow: hidden;
    font-weight: 100;
}

.fashion-item h5 {
    margin: 0;
}

.home-cart-top {
    position: fixed;
    top: 25px;
    right: 25px;
    font-size: 15px;
    font-weight: 100;
    color: white;
    padding: 10px;
    border-radius: 10px;
}




.item-img {
    z-index: -1;
    height: 370px;
}

#item-name {
    font-size: 21px;
    margin-bottom: 0;
}

.review-box {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-top: -30px;
}

.review-box p {
    font-weight: 100;
}

#item-add-to-cart {
    font-size: 15px;
    font-weight: 100;
    padding: 10px 30px;
    float: right;
}


.item-total h4 {
    margin: 0;
    font-size: 32px;
}

.item-total {
    left: 20px;
    right: inherit;
}



.back-btn-item {
    background: transparent;
    position: absolute;
    color: white;
    top: 15px;
}




.search-box {
    margin-bottom: 0;
    width: 100%;
}



.input-group-addon:first-child i {
    color: white;
    font-size: 17px;
    background: #e17384;
    padding: 6px;
    border-radius: 8px;
}


.color-block {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #cccccc;
}



.color-option {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border: none;
}

.size-option {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border: none;

}


.size-option label {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 50%;
    padding-top: 6px;
    font-size: 11px;
    background: #f1f1f1;
    padding-left: 2px;
}


.home-categories {
    padding-bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
}


.item-img {
    z-index: 1;
}



.review-box {
    position: relative;
    z-index: 9;    
}

.back-btn-item {
    z-index: 99;
}

.home-categories {
    color: white;
    padding-bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 70px;
    width: 100px;
    margin-left: -63px;
    padding-left: 39px;
    background: #ffffff61;
    padding-top: 34px;
}

.logo {
    height: 100px;
    margin-bottom: 30px;
}

.home-logo,.home-items {
    width: calc(100% - 54px);
    float: left;
    margin-left: 15px;
}

.home-logo .search-box {
    margin-bottom: 20px;
}

.input-group-addon:first-child {
    border: 0;
    background: rgb(255 255 255 / 10%);
}

.input-group .form-control {
    border: 0;
    background: rgb(255 255 255 / 10%);
    color: white;
}

.home-items {
    color: white;
}


.home-categories {
    color: white;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 70px;
    width: 100px;
    margin-left: -63px;
    padding-left: 39px;
    background: #ffffff61;
    padding-top: 34px;
    height: 100%!important;
    padding-bottom: 34px;
}


.fashion-item {
    width: calc(50% - 10px);
    margin-right: 10px;
    display: inline-block;
    height: 220px;
    overflow: hidden;
    margin-bottom: 10px;
    background: rgb(255 255 255 / 10%);
    border-radius: 15px;
    padding: 10px;
}

.fashion-item img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 10px;
    height: 125px;
    background: rgb(0 0 0 / 10%);
}

.add-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgb(38 38 38);
    padding: 20px;
    margin: 0 -20px;
    border-top: none;
    color: white;
}

.cart-footer, .home-cart {
    background: rgb(38 38 38);
}


.item-img {
    z-index: 1;
    background-color: rgb(0 0 0 / 25%)!important;
    margin: -1px;
    border-radius: 15px;
    margin-bottom: 30px;
    background-size: contain!important;
    background-position: center center!important;
}

.back-btn-item {
    top: 30px;
    left: 30px;
}

.home-categories {
    background: rgb(255 255 255 / 10%);
}

#item-form {
    color: white;
}