@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');

@font-face {
    font-family: Tajawal-Medium;
    src: url('../font/Tajawal-Medium.woff')
}

@font-face {
    font-family: Tajawal-Light;
    src: url('../font/Tajawal-ExtraLight.woff')
}

@font-face {
    font-family: Tajawal-regular;
    src: url('../font/Tajawal-Regular.woff')
}

html, body {
    width: 100vw;
    height: 100%;
    font-family: 'Tajawal-Medium', sans-serif;
    color: #3b3b3b !important;
    text-align: right;
    overflow-x: hidden;
    font-size: 1rem;
}

h1, h2, h3, h4, h5, h6, button, .ui.button, .ui.header {
    font-family: inherit;
}

textarea, input {
    text-align: right !important;
    font-family: 'Tajawal-Medium', sans-serif !important;
}

.rtl {
    direction: rtl;
    text-align: right;
    font-family: 'Tajawal-Medium', sans-serif;
    color: #3b3b3b !important;
    font-size: 15px;
}

.hr-update {
    margin-top: 0px;
}

.fas.fa-heart{
    color: #f26932
}

/*.fa-heart:hover {*/
    /*color: #f26932*/
/*}*/

.fa-shopping-cart:hover {
    color: #f26932
}

input[type=checkbox] {
    transform: scale(1.4);
    -ms-transform: scale(1.4); /* IE */
    -moz-transform: scale(1.4); /* FF */
    -webkit-transform: scale(1.4); /* Safari and Chrome */
    -o-transform: scale(1.4); /* Opera */

}

::placeholder {
    font-family: Tajawal-Light;
    font-weight: 900;
    color: #858585;
    text-align: right;
}

.step3 input::placeholder {
    /*font-family: Tajawal-light;*/
    /*color: rgba(133, 133, 133, 0.4);*/
}

input[type=password]::placeholder,
input[type=text]::placeholder {

    font-family: Tajawal-Light;
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;

}

.empty::placeholder {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #e5e5e5 !important;
    font-size: 14px;
    padding: 5px;
}

.step2-placeholder {
    color: #f26932 !important;
    font-family: Tajawal-bold;

}

.step2-placeholder::placeholder {
    color: #f26932;
    font-family: Tajawal-bold;

}

@media screen and (max-width: 426px) {
    ::placeholder,
    .default.text {
        font-size: 12px;
    }
}

/*
 *  STYLE 2
 */

.menu-scroll::-webkit-scrollbar-track {

    border-radius: 5px;
    background-color: #F5F5F5;
}

.menu-scroll::-webkit-scrollbar {
    width: 5px;
    padding: 0px 5px;
    background-color: #858585;
}

.menu-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
    background-color: #c61e5b;;
}

.cart-menu-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
    background-color: #f26932;;
}

.cart-menu-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
    background-color: #f26932;;
}

/* colors */
.clr-white {
    color: #fff;
}

.clr-orange {
    color: #f26932;
}

.clr-bg-orange {
    color: #f26932;
}
.clr-text-orange {
    color: #f26932;
}

.clr-red {
    color: #da175e;
}

.clr-gray {
    color: #858585;
}


.clr-gray-home-icon {
    color: rgba(133, 133, 133, 0.5);
}

.clr-dark-gray {
    color: #3b3b3b !important;
}

.clr-darker-gray {
    color: #4e4e4e;
}

.clr-purple {
    background-color: #c61e5b;
}

.clr-light-green {
    background-color: #2ebdbc;
}

.clr-yellow {
    color: #ffc600;
}

.clr-yellow:hover {
    color: #ffc600;
}

.clr-bg-purple {
    background-color: #c61e5b;
}

.clr-bg-light-green {
    background-color: #2ebdbc;
}

.clr-bg-yellow {
    background-color: #ffc600;
}

.row-search {
    margin: 0px !important;
}

/* Header */
/* Navbar  */
.w-39 {
    width: 39% !important;
}

.w40 {
    width: 34% !important;
}

.w60 {
    width: 65% !important;
}

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

    .w40 {
        width: 100% !important;
        text-align: center;
    }

    .w60 {
        text-align: center;
        width: 100% !important;
    }
}

.navbar .navbar-brand .main-logo {
    width: 200px;

}

.small-icon {
    font-size: 1.2em;

}

.small-icon:hover {
    color: #f26932;
}

.small-icon2 {
    font-size: 1.2em;
    /* color: #fff; */
}

.small-icon2:hover {
    color: #404040 !important;
}

.cross-icon {
    font-size: 1.2em;
    color: #fff;
    font-size: 22px;
}

.cross-icon:hover {
    color: #404040 !important;
    cursor: pointer;
}

.clr-white:hover {
    color: #fff !important;
}

.header-ul .line-h {
    line-height: 28px;
}

.justify-flex-end {
    justify-content: flex-end;
}

/* .responsive-nav{
    display: flex; */
/* } */
.cart-badge {
    background-color: #fff;
    border: 1px solid #f26932;
    top: 0px;
    right: 30px;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 18px;
}

.cart-badge-product {
    background-color: #fff;
    border: 1px solid #f26932;
    color: #f26932;
    position: relative;
    width: 18px;
    /* bottom: 39px; */
    left: -10px;
    top: -12px;
    height: 18px;
    border-radius: 18px;
}

.cart-badge-product-store {
    background-color: #fff;
    border: 1px solid #f26932;
    color: #f26932;
    position: relative;
    width: 18px;
    bottom: 14px;
    right: 10px;
    height: 18px;
    border-radius: 18px;
}

.cart-icons {
    margin-top: 20%;
    width: max-content;
}

.vertical-margine {
    border-left: 1px solid #858585;
    height: 20px;
    /*margin-top: 10px;*/
    display: block;
}

li img {
    width: 1.2em;
}

li .cat-icon {
    padding: 0px 5px;
    font-size: 0.8em;
}

li a:hover {
    color: #f26932 !important;
}

/* search bar */

.search-bar .search {
    /*border: 1px solid #858585;*/
    border-radius: 20px;

    margin: 0px auto;
    /* max-width: 350px; */
    padding: 2px 18px;
}

.search-bar .search .form-group {
    margin-bottom: 0px;
    display: flex;

}

.search-bar .search .form-group input {
    border: 0px;
    direction: rtl;
    padding: 0px;
    margin: 0px 5px;

}

input:focus + .fa {
    color: #c0392b;
}

.search-bar .search .form-group .searchinput:focus + .fa-search {
    color: #f26932 !important;
}

.search-bar .search .form-group i {
    padding-top: 7px;
}

.search-bar .search .form-group label {
    margin-bottom: 0px;
    margin-top: 7px;
}

.onhvr-bg {
    text-align: center !important;
}

.onhvr-bg:hover {
    color: #fff !important;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f26932+0,f28f32+80 */
    background: #f26932; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f26932 0%, #f28f32 80%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f26932 0%, #f28f32 80%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f26932 0%, #f28f32 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f26932', endColorstr='#f28f32', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    /* border-radius: 10px; */
}

.user-profile-hvr:hover + .fa-user {
    color: #f26932 !important;
}

/* cart menu open */

.cart-dropdown {
    float: right;
    /*padding-right: 30px;*/
}

.btn {
    border: 0px;
    margin: 10px 0px;
    box-shadow: none !important;
}

.cart-dropdown .cart-menu {
    /* padding:20px; */
    /* top:55px !important; */
    /* width:320px !important;
    height: auto;
	left:-270px !important;
    box-shadow:0px 5px 30px black; */

    /* top: -15px !important; */
    /* width: 285px !important; */
    height: auto;
    left: -245px !important;
    min-width: 280px;
}

.cart-dropdown .btn-primary {
    color: #fff !important;
    background-color: #404040 !important;
    float: right;
    margin-right: 5px;
    border: 1px solid #404040;
}

.cart-dropdown .btn-primary:hover {
    background-color: #fff !important;
    color: #404040 !important;
    float: right;
    border: 1px solid #404040;
    margin-right: 5px;
}

.cart-dropdown .btn-primary a, .cart-dropdown .btn-done a {
    color: #fff !important;
    font-size: 12px;
}

.cart-dropdown .btn-done {
    color: #fff !important;
    background-color: #f26932 !important;
    float: right;
    border: 1px solid #f26932;
}

.cart-dropdown .btn-done:hover {
    background-color: #fff !important;
    color: #f26932 !important;
    float: right;
    border: 1px solid #f26932;
}

.cart-dropdown .cart-btns {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;

}

.total-header-section {
    /* border-bottom:1px solid #d2d2d2;
     */
    background-image: url('../assets/cart-menu-header.png');
    height: 80px;
}

.cart-menu-2 {
    background-image: none;
    background-color: #f26932;
}

.total-section p {
    margin-bottom: 20px;
}

.cart-detail {
    padding: 10px 0px 0px 0px;
    border-bottom: 1px solid rgba(133, 133, 133, 0.2);
}

.cart-detail-img img {
    width: 100%;
    /* height:100%; */
    /* padding-left:15px; */
    border-radius: 25px;
}

.cart-detail-product p {
    color: #8e8e8e;
    direction: rtl;
    font-size: 14px;
    text-align: right;
    padding-top: 10px;
}

.cart-detail .price {
    font-size: 18px;
    color: #f26932;
    margin-right: 10px;
    font-weight: 500;
}

.cart-detail .remove-item {
    width: 15px;
    vertical-align: middle;
    margin-right:5px;
    margin-bottom:5px;
}

.cart-detail .count {

    font-size: 18px;
    top: 28px;
    right: 15px;
    position: relative;
}

.cart-total {
    text-align: right;
    font-size: 18px;
}

.cart-total span {
    font-size: 16px;
}

.cart-dropdown .menu-scroll {
    max-height: 390px;
    overflow: overlay;
}

.checkout {
    border-top: 1px solid #d2d2d2;
    padding-top: 15px;
}

.checkout .btn-primary, .checkout .btn-done {
    border-radius: 50px;
    /* height:50px; */
    padding: 5px 25px 4px;
    display: flex;
    align-items: center;
}

.whish-icon-cart {
    position: absolute;
    right: 20px;

}

/* .cart-menu:before{
  content: " ";
  position:absolute;
  top:-20px;
  right:50px;
  border:10px solid transparent;
  border-bottom-color:#fff; 
} */

/* cart menu close */

.login-drop {
    right: 75px !important;
    top: 100px;
    text-align: right;
}

.login-drop .profile-pic i {
    font-size: 35px;
    padding: 0px 15px;
    vertical-align: middle;
}

.login-drop .profile-pic p {
    font-size: 14px;
    direction: rtl
}

.login-drop .profile-btns .btn1 {
    background-color: #3b3b3b;
    color: #fff;
    border-radius: 30px;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #3b3b3b;
    margin-right: 10px;
}

.login-drop .profile-btns .btn1:hover {
    border: 1px solid #3b3b3b;
    color: #3b3b3b;
    background-color: #fff;
    border-radius: 30px;
    padding: 8px 12px;
    font-size: 14px;
}

.login-drop .profile-btns .btn2 {
    background-color: #2ebdbc;
    color: #fff;
    border-radius: 30px;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #2ebdbc;
}

.login-drop .profile-btns .btn2:hover {
    border: 1px solid #2ebdbc;
    color: #2ebdbc;
    background-color: #fff;
    border-radius: 30px;
    padding: 8px 12px;
    font-size: 14px;
}

.dis-1026 {
    display: none;
}

.header-ul-p {
    padding-top: 15px;
}

.header-ul-p li {
    padding: 0px 0px;
}

.header-ul-p .line-h {
    padding-top: 13px;
}

.navbar-brand {
    display: flex;
}

.navbar-brand img {
    display: block;
}

.justify-set {
    justify-content: center;
    /*margin-right: 50px;*/
}

.burger-btn {
    padding: 0px;
    height: fit-content;
    margin-top: 10px;
}

.cart-icon {
    position: relative;
}
.heart-icon{
    position: relative;
}
.cart-icon .cart-badge ,
.heart-icon .cart-badge {
    position: absolute;
    right: 0px;
    top: 0px;
    line-height:18px;
}

@media screen and (max-width: 1026px) {
    .justify-set {
        justify-content: flex-start;
        margin-right: 0px;
    }

    .none-1026 {
        display: none !important;
    }

    .dis-1026 {
        display: flex;
        flex-direction: row;
        font-size: 16px;
    }

    .navbar {
        display: block;
    }

    .navbar .navbar-brand {
        width: 100% !important;
        justify-content: space-between;
    }

    .justify-flex-end {
        justify-content: center;
        padding-left: 0px;
    }
}

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

    .justify-set {
        justify-content: flex-start !important;
        margin-right: 0px !important;
    }

    .justify-flex-end {
        justify-content: flex-start;
        /* padding-left: 30px; */
    }

    .header-ul-p li {
        padding: 0px 5px 0px 0px;;
    }

    .navbar-brand .main-logo {
        /* margin: auto; */
    }

    .header-ul-p {
        display: contents !important;
    }

    .header-ul-p li {
        padding: 15px 5px 0px 0px;
    }

    .vertical-margine {
        /* margin-top: 25px !important; */
        display: none;
    }

    .cart-badge {
        top: 15px;
    }

}

@media screen and (max-width: 425px) {
    .vertical-margine {
        display: none;
    }

    .cart-badge {
        top: 0px !important;
        right: -8px !important;
    }

    .checkout .btn-primary, .checkout .btn-done {
        font-size: 12px;
    }
}

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

    .navbar-brand .main-logo {
        margin: auto;
    }

    .navbar .nav-link {
        padding-right: 5px;
    }

    /* .cart-drop-shop{
        padding-right: 15px;
    } */

}

@media screen and (max-width: 320px) {
    .burger-btn {
        margin-top: 5px;
    }
}

/* slider */

.carousel .carousel-item {
    width: 100%;
    height: 50vh;
    background-size: cover;
    background-position: center;
    margin-bottom: 40px;
}

.carousel-indicators {
    margin-bottom: 50px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 20px;
    height: 30px;
}

.carousel-control-next-icon {
    background-image: url('../assets/slider-right.png')

}

.carousel-control-prev-icon {
    background-image: url('../assets/slider-back.png')

}

/* slider */

/* slider Text*/

.slider-text {
    position: absolute;
    right: 170px;
    top: 50%;
    transform:translateY(-50%);
    text-shadow: 0 0 5px #bbb8b8;
}

.slider-text .slider-t {
    font-size: 22px;
    width: 150px;
}

.slider-text .slider-1-b {
    background-color: #f26932;
    border: 1px solid #f26932;
    border-radius: 20px;
    padding: 5px 18px;
    color: #fff;
}

.slider-text .slider-1-b:hover {
    background-color: #fff;
    border: 1px solid #f26932;
    border-radius: 20px;
    /*padding: 10px 18px 5px 18px;*/
    color: #f26932;
}

/* slider Text*/

/* header close */

/* main open */
.main-section {
    height: 600px;
    padding-top: 100px;
}

.main-section p {
    font-size: 2em;
    margin: 20px;
    text-align: center;

}

/* main close */

/* subscribe open */
.subscribe {
    text-align: center;
     padding: 30px 0;
}

.subscribe .subscribe-1 {
    font-size: 26px;
    margin-bottom: 0px;
}

.subscribe .form-group {
    margin-bottom: 30px;
}

.subscribe .subscribe-2 {
    font-size: 1.4em;
}

.subscribe .form-group .input-group {
    max-width: 350px;
    margin: auto;
}

.subscribe .form-group .input-group input[type="text"] {
    border: 1px solid rgba(126, 126, 126, 0.2);
    border-left: 0px;
    border-radius: 20px;
    /* margin: 0px auto; */
    direction: rtl;

}

@media screen and (max-width: 768px) {
    .subscribe .subscribe-1 {
        font-size: 20px;
    }

    .subscribe .subscribe-2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 425px) {
    .subscribe .form-group .input-group {
        max-width: 300px;
        margin: auto;
    }
}

@media screen and (max-width: 320px) {
    .subscribe .form-group .input-group {
        max-width: 250px;
        margin: auto;
    }
}

/* subscribe close */

/* footer open */
.footer-bg {
    background: url('../assets/footer-bg.png');
    background-attachment: scroll;
    background-size: cover;
    background-position-x: center;
    position: relative;
}

.footer-bg .second-logo {
    text-align: center;
    padding: 20px;
}

.footer-bg .second-logo img {
    width: 120px;

}

.footer-bg p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.8em;
}

/* .footer-bg .row .make-column ul{
    flex-direction: column;
} */

/* .bottom-footer p{
    text-align: center;
    display: inline-block;
}
.bottom-footer .nav{
    display: flex;
    flex-direction: row;
}
.bottom-footer .nav .nav-item{
    font-size: 0.8em;
} */
.vertical-margine-footer {
    border-left: 1px solid #858585;
    height: 20px;
    margin-top: 6px;

}

.footer-bg ul {
    padding: 0px;
}

.footer-bg ul li {
    list-style-type: none;
    text-align: center;
    padding: 5px 0px;
}

.footer-bg .footer-link:hover {
    color: #f26932;
    text-decoration: none;
}

.last-footer ul {
    display: flex;
    flex-direction: row;
}

.last-footer .first {
    justify-content: center;
}

.last-footer .second {
    justify-content: center;
}

.last-footer .end-link {
    padding: 5px 10px;
}

.social-icon {
    display: contents;
}
.last-footer ul {
    margin: 0;
    padding:15px;
}

@media screen and (max-width: 768px) {
    .last-footer ul {
        display: flex;
        flex-direction: column;
    }

    .last-footer .vertical-margine-footer {
        display: none;
    }

    .social-icon {
        display: inline-flex;
        justify-content: flex-end;
    }

    .social-icon a {
        margin: 0px 5px;
    }

    .cart-dropdown {
        padding-right: 10px;
    }

    .cart-badge {
        right: 8px;
    }

    .dropdown-menu.show {
        /*display: inline-block;*/
    }
    .dropdown-menu-categories{
        width:50%;
    }

}

/* footer close */

/* Home open */
.px-pad {
    padding-left: 4px;
    padding-right: 4px;
}

/* /2nd div 3 circle */
.home-2nd{
    padding-bottom: 60px;
}

.circle {

    color: #fff;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    text-align: center;
    /*padding: 0.1px;*/
    /* margin-left: -15px; */
    /*margin: 15px auto;*/
}

.justify-center {
    justify-content: center;
}

.circle .justify-center {
    justify-content: center;
}

.circle-link:hover {
    text-decoration: none;
}

.circle .inner-div {
    width: 165px;
    height: 165px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 5px;

}

.circle .inner-div img {
    margin: 15%;
}

.circle .inner-div p {
    font-size: 1.4em;
}

.clr-bg-yellow .inner-div:hover {
    border: 2px solid #ffc600;
}

.clr-bg-light-green .inner-div:hover {
    border: 2px solid #2ebdbc;
}

.clr-bg-purple .inner-div:hover {
    border: 2px solid #c61e5b;
}

/* product card section */
.products .container {
    padding: 20px 0px;
}

.products .container .product-top-selection ul .selection-active {
    color: #353535;;
    border-bottom: 2px solid #2ebdbc;
}

/********************* shopping card **********************/

.product-grid {
    height: 300px;
    font-family: 'Tajawal-Medium', sans-serif;;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    /*padding: 25px 0px;*/
    border: 0px;
    padding-bottom:10px;
}


.product-grid .product-image {
    position: relative;
    transition: all .3s ease 0s
}

.product-grid .product-image a {
    display: block
}

.product-grid .product-image img {
    width: 100%;
    height: auto
}
.product-grid .product-image-container{
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    position: absolute;
    top: 0;
    height: 100%;
    bottom: 0;
    right: 0;
    left: 0;
}
.product-grid .pic-1 {
    opacity: 1;
    transition: all .3s ease-out 0s;
}

.product-grid:hover .pic-1 {
    opacity: 1
}

.product-grid .pic-2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-out 0s
}

.product-grid:hover .pic-2 {
    opacity: 1
}

.product-grid .social {
    width: 150px;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 1;
    transition: all .3s ease 0s
}

.product-grid:hover .social {
    opacity: 1;
    top: 50%
}

.product-grid .social li {
    display: inline-block
}

.product-grid .social li a {
    color: #fff;
    background-color: #333;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 40px;
    margin: 0 2px;
    display: block;
    position: relative;
    transition: all .3s ease-in-out
}

.product-grid .social li a:hover {
    color: #fff;
    background-color: #ef5777
}

.product-grid .social li a:after, .product-grid .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 1px 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px
}

.product-grid .social li a:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -20px;
    z-index: -1
}

.product-grid .social li a:hover:after, .product-grid .social li a:hover:before {
    opacity: 1
}

.product-grid .product-discount-label, .product-grid .product-new-label {
    color: #fff;;
    font-size: 16px;
    text-transform: uppercase;
    padding: 2px 7px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0
}

.product-grid .product-new-label ul {
    display: flex;
    flex-direction: row;
    margin: 0px;
    padding: 0px
}

.product-grid .product-new-label ul li a {
    color: #fff;
    margin: 0px;
    /*padding: 8px;*/
    /*padding-right: 0px*/
    padding:10px;
}

.product-grid .product-discount-label {
    background-color: #333;
    left: auto;
    right: 0
}

.product-grid .rating {
    color: #FFD200;
    font-size: 12px;
    padding: 12px 0 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: -1
}

.product-grid .rating li.disable {
    color: rgba(0, 0, 0, .2)
}

.product-grid .product-content {
    display: flex;
    background-color: #fff;
    text-align: center;
    padding: 12px 0;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    z-index: 1;
    transition: all .3s
}

.product-grid:not(.fixed-product-placeholder):hover .product-content {
    bottom: 0
}

.product-grid .detail {
    float: right
}

.product-grid .detail .title {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: capitalize;
    text-align: right;
    direction: rtl;
    margin: 0 0 10px;
    transition: all .3s ease 0s
}

.product-grid .detail .discription{
    direction: rtl;
    text-align: right;
    font-size: 12px;
}

.product-grid .detail .title a {
    color: #3b3b3b
}

.product-grid .detail .title a:hover, .product-grid:hover .title a {
    color: #f26932;
    text-decoration: none
}

.product-grid .price-cart {
    display: flex;
    flex-direction: row;
}

.product-grid .price-cart .nav-link {
    padding-top: 6px;
    padding-right: 4px;
    padding-left: 4px;
}


.product-grid .price-cart .syp {
    color: #f26932;
    font-size: 13px;
    font-weight: 100;
    margin-left: 4px;
    margin-top: 5px;
    display: inline-block
}

.product-grid .add-to-cart {
    color: #000;
    font-size: 13px;
    font-weight: 600
}

.product-grid .price-cart .nav-link i:hover {
    color: #f26932;
}

.home-product-grid {
    max-height: 400px;
    height: auto;
    margin-bottom:20px;
}

/* .product-grid .home-product-content {
bottom: 0px;
} */

/* / category section */
.category {
    background-image: url('../assets/category-bg.png');
    background-attachment: scroll;
    background-size: cover;
    height: auto;
    background-position: center;
}

.category .container {
    padding: 20px 0px;
}

.category .container .product-top-selection .justify-end {
    justify-content: flex-end;
}

.category .container .product-top-selection ul .selection-active {
    color: #353535;;
    border-bottom: 2px solid #2ebdbc;
}

.category .container .row .col div {
    padding: 0px;
}

.category .container .row .col figcaption {
    text-align: center;
    padding-top: 40px;
}

.category .container .row .col figcaption .figcap-img {
    width: 75px;
    padding: 15px;
}

[class*=" imghvr-shutter-in-"]:after, [class*=" imghvr-shutter-in-"]:before, [class^=imghvr-shutter-in-]:after, [class^=imghvr-shutter-in-]:before {
    background: transparent;
    position: absolute;
    content: "";
}

/* [class*=" imghvr-"] figcaption, [class^=imghvr-] figcaption {
  
    padding: 0px;
  
} */
[class='imghvr-shutter-in-out-diag-2 red'] figcaption {
    background-color: #f6385c;
}

[class='imghvr-shutter-in-out-diag-2 light-green'] figcaption {
    background-color: #2ebdbc;
}

[class='imghvr-shutter-in-out-diag-2 light-purple'] figcaption {
    background-color: #b393f4;
}

[class='imghvr-shutter-in-out-diag-2 yellow'] figcaption {
    background-color: #ffc600;
}

[class='imghvr-shutter-in-out-diag-2 dark-purple'] figcaption {
    background-color: #c61e5b;
}

[class='imghvr-shutter-in-out-diag-2 orange'] figcaption {
    background-color: #e04b32;
}

[class*=" imghvr-"] > img, [class^=imghvr-] > img {
    vertical-align: bottom;
    max-width: 100%;
}

.figcap-img {
    vertical-align: bottom !important;
}

/* [class*=" imghvr-"]>img, [class^=imghvr-]>img {
    vertical-align: top;
    max-width: 100%;
} */
.category-home-fix {
    position: absolute !important;
    top: 50% !important;
    width: 100%;
    transform:translateY(-50%);
}

.hone-cat-p {
    padding-bottom: 5px;
}

/* cat-bottom */
.category .container .cat-bottom {
    text-align: center;
    /*padding: 120px 180px;*/
    margin-top: 30px;
}

.category .container .cat-bottom p {
    font-weight: 400;
    font-family: tajawal-regular;
}

.category .container .cat-bottom .cat-bottom-btn,
.register-tabs .cat-bottom-btn {
    background-color: #f26932 !important;
    color: #fff;
    border-radius: 20px;
    margin-top: 15px;
    font-family: Tajawal-medium;
    font-weight: 900;
    border: 1px solid transparent;
    font-size:15px;
}

.category .container .cat-bottom .cat-bottom-btn:hover,
.register-tabs .cat-bottom-btn:hover,
.register-tabs .cat-bottom-btn.active {
    background-color: #fff !important;
    color: #f26932;
    border-radius: 20px;
    border: 1px solid #f26932;

}

.category .container .cat-bottom .cat-bottom-btn i,
.register-tabs .cat-bottom-btn i {
    vertical-align: middle;
    padding: 0px 3px;
}

.register-tabs .cat-bottom-btn i {
    margin-left: 5px;
}

@media screen and (max-width: 426px) {
    .category .container .cat-bottom {
        padding: 20px;
    }

    .category .container .cat-bottom p {
        padding-top: 15px;
    }
}

/* Home close */

/* singin open */
.signin .container {
    /* border-bottom: 1px solid rgba(133, 133, 133,0.3); */
    /*margin-bottom: 30px;*/
    /*padding-bottom: 30px;*/
    padding:50px 0;
}

.signin h3 {
    padding: 40px 0px;
    text-align: center;
}

.signin .signin-form {
    text-align: center;
}

.signin .signin-form > img {
    width: 80px;
    padding: 20px 0px 50px;
}

.form-group {
    align-items: center;
}

.signin .signin-form .form-group {
    display: flex;
    direction: rtl;
    justify-content: center;
    margin-bottom: 2em !important;
}

.signin .signin-form .form-group input {
    border-radius: 20px;
    margin-right: 10px;
    text-align: right;
}

.signin .signin-form .form-group label {
    padding: 0px;
    padding-top: 7px !important;
    /* width: 125px; */
}

/* social login */
.signin .or-signin {
    text-align: center;
    color: #f26932;
    font-size: 18px;
    margin-top: 50px;
}

.buy .buy-social-login .or-signin {
    margin-top: 100px !important;
}

/* Shared */
.loginBtn {
    box-sizing: border-box;
    margin: 1.3em;
    padding: 15px;
    border: none;
    text-align: center;
    white-space: nowrap;
    border-radius: 8px;
    line-height: 0px;
    font-size: 16px;
    color: #FFF;
    cursor: pointer;
}

.buy-login-s {
    margin: 5px;
}

/* .loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
} */
.loginBtn:focus {
    outline: none;
}

.loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}

.loginBtn i {
    padding-right: 10px;
}

/* Facebook */
.loginBtn--facebook {
    background-color: #3b5998;
    border: 1px solid #3b5998;
}

.loginBtn--facebook:hover {
    border: 1px solid #3b5998;
    background-color: #fff;
    color: #3b5998;
}

/* Google */
.loginBtn--google {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #dd4b39;
    border: 1px solid #dd4b39
}

.loginBtn--google:hover {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #fff;
    border: 1px solid #dd4b39;
    color: #dd4b39;

}

.fa-signin-alt {
    vertical-align: middle;
    transform: rotate(180deg);
    font-size: 20px;
}

.signin .btn-dark {
    text-align: center;
    margin: auto;
    padding: 12px;
    border-radius: 20px;
    width: 150px;
    display: block;
    border: 1px solid #343a40
}

.signin .btn-dark:hover {
    text-align: center;
    margin: auto;
    padding: 12px;
    border-radius: 20px;
    width: 150px;
    display: block;
    border: 1px solid #212028;
    color: #fff;

}

.signin .btn-dark img {
    width: 16px;
    /* padding-right: 8px; */
}

@media screen and (max-width: 768px) {
    .buy .buy-social-login .or-signin {
        margin: 30px !important;
    }
}

@media screen and (max-width: 426px) {
    .signin .signin-form .form-group label {
        font-size: 14px;
    }
}

/* singin close */

/* step1 open */

.step1 {
    text-align: center;

}

.step1 .heading {
    padding: 40px 0px;
    text-align: center;
    margin: auto;
}

.step1 .heading p {
    font-size: 24px;
    font-weight: 900 !important;
}

.step1 .heading .f-900 {
    font-weight: 900 !important;

}

.step1 .heading span {
    font-size: 18px;
    /* margin-bottom: 50px; */
}

.step1 .heading .step-circle {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    padding: 50px 0px 20px;;
}

.step1 .heading .step-circle img {
    padding: 0px 15px;
    width: 125px;
}

.step1 .step-form {
    text-align: right;
}

.step1 .step-form .step-form-h {
    border-bottom: 1px solid rgba(133, 133, 133, 0.3);
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 18px;
}

.step1 .step-form .form-group {
    display: flex;
    direction: rtl;
    /* justify-content: center; */
    margin-bottom: 2em !important;
}

.step1 .step-form .form-group input {
    /* width: 40%; */
    border-radius: 20px;
    padding: 8px;
    /* margin-right: 20px; */
}

.step1 .step-form .form-group .small-input {
    /* width: 30%; */
}

.step1 .step-form .form-group label {
    padding-top: 7px !important;
    width: 125px;
}

.step1 .label-p span {
    color: #ffb904;
    font-size: 18px;
}

.step1 .step-form .form-group .small-label {
    font-size: 16px;
    color: #858585;
    padding-top: 12px !important;
}

.step1 .step-form .for-next {
    padding: 20px 0px;
    text-align: center;
    font-size: 22px;
}

.step1 .step-form .for-next .btn-dark {
    text-align: center;
    margin: 25px auto;

    padding: 12px;
    border-radius: 25px;
    width: 150px;
    font-size: 18px;
    border: 1px solid #343a40;
}

.step1 .step-form .for-next .btn-dark:hover {
    background-color: #212028;

}

.step1 .step-form .for-next .btn-dark img {
    width: 35px;
}

@media screen and (max-width: 426px) {
    .step1 .step-form .form-group .small-label {
        font-size: 14px;

    }
}

@media screen and (max-width: 375px) {
    .step1 .step-form .form-group label {
        font-size: 14px;
    }

    .step1 .step-form .form-group .small-label {
        font-size: 11px;

    }
}

/* step1 close */

/* step2 open */

.d-content {
    display: contents;
}

.step2 {
    text-align: center;

}

.step2 .heading {
    padding: 40px 0px;
    text-align: center;
    margin: auto;
}

.step2 .heading .f-900 {
    font-weight: 900 !important;

}

.step2 .heading p {
    font-size: 24px;
}

.step2 .heading span {
    font-size: 18px;
}

.step2 .heading .step-circle {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    padding: 40px 0px 20px;
}

.step2 .heading .step-circle img {
    padding: 0px 15px;
    width: 125px;
}

.step2-cover {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1em !important;
}

.step2 .step-form {
    text-align: right;
    /* direction: rtl */
}

.step2 .text-group {
    float: right;
}

.step2 .text-group .c-textarea {
    direction: rtl;
    /* width: 450px; */
    /* height: 170px; */
    border-radius: 20px;
    border: 1px solid #80808024;
    /* margin-left: 20px; */

}

.step2 .text-group .c-textarea2 {
    direction: rtl;
    /* max-width: 800px; */
    /* height: 170px; */
    border-radius: 20px;
    border: 1px solid #80808024;
    /* margin-left: 20px; */
}

.step2 .form-group small {
    font-size: 10px;
    color: #757575;
    padding: 10px;
}

.step2 .step-form .area-text {
    /*margin-top: 7% !important;*/
    /*direction: rtl;*/

}

.step2 .step-form .textarea-label {
    /*width: 160px;*/
}

.step2 .step-form img ,
.step3 .step-form img {
    width: 18px;
    vertical-align: top;
    margin-right: 5px;
}

.step2 .step-form .step-form-h {
    border-bottom: 1px solid rgba(133, 133, 133, 0.3);
    margin-bottom: 25px;
    /*padding-bottom: 15px;*/
    font-size: 18px;
}

.step2 .step-form .form-group {
    clear: both;
    display: flex;
    /*flex-direction: row-reverse;*/
    /* direction: rtl; */
    /* justify-content: center; */
    margin-bottom: 2em !important;
}

.step2 .step-form .step2-dropdown {
    display: block;
}

.step2 .step-form .form-group input, .step2 .step-form .form-group select {
    /* max-width: 400px; */
    border-radius: 20px;
    /* margin-right: 20px; */
}

.select-special {
    /* border-top-right-radius: 0px !important;
     */
    border-radius: 40px;
}

.step2 .step-form .form-group .input-group {
    justify-content: flex-end;
}

.step2 .step-form .form-group .input-label {
    width: 120px;
}

.new-group {
    justify-content: flex-end !important;
}

.margin-b-2 {
    margin-bottom: 2em !important;
}
.margin-t-2 {
    margin-top: 2em !important;
}

.step2 .step-form .counter-justify {
    justify-content: flex-end;
}

.step2 .step-form .form-group .counter-style {
    border: 1px solid rgba(133, 133, 133, 0.3);
    width: max-content;
    /* margin-right: 25px; */
    text-align: center

}

.span-input-join {
    background-color: #fff;
    border-radius: 13px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-left: 0px;

}

.input-rad-special {
    border-radius: 13px !important;
}

.select-special {
    color: #ababab;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    background-image: url("../assets/sort-down-solid-gray.png");
    /* background-position: 99% 50%; */
    background-repeat: no-repeat;
    background-size: 15px;
    background-position-x: 15px;
    background-position-y: center;
    border-radius: 13px !important;
    border-right: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.counter-input {
    border-radius: 0px !important;
    border-top: 0px;
    border-bottom: 0px;
}

.step-2margine {
    border-left: 1px solid #85858536;
    height: initial;
    margin-top: 10px;
    margin-bottom: 10px;
}

.vertical-top {
    vertical-align: text-top;
}

.inline-input {
    height: max-content;
    direction: rtl;
    padding: 0px;
    display: inherit;
}

.inline-input input {
    border-radius: 13px;
}

.step2-btn-number {
    margin: 10px;
    padding: 0px;
    height: fit-content;
}

.step2-counter {
    border-radius: 13px;
    direction: ltr;
}

.step2-counter .input-number {
    width: 50px;
    text-align: center;
    height: fit-content;
    padding-top: 10px;
}

.counter-label {
    margin-left: 1em;
    height: fit-content;
    padding-top: 10px;
}

.counter-icon {
    width: 25px !important;
}

.clear {
    clear: both;
}

.justify-flexend {
    justify-content: flex-end;
}

/* ///// image uploader */
.avatar-upload {
    position: relative;
    max-width: 205px;
    /* margin: 50px auto; */
}

.step2-avatar-upload {
    max-width: fit-content;
}

.step2-avatar {
    top: 20px !important;
    right: -18px !important;
}

.step2-circle-img {
    max-width: 100%;
}

.step2-circle-img .avatar-preview {
    margin: auto;
}

.padding-t-5 {
    padding-top: 5em;
}

/* .img-gol{
    margin-top: 20px;
} */

.avatar-upload-cover {

    max-width: 100%;
    margin: 0px auto;
    width:100%;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 38%;
    z-index: 1;
    top: 63%;

}

.avatar-upload .avatar-edit-sop {
    position: absolute;
    right: 40%;
    z-index: 1;
    top: 63%;

}

.avatar-upload .avatar-edit {
    right: 18px;
    z-index: 1;
    top: 50px;

}

.avatar-upload .avatar1-4 {
    position: absolute;
    right: 18px;
    z-index: 1;
    top: 50%;
}

.avatar-upload .avatar1-4-gray {
    position: absolute;
    right: 18px;
    z-index: 1;
    top: 50%;
}

.avatar-upload .avatar-cover {
    position: absolute;
    right: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);

}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit-sop input {
    display: none;
}

.avatar-upload .avatar-edit input + label {
    display: inline-block;
    /* width: 34px;
    height: 34px; */
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit-sop input + label {
    display: inline-block;
    /* width: 34px;
    height: 34px; */
    margin-bottom: 0;
    border-radius: 100%;
    /* background: #FFFFFF; */
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit .input1-4 + label {
    display: inline-block;
    margin-bottom: 0;
    border-radius: 100%;
    background-color: transparent !important;
    box-shadow: none !important;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit .input-cover + label {
    display: inline-block;
    margin-bottom: 0;
    border-radius: 100%;
    background-color: transparent !important;
    box-shadow: none !important;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    width:100px;
    text-align: center;
}

/* .avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
} */
.avatar-upload .avatar-edit input + label:after {
    content: url('../assets/add-image.png');
    color: #757575;
    position: absolute;
    top: 60px;
    /* left: 0; */
    right: 60px;
    text-align: center;
    margin: auto;
}

/* .avatar-upload .step2-avatar input + label:after {

 top: 30px;

 right: 53px;

} */
.avatar-upload .avatar-edit-sop input + label:after {
    /* content: url('../assets/add-image.png'); */
    content: " ";
    /* background-color: #808080; */
    background-image: url('../assets/add-image.png');
    /* background-color: #858585; */
    background-repeat: no-repeat;
    color: #757575;
    position: absolute;
    background-size: cover;
    width: 20px;
    height: 20px;
    top: -15px !important;
    right: -6px;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-edit .input-store + label:after {
    /* content: url('../assets/store2-add.png'); */
    color: #757575;
    position: absolute;
    top: 22px;
    /* left: 0; */
    right: 0;
    text-align: center;
    margin: auto;

    width: 20px;
    height: 20px;

    content: "";
    background: url("../assets/store2-add.png") no-repeat 0 0;
    background-size: 100%;
}

.avatar-upload .avatar-edit .input1-4 + label:after {
    content: url('../assets/add-image.png');
    color: #757575;
    position: absolute;
    top: -40px;
    left: 65px;

    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-edit .grayadd + label:after {
    content: url('../assets/grayadd.png');
    color: #757575;
    position: absolute;
    top: -40px;
    left: 60px;
    /* right: 0; */
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-edit .input-cover + label:after {
    content: url(../assets/add-image.png);
    color: #757575;
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    bottom:0;
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    background:white;
}

.avatar-upload .avatar-step2-0 {
    width: 120px;
    height: 120px;
}

.avatar-upload .avatar-preview1-4 {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 12px;
    border: 1px solid #e8e5e5;
}

.avatar-upload .avatar-preview-cover {
    width: 100%;
    height: 192px;
    position: relative;
    border-radius: 12px;
    border: 1px solid #e8e5e5;
}

.avatar-upload .avatar-preview-cover-product {
    width: auto;
    /* height: 54px; */
    position: relative;
    border-radius: 12px;
    border: 1px solid #e8e5e5;
    background-image: url('../assets/add-thumb.png')
}

.avatar-upload .avatar-preview #imagePreview {
    /*background-image: url('../assets/logo\ placeholder.png')*/
    background-color: #f3f3f3;
}

.avatar-upload .avatar-preview #imagePreview-sop {
    /* background-image: url('../assets/logo\ placeholder.png'); */
    /* width: auto; */
    background-color: rgba(242, 105, 50, 0.4);
    border-radius: 10px;
}

.avatar-upload .avatar-preview #imagePreview1-4 {
    /* background-image: url('../assets/logo\ placeholder.png') */
}

.avatar-upload .avatar-preview > div {
    /*width: 100%;*/
    /*height: 100%;*/
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.avatar-upload .avatar-preview .div-sop {
    border-radius: 0px;

}

@media screen and (min-width: 1024px) {
    .avatar-upload .avatar-edit-sop input + label:after {
        width: 25px;
        height: 25px;
        top: -20px !important;
        right: -7px;
    }

    .avatar-upload .avatar-preview-cover-product {
        /* height: 68px !important; */
        width: auto !important;
    }

    .justify-flexend {
        justify-content: flex-end !important;
    }
}

@media screen and (max-width: 768px) {
    .avatar-upload .avatar-edit-sop input + label:after {
        width: 20px;
        height: 20px;
        top: -35px !important;
        right: -5px;
    }

    .avatar-upload .avatar-preview-cover-product {
        height: 50px !important;
        width: auto !important;
    }

    .avatar-upload .avatar-preview-cover {
        width: 100%;
        height: 152px;
        margin: auto;
    }

    .avatar-upload .avatar-preview {
        width: 125px;
        height: 125px;
    }

    /* .avatar-upload .step2-avatar input + label:after {

      top: 55px;
      right: 115px;
    } */
    .avatar-upload .avatar-cover {
        /*position: absolute;*/
        /*right: 40%;*/
        /*z-index: 1;*/
        /*top: 60% !important;*/
    }

    .double-input {
        margin-bottom: 14px;
    }

    .step2 .step-form .textarea-label {
        width: auto;
    }

    .step2 .text-group .c-textarea {
        justify-content: flex-end !important;
    }

    .step2-avatar {
        top: 40px !important;
        right: -3px !important;
    }
}

@media screen and (max-width: 426px) {
    .avatar-upload .avatar-edit-sop input + label:after {
        width: 25px;
        height: 25px;
        top: -35px !important;
        right: -8px;
    }

    .avatar-upload .avatar-preview-cover-product {
        height: 74px !important;
        width: auto !important
    }

    /* .avatar-upload .step2-avatar input + label:after {

      top: 55px;

      right: 115px;
    } */
    .avatar-upload .avatar-edit-sop {
        right: 44%;
    }
}

@media screen and (max-width: 375px) {
    .avatar-upload .avatar-edit-sop input + label:after {
        width: 25px;
        height: 25px;
        top: -35px !important;
        right: -6px;

    }

    .avatar-upload .avatar-preview-cover-product {
        height: 63.25px !important;
    }

    .avatar-upload .avatar-edit-sop {
        right: 38%;
    }

    .avatar-upload .avatar-cover {
        /*position: absolute;*/
        /*right: 37%;*/
        /*z-index: 1;*/
        /*top: 50% !important;*/
    }
}

@media screen and (max-width: 320px) {
    .avatar-upload .avatar-preview-cover-product {
        height: 54px !important;
        width: auto;
    }

    /* .avatar-upload .step2-avatar input + label:after {

      top: 55px;

      right: 110px;

    } */
}

/* ///// image uploader */

/* .step2 .step-form .form-group input{
    width: 40%;
    border-radius: 20px;
    margin-right: 20px;
} */

.step2 .step-form .for-next {
    padding: 20px 0px;
    text-align: center;
    font-size: 22px;
}

.step2 .step-form .for-next .btn-dark {
    text-align: center;
    margin: 25px auto;
    padding: 12px;
    border-radius: 20px;
    width: 150px;
    font-size: 18px;
}

.step2 .step-form .for-next .btn-dark i {
    vertical-align: middle;
}

.step2 .step-form .for-next .btn-dark .btn-dark-img {
    width: 35px;
}

/* step2 close */

/* step3 open */
.step3 {
    text-align: center;

}

.step3 .heading {
    padding: 80px 0px;
    text-align: center;
    margin: auto;
}

.step3 .heading p {
    font-size: 24px;
}

.step3 .heading span {
    font-size: 18px;
}

.step3 .heading .step-circle {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    padding: 40px 0px 20px;
}

.step3 .heading .step-circle img {
    padding: 0px 15px;
    width: 125px;
}

.step3 .step-form {
    text-align: right;
    font-size: 18px;
}

.step3 .step-form .phone-p {
    padding: 8px !important;
    padding-right: 12px !important;
}

.step3 .step-form .note-point {
    display: flex;
    flex-direction: row;
    direction: rtl
}

.step3 .step-form .note-point img {
    width: 18px;
    height: 18px;
}

.step3 .step-form .note-point p {
    color: #ffb904;
    margin-bottom: 11px;
    padding-top: 3px;
    font-size: 16px;
    padding-right: 20px;
}

.step3 .step-form .form-group .input-group {
    /* max-width: 300px; */

    padding: 0px;

}

.step3 .step-form .form-group .to-from .tf-label {
    width: auto;
    padding: 0px 5px;
}

.step3 .step-form .form-group .to-from .input-group-text {
    background-color: #fff;
    border: 0px;
}

.step3 .step-form .input-tell {
    border-bottom: 1px solid rgba(133, 133, 133, 0.3);
    border-radius: 20px !important;

    padding: 7px;
}

.step3 .step-form .form-group {
    display: flex;
    direction: rtl;
    /* justify-content: center; */
    margin-bottom: 2em !important;
}

.step3 .step-form .step3-last-row {

    margin-bottom: 0px !important;
}

.step3 .step-form .form-group input {
    /* max-width: 300px; */
    border-radius: 20px;
    padding: 8px;
    /* margin-right: 20px; */
}

.step3 .step-form .form-group .small-input {
    width: 30%;
}

.step3 .step-form .form-group label {
    padding-top: 7px !important;
    width: 125px;
}

.step3 .label-p span {
    color: #ffb904;
}

.step3 .step-form .form-group .small-label {
    font-size: 12px;
    color: #858585;
    padding-top: 12px !important;
}

.step3 .step-form .for-next {
    padding: 20px 0px;
    text-align: center;
    font-size: 22px;
    clear: both;
}

.step3 .step-form .for-next .btn-dark {
    text-align: center;
    margin: 25px auto;
    border: 1px solid #343a40;
    padding: 6px;
    border-radius: 25px;
    width: 120px;
    font-size: 18px;
}

.step3 .step-form .for-next .btn-dark:hover {
    border: 1px solid #23272b;
    /* color: #343a40; */
    background-color: #23272b;
}

.step3 .step-form .for-next .btn-dark img {
    width: 35px;
}

.step3 .step-form .simple-text {
    font-size: 16px;
    float: right;
    padding: 0px;
}

.time-design .t-span {
    color: rgba(133, 133, 133, 0.4);
    border: 1px solid rgba(133, 133, 133, 0.4) !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-left: 0px !important;
}

.time-design .t-input1 {
    border-radius: 0px !important;
}

.time-design .t-input2 {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-right: 0px !important;
}

.time-design .tf-label {
    color: rgba(133, 133, 133, 0.4);
    border: 1px solid rgba(133, 133, 133, 0.4) !important;
    margin-bottom: 0px;
    border-right: 0px !important;
}

.total-time {
    display: inline;
}

.aoo {
    color: rgba(133, 133, 133, 0.4);
    width: min-content !important;
    padding: 0px 10px !important;
}

.step3-last-row {
    margin-bottom: 0px !important;
}

.flag-box {
    float: right;
    padding-top: 4px;
}

.input-group > .intl-tel-input.allow-dropdown {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
}

.input-group > .intl-tel-input.allow-dropdown > .flag-container {
    z-index: 4;
}

.iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png");
}

.intl-tel-input .country-list {
    max-width: 300px;
    right: -240px !important;
}

.intl-tel-input .selected-flag .iti-arrow {
    right: 25px !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags@2x.png");
    }
}

@media screen and (max-width: 575px) {
    .step3 .step-form .form-group .total-time {
        margin-right: 20px;
    }
}

@media screen and (max-width: 425px) {
    .step3 .step-form .simple-text {
        font-size: 14px;
    }
}

/* step3 close */

/* About us page open */
.about {
    margin: 20px 0px;
}

.about .about-header .aboutus-logo {
    /* height: 250px; */
    margin-bottom: 20px;
    width: 100%;
    max-height: 350px;
}

.about .about-header p {
    text-align: center;
    line-height: 30px;
    font-weight: 100;
    font-family: Tajawal-regular;
}

.about .about-detail img {
    padding: 10px 0px;
    max-height: 500px;
    display: block;
    margin:0 auto;
}

.about .about-detail .about-head {
    font-size: 22px;
    padding-top: 25px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(133, 133, 133, 0.3);
}

.about .about-detail .about-ul {
    direction: rtl;
    color: #bebebe;
    padding-right: 20px;
    font-size: 18px;
    list-style-type: none;
}

.about .about-detail .gray {
    list-style-image: url('../assets/bullet-point-gray.png');
}

.about .about-detail .about-ul li {
    padding: 10px 0px;
    color:#333;
}

/* .about .about-detail .about-ul li::before {
    content: "\2022";
    color: #f26932;
    font-weight: bold;
    display: inline-block; 
    width: 2em;
    font-size: 30px;
    margin-left: -1em; */
/* } */
.about .about-detail .btn-orange i, .about .about-detail .btn-gray i {
    padding-right: 10px;
    vertical-align: middle;
    font-size: 22px;
}

.about .about-detail .btn-orange {
    background-color: #f26932;
    color: #fff;
    padding: 9px 18px;
    border-radius: 30px;
    border: 1px solid #f26932;
}

.about .about-detail .btn-orange:hover {
    border: 1px solid #f26932;
    color: #f26932;
    background-color: #fff;
    border-radius: 30px;
}

.about .about-detail .btn-gray {
    background-color: #4e4e4e;
    color: #fff;
    padding: 9px 18px;
    border-radius: 30px;
    border: 1px solid #4e4e4e;
}

.about .about-detail .btn-gray:hover {
    border: 1px solid #4e4e4e;
    color: #4e4e4e;
    background-color: #fff;
    padding: 9px 18px;
    border-radius: 30px;

}

@media screen and (max-width: 768px) {
    /* .about .about-header .aboutus-logo{
        height: 200px;
    width: inherit;
    margin-bottom: 20px; 
    } */
    .about .about-detail .about-head {
        font-size: 16px;
    }

    .about .about-detail .about-ul {
        font-size: 13px;
    }
}

@media screen and (max-width: 425px) {
    /* .about .about-header .aboutus-logo{
        height: 160px;
    } */
    .about .about-header p {
        font-size: 14px;
    }

}

@media screen and (max-width: 375px) {
    /* .about .about-header .aboutus-logo{
        height: 110px;
    } */
    .about .about-header p {
        font-size: 12px;
    }
}

/* About us page Close */

/*Done page open */
.done, .thanks {
    text-align: center;
    max-width: 600px;
    margin: 0px auto;
}

/* .done h3{
    padding: 80px 0px;
} */
.done .container .heading {
    padding: 80px 0px 40px;
}

.done .btn-orange {
    padding: 10px 35px;
    border-radius: 30px;
    background-color: #f26932;
    color: #fff;
    border: 1px solid #f26932;
}

.done .btn-orange:hover {
    border: 1px solid #f26932;
    padding: 10px 35px;
    border-radius: 30px;
    color: #f26932;
    background-color: #fff;
}

.done .done-p {
    text-align: center;
    font-size: 20px;
    color: rgba(59, 59, 59, 0.8);
    padding: 40px 0px;
    font-family: Tajawal-regular;
    direction: rtl;
    max-width: 500px;
    margin: auto;
}

@media screen and (max-width: 426px) {
    .done .done-p {

        font-size: 16px;

    }
}

/* Done page Close */
/* Thanks page Open */
.thanks {
    padding: 50px 0px;
}

.thanks .msg {
    border: 1px solid rgba(133, 133, 133, 0.1);
    border-radius: 15px;
    padding: 20px 15px;
    text-align: center;
}

.thanks .msg h4 {
    color: #f26932;
    font-size: 30px;

}

.thanks .msg img {
    width: 135px;
}

.thanks .msg p {
    color: rgba(71, 71, 71, 0.9);
    padding: 12px 0px;
}

.thanks .msg i {
    color: #2ebdbc;
    font-size: 24px;
}

@media screen and (max-width: 376px) {
    .thanks .msg h4 {

        font-size: 25px;

    }

}

/* Thanks page Close */

/* buy page Open */
.buy-br3 {
    border-radius: 20px !important;
    font-size: 14px;
    padding: 15px 13px;
}

.buy {
    text-align: center;
}

.buy .heading p {
    font-size: 24px;
    margin: 70px 0px;
}

.buy .buy-form1 .buy-social-login {
    color: #f26932;
    font-size: 16px;
}

.buy .buy-form1 {
    margin-top: 40px !important;
}

.buy .buy-form1 .form-group {
    padding: 10px 0px;
}

.buy .buy-form1 .form-group label {
    font-size: 22px;
    font-family: Tajawal-medium;
    padding-right: 0px;
}

.buy .buy-form1 .form-group .input-padding {
    padding: 12px;
}

.buy .buy-form2 {
    text-align: right;
}

.buy .buy-form2 .packing {
    font-family: Tajawal-light;
    font-weight: 900;
    padding:10px;
}

.syp-buy {
    font-size: medium;
    font-family: Tajawal-Light;
}

.buy .buy-form2 .packing span {
    font-family: Tajawal-medium
}

.buy .buy-form2 p {
    color: #3b3b3b;
    font-size: 22px;
    text-align: right;
    padding-top: 20px;

}

.buy .buy-form2 small {
    font-size: 18px;
    text-align: right;

}

.buy-600 {
    font-weight: bold;
}

.buy .buy-form2 .btn-form2 {
    background-color: #f26932;
    color: #fff;
    padding: 8px 18px 5px;
    border-radius: 20px;
    margin-left: 5px;
    border: 1px solid #f26932;
}

.buy .buy-form2 .btn-form2:hover {
    color: #f26932;
    background-color: #fff;
    padding: 8px 18px 5px;
    border-radius: 20px;
    margin-left: 5px;
    border: 1px solid #f26932;
}

.buy-form3 p {
    font-size: 22px;
    padding-top: 20px;
}

.buy-form3 textarea {
    border: 1px solid rgba(133, 133, 133, 0.2);
    border-radius: 15px;
    padding: 20px 15px;
    margin-bottom: 20px;
}

.buy-form4 .form-4-btn button {

    border-radius: 13px;
    color: #fff;
    background-color: #3b3b3b;
    padding: 12px 18px 8px 18px;
    margin-right: 5px;
    margin: 5px 0px;

}

.buy-form4 .form-4-btn .clr-orange {

    border-radius: 13px;
    color: #fff;
    background-color: #f26932;
    padding: 12px 18px 8px 18px;
    margin-right: 5px;

}

.buy-form4 .form-4-btn small {
    font-size: 18px;
}

.buy-form5 {
    justify-content: flex-end;
    text-align: right;
}

.buy-form5 .form-group {
    padding: 10px 0px;
}

.buy .form-group label {
    padding-top: 7px;
    font-size: 22px
}

.buy .buy-form5 .form-group input {
    border-radius: 13px;
    padding: 12px
}

.buy .buy-form5 .form-group select {
    height: auto;
}

.buy .buy-form5 .form-group input, .buy .buy-form5 .form-group select {
    border-radius: 13px;
    padding: 12px
}

.buy .form-group input, .buy .form-group textarea, .buy .buy-form5 .form-group select {
    border-radius: 13px;
    padding: 12px;
    border: 1px solid rgba(133, 133, 133, 0.2);
}

.buy .buy-form5 .buy-form5-text {
    font-size: 20px;
    margin-top: 20px;
}

.buy .buy-form5 .buy-form5-text span {
    padding: 8px 12px 4px 12px;
    margin: 6px;
    background-color: #353535;
    color: #fff;
    border-radius: 7px;
}

.buy .buy-done {
    /*position: relative;*/
    bottom: 50px;
    margin:20px 0;
}

.buy .buy-done small {
    font-size: 18px;
    font-family: Tajawal-regular;
    color: #757575;
    text-align: center;
    display: block;
    padding-top: 15px;
    width: fit-content;
    margin: auto;

}

.buy .buy-done .btn-orange {
    background-color: #f26932;
    color: #fff;
    padding: 13px 25px 10px 25px;
    border-radius: 20px;
    border: 1px solid #f26932;

}

.buy .buy-done .btn-orange:hover {
    color: #f26932;
    background-color: #fff;
    padding: 13px 25px 10px 25px;
    border-radius: 20px;
    border: 1px solid #f26932;

}

.buy .buy-done .btn-orange i {
    padding-right: 5px;
}

@media screen and (max-width: 769px) {
    .buy .buy-form5 .form-group input {
        padding: 7px;
        height: 35px;
    }

    .buy .form-group label {
        padding-top: 7px;
        font-size: 16px;
    }

    .buy .buy-form1 .form-group label {
        font-size: 16px;
        font-family: Tajawal-medium;
        padding-right: 0px;
    }
}

/* buy page Close */

/* Profile page Open */
.profile {
    text-align: center;
    padding-top: 30px;
}

.profile .heading .profile-btns {
    padding-bottom: 15px;
}

.profile .heading .profile-pic .name {
    font-size: 24px;
    margin: 0px;;
}

.profile .heading .profile-btns .btn1 {
    background-color: #353535;
    color: #fff;
    padding: 12px 18px 10px 18px;
    border-radius: 15px;
    margin-left: 20px;
}

.profile .heading .profile-btns .btn1:hover {
    color: #353535;
    background-color: #fff;
    border: 1px solid #353535;

}

.profile .heading .profile-btns .btn2 {
    background-color: #2ebdbc;
    color: #fff;
    padding: 12px 18px 10px 18px;
    border-radius: 15px;
    border: 1px solid #2ebdbc;
    margin-left: 7px;
}

.profile .heading .profile-btns .btn2:hover {
    color: #2ebdbc;
    background-color: #fff;
    padding: 12px 18px 10px 18px;
    border-radius: 15px;
    border: 1px solid #2ebdbc;
}

.profile .profile-form1 p {
    padding-top: 20px;
}

.profile .profile-form1 .form-group {
    padding: 10px 0px;
    /* justify-content: center; */
}



.profile .prf-2-text {
    font-size: 12px;
    padding: 10px 0px;
}

.profile .buyclr1 {
    background-color: #353535 !important;
    border: 1px solid #353535;
}

.profile .buyclr1:hover {
    background-color: #fff !important;
    border: 1px solid #353535;
    color: #353535;
}

.profile .buyclr2 {
    background-color: #2ebdbc !important;
    border: 1px solid #2ebdbc;
}

.profile .buyclr2:hover {
    color: #2ebdbc !important;
    border: 1px solid #2ebdbc;
    background-color: #fff !important;
}

.profile .buyclr3 {
    background-color: #757575 !important;
    border: 1px solid #757575;
}

.profile .buyclr3:hover {
    color: #757575;
    border: 1px solid #757575;
    background-color: #fff !important;
}

@media screen and (min-width: 426px) and (max-width: 575px) {
    .card .card-div .card-top-div-2-add {
        top: 20% !important;
        right: 45px !important;
    }
}

@media screen and (max-width: 426px) {
    .profile .heading .profile-btns .btn2, .profile .heading .profile-btns .btn1 {
        font-size: 14px;
        padding: 8px 12px 5px 12px;

    }

    .profile .profile-form1 .form-group label {
        padding: 0px 0px;
        font-size: 14px;
        margin-top: 4px;
    }

    .profile .container .heading img {
        width: 60px;
    }

    .profile .profile-form1 .change {

        padding: 4px 20px 0px 20px;
    }
}

/* Profile page Close */

/* allstore page Open */

.allstore .store-cover {
    background-image: url('../assets/all-store.png');
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 202px;
    height: 200px;
    background-position: right;

}

.allstore .store-cover button {
    background-color: #f26932;
    color: #fff;
    border: 1px solid #f26932;
    border-radius: 20px;
    padding: 8px 18px 1px 18px;
    bottom: 20px;
    right: 20px;
    position: absolute;

}

.allstore .store-cover button i {
    margin-left: 10px;
}

.allstore .allstore-padding-t {
    padding-top: 32px;
}

.allstore .store-heading {
    font-size: 22px;
    color: #353535;
    border-bottom: 1px solid #2ebdbc;
    /* max-width: max-content; */
    justify-content: baseline;
    text-align: right;
    /* width: 100px; */
    /* float: right; */
    padding-bottom: 10px;
    margin-bottom:40px;
}

.store-hr {
    clear: both;
}

.allstore .stores {
    margin: 20px 0px !important;
}

/* .allstore .store-right{
    max-height:
} */
.allstore .stores .store-detail .heading {
    font-size: 22px;
    color: #3b3b3b;
    padding-top: 10px;
    /* padding-right: 0px; */
}

.allstore .container .main .slider-heading {
    padding: 0px 10px 7px 0px;
}

.allstore .container .main .slider-heading img {
    margin-left: 5px;
}

/* .allstore .container .main .slider-heading .price-div{
    font-size: 17px;
}
.allstore .container .main .slider-heading .price-div .font-weight-normal{
    font-size: 16px;
}
 */
.allstore .stores .store-detail p {
    direction: rtl;
    color: #858585;
    font-size: 14px;
    font-family: Tajawal-Light;
}

@media screen and (max-width: 425px) {
    .allstore .stores {
        flex-direction: column-reverse;
        text-align: center;
    }
}

/* product slider */

.main {
    /* font-family:Arial; */
    /* width:500px; */
    display: block;
    margin: 0 auto;
}

.action {
    display: block;
    margin: 100px auto;
    width: 100%;
    text-align: center;
}

.action a {
    display: inline-block;
    padding: 5px 10px;
    background: #f30;
    color: #fff;
    text-decoration: none;
}

.action a:hover {
    background: #000;
}

.slick-next:before, .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #f26932;
}

/* product slider close */

/* allstore page Close */
/* product slider   */
.arrows {
    position: absolute;
    z-index: 999;
    width: 100%;
    color: white;
    padding: 0 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.preview-pic {
    position: relative;
}

.arrow-product {
    /*width: 20px !important;*/
}

/* store2 + store1 page Open */
.slider-heading img {
    margin-left: 5px;
}

.store2 .store-cover {
    background-image: url('../assets/store2-cover.png');
    background-size: cover;
    background-position:center;
    max-height: 300px;
    height: 300px;
    margin-bottom: 30px;
    position: relative;
}

/* .store2 .store-cover img {
    
    bottom: -60px;
    position: absolute;
    left: 45%;
} */
.store2 .store-cover .heading-icon {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    top: 150px;
    height: 100px;
}

.store2 .store-cover .heading-icon2 {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    top: 195px;

}

.store2 .store-cover button {
    background-color: #f26932;
    color: #fff;
    border: 1px solid #f26932;
    border-radius: 20px;
    padding: 8px 18px 5px 18px;
    bottom: -15px;
    right: 50px;
    position: absolute;
}

.store2 .store-cover button:hover {
    color: #f26932;
    background-color: #fff;
    border: 1px solid #f26932;
}

.allstore .store-cover button i {
    margin-left: 10px;
}

.store2 .container .str2-heading {
    font-size: 22px;
    color: #353535;
    margin: 0px auto;
    text-align: center;
}

.store2 .container .str2-p {
    text-align: center;
    color: #858585;
    letter-spacing: 1px;
    direction: rtl;
    font-family: Tajawal-Light;
    font-weight: 900;
}

.store2 .container .str2-p i {
    color: #353535;
    font-size: 18px;
}

.store2 .container .str2-p i:hover {
    color: #f26932;
    font-size: 18px;
}

.store-hr {
    clear: both;
}

/* store1 code */
.store2 .save-edit {
    margin-top: 30px;
}

.store2 .save-edit button {
    background-color: #f26932;
    color: #fff;

    border-radius: 20px;
    border: 1px solid #f26932;
    padding: 8px 18px 5px 18px;

}

.store2 .save-edit button:hover {
    border: 1px solid #f26932;
    color: #f26932;
    background-color: #fff;

    border-radius: 20px;
    padding: 8px 18px 5px 18px;

}

.h-100 {
    height: 100% !important;
}

.store2 .upload-prof-image {
    top: 50px;
    position: absolute;
    left: 50%;
    width: 100px;
    transform:translateX(-50%)

}

.padding-r-0 {
    padding-right: 0px !important;
}

.store2 .avatar-upload .avatar-preview {
    width: 100px;
    height: 100px;
}

.store2 .avatar-upload .avatar-edit input + label:after {
    right: 55px;
}

.card-cross {
    position: absolute;
    top: 0;
    right: 15px;
    color: #fff;
    font-size: 18px;
}

.card-product-grid {

    max-width: 350px;
    margin: auto;
    font-size: 14px;
}

.card .card-div .card-top-div-2-add {
    position: absolute;
    top: 6%;
    padding: 0px 27px;
    color: #fff;
    text-align: center;
}

.card .card-div .card-top-div-2-add .add-icon {
    font-size: 40px;
}

.card .card-div .card-top-div-2-add .add-icon i:hover {
    color: #f26932;
}

.card .card-div .card-top-div-2-add .text-4k {
    padding: 0px;
    margin: 0px;
    color: #f26932;
    display: inline-flex;
    font-size: 18px;
}

.card .card-div .card-top-div-2-add .text-4k span {
    font-size: 12px;
    padding-top: 4px;
    padding-left: 4px;
}

/* store2 page Close */

/* shoping page Open */

.shopping .shopping-cover {
    background-image: url('../assets/shoping-cover.png');
    background-size: cover;
    max-height: 202px;
    height: 200px;
    margin-bottom: 30px;
}

.shopping .shopping-cover .heading-icon {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    top: 30px;
    height: 80px;
}

/* .shopping .shopping-cover img {
    top: 20%;
    position: absolute;
    left: 45%;
} */
.shopping .shopping-cover p {
    text-align: center;
    font-size: 24px;
    padding-top: 75px;
    color: #3b3b3b;
}

.shopping .container .card {
    margin-top: 60px;
}

.shopping .container .shopping-btn {
    background-color: #f26932;
    color: #fff;
    padding: 8px 18px 5px 18px;
    border-radius: 20px;
    text-align: center;
    display: block;
    margin: 40px auto;
    border: 1px solid #f26932;
    cursor: pointer;
}

.shopping .container .shopping-btn:hover {
    border: 1px solid #f26932;
    color: #f26932;
    background-color: #fff;
    padding: 8px 18px 5px 18px;
    border-radius: 20px;
    text-align: center;
    display: block;
    margin: 40px auto;
    /* border: 0px; */
}

.cross-shopping {
    font-size: 22px;
}

.card-top-div-2 {
    position: absolute;
    top: 2%;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .card .card-div .card-top-div-2-add .add-icon {
        font-size: 16px;
        padding-right: 0px !important;
    }

    .card .card-div .card-top-div-2-add {
        padding: 5px;
        font-size: 12px;
        top: 0%;
    }
}

@media screen and (max-width: 426px) {
    .shopping .shopping-cover .heading img {
        width: 60px;
    }

    /* .shopping .shopping-cover img {
        left: 39%;
        top: 26% !important;
    } */
    .padding-r-0 {
        padding-right: 8px;
    }
}

@media screen and (max-width: 426px) {
    .store2 .container .str2-p {
        font-size: 14px;
    }

    .card .card-div .card-top-div-2-add {
        top: 13%;
        right: 40px;
    }

    .card .card-div .card-top-div-2-add .add-icon {
        font-size: 30px;
        padding-right: 0px !important;
    }

    /*.store2 .upload-prof-image {*/
        /*left: 37% !important;*/
    /*}*/

    .store2 .store-cover button {
        right: 20px !important;
        font-size: 12px;
        /*top: 7px !important;*/
        /*bottom: auto;*/
    }

    .store2 .store-cover img {
        left: 39%
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .card .card-div .card-top-div-2-add .add-icon {
        font-size: 16px;
    }

    .card .card-div .card-top-div-2-add {
        top: 1px;
        text-align: center;
    }

    .card .card-div .card-top-div-2-add {
        padding: 0px 5px;
    }

    .text-1, .text-4k {
        font-size: 12px !important;
    }

    .card .card-div .card-top-div-2-add {
        padding: 10px;
        font-size: 16px;
        top: 4%;
    }
}

/*
@media screen and (min-width:426px) and (max-width:575px){

    .card .card-div .card-top-div-2-add {
        top: 60px;
        left: 50px;
    }
    
      
} */
@media screen and (max-width: 375px) {
    .card .card-div .card-top-div-2-add {
        top: 9%;
        right: 12px;;
    }

    .card .card-div .card-top-div-2-add .add-icon {
        font-size: 20px;

    }

    .text-1, .text-4k {
        font-size: 14px !important;
    }

    card .card-div .card-top-div-2-add .text-4k span {
        font-size: 11px;
    }
}

@media screen and (max-width: 325px) {
    .card .card-div .card-top-div-2-add {

        right: 0px;;
    }
}

/* shoping page Close */

/* c-product page Open */

.c-product .detail .cat {
    color: #3b3b3b;
    font-size: 18px;
    text-align: right;
    direction: ltr;
    padding: 20px 0px;

}

.c-product .detail .cat .return-btn {
     direction: ltr;
    font-size: 14px;
    padding-right: 10px;
    color: #f26932;
    border: none;
    background: none;
    padding-top: 6px;
}

.c-product .detail .cat .return-btn:hover {
    /* direction: ltr; */
    font-size: 14px;
    padding-right: 10px;
    color: #f26932;
    background: none;
    padding-top: 6px;
    cursor: pointer;
}

.c-product .detail .cat .return-btn img {
    margin-right: 5px;
}

.c-product .detail .shop-name {
    display: flex;
    flex-direction: row;
}

.c-product .detail .shop-name small {
    right: 16px;
    position: absolute;
    font-size: 22px;
    color: #3b3b3b;
}

.c-product .detail .shop-details .shop-desc {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 1px;
    color: #858585;
    max-width: 500px;
    font-family: Tajawal-light;
    font-weight: 900;
    justify-content: flex-end;
    display: inline-flex;

}

.c-product .detail .shop-details .price {
    display: inline-flex;
    direction: rtl;
}

.c-product .detail .shop-details .price p ,
.c-product .detail .shop-details .price .title {
    font-size: 18px;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: 0;
}

.c-product .detail .shop-details .price-extra {

    display: block;
}

.c-product .detail .shop-details .price-extra p {
    font-size: 14px !important;
    padding-left: 10px;
    letter-spacing: 1px !important;
    font-family: Tajawal-Light;
    font-weight: 900;
}

.c-product .detail .shop-details .price .price-tag {
    direction: ltr;

}

.c-product .detail .shop-details .price .price-tag2 {
    /* direction: ltr;     */
    border: 1px solid rgba(128, 128, 128, 0.2);
    border-radius: 13px;
    padding-right: 15px;
    /* padding-bottom: 5px; */
    padding-left: 19px;
    padding-top: 5px;
    font-size: 24px;
}

.c-product .detail .shop-details .price .price5 {
    padding-left: 25px;
    padding-right: 25px;

}

.c-product .detail .shop-details .price .price-tag-rtl {
    direction: rtl;
}

.c-product .detail .shop-details .price .price-tag span {
    font-size: 12px;
    padding-top: 4px;
}

.c-product .detail .shop-details .counter-justify {
    justify-content: flex-end;
    display: flex;
}

.c-product .detail .shop-details .form-group .counter-style {
    border: 1px solid rgba(133, 133, 133, 0.3);
    width: 100px;
    /* margin-right: 25px; */
    text-align: center;
    direction: rtl;
    height: 40px;
    border-radius: 13px;

}

.c-product .detail .shop-details .form-group .counter-style label {
    font-size: 16px;
    color: #3b3b3b;
    padding: 10px !important;
    padding-top: 15px;

}

.c-product .detail .shop-details .form-group .counter-input {
    width: 40px;
    border: 0px;
    padding: 0px !important;
    height: 35px;
    text-align: center;

}

.c-product .detail .shop-details .form-group .counter-style .btn-number {
    margin: 0px !important;
    padding: 8px 10px 0px !important;
}

.buy-button {
    background-color: #f26932 !important;
    color: #fff !important;
    height: 40px;
    border-radius: 11px !important;
    padding-top: 11px;
    border: 1px solid #f26932 !important;
    min-width:100px;
}

.buy-button:hover {
    background-color: #fff !important;
    border: 1px solid #f26932 !important;
    color: #f26932 !important;
    cursor: pointer;
}

.c-product .detail .shop-details .small-font {
    font-size: 14px;
}

.rnc {
    direction: rtl;
    color: #858585;
    letter-spacing: 1px;
    font-family: Tajawal-light;
    font-weight: 900;
}

.c-product .review-heading {
    direction: rtl;
    margin: 20px 0px 0px 0px;;
    display: flex;
}

.c-product .review-heading .price-tag-rtl {
    direction: ltr;
    font-size: 20px;
}

.c-product .review-heading .price-tag-rtl span {

    font-size: 18px;
    vertical-align: middle;
}

.c-product .review-heading {

    font-size: 18px;
    vertical-align: middle;
}

.c-product .review-heading .vr-l {
    padding: 0px 5px;

}

.c-product .review-heading button {
    border-radius: 8px;
    background-color: #f8f8f8;
    color: #3b3b3b;
    margin-bottom: 10px;
    position: relative;
    bottom: 8px;
    margin-right: 10px;
}

.c-product .review .card {

    border-radius: 10px !important;
}

.c-product .review {
    direction: rtl;
    /* margin: 0px 0px;  */
}

.c-product .review .card .card-body {
    background-color: #F8F8F8;
    border-radius: 10px;
}

.c-product .review .card .card-body p {
    font-size: 14px;
    font-family: Tajawal-light;
    font-weight: 900;
    letter-spacing: 1px;
    color: #3b3b3b;
}

.review .card .card-header {
    background-color: #fff !important;
    border-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;

}

.card .card-header .name-plate {
    background-color: #f26932;
    color: #fff;
    height: 70px;
    width: 70px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* //// modal */
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem 0px;
}

.modal-header {
    flex-direction: row-reverse;
}

.modal-body .form-group textarea {
    border: 1px solid #80808024 !important;
    direction: rtl;
    border-radius: 13px;
    width: 100% !important;
}

.modal-body .form-group label {
    font-size: 16px;
    font-family: Tajawal-bold;
}

.modal-body p {
    font-size: 16px;
    font-family: Tajawal-bold;
    margin-bottom: 0px !important;
}

/* @import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css); */

/* fieldset, label { margin: 0; padding: 0; } */
/* body{ margin: 20px; } */
/* h1 { font-size: 1.5em; margin: 10px; } */

/****** Style Star Rating Widget *****/
.star {
    display: flex;
    flex-direction: row-reverse;
}

.rating {
    border: none;
    float: left;
}

.rating > input {
    display: none;
}

.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #ddd;
    float: right;
}

.btn-add {
    background-color: #f26932;
    border: 1px solid #f26932;
    border-radius: 13px;
    color: #fff;
    padding: 7px 18px 3px;
}

.btn-add:hover {
    color: #f26932;
    background-color: #fff;
    border: 1px solid #f26932;

}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
}

/* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label {
    color: #FFED85;
}

@media screen and (max-width: 426px) {
    .c-product .detail .shop-details .price p {
        font-size: 14px;
    }

    .rnc {
        font-size: 14px;
    }

    .c-product .detail .shop-details .sop-input input {
        width: 285px !important;
    }

}

/*****************PRODUCT PAGE PREVIEWER*************/

img {
    max-width: 100%;
}

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px;
    }
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 10px;
    /* height: 400px; */
    height: max-content;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
    margin-left:0;
    display: flex;
}

.preview-thumbnail.nav-tabs li {
    width: 65px;
    height: 65px;
    margin-right: 2%;
}

.preview-thumbnail.nav-tabs li img {
    width: 65px;
    height: 65px;
    max-width: 100%;
    border-radius: 10px;
    display: block;
}

.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
    position: relative;
}

.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}

.tab-content {
    overflow: hidden;
}

.tab-content .active {

    z-index: 100;
}

.tab-content .tab-pane {
    height: inherit;
}

.tab-content .tab-pane .heart {
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 40px;
    top: 15px;
}

.tab-content .tab-pane .heart-buy {

    left: 40px !important;
    right: auto

}

.tab-content .tab-pane .heart:hover {

    color: #f26932;

}

.tab-content img {
    width: 100%;
    /* height: inherit; */
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*****************PRODUCT PAGE PREVIEWER*************/

/* c-product page Close */
/* + */

/* store oener product page open */

.c-product .detail .shop-details .sop-desc {
    border: 1px solid rgba(133, 133, 133, 0.3);
    padding: 10px;
    border-radius: 10px;
    display: block;
    margin-right: 0px;
}

.c-product .detail .shop-details {
    /*margin-left: 30px;*/
}

.c-product .detail .shop-details  > div{
    margin:10px 0;
}

.c-product .detail .shop-details .sop-desc textarea {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 1px;
    color: #858585;
    resize: none;
    max-width: 500px;

    justify-content: flex-end;
    display: block;

    width: 100%;
    direction: rtl;
    BORDER: 0px;
}

.c-product .detail .shop-details .sop-desc i {
    display: flex;
    margin-left: 20px;
}

.c-product .detail .shop-details .sop-desc i:hover {
    color: #f26932;
}

.c-product .detail .shop-details .sop-input input {
    width: 300px;
    padding: 5px;
    border: 1px solid rgba(133, 133, 133, 0.3);
    border-radius: 15px;
    margin: 0px 0px 16px;
    font-family: Tajawal-Light;
    font-weight: 900;
}

.c-product .description .save {
    background-color: #f26932;
    color: #fff;
    /* border: 0px; */
    border-radius: 10px;
    padding: 8px 18px 5px 18px;
    border: 1px solid #f26932;
}

.c-product .description .save:hover {
    border: 1px solid #f26932;
    color: #f26932;
    background-color: #fff;
    /* border: 0px; */
    border-radius: 10px;
    padding: 8px 18px 5px 18px;
}

.c-product .description .sop-price .special {

    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 1px;
    color: #858585;
    resize: none;
    max-width: 500px;

    justify-content: flex-end;
    display: block;

    width: 100%;
    direction: rtl;
    padding: 10px;
    border: 1px solid rgba(133, 133, 133, 0.3);
    border-radius: 15px;
    margin: 10px 0px;
}

/* store oener product page close */

@media (min-width: 768px) {
    .navbar-brand.abs {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
    }
}

/* prodcut card */
@media only screen and (max-width: 990px) {
    .product-grid {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .card-padding {
        padding-right: 15px;
    }

    .product-grid {
        max-width: 350px;
        height: auto;
        margin: auto;
    }
}

/* step2 responsive */

@media screen and (max-width: 768px) {
    .step2-img {
        width: 100%;
        display: flex;
        justify-content: center;

    }

    .step-2margine {
        display: none;
    }

    .step2 .step-form .form-group .input-label {
        width: 150px;
    }
    .store2 .store-cover{
        height: 200px;
    }
    .store2 .upload-prof-image{
        top:-50px;
    }
}

@media screen and (max-width: 426px) {
    .upload-prof-image .c-425 {
        justify-content: center;
    }

    .step2 .text-group .c-textarea {
        text-align: center
    }

    .step2 .text-group .c-textarea {
        margin-left: 0px;
    }

    .step2-img {
        padding: 0px !important;
    }
    .store2 .store-cover{
        height: 150px;
    }
    .store2 .upload-prof-image{
        top:-100px;
    }
}

.product-grid .price-cart .nav-link {
    position: relative;
}

.cart-badge-product-store {
    position: absolute;
    top: -5px;
    right: -2px;
}

.cart-badge-product {
    position: absolute;
    top: -5px;
    right: -2px;
    left: auto;
}

/* Register component*/
.register-tabs-container {
    margin: 50px auto;
}

.register-tabs {
    height: 40px;
    text-align: center;
    margin-bottom: 40px;
}

.register-button {
    height: 100%;
    /*padding: 0 6px;*/
    /*min-width:80px;*/
    width:126px;
    text-align: center;
}

.register-tabs-header {
    text-align: center;
    direction: rtl;
}

.dashboard-menu {
    text-align: left;
    width: 20%;
    height: 100vh;
    background: linear-gradient(to left, #ed6c84cf, #f3862dd9);
    box-shadow: 0 0 2px 0 #a9a9a9;
}

.dashboard-menu-header {
    padding: 12px 20px;
}

.dashboard-menu-list {
    padding-left: 0px;
    list-style: none;
    margin-left: 10px;
}

.dashboard-menu-list li {
    padding: 12px 20px;
    transition: all .2s ease-in;
    cursor: pointer;
}

.dashboard-menu-list li:hover {
    background: white;
}

h1.entry-title {
    font-family: 'Tajawal-Medium', sans-serif;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 30px;
}

.entry-content-page {
    margin-bottom: 60px;
    direction:rtl;
}
ul {
    /*list-style: square;*/
    margin: 0 0 18px 1.5em;
}
li.nav-item.wishlist-icon a .fa-heart {
    color: #e61818;
    font-size: 22px;
}
.not-found {
    height: 30vh;
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #f26932;
    font-weight: bold;
}
.cat-bottom {
    background-image: url(../assets/category-bg.png);
    background-position: bottom;
    text-align: center;
    background-size: cover;
    padding: 66px 250px;
    font-family: 'Tajawal-Medium', sans-serif;
    background-repeat: no-repeat;
}
ul.list-group.list-unstyled.text-right.bor.pr-0.list-group-flush {
    margin-left: 0px !important;
}
li.list-group-item.bor-li input[type="radio"] {
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
}
button.submit-button {
    margin-top: 0px;
    width: 100%;
    position: relative;
    color: white;
    background: #f26932;
    box-shadow: none;
    border: 1px solid #f26932;
    padding: 10px;
    cursor: pointer;
}
button.submit-button:hover {
    background: #fff;
    color: #f26932;
}
.react-multi-carousel-item{
    padding:0 0.5rem
}
span.price-hint {
    display: inline-block;
    font-size: 12px;
    padding-top: 12px;
    padding-right: 5px;
}
.woocommerce {
    width: 70%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.woocommerce table.wishlist_table {
    font-size: 80%;
}
.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
.woocommerce table.wishlist_table tbody td {
    padding: 16px 12px;
}
.woocommerce table.wishlist_table thead th {
    padding: 16px 12px;
}
.woocommerce table.wishlist_table thead th, .woocommerce table.wishlist_table tbody td {
    border-color: #e7e7e7;
}

th.product-name, th.product-price, th.product-quantity, th.product-subtotal {
    color: #fff;
    font-size: 1px;
    color: black;
    position: relative;
    top: 0px;
    font-size: 16px;
    text-align: right;
}
.woocommerce table.wishlist_table tr td.product-remove {
    padding: 16px;
}
.wishlist_table tr td.product-thumbnail a {
    display: block;
    border: none;
    max-width: 80px;
}
.wishlist_table tr td.product-thumbnail a img {
    width: 100%;
}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    height: auto;
}
.wishlist_table tr td, .wishlist_table tr th.wishlist-delete, .wishlist_table tr th.product-checkbox {
    text-align: center;
}
table.shop_table.cart.wishlist_table td.product-name.rtl, table.shop_table.cart.wishlist_table td.product-price.rtl {
    text-align: right !important;
}
.woocommerce a.remove:hover {
    color: #fff!important;
    background: red;
}

.save-store-button{
    background-color: #f26932 !important;
    color: #fff !important;
    border: 1px solid #f26932 !important;
    border-radius: 20px !important;
}
.save-store-button:hover{
    background-color:#fff   !important;
    color: #f26932!important;
}