*{
    outline: none !important;
}

.rating {
    list-style: none;
    margin: 0 0 7px;
    padding: 0;
    width: 100%;
}
.rating i {
    color: #dedfe0;
}
.rating i.filled {
    color: #f4c150;
}
/*/General /*/
.item-list .title {
    font-weight: bold;
}
.item-list ul {
    margin: 0 0 0.75em 0;
    padding: 0;
}
.item-list ul li {
    margin: 0 0 0.25em 1.5em; /* LTR */
    padding: 0;
}
.item-list .pager {
    clear: both;
    text-align: center;
}
.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: 0.5em;
}
.pager-current {
    font-weight: bold;
}
a{
    text-decoration: none!important;
}
btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.quantity-left-minus.btn-number,
.quantity-right-plus.btn-number {
    position: absolute;
    top: 26px;
    left:8px;
    background-color: transparent;
    border: 0px;
    font-size: 25px;
    color: #212529;
    z-index:10;
}
.quantity-right-plus.btn-number{
    right: 8px;
    left: auto;
}
.btn-deliver {
    margin-bottom: 8px;
    width: 100%;
}
.btn-deliver .btn, .btn-deliver .btn:hover{
    box-shadow: none !important;
    border: 1px #212529 solid !important;
    width: 50%;
}
.btn-deliver input{
    display: none;
}
.btn-deliver .custom-control{
    padding: 0px !important;
}
.btn-outline-info {
    color: #212529;
    border-color: #212529;
}

.btn-outline-info:hover {
    color: #fff!important;
    background-color: #212529!important;
    border-color: #212529!important;
}

.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #212529;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff!important;
    background-color: #212529!important;
    border-color: #212529!important;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn
.notifyjs-metro-base {
    position: relative;
    min-height: 52px;
    min-width: 250px;
    color: #444;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    -webkit-animation: dropdownOpen 0.3s ease-out;
    -o-animation: dropdownOpen 0.3s ease-out;
    animation: dropdownOpen 0.3s ease-out;
}
.notifyjs-metro-base .image {
    display: table;
    position: absolute;
    height: auto;
    width: auto;
    left: 25px;
    top: 50%;
    font-size: 24px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.notifyjs-metro-base .text-wrapper {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 10px 10px 10px 52px;
    clear: both;
}
.notifyjs-metro-base .title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}
.notifyjs-metro-base .text {
    font-size: 12px;
    font-weight: normal;
    max-width: 360px;
    vertical-align: middle;
}
.notifyjs-metro-cool {
    color: #fafafa !important;
    background-color: #4A525F;
    border: 1px solid #4A525F;
}
.notifyjs-metro-success {
    color: #fafafa !important;
    background-color: #81c868;
    border: 1px solid #33b86c;
}
.notifyjs-metro-error {
    color: #fafafa !important;
    background-color: #f05050;
    border: 1px solid #f05050;
}
.notifyjs-corner .notifyjs-container {
    position: relative;
    display: block;
    height: inherit;
    width: inherit;
    margin: 3px;
}
.notifyjs-arrow {
    position: absolute;
    z-index: 2;
    width: 0;
    height: 0;
}
.notifyjs-metro-base .title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}
.notifyjs-metro-base .text {
    font-size: 12px;
    font-weight: normal;
    max-width: 360px;
    vertical-align: middle;
}

.notifyjs-corner {
    float: left!important;
}
.error{
    color: #dc1f1f;
}
body {
    background-color: #FFF;
    font-size: 14px;
    position: relative;
    font-family: 'El Messiri', sans-serif;
    color: #010202;
    direction: ltr;
    text-align: left;
    margin: 0px;
}
ol, ul {
    list-style: none
}
blockquote, q {
    quotes: none
}
a {
    color: #010202;
}
a:hover {
    text-decoration: none;
    color: #dc3545;
    transition: all 0.5s ease 0s
}
.height_200 {
    height: 200px
}
.height_50 {
    height: 50px
}
.height_20 {
    height: 20px
}
.line-height30{
    line-height:30px
}
::placeholder {
    color: #a9bcb6
}
input[type="text"], input[type="email"], textarea , input[type="password"] , input[type="date"]{
    border: 1px solid #cfcfcf;
    display: block;
    padding: 15px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
select {
    padding: 12px 12px 12px 20px;
    font-size: 18px;
    line-height: 27px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    background: #ffffff url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%3Cpath%20d%3D%22M4.33%208.5L0%201L8.66%201z%22%20fill%3D%22%23656464%22%2F%3E%3C%2Fsvg%3E") no-repeat scroll left 13px center;
    border: 1px solid #656464;
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    min-height: 53px;
}
select option {
    font-family: 'El Messiri', sans-serif;
}
.navbar-nav {
    padding-right: 0;
}
.dropdown-menu {
    text-align: right;
}
.dropdown-item:hover, .dropdown-item:focus {
    background-color: #212529;
    color: #FFF !important;
    border-bottom: none !important;
}
.navbar {
    padding: 0px;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
    border-bottom: 2px #000 solid;
}
.readmore , .readmore_black{
    border: #a3a3a3 1px solid;
    padding: 10px;
    color: #a3a3a3;
				border-radius: 0px;
    width: 110px;
    display: block;
    text-align: center;
}
.readmore:hover {
    background-color: #000;
    color: #FFF !important;
    border: #000 1px solid;
}
.readmore_black:hover {
    background-color: #FFF;
    border-radius: 4px;
}
.border1 {
    background-color: #000;
    height: 1px;
    display: block;
    width: 150px;
    margin: auto;
    position: relative;
    right: 15px;
}
.border2 {
    background-color: #000;
    height: 1px;
    display: block;
    width: 150px;
    margin: auto;
    position: relative;
    left: 30px;
    margin-top: 3px;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #212529;
    content: "\f053";
    padding-left: 0.5rem;
    font-family: fontawesome;
    font-size: 11px;
}
/* Header */
header {
    margin-bottom: 10px;
}
header .top_header {
    background-color: #010202;
    padding-top: 12px;
    padding-bottom: 8px;
    color: #FFF;
    margin-bottom: 15px;
}
header .phon_number {
    margin-left: 30px;
}
header .phon_number i , header .top_email i  {
    padding-left: 5px;
}
header .top_header .cart_icon {
    color: #FFF;
    margin-left: 30px;
    position: relative;
}
header .top_header .cart_icon .number {
    color: red;
    position: absolute;
    top: -13px;
    right: -7px;
}
header .logo {
    background-image: url('../image/logo.png');
    height: 120px;
    width: 119px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}
header .social_icon {
    margin-top: 50px;
    border-left: #a1a1a1 1px solid;
    float: right;
    padding-left: 7px;
}
header .social_icon a {
    margin: 2px;
}
header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
}
header .nav_bg {
    margin-top: 10px;
    background-color: #FFF;
}
header .navbar-nav .nav-link {
    border-bottom: #FFF 2px solid;
}
header .navbar-nav .nav-item:hover > .nav-link{
    border-bottom: #010202 2px solid !important;
}
header #navbarNav a:hover {
    border-bottom: #010202 2px solid !important;
}
header .search input[type="text"] {
    display: inline-block;
    padding: 5px;
    border: 0px;
    margin-top: 47px;
    margin-right: 5px;
}
header .search .submit_btn {
    border: 0;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    background-color: #000;
    width: 32px;
    height: 32px;
}
header .search .submit_btn .fa-search {
    padding: 4px 0px;
}
header .sidenav .menu_logo {
    background-image: url('../image/popup_menu_logo.png');
    height: 135px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}
header .sidenav {
    display: none;
    height: 100%;
    width: 400px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #000;
    overflow-x: hidden;
    padding-top: 60px;
}
header .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px;
    color: #FFF;
    width: 100%;
    text-align: right;
    padding-right: 25px;
    display: block;
    clear: both;
}
header .top_header .open {
    cursor: pointer;
}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
header .sidenav i {
    text-align: center;
    display: block;
}
header .sidenav .login_register {
    margin-top: 70px;
}
header .sidenav .login_register .link {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
header .sidenav .login_register .link a {
    color: #FFF;
}
header .sidenav .menu_text {
    text-align: center;
    padding: 10px;
    margin-top: 10px;
}
header .sidenav .menu_images {
    margin-left: 10px;
}
header .sidenav .menu_images img {
    width: 120px;
    margin-bottom: 15px;
}
/* Slider */

.btn .btn-inner {
    position: relative;
    z-index: 2;
}
.btn:hover {
    color: #373737;
    transition: color 0.1s linear 0s;
}
.btn.btn-outline-dark:hover {
    color: #FFF !important;
}
.btn:hover::before {
    top: 0;
    height: 100%;
    opacity: 1;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
    border-color: #373737;
    transition: border 0.1s linear 0s;
}
.slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 450px;
    z-index: 1;
}
.slideshow .slideshow-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slideshow .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.slideshow .slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
    display: block;
}
.slideshow .slide.is-loaded {
    opacity: 1;
}
.slideshow .slide .caption {
    padding: 0 100px;
}
.slideshow .slide .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: 1;
    background-size: cover;
    image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
    width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.slideshow .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slideshow .slide .title {
    margin: 0 auto 15px;
    max-width: 1000px;
    font-size: 20px;
    text-transform: uppercase;
}
.slideshow .slide .text {
    font-size: 15px;
    line-height: 1.4;
}
.slideshow .slide .btn {
    margin: 15px 0 0;
    border-color: #fff;
    color: #FFF !important;
}
.slideshow .slide .btn:hover {
    background-color: #000!important;
}
.slideshow .slide .btn::before {
    background: #fff;
}
.slideshow .pagination {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 12px;
    cursor: default;
    z-index: 2;
    text-align: center;
    display: block;
}
.slideshow .pagination .item {
    display: inline-block;
    padding: 15px 5px;
    position: relative;
    width: 46px;
    height: 32px;
    cursor: pointer;
    text-indent: -999em;
    z-index: 1;
}
.slideshow .pagination .item + .page {
    margin-left: -2px;
}
.slideshow .pagination .item::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 36px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
    width: 0;
    background: #fff;
    z-index: 2;
    transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
    background-color: #fff;
}
/* Content */
.img_line {
    background-color: #000;
    width: 5px;
    display: block;
    height: 50px;
    margin-right: 10rem;
}
.about_img {
    max-width: 100%;
    -webkit-box-shadow: 25px 24px 0px -6px rgba(0,0,0,1);
    -moz-box-shadow: 25px 24px 0px -6px rgba(0,0,0,1);
    box-shadow: 25px 24px 0px -6px rgba(0,0,0,1);
    margin-right: 25px;
}
.about {
    padding-right: 15px;
}
.about p {
    margin-top: 15px;
    color: #a3a3a3;
}
.gallery_bg {
    background-image: url('../image/Group 3.png');
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #000;
}
.gallery_bg h4 {
    color: #FFF;
}
.gallery_bg .border1, .gallery_bg .border2 {
    background-color: #fff;
}
.gallery_bg p {
    color: #FFF;
    margin-top: 10px;
}
.border-right-1 {
    border-right: 1px #000 solid;
}

.readmore_black.gallery_redmore {
    margin: auto;
    margin-top: 40px;
}
.warsh-line {
    background-color: #000;
    width: 5px;
    display: block;
    height: 50px;
    margin: auto;
    margin-bottom: 10px;
}
.warsha_img {
    max-width: 100%;
}
.warsha_date {
    margin-top: 25px;
    display: block;
    margin-bottom: 5px;
}
/*////////////////////// Pages /////////////////////////////*/
/* product */
.sidbar {
    box-shadow: 1px 4px 10px #dcdcdc;
    padding: 15px;
    overflow: hidden;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #212529;
    background-color: #212529;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #212529;
    background-color: #212529;
}
.shop_title {
    color: #000;
    padding-right: 5px;
}
.shop_title .under_border {
    background-color: #000;
    height: 2px;
    display: block;
    max-width: 248px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.price-range-block {
    margin-top: 5px;
}
.sliderText {
    width: 40%;
    margin-bottom: 10px;
    padding: 10px 0 10px 0px;
    font-weight: bold;
    color: #949494;
}
.ui-slider-horizontal {
    height: .6em;
}
.ui-slider-horizontal {
    margin-bottom: 15px;
}
.ui-widget-header {
    background: #111;
}
@-moz-document url-prefix() {
    #max_price {
        box-shadow: none;
    }
}
.price-range-search {
    width:40.5%;
    background-color: #f9f9f9;
    border: 1px solid #6e6666;
    min-width: 40%;
    display: inline-block;
    height: 32px;
    border-radius: 5px;
    float: left;
    margin-bottom:20px;
    font-size:16px;
}
.price-range-field{
    width:35%;
    min-width: 20%;
    background-color:#f9f9f9;
    border: 1px solid #f9f9f9;
    color: black;
    border-radius: 5px;
    height:26px;
    padding:5px;
}
.custom-control {
    padding-right: 1.5rem;
    margin-bottom: 10px;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    right: -1.5rem;
    left: auto;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    right: -1.5rem;
    left: auto;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #111;
    background-color: #111;
}
#amount {
    border: 0px;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-item.active .page-link , .page-link:hover {
    z-index: 1;
    color: #fff !important;
    background-color: #111;
    border-color: #111;
}
.page-link {
    color: #111;
    border: 1px solid #111;
    min-height: 36px;
}
.product_content {
    margin-top: 40px;
}
.pagination.justify-content-end {
    padding-left: 12px;
}
.product_content .gallery_content .gallery_text a .number {
    position: absolute;
    top: 5px;
}
/* disconunt */
.adv img {
    width: 100%;
    display: block;
    padding-left: 12px;
    overflow: hidden;
}
.disconunt {
    background-color: #ed1c24;
    color: #FFF;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    position: absolute;
    top: 0px;
}
/* Contact Us */
.contact_bg {
    background-image: url('../image/contact-3-background.png');
}
.contact_info {
    margin-bottom: 50px;
    border: #cfcfcf 1px solid;
    min-height: 420px;
}
.contact_detalis .mobile_number , .contact_detalis .email {
    margin-bottom: 30px;
}
.contact_info .contact_detalis .mobile_number .icon {
    position: absolute;
    right: -30px;
}
.contact_info .contact_detalis .email .icon {
    position: absolute;
    right: -33px;
}
.contact_info .contact_detalis .address .icon {
    position: absolute;
    right: -30px;
}
.contact_info .contact_detalis .content {
    display: inline-block;
    padding-right: 15px;
}
.contact_detalis {
    border-right: #111 3px solid;
    margin-right: 25%;
    margin-top: 30%;
    position: relative;
}
.contact_message h5 {
    color: #040202;
    margin-bottom: 25px;
}
.contact_message input , .contact_message textarea {
    width: 100%;
}
.form-row input[type="text"],
.form-row input[type="email"],
.form-row textarea ,
.form-row input[type="password"] ,
.form-row input[type="date"],
.form-row input[type="text"] {
    margin-bottom: 15px;
    width: 100%;
}
.contact_message form textarea {
    min-height: 250px;
    margin-top: 15px;
}
/* workshops */
.workshops_bg {
    background-image: url('../image/workshops.png');
    height: 460px;
}
.request_form {
    background-color: #FFF;
    padding: 20px;
    margin-top: 50px;
}
.input-container {
    border-bottom: #b5b5b5 1px solid;
}
.input-container textarea,
.input-container input[type="date"],
.input-container input[type="text"] {
    display: inline-block;
    border: 0;
				width: 90%;
}
.right_request {
    margin-top: 80px;
}
.right_request h2, .right_request h4 {
    color: #FFF;
}
.right_request p {
    color: #FFF;
}
.right_request .days , .right_request .hours , .right_request .minutes , .right_request .seconds {
    background-color: #e3e3e3bd;
    width: 100px;
    text-align: center;
    font-size: 17px;
    display: inline-block;
    margin-left: 15px;
}
.right_request .days .top , .right_request .hours .top , .right_request .minutes .top , .right_request .seconds .top {
    display: block;
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 4px;
}
.right_request .days .bottom , .right_request .hours .bottom , .right_request .minutes .bottom , .right_request .seconds .bottom {
    background-color: #e7e7e7;
    display: block;
    padding: 5px;
}
.groups_individual .nav.nav-tabs {
    background-color: #f0f0f0;
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: bold;
    margin-bottom: 35px;
}
.groups_individual .nav.nav-tabs li {
    margin: auto;
    display: inline-block;
    width: 50%;
    text-align: center;
}
.groups_individual .nav.nav-tabs li:first-child {
    border-left: #999999 1px solid;
}
.groups_individual .nav.nav-tabs li .active {
    border-bottom: #111 3px solid;
    padding-bottom: 19px;
}
.groups_individual .groups_individual_content {
    background-color: #f1f1f1;
    border-left: #000 5px solid;
    margin-right: 20px;
    margin-left: 20px;
    padding: 25px 10px 35px 15px;
    min-height: 220px;
    margin-bottom: 30px;
    box-shadow: 1px 2px 4px 2px #dcdcdc;
}
.groups_individual .groups_individual_content img {
    width: 100%;
}
.groups_individual .groups_individual_content .right {
    padding-left: 0;
    float: right;
}
.groups_individual .groups_individual_content .left {
    display: inline-block;
}
.groups_individual .groups_individual_content .left .text {
    padding-top: 10px;
}
.groups_individual .groups_individual_content .left .date {
    display: block;
    float: left;
    margin-top: 0px;
    margin-right: 10px;
}
.groups_individual .groups_individual_content .left .date .month p {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    font-family: tahoma;
    margin-bottom: 0px;
}
.groups_individual .groups_individual_content .left .date a {
    display: block;
    border: #111 1px solid;
    margin-top: 15px;
    width: 100px;
    text-align: center;
    padding: 10px;
    margin-right: 10px;
}
.groups_individual .groups_individual_content .left .date a:hover {
    background-color: #111;
    color: #FFF;
}
/* About Us */
.about_us_bg {
    background-image: url('../image/about_us.png');
    background-repeat: no-repeat;
    min-height: 300px;
    padding-top: 70px;
}
.about_us_bg h1 {
    color: #FFF;
}
.about_us_bg .pattran {
    background-image: url('../image/brush.png');
    display: block;
    height: 53px;
    background-repeat: no-repeat;
    background-position: center;
}
.about_us_bg .about_content {
    background-color: #FFF;
    box-shadow: 1px 2px 4px 2px #dcdcdc;
    padding: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
    display: table;
    width: 100%;
}
.about_us_bg .about_content .img {
    float: right;
    padding-right: 0px;
    padding-left: 0px;
}
.about_us_bg .about_content img {
    max-width: 100%;
}
.about_us_bg .about_content .text {
    display: inline-block;
    margin-top: 10px;
}
.about_us_area .nav.nav-tabs {
    background-color: #f0f0f0;
    padding: 20px;
    font-weight: bold;
    margin-bottom: 35px;
}
.about_us_area .nav.nav-tabs li {
    margin: auto;
    display: inline-block;
    width: 33.33%;
    text-align: center;
}
.about_us_area .nav.nav-tabs li:first-child , .about_us_area .nav.nav-tabs li:nth-child(2) {
    border-left: #999999 1px solid;
}
.about_us_area .nav.nav-tabs li .active {
    border-bottom: #111 3px solid;
    padding-bottom: 19px;
}
.tab-content img {
    max-width: 100%;
    height: 200px;
    width: 100%;
    cursor: pointer;
}
.tab-content .col-md-3 {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
.margin20 {
    margin-bottom: 20px;
}
/* register warsha */
.register_warsha.request_form {
    margin: auto;
    margin-top: 5px;
}
.register_warsha.request_form h5 {
    text-align: center;
}
.register_warsha.request_form p {
    text-align: center;
    color: #010202;
}
.register_warsha.request_form .input-container {
    border: #b5b5b5 1px solid;
    width: 90%;
    margin: auto;
    margin-bottom: 25px;
    padding-right: 15px;
    padding-left: 10px;
}
.register_warsha.request_form .input-container i {
    border-left: #b5b5b5 1px solid;
    padding-left: 10px;
    position: relative;
    top: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.register_warsha.request_form .input-container input[type="text"] , .register_warsha.request_form .input-container input[type="password"] {
    display: inline-block;
    border: 0;
    padding-right: 5px;
    width: 90%;
}
/* workshops register */
.register_shop {
    background-image: url('../image/Group 3.png');
    background-repeat: no-repeat;
    height: 494px;
    margin-top: 4px;
    max-height: 492px;
    padding-top: 190px;
}
.box_shadow {
    box-shadow: 1px 1px 2px 2px #f5f5f5;
    padding-top: 80px;
    padding-bottom: 76px;
    max-height: 492px;
}
.box_shadow .register_bt {
    margin-bottom: 20px;
}
.register_shop h1 {
    color: #FFF;
    text-align: center;
}
.register_shop .pattran {
    background-image: url('../image/brush.png');
    display: block;
    height: 53px;
    background-repeat: no-repeat;
    background-position: center;
}
/* product details slider */
.product_details .rating {
    margin-bottom: 5px;
}
.product_details .rating .star {
    background-image: url('../image/star.png');
    height: 22px;
    width: 23px;
    display: inline-block;
    background-repeat: no-repeat;
}
/* Slider */
.carousel-inner.vertical {
    height: 100%; /*Note: set specific height here if not, there will be some issues with IE browser*/
}
.carousel-inner.vertical > .carousel-item {
    -webkit-transition: .6s ease-in-out top !important;
    -o-transition: .6s ease-in-out top !important;
    transition: .6s ease-in-out top !important;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner.vertical > .carousel-item {
        -webkit-transition: -webkit-transform .6s ease-in-out !important;
        -o-transition: -o-transform .6s ease-in-out !important;
        transition: transform .6s ease-in-out !important;
        -webkit-backface-visibility: hidden !important;
        backface-visibility: hidden !important;
        -webkit-perspective: 1000 !important;
        perspective: 1000 !important;
    }
    .carousel-inner.vertical > .carousel-item.carousel-item-next,
    .carousel-inner.vertical > .carousel-item.active.carousel-item-right {
        -webkit-transform: translate3d(0, 33.33%, 0) !important;
        transform: translate3d(0, 33.33%, 0) !important;
        top: 0 !important;
    }
    .carousel-inner.vertical > .carousel-item.carousel-item-prev,
    .carousel-inner.vertical > .carousel-item.active.carousel-item-left {
        -webkit-transform: translate3d(0, -33.33%, 0) !important;
        transform: translate3d(0, -33.33%, 0) !important;
        top: 0 !important;
    }
    .carousel-inner.vertical > .carousel-item.carousel-item-next.carousel-item-left,
    .carousel-inner.vertical > .carousel-item.carousel-item-prev.carousel-item-right,
    .carousel-inner.vertical > .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        top: 0;
    }
}

.carousel-inner.vertical > .active {
    top: 0;
}
.carousel-inner.vertical > .carousel-item-next,
.carousel-inner.vertical > .carousel-item-prev {
    top: 0;
    height: 100%;
    width: auto;
}
.carousel-inner.vertical > .carousel-item-next {
    carousel-item-left: 0;
    top: 33.33%;
    carousel-item-right:0;
}
.carousel-inner.vertical > .carousel-item-prev {
    carousel-item-left: 0;
    top: -33.33%;
    carousel-item-right:0;
}
.carousel-inner.vertical > .carousel-item-next.carousel-item-left,
.carousel-inner.vertical > .carousel-item-prev.carousel-item-right {
    top: 0;
}
.carousel-inner.vertical > .active.carousel-item-left {
    carousel-item-left: 0;
    top: -33.33%;
    carousel-item-right:0;
}
.carousel-inner.vertical > .active.carousel-item-right {
    carousel-item-left: 0;
    top: 33.33%;
    carousel-item-right:0;
}
#carousel-pager .carousel-item-left.carousel-control-carousel-item-prev {
    bottom: initial;
    width: 100%;
}
#carousel-pager .carousel-item-right.carousel-control-carousel-item-next {
    top: initial;
    width: 100%;
}
.carousel-inner {
    height: 480px;
}
.carousel-item{
    height: 100% !important;
}
#carousel-main img{
    height: 100%;
}
#carousel-pager img{
    height: 100px;
    width: 100%;
}
/* end slider */
#reviews {
    margin-left: 30px;
    margin-top: 20px;
}
#reviews .title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
}
#reviews .rating {
    display: inline;
    margin-left: 10px;
}
#reviews .rating .star {
    background-image: url('../image/star.png');
    height: 22px;
    width: 23px;
    display: inline-block;
    background-repeat: no-repeat;
}
#reviews .user_data {
    display: inline;
    vertical-align: top;
}
#reviews .user_data a {
    font-weight: bold;
}
.profileim img {
    display: inline-block;
    width: 60px;
    margin-top: 10px;
}
.profileim p {
    display: inline-block;
    margin-right: 5px;
}
.reviews_content {
    border-bottom: #cfcfcf 1px solid;
    padding-bottom: 30px;
}
.add_review h5 {
    font-weight: bold;
    margin-top: 20px;
}
.add_review h5 .underline {
    border-bottom: #111 2px solid;
    padding-bottom: 5px;
    display: block;
    width: 70px;
    margin-bottom: 20px;
}
.add_review textarea {
    width: 100%;
    min-height: 200px;
    margin-bottom: 25px;
}
.price_red {
    display: inline-block;
    float: right;
    color: red;
    font-weight: 700;
}
.shing_date {
    margin-top: 5px;
    margin-bottom: 5px;
}
.size_content {
    margin-top: 30px;
}
.size_content .size {
    border: #cfcfcf 1px solid;
    padding: 10px;
    direction: ltr !important;
    display: inline-block;
}
.size_content .price {
    display: inline-block;
    font-weight: 700;
    margin-right: 10px;
}
.size_content .price.discount{
    color: red !important;
}
.wish {
    border: #cfcfcf 1px solid;
    padding: 10px;
    width: 35px;
    display: block;
    text-align: center;
    float: left;
    margin-left: 10px
}
.related_probuct {
    margin-top: 30px;
    margin-bottom: 15px;
}
.related_probuct h5 {
    margin-bottom: 15px;
}
/* My Account */
.user_info {
    padding-right: 15px;
}
.user_info .icon {
    display: block;
    float: right;
    padding-left: 15px;
}
.user_info p {
    margin-bottom: 10px;
}
.profile_control {
    border: 1px solid #f0f0f0;
}
.profile_control a {
    display: block;
    padding: 20px 15px 15px 0px;
    border-bottom: 1px solid #f0f0f0;
}
.profile_control a:hover , .profile_control .active {
    background-color: #111;
    color: #FFF;
}
.profile_control a:last-child {
    border-bottom: 0;
}
.profile_control a i {
    padding-left: 10px;
}
.profile_fileds {
    margin-top: 57px;
}
.profile_fileds .form-row {
    margin-bottom: 20px;
}
.profile_fileds .form-row .submit {
    margin: auto;
}
/* password change */
.password_Change {
    display: block;
    text-align: center;
}
.password_Change_filed .col-md-7 {
    margin: auto;
}
.password_Change_filed input {
    width: 100%;
    margin-bottom: 20px;
}
.password_Change_filed .submit {
    margin: auto;
}
.address_content , .orders_content {
    border: 1px solid #f0f0f0;
    margin-top: 35px;
    padding: 0px 10px 0px 10px;
}
.address_content .user_address , .orders_content .user_orders {
    border-bottom: 1px solid #f0f0f0;
    padding: 15px;
    position: relative;
}
.address_content .user_address:last-child , .orders_content .user_orders:last-child {
    border-bottom: 0px;
}
.address_content .user_address .right , .orders_content .user_orders .right {
    display: inline-block;
}
.address_content .user_address .left {
    position: absolute;
    left: auto;
    right: 20px;
    top: 25px;
}
.address_content .user_address .left .fa.fa-edit {
    color: #3ab54a;
}
.address_content .user_address .left .fa.fa-trash {
    color: #ff4040;
    padding-right: 5px;
}
.address_content .user_address .right p, .orders_content .user_orders .right p {
    margin-bottom: 0;
    color: #5c5c5c;
}
.orders_content .user_orders .right p .red {
    color: red;
}
.orders_content .user_orders .more {
    background-color: #111;
    color: #FFF;
    padding: 5px 15px 5px 15px;
    width: 100px;
    display: block;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 10px;
}
/* Cart */
.step1 {
    padding-left: 5px;
}
.step2 {
    padding-right: 0px;
    padding-left: 5px;
}
.step3 {
    padding-right: 0px;
}
.step1 .number, .step2 .number, .step3 .number {
    border: 1px solid #757474;
    padding: 7px 15px 5px 15px;
    border-radius: 50%;
    margin-left: 10px;
    color: #757474;
}
.step1 .text, .step2 .text, .step3 .text {
    color: #757474;
}
.step1 .line {
    background-color: #cac9c9;
    height: 1px;
    display: inline-block;
    width: 255px;
}
.step2 .line {
    background-color: #cac9c9;
    height: 1px;
    display: inline-block;
    width: 215px;
}
.number.active {
    background-color: #111;
    color: #FFF;
    border: #111;
}
.cart_area {
    margin-top: 25px;
    box-shadow: 1px 2px 4px 2px #dcdcdc;
    padding: 15px;
    position: relative;
    margin-bottom: 20px;
    clear: both;
    display: table;
    width: 100%;
}
.cart_area .product_img {
    float: left;
    margin-right: 20px;
}
.cart_area .product_img img {
    width: 196px;
}
.cart_area .right {
    display: inline-block;
}
.cart_area .right span {
    display: block;
    color: #757474;
}
.cart_area .right .size {
    border: #cfcfcf 1px solid
}
.cart_area .right .size {
    border: #cfcfcf 1px solid;
    display: inline-block;
    padding: 4px;
}
.cart_area .remove {
    position: absolute;
    color: #aaaaaa;
    font-size: 26px;
    top: 4px;
    right: 8px;
}
.register_bt.containo {
    position: absolute;
    bottom: 16px;
    right: 16px;
}
.cart_sumery {
    margin-top: 6px;
}
.cart_sumery .box {
    box-shadow: 1px 2px 4px 2px #dcdcdc;
    margin-top: 20px;
}
.cart_sumery .box .top {
    border-bottom: 1px #e0e0e0 solid;
}
.cart_sumery .box .top .cart_total, .cart_sumery .box .bottom .offer {
    display: inline-block;
    width: 49%;
    border-left: #e4e4e4 1px solid;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    color: #757474;
}
.cart_sumery .box .top .cart_number {
    display: inline-block;
    width: 49%;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    color: #757474;
}
.cart_sumery .box .bottom .offer_num  {
    display: inline-block;
    width: 49%;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    color: red;
}
.cart_sumery .total_price {
    margin-top: 20px;
    color: #757474;
}
.cart_sumery .hint {
    color: red;
    font-size: 11px;
    margin-top: 5px;
}
.cart_sumery .register_bt.paynow {
    display: block;
    width: 80%;
    text-align: center;
    margin-top: 15px;
}
.save_address {
    padding: 10px;
    cursor: pointer;
    position: relative;
    margin-top: 15px;
    background-color: #eeeeee;
}
.save_address::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    right: 15px;
    left: auto;
    top: 20px;
}
.save_address p {
    margin-bottom: 0;
    background-color: #ededed;
    padding: 5px;
}
.address_title {
    padding-right: 20px;
}
#saveAddress .title {
    margin-top: 15px;
    color: #8d8d8d;
    padding-right: 10px;
}
#saveAddress .saved_address_area {
    box-shadow: 1px 2px 4px 2px #dcdcdc;
    padding-right: 15px;
    padding-left: 15px;
}
.checkbox {
    display: inline-block;
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    font-size: 19px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0px;
    left: -30px;
    right: 0px;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: #dedede solid 1px;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
    background-color: #111;
    border: #111 solid;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkbox .city {
    font-size: 13px;
    color: #8d8d8d;
}
.checkbox .city span {
    display: block;
}
.address_line {
    position: relative;
    border-bottom: #e4e4e4 1px solid;
    padding:8px;
}
.address_line:last-child {
    border-bottom: 0;
}
.address_line .edite {
    display: block;
    position: absolute;
    left: 0;
    top: 26px;
    color: #8d8d8d;
}
.address_line .remove {
    display: block;
    position: absolute;
    right: 8px;
    left: auto;
    top: 15px;
    color: #8d8d8d;
}
.payment_option {
    margin-top: 20px;
}
.red {
    color: red;
}
.payment_option p {
    margin-bottom: 0;
}
.debit_card {
    display: inline-block;
    margin-top: 13px;
    width: 205px;
}
.cradit_card {
    display: inline-block;
    margin-top: 13px;
    width: 205px;
}
.cash {
    margin-bottom: 25px;
}
.cash_img {
    display: inline-block;
    margin-top: 13px;
    background-image: url('../image/cash.png') !important;
    width: 140px;
    background-repeat: no-repeat;
}
.cart_sumery .top .cart-link {
    float: left;
    color: #525556;
    font-weight: bold;
}
.cart_sumery .top  .backtocart {
    color: #525556;
}
.payment_way{
    background-image: url('../image/payment icons.png');
    background-repeat: no-repeat;
    width: 70px;
    height: 30px;
    float: right;
    display: block;
    margin: 0px;
}
.payment_way.cradit_card{
    background-position: -160px 0px;
    height: 40px;
}
.payment_way.benefit{
    background-position: -240px 0px;
    height: 40px;
}
.product_container {
    /*overflow-y: scroll;*/
    /*height: 350px;*/
    box-shadow: 1px 2px 4px 2px #dcdcdc;
    margin-top: 15px;
}
.product_container .cart_area {
    padding: 5px;
    min-height: 105px;
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 5px;
}
.product_container .cart_area .right img {
    width: 120px;
    display: block;
    float: left;
    padding-left: 10px;
    height: 90px;
    margin-top: 5px;
}
.product_container .cart_area .right span {
    font-size: 13px;
}
.product_container .cart_area .right .title {
    margin-top: 6px;
    color: #111;
}
.new_address_filed {
    box-shadow: 1px 2px 4px 2px #dcdcdc;
    padding: 10px;
    margin-top: 30px;
    margin-right: 5px;
    margin-left: 5px;
}
/* Footer */
footer {
    padding-top: 30px;
}
footer .footer_logo {
    background-image: url(../image/logo.png);
    background-repeat: no-repeat;
    display: block;
    height: 250px;
    background-size: contain;
} 
footer .footer_logo_area p {
    margin-top: 20px;
    font-size: 14px;
}
footer h5 {
    margin-top: 20px
}
footer ul {
    margin-top: 20px;
    padding-right: 0;
}
footer .mobile_number , footer .email , footer .website {
    margin-top: 20px
}

footer .links li {
    line-height: 30px;
}
footer .links li i {
    padding-left: 5px;
}
footer .social_media a {
    margin-left: 5px;
}

footer h5 .underline {
    width: 60px;
    background-color: #111;
    display: block;
    height: 2px;
}
footer .icon {
    width: 20px;
    display: inline-block;
    text-align: center;
}
footer .payment_bg {
    background-image: url('../image/payment icons.png');
    display: block;
    height: 39px;
    margin-top: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    right: -15px;
}

#quick_view_modal{
				top: 50px;
    padding: 30px;
}
.btn{
				outline: none !important;
				box-shadow: none !important;
}
.submit {
    background-color: #000;
    border-color: #000;
    color: #fff;
				border-radius: 0px;
}
.submit:active,
.submit:focus,
.submit:hover{
				background-color: #000;
    border-color: #000;
				color: #fff !important;
}

.add-to-fav{
    font-size: 20px;
    border: 1px #bbbbba solid;
    height: 38px;
    float: left;
    margin-left: 16px;
}

.row{
    margin: auto;
    width: 100%;
}
.gallery_content {
    background-color: #e8e8e8;
    z-index: 1;
    overflow: hidden;
    padding: 16px;
    height: 100%;
    min-height: 250px;
    -webkit-transition:all ease-in-out 0.2s !important;
				-o-transition:all ease-in-out 0.2s !important;
				transition:all ease-in-out 0.2s !important;
}
.gallery_content img {
    max-width: 100%;
}
.gallery_content .gallery_text a .number {
    color: red;
    position: absolute;
    left: -5px;
    top: 2px;
}
.gallery_content .gallery_text{
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.gallery_content .gallery_text .rating-and-fav,
.gallery_content .gallery_text .sub_category_name{
    position: absolute;
    bottom: 0px;
    margin: 0px;
    padding: 8px;
    width: 100%;
    background-color: #000000c4;
    color: #FFF;
    -webkit-transition:all ease-in-out 0.2s !important;
				-o-transition:all ease-in-out 0.2s !important;
				transition:all ease-in-out 0.2s !important;
}
.gallery_content .gallery_text .rating-and-fav{
    top: 0px;
    bottom: auto;
    opacity: 0;
}
.gallery_content:hover .rating-and-fav{
    opacity: 1;
    bottom: auto;
    top: 0px;
}
.gallery_text a[data-fav]:hover i{
    color: #dc3545 !important;
}
.gallery_content:hover{
    padding: 0px;
}
.closebtn{
    z-index: 3;
}


.gallery_preview{
    position: fixed;
    z-index: 999999999999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 16px;
    display: block;
    opacity: 0;
    background-color: #0000008c;
    -webkit-transition:all ease-in-out 0.2s !important;
				-o-transition:all ease-in-out 0.2s !important;
				transition:all ease-in-out 0.2s !important;
    -moz-transform: scale(0) translate(0px, 100%);
    -ms-transform: scale(0) translate(0px, 100%);
    -o-transform: scale(0) translate(0px, 100%);
    -webkit-transform: scale(0) translate(0px, 100%);
    transform: scale(0) translate(0px, 100%);

}
.gallery_preview.gallery_show{
    opacity: 1 !important;
    -moz-transform: scale(1) translate(0px, 0px);
    -ms-transform: scale(1) translate(0px, 0px);
    -o-transform: scale(1) translate(0px, 0px);
    -webkit-transform: scale(1) translate(0px, 0px);
    transform: scale(1) translate(0px, 0px);
}
.gallery_preview .close_gallery_preview{
    display: block;
    position: absolute;
    top: 0px;
    padding: 16px;
    background-color: #000;
    width: 100%;
    margin: 0px -16px;
    color: #FFF;
    font-size: 52px;
    line-height: 22px;
    cursor: pointer;
}
.gallery_preview img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}
.sticky-bar{
    width: 40px;
    right: 10px;
    bottom: 80px;
    left: auto;
}
.sticky-bar .back-to-top{
    border-radius: 50px;
    border: 1px #010202 solid;
    color: #FFF;
    padding: 5px;
    background-color: #010202;
    position: relative;
    bottom: 16px;
    right: 16px;
    cursor: pointer;
}
.sticky-bar .whatsapp-btn{
    border-radius: 50px;
    color: #000;
    position: relative;
    bottom: 16px;
    right: 16px;
    cursor: pointer;
    font-size: 26px;
    padding: 0px 3px;
}
.currency_flag{
    width: 32px;
    height: 22px;
    padding: 1px 4px;
}
.sold-out{
    position: absolute;
    top: 30%;
    padding: 8px;
    background-color: #000000b8 !important;
    left: 0px;
    width: 100%;
    z-index: 10;
}
.change_lang .dropdown-item:hover,
.change_currency .dropdown-item:hover{
    color: #FFF !important;
    background-color: #212529 !important;
}
.change_currency .dropdown-item:hover{
    color: #FFF !important;
    background-color: #2f2f2f !important;
}
.change_lang  .active,
.change_currency .active{
    background-color: #2f2f2f;
}

.change_lang a,
.change_currency a{
    color: #FFF !important;
    text-align: left;
}
.change_lang a{
    text-align: left;
}

.change_lang .dropdown-menu,
.change_currency .dropdown-menu{
    background-color: #000000ad;
}
@media screen and (max-width: 500px) {
    header .logo {
        background-size: contain !important;
        height: 90px;
        width: 89px;
    }
    footer .footer_logo {
        background-position: center;
    }
}

img.show_gallery_preview {
    width: 100%;
    cursor: pointer;
}
.modal {
    z-index: 9999999;
}

.btn-deliver {
cursor:pointer;
}


.deliver_option .custom-control {
    margin-top: 5px;
    cursor: pointer;
}

select#country_id {
    border: none;
    width: 90%;
    line-height: 22px;
    font-size: 16px;
    min-height: 30px !important;
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}


.getDetails {
display:block;
overflow: hidden;
margin-bottom: 30px;
max-width: 50%;
}

.getDetails img.show_gallery_preview {
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
}