@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600&display=swap');

/***
Initialization
***/

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 34px;
    color: #303030;
}

@media (min-width: 1600px) {
    .container {
        max-width: 1400px;
    }
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-right: 1px solid #cecece;
}

::-webkit-scrollbar-thumb {
    background-color: #cecece;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}


/*Selection*/

::selection {
    color: #ffffff;
    background: #303030;
}

a {
    transition: all .35s;
    color: #303030;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #707070;
}

.btn {
    font-size: 16px;
    font-weight: 400;
    padding: 13px 20px;
    border: 0;
    border-radius: 5px;
    box-shadow: none !important;
    transition: all .2s ease;
}

.btn-default {
    background-color: #E0CD77;
    color: #303030;
}
.check-bt {   background-color: #64b45b;
    color: #ffffff;}

.input-group-prepend .custom-select{ direction: ltr; text-align: center;}

.btn-default:hover {
    background: #303030;
    color: #ffffff;
}

.btn-alter {
    background-color: #303030;
    color: #E0CD77;
}

.btn-alter:hover {
    background: #E0CD77;
    color: #303030;
}

.btn-lg {
    font-size: 16px;
    font-weight: 600;
    padding: 16px 59px;
}

.btn-sm {
    font-size: 14px;
    padding: 7px 15px;
}

.checkout-address #cities{ padding: 29px 0px 0px;}

/*Forms*/

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

.modal .form-group {
    margin-bottom: 20px;
}

.form-group>label {
    display: block;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}

.form-group>label>.required {
    float: right;
}

.form-group .custom-control {
    margin-bottom: 0;
}

.form-control {
    height: 50px;
    /* color: #303030; */
    color: #000000;
    border-radius: 5px;
    font-size: 19px;
    /*border: 1px solid #E5E5E5;*/
    border: 1px solid #020202;
    /*box-shadow: 0 12px 40px rgba(0 0 0 / 8%);*/
    box-shadow: 0 9px 10px rgba(0 0 0 / 8%);
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
}

textarea.form-control {
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-control::placeholder {
    color: #979797;
}

.form-control:focus {
    border-color: #E0CD77;
    box-shadow: none;
    color: #000000 !important;
    font-weight: bold;
  	font-size: 19px;
}

.form-group .input-group {
    /*border: 1px solid #E5E5E5;*/
    border: 1px solid #020202;
    border-radius: 5px;
    /*box-shadow: 0 0 50px rgba(0 0 0 / 5%);*/
    box-shadow: 0 9px 10px rgba(0 0 0 / 8%);
    /*padding-left: 25px;*/
    overflow: hidden;
    -ms-flex-align: center;
    align-items: center;
}

.form-group .input-group .custom-select {
    height: 50px;
    color: #E0CD77;
    font-size: 14px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100px;
    padding: 0 25px 0 25px;
}

.form-group .input-group .form-control {
    padding-left: 10px;
    box-shadow: none;
    border-width: 0;
}

.form-hint {
    font-size: 14px;
    letter-spacing: 1px;
    margin: 15px 0 0;
}

.form-hint>span {
    color: #06689B;
    font-weight: 500;
}

.date-picker {
    background-image: url(../images/icons/calendar.svg);
    background-position: right 15px center;
    background-repeat: no-repeat;
}


/*Custom Controls*/

.custom-control {
    padding-left: 30px;
    margin-bottom: 20px;
}

.custom-control:last-child {
    margin-bottom: 0;
}

.custom-control-label {
    cursor: pointer;
    line-height: 1.5;
    font-size: 14px;
}


/*.custom-control-label a{
    color: #757679;
}
.custom-control-label a:hover{
    color: #DFC0BE;
}*/

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none !important;
    outline: none !important;
}


/*custom-radio*/

.custom-radio .custom-control-label::before {
    background: #ffffff !important;
    border: 2px solid #303030 !important;
    width: 20px;
    height: 20px;
    top: 1px;
    left: -30px;
}

.custom-radio .custom-control-label::after {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 5px;
    left: -26px;
}

.custom-radio .custom-control-input:checked~.custom-control-label {
    color: #303030;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background: transparent;
    border-color: #303030;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background: #303030;
}


/*custom-checkbox*/

.custom-checkbox .custom-control-label::before {
    background: transparent;
    border: 1px solid #303030 !important;
    border-radius: 0;
    width: 20px;
    height: 20px;
    top: 1px;
    left: -30px;
}

.custom-checkbox .custom-control-label::after {
    width: 20px;
    height: 20px;
    border-radius: 0;
    top: 1px;
    left: -30px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background: #fff;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-color: #303030;
}

.modal-content {
    background-color: #ffffff;
    border-color: #D0CECF;
    border-radius: 10px;
}

.modal-body {
    padding: 40px 60px;
}

.modal-header {
    display: block;
    padding: 40px 60px 0;
    text-align: center;
    border: 0;
}

.modal-title {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
}

.modal-header p {
    color: #383838;
    margin: 7px 0 0;
}

.modal-header .close {
    outline: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
    padding: 0;
    margin: 0;
    color: #000000;
    font-size: 25px;
}


/*Owl Override*/

.owl-theme .owl-dots {
    padding: 30px 0 0;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 15px;
    height: 15px;
    margin: 5px;
    background: #010203;
    border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #F4E6E5;
}

.owl-carousel .owl-nav {
    margin-top: 30px;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    display: inline-block;
    background-color: #E0CD77;
    cursor: pointer;
    color: #303030;
    font-size: 22px;
    padding: 0px 18px;
    margin-right: 15px;
    border-radius: 5px;
    transition: all .2s ease;
}

.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {
    border-color: #434343;
    background-color: #434343;
    color: #ffffff;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.dropdown-menu {
    background: rgba(255, 255, 255, 1);
    border: none;
    border-bottom: 3px solid #E0CD77;
    border-radius: 5px;
    padding: 10px 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 16%);
}

.dropdown-toggle::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f078";
    border: 0;
    color: #303030;
    margin-left: 4px;
    vertical-align: 0;
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    color: #303030;
    font-weight: 400;
    padding: 3px 15px;
    border-bottom: 0;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active {
    background-color: #FAFAFA;
    color: #041A31;
}


/*header*/

.topbar {
    background: #303030;
}

.topbar .list-unstyled {
    margin: 0 -5px;
}

.topbar .list-unstyled>li {
    padding: 0 5px;
    position: relative;
}

.topbar .list-unstyled>li>a {
    font-size: 13px;
    color: #FFFFFF;
}

.topbar .list-unstyled>li>a.dropdown-toggle::after {
    font-size: 10px;
    vertical-align: 0;
    margin-left: 0;
}

.topbar .list-unstyled>li>a>img {
    margin-right: 7px;
    vertical-align: -3px;
}

.topbar .list-unstyled>li>a:hover,
.topbar .list-unstyled>li>a:focus {
    color: #C4C4C4;
}

.header-middle {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #ffffff;
}

.header-middle .nav {
    margin: 0 -20px;
    padding: 0;
}

.header-middle .nav-item {
    padding: 0 20px;
    position: relative;
}

.header-middle .nav-item:not(:last-child)::after {
    content: "";
    background: #C4C4C4;
    width: 1px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header-middle .nav-link {
    padding: 0;
    font-size: 14px;
    color: #303030;
}

.header-middle .nav-link i {
    color: #303030;
    font-size: 18px;
    margin-right: 7px;
}

.header-middle .nav-link .nav-link-no {
    color: #303030;
    margin-left: 2px;
}

.header-middle .nav-link:hover {
    color: #E0CD77;
}

#search {
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top: 150px;
    background-color: rgba(48, 48, 48, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search .close {
    position: fixed;
    top: 30px;
    right: 30px;
    color: #E0CD77;
    opacity: 1;
    padding: 0;
    font-size: 30px;
    border: none;
    outline: none;
}

#search .close::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f00d";
    border: 0;
    color: #E0CD77;
}

#search .form-control {
    border: 0;
    border-bottom: 1px solid #E0CD77;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    height: 56px;
    font-size: 25px;
    color: #E0CD77;
    font-weight: 300;
    padding-left: 0;
    padding-right: 0;
}

#search .form-control::placeholder {
    color: #E0CD77;
}

.navbar {
    padding: 0;
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    background: #ffffff !important;
}

.navbar .navbar-nav .nav-link {
    color: #303030;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 40px;
    position: relative;
}

.navbar .navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 40px;
    right: 40px;
    height: 3px;
    background: #E0CD77;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
}

.navbar .navbar-nav .nav-link:hover::before,
.navbar .navbar-nav .active .nav-link::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-item:hover .nav-link,
.navbar .navbar-nav .active .nav-link {
    color: #E0CD77;
}

.navbar-toggler {
    padding: 0;
    font-size: 24px;
}
.checkout_form1 {display:flex;}
@media (min-width: 768px) {
    .navbar.stuck .navbar-brand img {
        width: 120px;
    }
  
    header .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -o-transition: 0.3s;
        transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
    }
    header .dropdown:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        transform: rotateX(0);
    }
}

.stuck {
    position: fixed;
    top: 0;
    margin: 0;
    z-index: 997;
    width: 100%;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-name: fixedHeader;
    animation-name: fixedHeader;
}

.header-middle.stuck {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-middle.stuck .logo img {
    height: 80px;
}

@keyframes fixedHeader {
    0% {
        transform: translateY(-60px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes fixedHeader {
    0% {
        transform: translateY(-60px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


/*.stuck .navbar{
    display: none;
}*/

#masterslider {
    color: #ffffff;
    margin-bottom: 60px !important;
}

#masterslider .slide-subtitle {
    font-size: 20px;
    font-weight: 400;
}

#masterslider .slide-title {
    font-size: 30px;
    font-weight: 600;
}

#masterslider p {
    font-size: 14px;
    line-height: 21px;
}

.section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.section-title {
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
}

.section-title::after {
    display: block;
    content: "";
    width: 94px;
    height: 17px;
    background-image: url(../images/diamonds.svg);
    margin-top: 20px;
}

.section-title.text-center::after {
    margin-right: auto;
    margin-left: auto;
}

.category-card {
    background-color: #F8F8F8;
    border-radius: 5px;
    height: auto;
    align-items: center;
    padding: 0px;
    margin-bottom: 30px;
}

.owl-carousel .category-card {
    margin-bottom: 0;
}

.category-card .category-info h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.category-card .category-info p {
    color: #E0CD77;
    margin-bottom: 5px;
}

.category-card .category-info .category-link {
    color: #E0CD77;
    font-size: 14px;
}

.category-card .category-info .category-link>i {
    font-size: 12px;
    margin-left: 8px;
}

.product {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.owl-carousel .product {
    margin-bottom: 0;
}

.product:not(.new-arrival) {
    padding: 5px;
    border: 1px solid #DDDDDD;
}

.product .product-img {
    display: block;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}

.product:not(.new-arrival) .product-img img {
    transition: all 0.35s ease-out;
}

.product:not(.new-arrival):hover .product-img img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.product figcaption {
    padding: 15px 5px;
    text-align: center;
}

.product-title {
    color: #5F5F5F;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
}

.product-title a {
    color: #5F5F5F;
    font-family: 'Tajawal', sans-serif;
}

.badgeNew {
    position: absolute;
    bottom: 50%;
    left: 19%;
    width: 20px;
    /* height: 20px; */
    font-size: 11px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e0cd77;
    width: 25px;
    height: 25px;
    top: -17px;
    right: 15px;
    font-size: 12px;
    font-weight: bold;
}

.badgeNewAr {
    position: absolute;
    bottom: 50%;
    /* left: 22%; */
    width: 20px;
    /* height: 20px; */
    font-size: 11px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e0cd77;
    width: 25px;
    height: 25px;
    top: -17px;
    right: 15px;
    font-size: 13px;
    font-weight: bold;
}

.product-price {
    margin-bottom: 15px;
    line-height: 27px;
}

.product-price .price,
.product-price .old-price {
    display: inline-block;
    font-size: 18px;
    /*color: #E0CD77;*/
    color: black;
    font-weight: 600;
    margin: 0 5px;
}

.product-price .old-price {
    text-decoration: line-through;
}

.product.new-arrival::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(48, 48, 48, .37);
    z-index: 1;
}

.product.new-arrival figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.product.new-arrival figcaption .product-title a,
.product.new-arrival figcaption .product-price .price {
    color: #ffffff;
}

.product.new-arrival figcaption,
.product.new-arrival figcaption .btn {
    transform: translateY(50px);
    transition: .35s ease-out;
}

.product.new-arrival:hover figcaption,
.product.new-arrival:hover figcaption .btn {
    transform: translateY(0);
}

.add-to-wishlist {
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 5px;
    background: #F8F8F8;
    color: #303030;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3;
    -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.product:hover .add-to-wishlist {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#trending .nav {
    margin-bottom: 30px;
}

#trending .nav .nav-item {
    margin-right: 30px;
}

#trending .nav .btn {
    min-width: 160px;
    border: 1px solid #303030;
    color: #303030;
}

#trending .nav .btn:hover,
#trending .nav .btn.active {
    background-color: #303030;
    color: #ffffff;
}

#about {
    background-color: #F8F8F8;
}

footer {
    background-color: #F8F8F8;
}

.footer-top {
    padding: 50px 0;
}

.footer-widget h4 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-widget .list-unstyled>li {
    font-size: 15px;
    margin-bottom: 12px;
    line-height: 25px;
}

.footer-widget .list-unstyled>li>a:hover {
    color: #707070;
}

.footer-widget .list-unstyled>li>a>i {
    margin-right: 15px;
}

.social-list>.list-inline-item {
    margin-right: 25px;
}

.social-list>li>a {
    color: #E0CD77;
    font-size: 18px;
}

.footer-bottom {
    padding: 30px 0 15px;
    border-top: 1px solid #EBEBEB;
}

.footer-bottom p {
    font-size: 15px;
    color: #272727;
    margin: 0;
}

.footer-bottom p a {
    color: #272727;
}

a.whatsapp-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 40px;
    background: #43D954;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 9;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.page-content {
    padding: 30px 0 80px;
    position: relative;
}

.block-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.page-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.breadcrumb {
    background-color: #F2F2F2;
    margin-bottom: 50px;
    padding: 8px 25px;
    border-radius: 5px;
}

.breadcrumb-item {
    vertical-align: middle;
}

.breadcrumb-item {
    color: #303030;
    font-size: 12px;
    text-transform: uppercase;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 10px;
}

.breadcrumb-item i {
    font-size: 15px;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 10px;
    content: "|";
}

.breadcrumb-item.active {
    color: #303030;
}

.site-msg i {
    font-size: 80px;
    color: #E0CD77;
}

.site-msg h4 {
    font-size: 24px;
    font-weight: 500;
    margin: 35px 0 20px;
    text-transform: uppercase;
}

.site-msg p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 35px;
}

.card {
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    margin-bottom: 20px;
}

.bg-default {
    border-color: #E0CD77 !important;
    background-color: #E0CD77 !important;
}

.bg-dark {
    border-color: #303030 !important;
    background-color: #303030 !important;
    color: #ffffff !important;
}

.bg-light {
    border-color: #F8F8F8 !important;
    background-color: #F8F8F8 !important;
}

.card-title {
    font-size: 20px;
    font-weight: 700;
    color: #303030;
    margin-bottom: 20px;
}

.card-header {
    display: flex;
    background-color: #F2F2F2;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    color: #010203;
    padding: 15px 20px;
}

.table-cart td,
.table-cart th {
    vertical-align: middle;
}

.table-cart tbody td {
    border: 0;
    padding: 20px 5px;
}

.table-cart thead th {
    border: 0;
    font-size: 16px;
    padding: 5px;
    font-weight: 700;
    color: #E0CD77;
}

.product-col .product-img img {
    width: 83px;
    border-radius: 5px;
    margin: 0 10px 0 0;
}

.product-col h4 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 23px;
    margin-bottom: 0;
}

.cart-remove-item {
    font-size: 12px;
}

.quantity {
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    width: 130px;
    height: 50px;
    padding: 0 15px;
}

.quantity>div,
.quantity input[type="number"] {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 16px;
    font-weight: 600;
}

.quantity>div:hover {
    cursor: pointer;
}

.quantity input[type="number"] {
    -moz-appearance: textfield;
}

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

.cart-optional textarea {
    background-color: #F8F8F8;
    border-color: #F8F8F8;
    box-shadow: none;
    height: 133px;
    margin-bottom: 20px;
}

.table-summary {
    color: #ffffff;
}

.table-summary td {
    border: 0;
    padding: 5px;
    font-size: 18px;
    vertical-align: middle;
}

.table-summary tfoot td {
    font-weight: 700;
}

.table-summary tr td:last-child {
    text-align: left;
}

.promo .form-group {
    position: relative;
}

.promo .form-control {
    height: 50px;
    box-shadow: none;
}

.promo .btn {
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 15px;
    font-weight: 600;
}

.promo p {
    font-size: 16px;
    font-weight: 600;
    color: #E0CD77;
    margin: 10px 0 0;
}

.payment-method .custom-control {
    margin-bottom: 10px;
}

.nav-tabs {
    border: 0;
    margin-bottom: 20px;
}

.nav-tabs .nav-item {
    margin-right: 40px;
}

.nav-tabs .nav-link {
    border: 0;
    border-bottom: 1px solid transparent;
    font-size: 18px;
    font-weight: 700;
    color: #303030;
    padding: 5px 0;
}

.nav-tabs .nav-link.active {
    color: #E0CD77;
    border-color: #E0CD77;
}

.address .custom-control {
    padding: 0;
}

.address label {
    padding: 30px 20px;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    min-height: 178px;
}

.address label strong {
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 8px;
}

.address .custom-control-label {
    padding-top: 60px;
}

.address .custom-radio .custom-control-label::before {
    left: 20px;
    top: 25px;
}

.address .custom-radio .custom-control-label::after {
    top: 29px;
    left: 24px;
}

.address .custom-radio .custom-control-input:checked~.custom-control-label {
    background-color: #F3F3F3;
    border-color: #F3F3F3;
}

.address-actions {
    text-align: center;
    margin: -15px 15px 20px;
}

.order-submit-msg {
    background: #E0CD77;
    border-radius: 5px;
    padding: 40px;
    margin-top: 50px;
    margin-bottom: 30px;
    color: #303030;
}

.order-submit-msg i {
    font-size: 60px;
}

.order-submit-msg h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0;
}

.order-submit-msg p {
    margin-bottom: 0;
}

.info-table {
    margin-bottom: 40px;
}

.info-table td {
    border: 0;
    padding: 7px 15px;
}

.info-table tr td:last-child {
    text-align: right;
}

.page-text {
    color: #808080;
}

.contact-info .list-unstyled li a i {
    width: 22px;
    text-align: center;
    margin-right: 10px;
    color: #E0CD77;
}

.pagination {
    margin-top: 40px;
}

.page-link {
    padding: 6px 8px;
    color: #303030;
    font-size: 12px;
    font-weight: 400;
    border-color: #E3E3E3;
    box-shadow: none !important;
}

.page-item.disabled .page-link {
    color: #979797;
}

.page-item.active .page-link {
    color: #ffffff;
    background: #E0CD77;
    border-color: #E0CD77;
}

.aside .card-title {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
}

.aside .list-unstyled>li {
    margin-bottom: 10px;
}

.aside .list-unstyled>li:last-child {
    margin-bottom: 0;
}

.aside .list-unstyled>li>a {
    position: relative;
}

.aside .list-unstyled>li>a:hover {
    color: #E0CD77;
}

.aside .list-unstyled>li.active>a {
    color: #E0CD77;
    /*font-weight: 600;*/
}

.aside .list-unstyled>li>ul {
    padding: 5px 0 0 15px;
    display: none;
}

.aside .list-unstyled>li>ul>li {
    margin-bottom: 5px;
}

.aside .list-unstyled>li>.collapser {
    font-size: 12px;
    float: right;
    cursor: pointer;
    margin-top: 12px;
}

.aside .list-unstyled>li>.collapser.fa-minus {
    color: #E0CD77;
}

.irs--round .irs-bar {
    height: 5px;
    background-color: #E0CD77;
}

.irs--round .irs-handle {
    top: 29px;
    width: 18px;
    height: 18px;
    border: 0;
    background-color: #E0CD77;
    border-radius: 50%;
    box-shadow: none;
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #303030;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    font-size: 14px;
    padding: 0;
    background-color: transparent;
    color: #000000;
    border-radius: 0;
    top: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    display: none;
}

.filters {
    margin-bottom: 30px;
}

.filters select {
    background: #FAFAFA;
    border: 0;
    border-radius: 5px;
    height: 40px;
    min-width: 104px;
    color: #303030;
    font-weight: 500;
    padding: 5px 15px;
    margin-right: 30px;
}

#gallery {
    direction: ltr;
}

#gallery .ms-view {
    background: transparent;
}

.single-product-details .product-title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

.single-product-details .product-price .price {
    font-size: 30px;
    font-weight: 400;
}

.product-options {
    margin: 25px 0 40px;
}

.product-options-group {
    margin-bottom: 25px;
}

.product-options-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.btn-group {
    flex-wrap: wrap;
}

.product-options-group .btn-group .btn {
    border: 1px solid #E5E5E5;
    border-radius: 5px !important;
    font-size: 14px;
    font-weight: 300;
    margin-right: 15px;
    margin-bottom: 4px;
    width: 22%;
}

.product-options-group .btn-group .btn.active {
    background: #E0CD77;
    border-color: #E0CD77;
    color: #303030;
}

.product-options-group .btn-group .btn.disabled {
    background: #F2F2F2;
    color: #C4C4C4;
}

.product-options-group select {
    border: 1px solid #E5E5E5 !important;
    border-radius: 5px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 13px 40px 13px 20px;
}

.btn-favoritize {
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    color: #E0CD77;
    font-size: 22px;
}

.product-text h4 {
    margin-bottom: 10px;
    font-size: 20px;
}

.product-text p {
    font-size: 14px;
    color: #302e2e;
    line-height: 30px;
}

.btn-green {
    background-color: #353d26;
    color: #fff;
}

.btn-green:hover {
    background-color: #E0CD77;
    color: #000000;
}

.user-card {
    text-align: center;
}

.user-card h5 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.user-card p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.account-nav .nav-link {
    color: #303030;
    font-size: 18px;
    padding: 12px 30px;
    border-radius: 5px;
}

.account-nav .nav-link:hover {
    color: #E0CD77;
}

.account-nav .nav-link.active {
    background: #303030;
    color: #E0CD77;
}

.account-nav .nav-link>i {
    margin-right: 15px;
}

.table-order td {
    border: 0;
    font-size: 14px;
    padding: 10px 10px;
    line-height: 25px;
    vertical-align: middle;
}

.table-order td b {
    font-weight: 600;
    display: block;
}

.login-form-wrapper {
    background-color: #ffffff;
    padding: 80px 40px;
    box-shadow: 0 3px 80px rgba(124 124 124 / 10%);
    margin-top: 50px;
}

.login-card {
    box-shadow: 0 3px 80px rgba(124 124 124 / 10%);
}

@media (min-width: 992px) {
    .login-card {
        position: absolute;
        left: 15px;
        top: 0;
        z-index: 9;
    }
}

.login-card .card-img-overlay {
    color: #ffffff;
    text-align: center;
    padding: 30px;
}

.login-card .card-img-overlay .card-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
}

.login-card .card-img-overlay .card-text {
    line-height: 25px;
    font-size: 14px;
}

.login-card .card-img-overlay .card-footer {
    padding: 0;
    background: transparent;
    margin-top: 50px;
    font-size: 16px;
}

.login-card .card-img-overlay .card-footer a {
    font-weight: 700;
    color: #ffffff;
}

.login-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    padding-left: 30px;
}

.login-title::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 33px;
    background: #E0CD77;
    position: absolute;
    left: 0;
    top: -3px;
}

.login-form-wrapper .form-group {
    margin-bottom: 20px;
}

.login-form-wrapper .btn {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
}

.login-form-wrapper .btn i {
    color: #E0CD77;
    margin-left: 10px;
}

.login-form-wrapper .btn:hover {
    color: #E0CD77;
}


/*Preloader*/

#loading {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
}

.object {
    width: 20px;
    height: 20px;
    background-color: #E0CD77;
    float: left;
    margin: 0 10px;
    margin-top: 65px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}

#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.category-icon img {
    width: 100%;
}

@-webkit-keyframes object_one {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_one {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_two {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_two {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_three {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_three {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

.checkout-address {
    padding: 0 10px;
    width: 100%;
}

@media (max-width: 767px) {
    .checkout-address #cities{ padding:0px 0px 0px;}
    .cart-items .table-cart tbody td{
        display: block;
        text-align: center;
        padding: 5px 5px;
    }
    .cart-items figure.d-flex.align-items-center {
        display: block !important;
        text-align: center;
    }
    .cart-items thead{
        display: none;
    }
    .quantity {
        margin: 0 auto;
    }
    .cart-items figcaption a{
        font-weight: 600;
    }
    .cart-items .cart-remove-item i{
    background: #ba9740;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
}
.cart-items .table-cart tbody td.actions-col{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}
}
.banners {
    margin-bottom: 12px;
}

.banners img {
    width: 100%;
}
@media (max-width:767px){
  .checkout_form1 {display:block;}}