@font-face {
    font-family: ElMessiri;
    src: url(../fonts/ElMessiri-Regular.ttf);
    src: url(../fonts/ElMessiri-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

body,
html {
    position: relative;
    min-height: 100%;
    font-family: ElMessiri, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #616161;
    direction: rtl;
    text-align: right;
    padding: 0;
    margin: 0
}

body {
    background: url(../images/body-pattern.png)
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    font-weight: 400;
    color: #616161
}

img {
    max-width: 100%;
    transition: .7s all;
    outline: 0
}

a,
a:focus,
a:visited {
    color: #616161;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    outline: 0;
    transition: .5s
}

a.active,
a:hover {
    text-decoration: none;
    color: #f5cc73
}

a:not([href]):not([tabindex]) {
    cursor: pointer
}

.btn,
btn:focus,
btn:visited {
    display: block;
    position: relative;
    height: 50px;
    background-color: #e1ac4f;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border: 2px solid #e1ac4f;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    transition: .5s
}

.btn:not([href]):not([tabindex]) {
    color: #fff
}

.btn:hover {
    color: #e1ac4f;
    background-color: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .16)
}

.btn:not([href]):not([tabindex]):focus,
.btn:not([href]):not([tabindex]):hover {
    color: #e1ac4f
}

.btn i {
    width: 20px;
    height: 20px;
    color: #fff;
    float: left
}

.btn:hover i {
    color: #e1ac4f
}

ul {
    display: table;
    list-style: none;
    padding: 0;
    margin: 0
}

.tabs nav {
    display: table;
    margin: 0 auto 60px;
    padding: 0 50px;
    border: 1px solid #ececec;
    border-radius: 30px;
    background-color: #fff
}

.nav-tabs,
.nav-tabs .nav-link {
    border: 0
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: rgba(225, 172, 79, 1);
    color: #e1ac4f
}

.nav-tabs .nav-item {
    font-size: 16px;
    font-weight: 700;
    padding: 15px 0;
    margin: 0 15px;
    background: 0 0;
    border-bottom: 3px solid rgba(232, 71, 0, 0)
}

.nav-tabs .nav-item:before {
    content: ''
}

.nav-tabs .nav-item:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    margin-right: 15px;
    margin-left: -15px;
    margin-bottom: -7px;
    background-color: #ececec
}

.nav-tabs .nav-item:last-child:after {
    opacity: 0
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #e1ac4f;
    border-color: rgba(225, 172, 79, 1)
}

.tab-content>.tab-pane {
    opacity: 0;
    display: block;
    border: 0;
    border-radius: 10px;
    padding: 0 15px;
    min-height: 0;
    max-height: 0;
    transition: .5s
}

.tab-content>.active {
    opacity: 1;
    min-height: 30px;
    max-height: 100%
}

input[type=submit] {
    display: none
}

input[type=submit],
label,
select.form-control {
    cursor: pointer
}

input[type=checkbox],
input[type=radio] {
    display: none
}

input::placeholder,
input[type=text] {
    color: #999;
    font-size: 14px
}

.form-group {
    position: relative
}

.form-control {
    color: inherit;
    height: 50px;
    border-radius: 10px!important;
    margin-bottom: 15px;
    border: 1px solid #ececec
}

.form-control:focus {
    box-shadow: none
}

.form-control.edit {
    padding-right: 40px;
    padding-left: 10px;
    background: #fafafa url(../images/edit.png) no-repeat;
    background-position: right 15px bottom 15px
}

mark {
    background-color: transparent;
    color: #dc3545
}

form label {
    color: #737373;
    font-weight: 700
}

textarea.form-control {
    height: 100px
}

form.search {
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px
}

form.search .btn {
    margin-top: 0;
    margin-bottom: 15px
}

.title4>span {
    font-size: 14px;
    margin: 0 15px
}

.table thead {
    border: 1px solid #ececec
}

.table .thead-dark th {
    background-color: #fcfcfc;
    border-color: #ececec;
    color: #393939
}

.cart .table .thead-dark th {
    text-align: center
}

.cart .table th:nth-child(2) {
    text-align: right
}

.cart a.trash i {
    cursor: pointer;
    color: #c53236;
    transition: .3s
}

.cart a.trash:hover i {
    box-shadow: 0 2px 10px rgba(164, 164, 164, .2);
    transform: scale(1.1)
}

.cart p {
    font-size: 14px
}

.cart .price {
    color: #616161;
    font-size: 20px
}

.cart .price>span:first-child {
    display: inline-table;
    margin-left: 15px
}

.cart td.price>span {
    display: block;
    float: none;
    margin-left: 15px
}

.cart .price span:last-child {
    font-size: 14px;
    margin-right: 5px
}

.cart .price del {
    font-size: 14px;
    color: #616161
}

.table tbody {
    background-color: #fff;
    border: 1px solid #ececec
}

.table tr td {
    vertical-align: middle
}

.table tr td>.row {
    align-items: center
}

.table tr td .img {
    display: flex;
    padding: 0;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    min-height: 120px;
    overflow: hidden
}

.table tr td .img img {
    max-height: 120px
}

.table tr td a {
    font-size: 18px
}

.table tr td .action {
    text-align: left
}

.card .title {
    font-size: 22px
}

.card .title:after {
    width: 100%
}

.card ul li h5 {
    font-size: 16px
}

.new-address {
    display: none
}

.invoice .total .price span:last-of-type {
    font-size: 18px;
    margin-right: 5px
}

.invoice .total .price,
.invoice .total .price span:last-of-type {
    color: #e1ac4f;
    font-weight: 700;
    font-size: 26px
}

.form-card,
.form-card-normal {
    margin: 30px auto;
    padding: 30px;
    border: 1px solid #ececec;
    background-color: #fff;
    border-radius: 10px
}

.form-card hr {
    border-color: #ececec
}

.form-card .forgot {
    text-align: left
}

.form-card-normal {
    padding: 15px;
    margin: 0
}

.form-card-normal h5 {
    font-size: 14px
}

.form-card-normal h5>span {
    float: left
}

.form-card-normal h5>span>span {
    font-size: 12px;
    padding-right: 5px
}

.forgot,
.forgot a,
.register,
.register a {
    font-size: 14px
}

.contact-us {
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px
}

.contact-us form .btn {
    margin: 0!important
}

.contact-us .contact ul li {
    margin-bottom: 15px;
    font-size: 16px
}

.contact-us .contact ul li i {
    margin-left: 8px;
    color: #e1ac4f
}

.contact-us .contact ul li a {
    display: inline-block;
    direction: ltr
}

.contact-us ul.social {
    margin: 15px auto
}

.contact-us ul.social li {
    float: right;
    margin-top: 15px;
    margin-left: 15px
}

.contact-us ul.social li a {
    font-size: 32px;
    color: #616161
}

.contact-us ul.social li a:hover {
    color: #e1ac4f
}

.captcha .input-group-text {
    border: 0;
    border-radius: 0;
    background-color: #fbfbfb
}

.captcha .input-group-prepend {
    margin-right: 0
}

.captcha .form-control {
    border: 0;
    border-radius: 0!important
}

.captcha .input-group {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    overflow: hidden
}

select.location {
    padding-right: 40px;
    padding-left: 10px;
    background: #fafafa url(../images/location.png) no-repeat;
    background-position: right 15px bottom 15px
}

select.categories {
    padding-right: 40px;
    padding-left: 10px;
    background: #fafafa url(../images/layers.png) no-repeat;
    background-position: right 15px bottom 15px
}

.pagination {
    margin: 50px auto;
    justify-content: center;
    overflow: hidden
}

.pagination .page-item .page-link,
.pagination .page-item.disabled .page-link {
    background-color: #fff;
    padding: 10px 15px;
    margin: 0;
    font-size: 12px;
    color: #58595b
}

.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover {
    background-color: #e1ac4f;
    color: #fff;
    border-color: #e1ac4f
}

.pagination .page-item .page-link:hover {
    background-color: #fafafa
}

.pagination .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.pagination .page-item:last-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.breadcrumb {
    background: #fff;
    margin-bottom: 30px;
    font-size: 16px;
    border: 1px solid #ececec;
    padding: 5px 15px;
    border-radius: 10px
}

.breadcrumb a {
    font-size: 16px;
    color: #f5cc73
}

.breadcrumb-item+.breadcrumb-item {
    padding: 0
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-left: .5rem
}

#top2 {
    display: none
}

#top2 ul.actions {
    margin: 0 auto
}

#top2 ul li {
    float: right;
    height: 24px;
    width: 24px;
    margin: 0 15px;
    cursor: pointer
}

#top2 ul li .navbar {
    padding: 10px 0
}

#top2 ul li .navbar .navbar-collapse {
    color: #616161;
    padding: 15px
}

#top2 ul li .navbar .navbar-collapse a {
    display: inline-table;
    direction: ltr;
    text-align: left
}

#top2 ul li a {
    min-width: 24px;
    max-width: 24px;
    margin-top: -2px
}

#top2 ul li i {
    font-size: 18px
}

#top,
#top2 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    background-color: transparent;
    z-index: 1000;
    overflow: hidden
}

#top i {
    font-size: 16px
}

#top a {
    font-size: 16px;
    color: #fff;
    line-height: 50px
}

#top a:hover {
    color: #e1ac4f
}

#top .lang,
#top .phone,
#top .social {
    float: left;
    margin-right: 15px
}

#top .lang {
    display: none;
}

#top .social li {
    float: left;
    padding-top: 2px
}

#top .social li a i {
    margin-right: 15px
}

#top .social li a:hover {
    color: #e1ac4f
}

#top .lang img {
    height: 19px;
    margin-right: 5px
}

#top .phone li a {
    direction: ltr;
    display: inline-block
}

#top .email i,
#top .phone i {
    color: #fff;
    margin-left: 10px
}

#top a:hover {
    color: #e1ac4f
}

#top .email {
    float: left
}

#top .email a:hover i {
    color: #fff
}

#header {
    position: absolute;
    top: 50px;
    width: 100%;
    height: 100px;
    color: #fff;
    background-color: rgba(0, 0, 0, .9);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .16);
    z-index: 100
}

#header .container,
#header .row {
    height: 100%;
    align-items: center;
    line-height: 100px
}

#header .logo {
    height: inherit
}

#header .logo img {
    height: 100%
}

#header .menu,
#header .navbar {
    height: 100px;
    padding: 0
}

.navbar-light .navbar-nav .nav-link {
    color: #fff
}

#header .menu .nav-link,
#header .menu a.nav-link:not([href]):not([tabindex]):focus,
#header .menu a.nav-link:not([href]):not([tabindex]):hover {
    background: 0 0;
    box-shadow: none;
    padding: 0;
    margin: 0 8px;
    cursor: pointer;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 3px solid rgba(255, 255, 255, 0);
    font-weight: 400
}

#header .menu .active>.nav-link,
#header .menu .nav-link:hover,
#header .menu a.nav-link:not([href]):not([tabindex]):hover {
    border-color: #f5cc73
}

.dropdown i {
    margin-left: 7px
}

.navbar-light .navbar-nav .dropdown-menu .nav-link,
a.dropdown-item {
    color: #58595b!important;
    line-height: 2!important;
    text-align: right!important;
    font-weight: 400!important;
    padding: 5px 15px!important;
    margin: 0!important;
    font-size: 16px!important;
    border: 0!important
}

#top a.dropdown-item:hover,
.dropdown-menu .nav-link:hover,
.navbar-light .navbar-nav .dropdown-menu .nav-link:hover,
a.dropdown-item:hover {
    color: #f5cc73!important
}

.dropdown-menu,
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: 0
}

.dropdown-menu .dropdown .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto
}

.dropdown-toggle::after {
    margin-right: .255em;
    margin-left: 0
}

.dropdown-menu .dropdown-toggle::after {
    float: left;
    margin-top: 10px;
    vertical-align: middle;
    border-left: 0;
    border-right: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent
}

#header .menu ul.navbar-nav>.nav-item {
    margin: 0 7px
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .show>.nav-link {
    color: #f5cc73
}

.navbar-nav {
    margin-right: auto
}

.navbar-nav .dropdown-menu {
    top: 60px;
    width: 300px
}

#header ul.actions {
    margin-right: 30px;
    float: left
}

#header ul.actions li {
    float: left;
    position: relative
}

#header ul.actions li .shoppingcart ~ .cartbox {
    position: absolute;
    left: 0;
    width: 200px;
    height: 0;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
    opacity: 0;
    overflow: hidden;
    transition: all .5s;
}

#header ul.actions li .shoppingcart ~ .cartbox .btn {
    font-size: 14px;
    margin: 0 auto;
    padding: 5px;
    height: auto
}

#header ul.actions li .shoppingcart ~ .cartbox .btn:hover {
    color: #e1ac4f
}

#header ul.actions li .shoppingcart ~ .cartbox h5 {
    font-size: 14px;
    margin-bottom: 15px
}

#header ul.actions li .search ~ .searchbox {
    display:none;
    position: absolute;
    left: 0;
    width: 350px;
    height: 0;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
    opacity: 0;
    overflow: hidden;
    transition: all .5s;
}
#header ul.actions li .search ~ .searchbox .form-group,#header ul.actions li .search ~ .searchbox .form-control{
    margin:0;
}
#header ul.actions li .search.active ~ .searchbox {
    display:block;
    padding: 0;
    height: auto;
    opacity: 1;
}

#header ul.actions li a,
#header ul.actions li label {
    position: relative;
    font-size: 24px;
    margin-right: 30px;
    color: #fff
}

#header ul.actions li a.active,
#header ul.actions li a:hover,
#header ul.actions li label.active {
    color: #f5cc73
}

#header ul.actions li a .title {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: #f5cc73;
    text-align: center;
    opacity: 0;
    transition: .5s
}

#header ul.actions li a .title:after {
    display: none
}

#header ul.actions li a .bubble {
    position: absolute;
    top: -5px;
    left: 15px;
    right: auto;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 0 7px rgba(0, 0, 0, .1)
}

#header ul.actions li:hover a .title {
    opacity: 1;
    top: 40px
}

#header ul.actions li.search {
    position: inherit
}

#header ul.actions li.search .input-group {
    background: #fff;
    border: 1px solid #b8d893;
    border-radius: 10px;
    position: absolute;
    left: 62%;
    top: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    opacity: 0;
    z-index: -1;
    overflow: hidden;
    transition: .5s
}

#header ul.actions .search .input-group-text {
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0!important
}

#header ul.actions .search .form-control {
    border: 0;
    border-radius: 0 10px 10px 0!important
}

section {
    padding: 60px 0
}

section .btn {
    color: #fff
}

.title,
.title2,
.title3,
.title4 {
    display: table;
    color: #737373;
    margin-bottom: 30px;
    font-size: 46px
}

.title2 {
    color: #fff;
    margin: 0 auto 10px
}

.title2:after,
.title3:after,
.title4:after,
.title:after {
    content: '';
    display: block;
    margin-top: 10px;
    width: 160px;
    height: 3px;
    background-color: #e1ac4f
}

.title2:after,
.title3:after {
    margin: 15px auto
}

.title3 {
    color: #616161;
    margin: 0 auto 10px
}

.title4 {
    font-size: 24px
}

.title4:after {
    width: 60px
}

.title h3 {
    color: #737373;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px
}

.title h5 {
    font-size: 14px;
    color: #9f9f9f
}

.title>span {
    font-size: 14px;
    margin: 0 15px
}

.sortby {
    display: table;
    color: #737373;
    margin-bottom: 30px;
    float: left
}

.sortby label {
    width: 30%
}

.sortby label i {
    margin-left: 5px
}

.sortby select.custom-select {
    font-size: 14px;
    cursor: pointer;
    width: 70%;
    background: #fff url(../images/arrow-bottom.png) 10px center no-repeat
}

#gmap_canvas {
    height: 706px;
    width: 100%
}

.form-group.has-error {
    margin-bottom: 30px
}

.form-group.has-error .form-control {
    border: 1px solid #ffd4c2
}

.help-block {
    position: absolute;
    color: #dc3545;
    font-size: 14px;
    bottom: -30px
}

#banner,
#min-banner {
    padding: 0;
    color: #fff;
    text-align: center;
    background-color: #000;
    height: 700px
}

#banner img {
    height: 700px
}

#min-banner {
    height: 200px
}

#min-banner img {
    height: 200px;
    width: 100%
}

#banner .title2,
#min-banner .title2 {
    position: absolute;
    bottom: 40%;
    left: 0;
    right: 0;
    margin: auto
}

#slideshow {
    color: #ececec;
    text-align: center;
    height: 900px;
    padding: 0;
    overflow: hidden;
}

#banner img,
#slideshow .carousel,
#slideshow .carousel img {
    min-height: 200px;
    height: 900px;
    width: 100%;
}

#slideshow .carousel-caption {
    left: 10%;
    right: auto;
    bottom: 15%
}

#slideshow .carousel-caption h5 {
    margin-bottom: 0;
    font-size: 60px;
    color: #fff
}

#slideshow .carousel-caption .btn {
    margin: 30px auto
}

#slideshow .carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    transition: .5s
}

#slideshow .carousel-control-prev-icon path,
.carousel-control-next-icon path {
    fill: #fff;
    transition: .5s
}

#slideshow .carousel-control-prev-icon:hover path,
.carousel-control-next-icon:hover path {
    fill: #e1ac4f;
    transition: .5s
}

#welcome .row {
    align-items: center
}

#categories {
    background: #262626 url(../images/categories-pattern.png)
}

.categories .items .item {
    margin-top: 30px
}

.categories .items .item .img {
    border: 3px solid #fff;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    margin: auto;
    transition: .5s
}

.categories .items .item .img img {
    width: 100%;
    height: 100%
}

.categories .items .item h3 {
    margin-top: 15px;
    margin-bottom: 0
}

.categories .items .item a {
    font-size: 22px;
    color: #fff
}

.categories .items .item p {
    color: #cdcdcd;
    transition: .5s
}

.categories .items .item:hover .img {
    border-color: #f5cc73
}

.categories .items .item:hover a {
    color: #f5cc73
}

.categories .items .item:hover p {
    color: #fff
}

#offers {
    padding-top: 0
}

.offers .items .item {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 10px;
    margin-top: 30px;
    transition: .5s
}

.offers .items .item .img {
    width: 100%;
    height: 200px;
    border-radius: 100%;
    overflow: hidden;
}

.offers .items .item .img a {
    display: block;
    width: 100%;
    height: 100%;
}

.offers .items .item .img img {
    width: 100%;
    height: 100%;
}

.offers .items .item h3 {
    margin-top: 15px;
    margin-bottom: 0
}

.offers .items .item p {
    font-size: 14px
}

.offers .items .item .price {
    color: #e1ac4f;
    font-size: 24px;
    font-weight: 700
}

.offers .items .item .price>span:last-child {
    font-size: 14px
}

.offers .items .item:hover {
    border: 1px solid #f5cc73;
    background-color: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .16);
    transition: .5s
}

.products .row>.col-sm-6 {
    padding: 0 8px
}

.products .card {
    position: relative;
    height: 160px;
    outline: 0;
    margin-bottom: 15px;
    border: 0;
    background: 0 0;
    direction: rtl;
    transition: .5s
}

.procards .slick-track {
    min-width: 5000px
}

.products .card.slick-slide {
    min-width: 164px;
    outline: 0;
    margin: 15px 7px
}

.products .card .img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 122px;
    height: 122px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #ececec;
    transition: .5s
}

.products .card .img img {
    width: 100%;
    height: 100%
}

.products .slick-slide .card .card-body {
    padding: 30px 80px 15px 15px
}

.products .card .card-body,
.orders .order {
    height: 160px;
    padding: 30px 65px 15px 15px;
    margin-right: 65px;
    border: 1px solid #ececec;
    border-radius: 10px;
    background-color: #fff;
    transition: .5s
}

.products .card .card-body .card-title {
    line-height: 1
}

.products .card .card-body .card-title a {
    font-size: 18px;
    font-weight: 700
}

.products .card .card-body h5 {
    font-size: 14px;
    color: #9f9f9f
}

.products .card .card-body .price {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #e1ac4f;
    font-size: 16px;
    font-weight: 700
}

.products .card .card-body .price span:last-child {
    font-size: 12px;
    padding-right: 5px
}

.products .card:hover .card-body {
    border-color: #f5cc73;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .12)
}

.products .card:hover .img {
    border-color: #f5cc73
}

.card .card-body a.trash i {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #c53236;
    font-size: 20px;
    cursor: pointer
}

.card .card-body a.trash i:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}


/* orders */

.orders .order {
    height: 200px;
    margin-right: 0;
    padding: 15px;
    position: relative;
    margin-bottom: 15px;
}

.orders .order .title {
    font-size: 14px;
    width: 100%;
    line-height: 1.5;
    margin: 0;
}

.orders .order .title:after {
    display: none;
}

.orders .order .number {
    padding-top: 15px;
    padding-bottom: 30px;
}

.orders .order .countdown {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
}

.orders-filter,
.count {
    padding: 15px;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 30px;
}

.orders-filter .nav-tabs .nav-item {
    font-weight: normal;
}

.count .countnumber {
    font-size: 60px;
}

.count .btn {
    margin: 0;
}

.pro-gallery {
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    overflow: hidden
}

.pro-gallery .slider-for,
.pro-gallery .slider-for .slick-slide {
    height: 338px
}

.pro-gallery .slick-slide img {
    cursor: pointer;
    max-height: 100%;
    margin: 0 auto
}

.slick-slide {
    outline: 0
}

.pro-gallery .slider-nav .slick-slide {
    border-left: 0;
    padding: 15px 5px
}

.pro-gallery .slider-nav .slick-slide img {
    padding: 0;
    height: 80px
}

.pro-gallery .slider-nav .slick-list {
    background-color: #fcfcfc;
    border-top: 0;
    border-bottom: 0;
    overflow: hidden
}

.pro-gallery .slick-dots {
    background-color: #fcfcfc;
    margin: 0;
    padding-bottom: 15px
}

.summary {
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 15px
}

.summary .title {
    font-size: 26px
}

.details,
.summary .basket,
.summary .favorite,
.summary .number,
.summary .price {
    margin-top: 30px
}

.summary .favorite i {
    float: none
}

.summary .price {
    line-height: 1;
    margin-bottom: 30px;
    font-weight: 700
}

.summary .price {
    font-size: 16px;
    color: #616161
}

.summary .price span:first-child {
    color: #e1ac4f;
    font-size: 24px;
    padding: 0 5px
}

.summary .price del {
    color: #b7b7b7;
    margin: 0 10px
}

.number>input {
    min-width: 50px
}

.summary .number input,
table .number input {
    text-align: center
}

.value-button {
    display: inline-block;
    border: 0;
    margin-top: 13px;
    height: 20px;
    color: #a7a7a7;
    text-align: center;
    vertical-align: middle;
    background: 0 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.value-button:hover {
    cursor: pointer
}

.decreasevalue {
    border-radius: 8px 0 0 8px;
    outline: 0;
    margin-bottom: 12px;
    cursor: pointer
}

.increasevalue {
    border-radius: 0 8px 8px 0;
    outline: 0;
    cursor: pointer
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.related-products .cards {
    margin-top: 30px
}

#sidebar {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #ececec;
    padding-bottom: 15px
}

#sidebar .avatar {
    height: 100px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 30px
}

#sidebar .avatar img {
    max-height: 100%
}

#sidebar ul li {
    margin-bottom: 15px
}

#sidebar .sidebar {
    padding: 0
}

#sidebar .block .block-body.bl-close {
    display: none
}

#sidebar .block .block-title {
    cursor: pointer;
    padding: 15px 0;
    font-size: 18px;
    border-bottom: 1px solid #ececec;
    line-height: 20px
}

#sidebar .block .block-title>i {
    font-size: 12px;
    float: left;
    margin-top: 8px
}

#sidebar .block .block-body {
    padding: 15px 0
}

#sidebar .block .block-body ul {
    display: block;
    max-height: 350px;
    overflow: hidden
}

#sidebar .block .block-body ul:hover {
    overflow-y: scroll
}

#sidebar .block .block-body .form-control {
    margin-bottom: 15px
}

label.checkbox {
    color: #393939;
    position: relative;
    margin-left: 15px
}

label.checkbox i {
    position: absolute;
    right: 3px;
    top: 5px;
    font-size: 10px;
    color: #fff;
    display: none
}

label.checkbox:before {
    position: relative;
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ececec;
    margin-left: 5px;
    margin-bottom: -3px;
    overflow: hidden
}

input[type=checkbox]:checked+label.checkbox,
input[type=radio]:checked+label.checkbox {
    font-weight: 700
}

input[type=checkbox]:checked+label.checkbox i,
input[type=radio]:checked+label.checkbox i {
    display: block
}

input[type=checkbox]:checked+label.checkbox:before,
input[type=radio]:checked+label.checkbox:before {
    background-color: #e1ac4f
}

#sidebar .block.price .block-body input[type=number] {
    text-align: center
}

#sidebar .block.price .block-body label {
    font-size: 12px;
    font-weight: 700
}

#sidebar .block.price .block-body label .form-control {
    margin: 0
}

.price-slider {
    margin: 15px auto
}

.slider.slider-horizontal {
    width: 100%!important
}

.price-slider .slider-handle {
    background-color: #e1ac4f;
    background-image: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.price-slider .slider-selection {
    background-color: #e1ac4f;
    background-image: none;
    box-shadow: none
}

footer {
    position: relative;
    color: #fff;
    background: url(../images/footer-bg.jpg) 0 0 no-repeat;
    background-size: cover
}

footer .fcouls {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgba(0, 0, 0, .5)
}

footer p {
    font-size: 14px
}

footer a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    direction: ltr;
    font-weight: 400;
    line-height: 1.5
}

footer .title {
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px
}

footer .title:after {
    display: block;
    content: '';
    width: 80px;
    height: 3px;
    background-color: #e1ac4f;
    margin-top: 10px
}

footer ul.social {
    margin-top: 15px
}

footer ul.social li {
    float: right
}

footer ul.social a {
    color: #fff;
    font-size: 28px;
    margin: 15px 10px
}

footer ul.social a:hover {
    color: #e1ac4f
}

footer .fmenu li {
    margin-bottom: 10px
}

footer .fmenu i {
    float: right;
    font-size: 12px;
    margin-left: 8px;
    margin-top: 3px
}

footer .fmenu a {
    color: #fff;
    display: grid
}

footer .fmenu a:hover {
    color: #f5cc73
}

footer .contact i {
    margin-left: 8px;
    font-size: 18px
}

footer ul.apps {
    width: 50%
    display: inline-block;
}

footer ul.apps li {
    display: block;
    margin-left: 0;
    width: 100%;
}

footer ul.apps li:last-child {
    margin-left: 0
}

footer ul.apps a {
    margin-top: 15px;
    color: #fff
}

footer .qr{
    max-height: 100px;
    margin-top: 15px;
    display: inline-block;
    width: 50%;
    float: right;
}
footer .qr img{
    max-height: 120px;
}

footer .fcol1,
footer .fcol2,
footer .fcol3,
footer .fcol4 {
    margin-bottom: 30px
}

.copyright {
    background-color: rgba(0, 0, 0, .5)
}

.copyright a {
    color: #f5cc73;
    font-size: 14px
}

.copyright h5 {
    margin: 0;
    padding: 15px 0;
    font-size: 14px;
    float: right;
    color: inherit
}

.copyright h5:last-child {
    text-align: left
}

@media(min-width:768px) {
    #header ul.actions li .shoppingcart.active ~ .cartbox {
        padding: 15px;
        height: 120px;
        opacity: 1;
    }
}

@media(max-width:1200px) {
    #top {
        font-size: 12px
    }
    #header .menu .dropdown-menu .dropdown-item,
    #header .menu .dropdown-menu a.nav-link.dropdown-toggle,
    a.nav-link.dropdown-toggle:not([href]):not([tabindex]):hover {
        padding: 15px
    }
    #header .menu .nav-link,
    #header .menu a.nav-link:not([href]):not([tabindex]):focus,
    #header .menu a.nav-link:not([href]):not([tabindex]):hover {
        padding: 0;
        margin: 0;
        font-weight: 400
    }
    #header ul.actions li a,
    #header ul.actions li label {
        font-size: 22px
    }
    #header ul.actions li.search .input-group {
        left: 74%
    }
    #slideshow,
    #slideshow .carousel img {
        height: 500px
    }
    #slideshow .carousel-caption h5 {
        font-size: 30px
    }
    #slideshow .carousel-caption p {
        font-size: 14px
    }
    #slideshow .carousel-caption .btn {
        margin: 10px auto
    }
    .title,
    .title2,
    .title3 {
        font-size: 30px
    }
    .decreasevalue {
        margin-right: 0
    }
    .increasevalue {
        margin-left: 0
    }
    #min-banner,
    #min-banner img {
        height: 200px
    }
}

@media(max-width:992px) {
    #top2 {
        display: block
    }
    #top {
        display: none
    }
    #header {
        height: auto;
        padding: 15px 0 20px
    }
    #header .container,
    #header .row {
        height: auto;
        align-items: center
    }
    #header .logo img {
        max-height: 100px
    }
    #header ul.actions {
        margin-right: 50%;
        float: right;
    }
    #header ul.actions li a {
        margin: 0 18px 0 0;
    }
    #header ul.actions li:hover a .title {
        top: 30px
    }
    #header ul.actions li.search .input-group {
        left: 35%
    }
    #slideshow .carousel-caption {
        bottom: 8%;
        left: 0;
        padding: 0
    }
    #slideshow .carousel-caption h5 {
        font-size: 18px
    }
    #slideshow .carousel-caption p {
        font-size: 12px
    }
    #slideshow .carousel-caption .btn {
        margin: 15px auto
    }
    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        top: 143px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 100;
        color: #fff;
        overflow: scroll;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1)
    }
    .navbar-toggler {
        padding: 0
    }
    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
        color: #fff;
        outline: 0;
        border: 0
    }
    #header .menu,
    #header .navbar {
        height: auto;
    float: left;
    margin-top: -30px;
    }
    #header .menu .nav-link,
    #header .menu a.nav-link:not([href]):not([tabindex]):focus,
    #header .menu a.nav-link:not([href]):not([tabindex]):hover {
        padding: 15px;
        line-height: 1
    }
    #header .container,
    #header .row {
        line-height: 1
    }
    .dropdown-menu,
    .dropdown-menu[x-placement^=bottom],
    .dropdown-menu[x-placement^=left],
    .dropdown-menu[x-placement^=right],
    .dropdown-menu[x-placement^=top] {
        right: auto
    }
    #header .menu .nav-link,
    #header .menu a.nav-link:not([href]):not([tabindex]):focus,
    #header .menu a.nav-link:not([href]):not([tabindex]):hover {
        border: 0
    }
    .navbar-light .navbar-nav .nav-link {
        color: #58595b
    }
    #banner img {
        min-height: 200px
    }
    .card .img img {
        width: 100%;
        height: 100%
    }
    .summary .title {
        margin-top: 30px
    }
    .banner-adv a {
        margin-bottom: 15px
    }
    footer:after {
        background: 0 0
    }
    footer .fcouls {
        margin: 0
    }
    footer .fcouls .row>div {
        margin-bottom: 15px
    }
    .copyright,
    .copyright h5:last-child {
        margin: 0;
        text-align: center
    }
    .decreasevalue {
        margin-right: -26px
    }
    .increasevalue {
        margin-left: -26px
    }
    #min-banner,
    #min-banner img {
        height: 125px
    } 
}

@media(max-width:768px) {
    #header {
        top: 35px;
        padding: 15px 0;
    }
    #header ul.actions li.search .input-group {
        left: 40%
    }
    #slideshow,#banner img, #slideshow .carousel, #slideshow .carousel img {
        height: auto
    }
    #slideshow .carousel img {
        height: 400px
    }
    .title,
    .title h3 {
        font-size: 24px
    }
    #sidebar .block .block-body.bl-open {
        display: none
    }
    .products .row>.col-sm-6 {
        padding: 0 15px
    }
    .navbar-collapse {
        top: 156px
    }
    #min-banner,
    #min-banner img {
        height: 156px
    }
    #header ul.actions li .shoppingcart.active ~ .cartbox {
        padding: 15px;
        height: 120px;
        opacity: 1;
        top: 135%;
    }
        #header ul.actions li {
        position: inherit;
    }
    #header ul.actions li .search.active ~ .searchbox,#header ul.actions li .shoppingcart.active ~ .cartbox {
        top: 135%;
    }
    
    #header ul.actions li .search ~ .searchbox, #header ul.actions li .shoppingcart ~ .cartbox {
        left: 0;
        right: 0;
        margin: inherit;
        width: 350px;
    }  
}

@media(max-width:600px) {
    .tab-content>.active {
        max-height: 100%
    }
    .tabs nav {
        padding: 5px 0
    }
    .title,
    .title2,
    .title3 {
        font-size: 30px
    }
    .offers .items>div {
        padding: 0
    }
    .copyright h5 {
        padding: 0
    }
    .summary .number {
        margin: auto
    }
    footer ul.apps li {
        max-width: 156px
    }
    #banner,
    #banner img {
        height: 400px
    }
    #banner .title2 {
        bottom: 20%
    }
    #header ul.actions {
        margin-right: 0;
    float: right;
    width: 100%;
    margin-top: 30px;
    }
        #header ul.actions li .search ~ .searchbox,#header ul.actions li .shoppingcart ~ .cartbox {
        left: 0;
        right: -100%;
        margin: auto;
        width:350px;
    }
}